Skip to main content

Confidence-based adaptive frame rate up-conversion

Abstract

In this article, we propose a new frame rate up-conversion (FRU) method for temporal quality enhancement. The proposed FRU algorithm employs gradual and adaptive motion estimation based on confidence priority for selecting more accurate motion vectors (MVs). In order to estimate accurate MVs, we adaptively alternate a search range and the order of blocks to be searched depending on the confidence level in hierarchical motion estimation. The precedence of the proposed algorithm is conducted based on the confidence level that is decided by the complexity of pixel values in a block. In addition, we perform bi-directional motion compensation and spatial linear interpolation to fill occlusion regions. In our experiments, we found that the proposed algorithm is about 2 dB better than several conventional methods. Furthermore, block artifacts and blur artifacts are significantly diminished by the proposed algorithm.

1. Introduction

As the technology of display devices is developed, various high-performance display devices have become available to users in the market. While several current video coding and transmission specifications have been defined for relatively old devices having HD spatial resolution and a temporal rate of 30 fps, spatial and temporal resolutions of many commercial display devices have become higher[1]. Furthermore, they have the functionality to enhance spatial and temporal resolution during post-processing. Frame rate up-conversion (FRU) methods are suited for the post-processing of display devices for high perceptual quality, as FRU algorithms can enhance temporal quality without increasing the bitrates[1–14].

Up-conversion methods in a temporal axis can be used to produce an inter-frame in between two consecutive frames at a decoder side without any direct information for generation of the inter frame from an encoder. Many FRU algorithms have been developed, and they can be classified into two categories[3, 6–22]. One approach employs frame repetition or linear interpolation regardless of object motion. Although this approach provides acceptable video quality in absence of fast motion with minimum complexity, we can easily see motion jerkiness and blurring from moving objects at an interpolated frame. For the second category, motion compensation (MC) techniques are used to reduce these artifacts based on a block matching algorithm (BMA) based on redundancy between consecutive frames. This approach can improve the perceptual quality of videos by reducing annoying discontinuity between reconstructed frames and interpolated frames, as interpolated frames are generated by exploring the assumption of linear motion between consecutive frames.

However, it is not easy to estimate the real motion of objects and background, because motion estimation is regarded as an underdetermined problem. The block having the least sum of absolute difference (SAD) should be selected, even if there is no proper matching point for a target block. Therefore, several conventional algorithms employed weighted median filters, weighted zero MVs, and bi-directional motion estimation to refine or select true motion vectors (MVs). As it is hard to achieve satisfactory performance with only one constraint, two or more constraints were used in several conventional algorithms[3–9]. In order to remove blocking artifacts which are frequently founded at block boundaries in an interpolated frame, an overlapped block motion estimation and compensation (OBME/MC) method can be used.

There are several existing algorithms to estimate true MV field[23]. True MVs would be helpful in generating interpolated frames. However, these algorithms require relatively a large number of computations. In order to utilize the redundancy of consecutive frames, we designed a new FRU algorithm based on BMA. As it is hard to find true MVs with only pixel values, the proposed method takes into account not only pixel values, but also motion relations between a target block and adjacent blocks in motion estimation. Note that the adjacent MVs are highly correlated, thus, accurate MVs in motion estimation could propagate positive effects to neighboring vectors, with the result that the accuracy of MVs in the neighboring blocks can be improved. In order to employ more accurate neighboring MVs in estimating an MV in a target block, the order and search range of motion estimation are determined based on the confidence levels of blocks. In addition, bi-directional MC and spatial linear interpolation are adopted in order to fill occlusion regions without blocking artifacts, because MVs of some objects cannot be estimated with linear motion estimations and/or some objects exist in only one-side frame. Note that BMA could suffer from blocking artifacts. In the proposed algorithm, the artifacts are alleviated by employing OBME/MC.

The remainder of this article is organized as follows. Section 2 presents previous works in brief. In Section 3, the proposed method is presented. Experimental results are given in Section 4. Finally, the conclusions are given in Section 5.

2. Conventional FRU algorithms

The many conventional FRU algorithms can be classified into two categories: non-motion compensated and motion compensated FRU methods. Repetition-based methods and linear interpolation methods have been proposed, and they can be classified as non-motion-compensated approaches[3–6]. The repetition-based FRU method is quite simple and can be fast worked. However, jerky artifacts are frequently observed, because the repetition method does not take into account moving objects. The linear interpolation method can reduce jerky artifacts, compared with the repetition methods[2]. Linear interpolation algorithms are not so complicated and moderately fast. Relatively high PSNR is expected at many target frames for slow-moving video. However, we can easily observe blur artifacts in the interpolated frames of videos with fast-moving objects.

Because the non-motion compensated methods do not make use of motion information, they cannot recover accurate interpolated frames for videos having high motion activity. To recover higher-frequency components in temporal domain, motion compensated interpolation algorithms have been proposed and they usually employ a BMA to estimate MVs for moving objects[4, 7–9, 17–20]. In order to improve the accuracy of MVs, conventional algorithms were proposed to determine MVs by employing weighted median filter, weighted zero MVs, and/or bi-directional motion estimation algorithms[4, 7, 9]. On the other hand, the weighted median filter was employed to adjust estimated MVs[4, 7]. This weighted median filter is performed based on the hypothesis that the majority of estimated neighboring MVs are likely to be correct. In addition, a weighted zero MV method was proposed to keep consistency of MVs in background regions by giving favors into zero MVs[6, 7]. Moglia et al.[16] proposed a bi-directional ME which improves the accuracy of motion estimation with backward and forward frames. This FRU algorithm performs forward motion estimation to estimate an initial interpolated frame from the (t) frame to the (t – 1) frame. Then, the initial interpolation frame is divided into 4 × 4, 8 × 8, or 16 × 16 blocks. The bi-directional ME is performed, as the second stage motion estimation, to find the best matching blocks in the backward and forward frames from a block in the initial interpolated frame[9]. However, the block-based MC suffers from blocky artifacts. The OBME/MC method was proposed to reduce blocking artifacts. The OBME method performs motion estimation with partially overlapped blocks and the compensated frame is reconstructed by weighted summation of overlapped corresponding blocks[7–9, 14]. Although the OBMC has high computational complexity, blocky artifacts can significantly be reduced.

Many motion estimation algorithms have been proposed, however, one tool cannot produce satisfactory outcomes. Recent work tries to combine multiple tools to improve the accuracy of FRU. A combination of non-motion-based and motion-based methods was proposed[14]. This combined method generates multiple layers based on Gaussian and Laplacian pyramids. The target frame at the finer resolution is reconstructed with the up-sampled frame as well as the previous and next frames at the same resolution. The hierarchical algorithm is stable in estimating MVs by using not only the previous and next frames, but also interpolated frames in a coarse resolution. In general, MVs at the coarse resolution increase reliability and stability in further motion estimation because dominant MVs are computed at the coarse resolution. However, this hierarchical FRU method requires high computational complexity and it could still have blocky artifacts. Fujiwara and Taguchi[4] proposed a combination of weighted zero MV and weighted median filter. The block size is adaptively selected depending on the MV distribution of adjacent blocks. In addition, multi-frame FRU algorithm was proposed to reduce motion ambiguity instead of using two consecutive frames[11]. On the other hand, pixel-based auto-regressive model was presented and it would be useful in generating accurate interpolated frames; however, it requires relatively a large number of computations[12]. For real-time applications, a low complexity frame rate up-convertion (FRUC) was proposed by alleviate illumination change effects[13].

3. The proposed confidence-based adaptive FRU

Consecutive frames of a video have lots of similarity. Conventional FRU algorithms have been developed by utilizing temporal redundancy, as they perform motion estimation with pixel intensity within a fixed search range. However, it is hard to estimate true MVs, because there are many pixels at which estimated MVs are not unique. In order to decide on MVs, many conventional algorithms were proposed by finding a block having a smallest SAD for a target block. However, motion estimation in homogenous regions suffers from the aperture problem which does not have a unique solution even with several constraints. Furthermore, blocks in which wrong MVs are estimated can improperly influence motion estimation in neighboring blocks.

For the proposed algorithm, motion estimation is conducted based on highest confidence first. Unique motion can be determined in edge and corner regions unlike homogenous regions. In addition, we estimate MVs at blocks having complex texture without the aperture problem. Therefore, we can assume that the MV matched with a block having higher variance is more reliable than those matched with other blocks. Based on high confidence first, the reliability of the high confidence blocks can propagate into neighboring blocks. With this propagation, accuracy of motion estimation can dramatically be improved even in homogenous regions.

The proposed algorithm performs a hierarchical OBME according to a confidence evaluation with adaptive search ranges and adaptive ordering in motion estimation. Because edge and corner regions have a large variance in general, the confidence value is estimated by the variance of a block in the proposed algorithm. Therefore, the proposed algorithm can increase the probability that an estimated MV is more accurate, as the adaptive search range and block ordering are employed. In addition, as a hierarchical motion estimation method is utilized in the proposed method and, thus, we can prevent the solution from being stuck in local maxima and reduce the computational complexity.

Figure 1 is the flowchart of the proposed method. At first, two consecutive frames are used as input images for the proposed system. N hierarchical layers (k = 1, …, N) are generated and OBME is performed in each layer. Motion estimation is performed in a descending order of block variance, and the search range of each block is adaptively determined, depending on the MV in adjacent interpolated blocks at the interpolated frame. The search range is set not to overlap regions covered with neighboring reliable MVs. As a result, it can increase the accuracy of MVs at not only complex texture, but also homogenous regions. In addition, the motion estimation is performed from the coarse resolution to the fine resolution in order to improve performance of hierarchical motion estimation. The MV field is projected for the finer resolution using up-sampling filtering. Note that we make use of the OBME to reduce blocky artifacts and stabilize the estimated MVs. OBMC is also employed to estimate the final MVs at the finest resolution layer of which size is the same as the original. While the conventional algorithm makes use of OBMC in all the layers, the proposed algorithm employs the OBMC in the last layer with interpolation of MV fields to reduce computational complexity.

Figure 1
figure 1

Flowchart of the proposed method.

In some regions, correspondence cannot be accomplished between the previous and next frames in cases that some regions in the two frames are occluded or occluding. Furthermore, MVs cannot be estimated for rotational movement because the proposed algorithm works with the assumption of translational rigid body motion. We can see several regions that are not compensated frame with OBMC and they are called hole regions. In the proposed algorithm, we perform a forward motion estimation to reconstruct a hole region with the neighboring area excluding the target hole pixels in matching. Then, the backward motion estimation is conducted for the hole regions again. The matched block having a smaller distance between them for each hole is selected. When the minimum distance value is larger than a threshold, a spatial linear interpolation is conducted in order to fill the occlusion regions to reduce blocking artifacts.

3. 1 Generation of hierarchical layers

Hierarchical motion estimation can reduce computational complexity and avoid being stuck in local maxima. The proposed method employs hierarchical motion estimation to enhance stability of motion estimation. For hierarchical motion estimation, MVs should be projected from a coarse layer (layer k) to the next enhanced layer (layer k – 1), as shown in Figure 2.

Figure 2
figure 2

Projection of MV in between consecutive layers.

To reduce aliasing artifacts based on sub-sampling, we employ a simple low-pass filter prior to sub-sampling, when hierarchical layers are generated. With the down-scaling factor of 2, the down-sampled frame at the k th layer (L k ) can be computed by

L K ( j , i ) = 1 4 ( L k − 1 ( 2 j , 2 i ) + L k − 1 ( 2 j , 2 i + 1 ) + L k − 1 ( 2 j + 1 , 2 i ) + L k − 1 ( 2 j + 1 , 2 i + 1 )
(1)

where (j, i) is the index indicating the position of a pixel. Note that j(i) ranges from 0 to J – 1 (I – 1) for the column (row) index.

3. 2 Overlapped block motion estimation based on adaptive search ranges with confidence levels

Interpolated frames can be generated with block-based motion estimation algorithms; however, BMAs generally suffer from blocking artifacts. Because the proposed method is also one of the block-based algorithms, we employed OBME/MC to reduce blocking artifacts. Thus, the OBMC can increase computational complexity of the proposed algorithm.

In the proposed algorithm, the search range is adaptively adjusted at all the hierarchical layers according to the confidence level, with proper projection of the estimated MVs between adjacent layers. The confidence level of a block is defined by a block variance. Thus, the confidence level for each block is computed by C m , n , t = ∑ j = 0 M ∑ i = 0 N f t , j , i − f ¯ t , j , i 2 , where f(t,j,i) represents the intensity on the (j,i)th position at the time t and f ¯ t , j , i is the mean value of the M × N window. The confidence-based hierarchical OBME is sequentially conducted in descending order of the confidence levels. For conventional FRU algorithms, motion estimation is performed with a fixed search range, which suffers from wrong overlapping in the (t) frame. Wrong estimated MVs could also affect adjacent blocks even though accurate MVs are estimated at the adjacent block. Therefore, the search range of the proposed algorithm is adaptively set by reliable MVs of neighboring blocks. That can prevent incorrect overlapping among blocks. The restriction can be interpreted as a smoothness constraint on MVs for homogenous regions.

Figure 3 shows several examples of how to determine adaptive search ranges at the (t – 1) frame in motion estimation. Note that matched blocks are denoted with gray and they have been matched in previous matching steps, because variance of the matched block is larger than those of neighboring blocks. Then, we can restrict a search range denoted by a solid box for the neighboring target block and the search range is smaller than the original maximum rectangle, as shown in Figure 3a. If there are not any matched neighboring blocks, the search range is set to the maximum one, as the first example in Figure 3b. If there are matched blocks, the search range can reduce based on matching consistency. Restriction of a search range can prohibit overlapping of two adjacent blocks in an interpolated frame. However, the proposed algorithm employs OBME/MC and the overlapping for OBMC is accounted for the reduction of artificial blocking. Note that the corresponding block in the restricted search range (solid line) of the (t – 1) frame is selected by finding a block having the smallest SAD value between pixels in the target block and searched block by

SAD m , n , M V j , M V i , t = ∑ j = 0 M ∑ i = 0 N | f t , j + Mm , i + Nn − f t − 1 , j + Mm + M V j , i + Nn + M V i |
(2)

where f means pixel value, (t, j, i) means temporal index and position indices, and M × N means the block size. (m, n) and (M j , M i ) represent the target block indices and MV for the (m, n)th target block. Note that each searched block should be in the search area that is determined in the previous step, as shown in Figure 3. In this study, we employed the full search algorithm in the search area.

Figure 3
figure 3

Adaptation of search range in the ( t – 1) frame.

We decide each block corresponded with any block at the (t – 1) frame if the associated SAD is smaller than a threshold. If so, the block is compensated for the interpolated frame. Otherwise, it is left not interpolated as a hole region. Due to occlusion, we can see several hole regions in the interpolated frame. The hole regions are compensated by bi-directional ME/MC or spatial interpolation.

3. 3 Overlapped block MC

The proposed method makes use of OBMC, in order to reduce the block artifacts, as mentioned before. We generate the interpolated frame with the average pixel values of matched blocks which are decided by motion estimation between previous and next frames. We perform the OBMC only on the last layer and the MC is defined by

f t + 1 2 , j + M V j 2 , i + M V i 2 = f t − 1 , j + M V j , i + M V i + f t , j , i 2
(3)

for each block. The block is overlapped with neighboring blocks in one pixel, as shown in Figure 4. Depending on the location, one to four overlaps occur. As shown in Figure 4, four prediction values are used for the four corner points. For boundary pixels, two prediction values are used. For the center region, there is no overlap, as shown in the figure. For the regions, the interpolated values are computed by averaging all the overlapped pixel values.

Figure 4
figure 4

Overlapped block MC.

3. 4 Bidirectional motion estimation in hole regions

When an object is shown in only one of the consecutive frames, SAD could be bigger than the threshold, because the correct correspondence cannot be accomplished. As a result, the interpolated frame could have several occlusion regions.

Figure 5 shows the block diagram of the proposed bidirectional motion estimation for hole regions. The hole regions should be filled with forward or backward frames. In the proposed algorithm, a matched area is detected with neighboring pixels of a hole region, as shown in Figure 5. The hole is filled with the region enclosed by the match area. This algorithm can work if an object appears in a forward or backward frame.

Figure 5
figure 5

Flowchart for bidirectional motion estimation for hole regions.

Figure 6 shows an example in which the bi-directional motion estimation is performed at occlusion regions. We assume that white region (a) is an occlusion region and the other region in the block is an interpolated region in the previous stage. Then, we make use of a block enclosing a to find minimum normalized cost between NSAD t–1 and NSAD t . The cost NSAD t–1 can be denoted by

NSAD t − 1 = 1 ∑ j , i J , I M j , i ∑ j J ∑ i I M j , i f t − 1 2 , j , i − f t − 1 , j + M V j , i + M V i 2
(4)

where M(i,j) is a mask that represent hole pixel or not. M(i,j) is set to 0 when the pixel is in a hole in the interpolated frame f(t – 1/2,j,i). Otherwise, it is set to 1.

Figure 6
figure 6

Bi-directional motion estimation.

Only interpolated pixel values are used in computing the NSAD. The corresponding block in the (t – 1) frame is identified by finding minimum NSAD t–1 with only an interpolated square block enclosing the interpolated region in the (t – 1/2) frame. Then, we also find the corresponding block in the (t) frame by computing NSAD t with the interpolated region in the (t – 1/2) frame. Either block is selected by finding the smaller NSAD value between the previous or next frames. If the minimum normalized SAD is less than a threshold, we compensate the hole pixels with the corresponding block.

3. 5 Spatial linear interpolation

While consecutive frames in a video have lots of temporal similarity, it is hard to find temporal similarity in part of an image for several reasons such as occlusion and homogenous background. This causes many small holes and blocking artifacts to appear because of the compensation of motion estimation at such regions in the interpolated frame. In order to compensate the occlusion regions without blocking artifacts, we employ a spatial linear interpolation using only spatial correlation. Figure 7 shows an example of spatial interpolation being conducted at the interpolated frame. We assume that the shaded block is the hole pixels and the white regions are interpolated pixels. A pixel a in the occlusion region is compensated with four interpolated pixels from four directions. In computing the interpolation value, we make use of four weighted pixel values and it can be defined by

f t + 1 2 , j , i = D left − 1 f t + 1 2 , j , i − D left + D right − 1 f t + 1 2 , j , i + D right + D up − 1 f t + 1 2 , j − D up , i + D down − 1 f t + 1 2 , j + D down , i D left − 1 + D right − 1 + D up − 1 + D down − 1
(5)

where D represents the distance between the target pixel and the nearest neighboring interpolated pixel. Spatial linear interpolation makes blur artifacts. However, occlusion regions are very small and frames change fast. Therefore, people cannot exactly see the blur artifacts clearly.

Figure 7
figure 7

Spatial linear interpolation at interpolated frame.

4. Experimental results and discussion

For performance evaluation, we used six test sequences: ‘Akko’, ‘Ballroom’, ‘Exit’, ‘Flamenco2’, ‘Race1’, and ‘Rena’. The sequences include slow-, middle-, and fast-translational/rotational motions and camera panning. ‘Race1’ is an outdoor sequence and the others are indoor sequences. The color format and dimension of all the sequences are 4:0:0 YUV and 640 × 480 pixels, respectively. In addition, performance of the proposed and conventional methods[4–6] was evaluated for not only original videos, but also decoded videos from H.264/AVC bitstreams. The bitstreams werecoded with JM17.2. The frame rate for ‘Akko’, ‘Flamenco2’, ‘Race1’, and ‘Rena’ sequences is 15 fps and that for ‘Ballroom’ and ‘Exit’ is 12.5 fps. These sequences were used for video compression standardization. In our experiment, we used 50 frames for each sequence. We used four QP values (22, 27, 32, and 37). Two layers are used in the proposed hierarchical motion estimation based on the trade-off between complexity and motion estimation accuracy. The block size is set to 16 × 16 in all the layers and 7 × 7 in the bi-directional ME. In addition, the search range is set to ±32 in the coarse layer and ±16 in the fine layer. Hierarchical OBME/MC is conducted when a SAD value between two matched blocks is smaller than the threshold (6000). Otherwise, the block is set to a hole. For the hole, bi-directional interpolation is used when the normalized SAD is smaller than 10. Otherwise, the spatial linear interpolation is used to fill hole regions. All the thresholds are empirically determined. Computational loads are evaluated with the Intel dual core system.

Figure 8a–c shows original ‘Akko’ frames of which frame indexes are 14, 15, and 16, respectively. Note that the 14th and 16th frames are used as input frames for FRU. The objective of the FRU is to estimate an interpolation frame which is close to the original 15th frame. Figure 8d shows an intermediate interpolated frame with the proposed hierarchical OBME/MC for the input frames (Figure 8a, c). Figure 8e is the interpolated frame performing the hierarchical OBME/MC and bidirectional ME/MC. Figure 8f is the final interpolated frame by the proposed FRU. Owing to the confidence-based iteration, the estimated MVs of blocks having complex textures propagate the adjacent blocks in the homogenous regions. Therefore, the interpolated frame by the proposed algorithm does not have visual artifacts, as shown in Figure 8d. However, regions near moving objects can be influenced by the MVs of the moving objects. Furthermore, the regions, in general, belong to covered or uncovered regions. In order to properly compensate the occluded regions, bi-directional ME and weighted spatial interpolation are employed in the proposed method. When the occluded background regions are homogenous, we hardly see visual artifacts even with inaccurate MVs from that of a moving object. However, when the occluded regions have complicated textures, some visual artifacts can be found not only conventional algorithms, but also the proposed algorithm, as shown in Figure 8e, f.

Figure 8
figure 8

Interpolated frame at each step for ‘Akko’ sequence.

Figure 9 shows the original and interpolated frames by the proposed and conventional algorithms for the ‘Flamenco2’ sequence. For comparative study, we selected three conventional algorithms based on hierarchical ME (HME)[4], diverse block sizes (DBS)[5], and multiple reference frames (MRF)[6]. We can see that the proposed algorithm is better around edge regions in terms of blur and blocking artifacts for arms, face, and dresses areas. The interpolated frames by conventional algorithms have artifacts from incorrect interpolation (e.g., the woman’s arm) and blur artifacts. However, the interpolated frame by the proposed method is without blur and blocking artifacts.

Figure 9
figure 9

Interpolated frames of the conventional and proposed algorithms for ‘Flamenco2’ sequence.

Table 1 shows PSNRs of the interpolated images with the proposed and conventional algorithms[4–6]. The PSNRs are evaluated with the original videos and degraded ones with multiple QP values. Note that 50 interpolated frames are used for each sequence. The target frame rate is twice of the input frame rate. PSNR values of the proposed algorithm are higher than those of conventional algorithms for not only original but also decoded videos. Because the conventional algorithms refine MVs in the raster scanning order, early wrong estimation can improperly influence on consecutive blocks. However, as the proposed method estimates MVs with adaptive modification of the search range according to confidence levels, the estimated MVs can have a proper effect on consecutive blocks. Therefore, the proposed algorithm is better than the three conventional algorithms by around 5, 1.9, and 0.9 dB for the original input and decoded videos.

Table 1 PSNR comparison of interpolation frames with the proposed and conventional algorithm

Table 2 shows the objective evaluations of the interpolated frames by the proposed and conventional methods for original videos in terms of various metrics. However, we know that the subjective quality is quite important in real applications. For more various quality evaluations, we added performance evaluation results with several metrics: noise quality measure (NQM)[24], information fidelity criterion (IFC)[25], structural similarity (SSIM)[26], visual information fidelity (VIF)[27], and universal quality index (UQI)[28]. Some of them are widely used for perceptual evaluation. As you know, PSNR and NQM are used for objective quality. For perceptual quality, IFC can give the quantity of mutual information between original and degraded sequences. SSIM is referred as an SSIM index and it is known to be highly correlated with the subjective quality. VIF can quantify the mutual information of distorted videos in terms of the human visual system. UQI estimates degradation as a combination of three factors that are loss of correlation, luminance distortion, and contrast distortion. Note that larger values with the metrics mean superior visual quality. These objective metrics cannot give exact subjective assessments; however, they have been verified to be highly correlated with subjective quality. Table 2 shows the objective evaluations of the interpolated frames by the proposed and conventional methods. All the average values of NQM, IFC, SSIM, VIF, and UQI of the proposed are higher than those of conventional methods, as shown in the table. That implies the proposed method has quite good performance for not only objective quality but also perceptual quality.

Table 2 Quality comparison of interpolation frames with the proposed and conventional algorithms in terms of various metrics

Performances of the proposed and conventional methods were also evaluated for various conversion ratios for degraded frames by the H.264/AVC with QP of 22. The frame rates of the test sequences are 25 and 30 fps, and we evaluated PSNRs of the interpolated frames by reducing the input frame rates to 12.5, 6.25, and 3.125 fps for 25 fps output videos and 15, 7.5, and 3.75 fps for 30 fps output videos, respectively. As shown in Table 3, we found that the PSNRs for interpolated frame drop as the input rate decreases. With lower frame rates, larger MVs should be estimated and larger occlusion areas are dealt with. Thus, we can say that the PSNR drop could significantly reduce for practical applications with higher input frame rates. However, the proposed algorithm is better than the conventional algorithms even for the degraded videos having much lower input rates. For higher input rate, we can expect much higher PSNR outcomes.

Table 3 PNSs in terms of various input frame rates for degraded video

Table 4 shows relative computational loads of the conventional algorithms with respect to that of the proposed algorithm to evaluate computational complexity. The relative complexity ratio is defined by

C P − C C C P × 100
(6)

where C P is the computation time of the proposed method and C C is the computation time of a conventional algorithm. The proposed algorithm requires more computational time than the conventional algorithms, because the proposed method sequentially performs motion estimation in descending order of block variances. To speed up the proposed algorithm, a frame can be divided into multiple slices. Then, each slice can be performed in parallel with some loss of estimation accuracy.

Table 4 Computational complexity comparison of the proposed and conventional algorithms for interpolating frame

However, as the proposed method refines MVs based on reliability, more effective motion estimation can be performed. The search range and order of block processing depend on block variances and are adaptively adjusted. For the higher block variance, the more accurate motion estimation is performed. In addition, we use spatial linear interpolation in the occlusion region, so we can compensate occlusion regions without blocking artifacts. This leads to improved perceptional quality and PSNR, especially at edge regions.

5. Conclusions

In this article, we proposed a new adaptive FRU method based on confidence levels. In addition, we employed the HME with the adaptively modified search range according to the confidence level. With the proposed algorithm, the accurate MVs influence neighboring vector fields and we can estimate consistent MV field to generate accurate interpolated frames. Experimental results show that the proposed algorithm is better than several conventional methods in not only objective but also perceptual quality. However, the proposed method requires high computational complexity due to the sequential confidence-based ME. Further work can focus on reduction of computational complexity of the FRU algorithms for real-time processing.

References

  1. Castagno R, Haavisto P, Ramponi G: A method for motion adaptive frame rate up-conversion. IEEE. Trans. Circuits Syst. Video Technol. 1996, 6(5):436-446. 10.1109/76.538926

    Article  Google Scholar 

  2. Sasai H, Kondo S, Kadono S: Frame-rate up-conversion using reliable analysis of transmitted motion information. In IEEE International Conference on Acoustics, Speech, and Signal Processing. Osaka, Japan; vol. 5, May 2004:257-260.

    Google Scholar 

  3. Lee G-I, Jeon B-W, Park R-H, Lee S-H: Hierarchical motion compensated frame rate up-conversion based on the Gaussian/Laplacian pyramid. In IEEE International Conference on Consumer Electronics. Los Angeles, CA; June 2003:350-351.

    Google Scholar 

  4. Fujiwara S, Taguchi A: Motion-compensated frame rate up-conversion based on block matching algorithm with multi-size blocks. In International Symposium on Intelligent Signal Processing and Communication Systems. Tokyo, Japan; Dec. 2005:353-356.

    Google Scholar 

  5. Chen Y-K, Vetro A, Sun H, Kung SY: Frame-rate up-conversion using transmitted true motion vectors. In Proceedings of the 2nd IEEE International Workshop on Multimedia Signal Processing. Redondo Beach, CA; Dec. 1998:622-627.

    Google Scholar 

  6. Kang SJ, Yoo DG, Lee SK, Kim Y: Multiframe-based bilateral motion estimation with emphasis on stationary caption processing for frame rate up-conversion. IEEE Trans. Consum. Electron. 2008, 5(4):1830-1838.

    Article  Google Scholar 

  7. Yang Y-T, Tung Y-S, Wu J-L: Quality enhancement of frame rate up-converted video by adaptive frame skip and reliable motion extraction. IEEE Trans. Circuits Syst. Video Technol. 2007, 17(12):1700-1713.

    Article  Google Scholar 

  8. Cafforio C, Rocca F, Tubaro S: Motion compensated image interpolation. IEEE Trans. Commun. 1990, 35(2):215-222.

    Article  Google Scholar 

  9. Lee G-I, Jeon B-W, Park R-H, Le S-H: Frame rate up-conversion using the wavelet transform. In International Conference on Consumer Electronics. Los Angeles, CA; June 2000:172-173.

    Google Scholar 

  10. Tsai T-H, Lin H-Y: High visual quality particle based frame rate up conversion with acceleration assisted motion trajectory calibration. J. Disp. Technol. 2012, 8: 6.

    Google Scholar 

  11. Wang D, Zhang L, Vincent A: Motion-compensated frame rate up-conversion—Part I: fast multi-frame motion estimation. IEEE Trans. Broadcast. 2010, 56: 2.

    Article  Google Scholar 

  12. Zhang Y, Zhao D, Ma S, Wang R, Gao W: A motion-aligned auto-regressive model for frame rate up conversion. IEEE Trans. Image Process. 2010, 19: 5.

    MathSciNet  Google Scholar 

  13. Wang C, Zhang L, He Y, Tan Y-P: Frame rate up-conversion using trilateral filtering. IEEE Trans. Circuits Syst. Video Technol. 2010, 20(6):886-893.

    Article  Google Scholar 

  14. Choi B-D, Ko S-J, Han J-W, Kim C-S: Frame rate up-conversion using perspective trans. IEEE Trans. Consum. Electron. 2006, 52(3):975-982.

    Article  Google Scholar 

  15. Zhai J, Yu K, Li J, Li S: A low complexity motion compensated frame interpolation method. In IEEE International Symposium on Circuits and Systems. Kobe, Japan; May 2005:4927-4930.

    Google Scholar 

  16. Alfonso D, Bagni D, Moglia D: Bi-directionally motion-compensated frame-rate up-conversion for H.264/AVC decoder. In 47th International Symposium ELMAR. Zadar, Croatia; June 2005:41-44.

    Chapter  Google Scholar 

  17. Shi J, Malik J: Normalized cuts and image segmentation. IEEE Trans. Pattern. Anal. Mach. Intell. 2000, 22(8):888-905. 10.1109/34.868688

    Article  Google Scholar 

  18. Lee S-H, Yang S, Jung Y-Y, Park R-H: Adaptive motion-compensated interpolation for frame rate up-conversion. In IEEE International Conference on Consumer Electronics. Los Angeles, CA; June 2002:68-69.

    Google Scholar 

  19. Chen T: Adaptive temporal interpolation using bidirectional motion estimation and compensation. In IEEE International Conference of Image Processing. Princeton, NJ; vol. 2, Sept. 2002:313-316.

    Google Scholar 

  20. Thaipanich T, Wu PH, Kuo CC: Low complexity algorithm for robust video frame rate up-conversion technique. IEEE Trans. Consum. Electron. 2009, 55(1):220-228.

    Article  Google Scholar 

  21. Min KY, Park SN, Nam JH, Sim DG, Kim SH: Distributed video coding based on adaptive block quantization using received motion vectors. KICS J. 2010, 35(2):172-181.

    Google Scholar 

  22. Lee YL, Nguyen T: High frame rate motion compensated frame interpolation in high-definition video processing. In ICASSP 2010. Dallas, TX; Mar. 2010:858-861.

    Google Scholar 

  23. Haan G, Biezen P, Huijgen H, Ojo OA: True-motion estimation with 3-D recursive search block matching. IEEE Trans. Circuits Syst. Video Technol. 1993, 3(5):368-379. 10.1109/76.246088

    Article  Google Scholar 

  24. Damera-Venkata N, Kite T, Geisler W, Evans B, Bovik A: Image quality assessment based on a degradation model. IEEE Trans. Image Process. 2000, 9(4):636-650. 10.1109/83.841940

    Article  Google Scholar 

  25. Sheikh H, Bovik A, de Veciana G: An information fidelity criterion for image quality assessment using natural scene statistics. IEEE Trans. Image Process. 2005, 14(12):2117-2128.

    Article  Google Scholar 

  26. Wang Z, Bovik A, Sheikh H, Simoncelli E: Image quality assessment: from error visibility to structural similarity. IEEE Trans. Image Process. 2004, 13(4):600-612. 10.1109/TIP.2003.819861

    Article  Google Scholar 

  27. Sheikh H, Bovik A: Image information and visual quality. IEEE Trans. Image Process. 2006, 15(2):430-444.

    Article  Google Scholar 

  28. Wang Z, Bovik A: A universal image quality index. IEEE Signal Process. Lett. 2002, 9: 81-84.

    Article  Google Scholar 

Download references

Acknowledgement

This work was partly supported by the IT R&D program of MKE/KEIT [10039199, A Study on Core Technologies of Perceptual Quality based Scalable 3D Video Codecs], the grant from the Seoul R&BD Program (SS110004M0229111), and the Research Grant of Kwangwoon University in 2012.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Dong-Gyu Sim.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Min, KY., Sim, DG. Confidence-based adaptive frame rate up-conversion. EURASIP J. Adv. Signal Process. 2013, 13 (2013). https://doi.org/10.1186/1687-6180-2013-13

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2013-13

Keywords