Skip to main content
  • Research Article
  • Open access
  • Published:

Block-Matching Translational and Rotational Motion Compensated Prediction Using Interpolated Reference Frame

Abstract

Motion compensated prediction (MCP) implemented in most video coding schemes is based on translational motion model. However, nontranslational motions, for example, rotational motions, are common in videos. Higher-order motion model researches try to enhance the prediction accuracy of MCP by modeling those nontranslational motions. However, they require affine parameter estimation, and most of them have very high computational complexity. In this paper, a translational and rotational MCP method using special subsampling in the interpolated frame is proposed. This method is simple to implement and has low computational complexity. Experimental results show that many blocks can be better predicted by the proposed method, and therefore a higher prediction quality can be achieved with acceptable overheads. We believe this approach opens a new direction in MCP research.

1. Introduction

Modern video coding schemes achieve high compression efficiency by exploring the temporary redundancy between frames via motion compensated prediction (MCP). In MCP, a block of pixels in reference frames is chosen as prediction candidate for the block in the current frame. Conventional MCP assumes objects moving along the imaging plane with translational motion, and most video coding standards implement MCP based on this classical translational motion model. Lots of research works are done to increase the efficiency of translational MCP, for example, in H.264/AVC [1], advanced block matching motion estimation algorithm is adopted [2]. Multiple reference frames (MRF) [3] is also adopted to provide additional candidates for prediction over a longer period of time. Another MCP technique is variable block size (VBS) [4] motion compensation. These techniques almost push the performance of translational motion-based MCP to the limit.

However, projection of real-world moving objects onto a 2D imaging plane will not always result in pure translational objects motion. Rotation, zoom [5], and other nonrigid motions are also pervasive in videos. Researches on higher-order motion models such as affine [6, 7], bilinear [8], quadratic [9], perspective [10], and elastic [11] ones are conducted. These higher-order motion models aim to include nontranslational motions so that MCP prediction accuracy can be increased at the expense of additional motion vectors or parameters. However, these methods require motion parameter estimations. A commonly used method for motion parameter estimation is Gauss-Newton minimization algorithm in which motion parameters are iteratively updated until a minimum is found for the cost function [12]. Motion parameter estimation is in general of very high computational complexity. Moreover, subpixel reconstruction is required for these higher-order motion models because the transformed positions may not be a sampling point of the image. Interpolation is required to obtain the intensity values of these positions. This further increases the computational complexity. As a result, higher-order motion models are seldom used in practical coding applications.

In this paper a new translational and rotational MCP method is proposed. In this method, special subsampling in the interpolated reference frame effectively predicts the rotational block motions. In the next section, this method will be discussed in detail. In Section 3, experimental results will be provided and discussed. In the last section, a conclusion will be given.

2. Translational and Rotational Motion Compensated Prediction

In theory, rotational motions are common in videos, for example, the rotation of car wheel and waving of hand, and so forth. Moreover, many complex motions can be modeled by translational and rotational motion combined. Figure 1 gives an example of block matching using translational and rotational motion model. In this example, a man is waving his arm and the best matched block is a rotated block in the reference frame. Figure 2 shows the rotation representation in our motion model. As our motion model combines both translational and rotational motion, the motion vector (MV) representation is MV , where and represent the translational displacement as in traditional MCP, is the rotation angle (in degree) of the block matching.

Figure 1
figure 1

An example of block matching using translational and rotational motion model.

Figure 2
figure 2

Rotation representation.

2.1. Rotated Subsampling in Interpolated Reference Frame

Fractional-pixel accuracy MCP [13], which is adopted in the latest video coding standards, performs block matching on interpolated reference frames. For example, 1/4-pixel and 1/8-pixel MCP require 4 and 8 times interpolated reference frames respectively. In [5, 14], zoom MCP is implemented by subsampling in the interpolated reference frame. Similarly, to implement the translational and rotational MCP, pixels in the interpolated reference frames are subsampled in ways such that the composite reference blocks are the rotated versions of the reference block. Block matching is then performed between these rotated reference blocks and the current picture block. The one with the lowest distortion will be selected. Figure 3 shows an example of the proposed MCP. The best match is the one with displacement and then with a −20° rotation. The coordinates of the subsampled pixels can be obtained by the rotation transformation equations

(1)

where is the rotation angle, and and are the coordinates of the center of rotation, and are the original coordinates, and are the rotation coordinates. The rotated coordinates will be rounded into integers.

Figure 3
figure 3

An example of translational and rotational MCP implemented by special subsampling on the interpolated reference frame.

2.2. Computational Complexity Determined by Search Angle Range and Interval

Interpolated reference frames exist in all codecs which implement fractional-pixel accuracy MCP. The rotation coordinates can be precomputed. Therefore the only computation complexity increase in our proposed method is the additional number of block matching between the rotated blocks and the current block. Another overhead will be the number of bits required to code the best matched rotation angle. However, if we control the number of rotation angles to be used, we can use a few bits to represent the angles and at the same time reduce the computation complexity required. Experiments show that up to 37% of the blocks can be better predicted with rotational MCP. The angle of rotation is usually small, especially for static video sequences like Akiyo. This is reasonable as objects between frames usually will not rotate a lot. We define search angle interval and search angle range so that the number of block matching between the rotated blocks and the current block is fixed. For a search angle interval , block matching will be performed for each block-rotation of , , starting from 0° within a search angle range. For example, if the search angle interval is 0.1° and the search range is ±5°, a total number of 10°/0.1° = 100 rotated block matching will be performed. For practical implementation, we choose a lower number of rotational searches. For example the performance of using 16 searches in both clockwise and anticlockwise directions, that is, 32 in total, is investigated in detail. Only 5 bits are required to represent the 32 rotational angles. For applications requiring lower computational complexity, we can use even fewer rotational searches. With fixed number of searches, the search angle interval and range can be varied. For example, search angle interval 0.1° with search angle range ±1.6° and search angle interval 0.2° with search angle range ±3.2° both have 32 rotational searches. By comparing the prediction accuracy of different search angle intervals with the same total number of searches, we found that using a larger angle interval performs better for complex motion sequences, for example, Foreman. For small motion sequences, for example, Akiyo, using a smaller interval angle has better prediction quality. This is logical because complex motion sequences contain blocks with rotation of larger extent. With the same number of searches, using larger angle interval covers larger rotation. On the other hand, static sequences contain blocks with very small rotation. For these sequences a smaller angle of interval is more suitable. In this stage we have not yet found a search angle interval and range which is extremely robust. In the next section we will show the experimental results of some typical values we tested.

The proposed MCP method can be summarized below:

Step 1.

Find the best translational motion vector (MV) in integer-pixel accuracy using traditional integer motion estimation

Step 2.

At the position pointed by the best translational MV and each of its surrounding fractional-pixel accuracy positions, performs original (nonrotated) block matching and rotated block matchings using the special subsampling method.

Step 3.

The position and the rotation angle which has the lowest distortion is returned. This is the translational and rotational MV which will be encoded and transmitted to the decoder side.

3. Experimental Results

Experiments using CIF sequences Soccer, Stefan, Crew, Foreman, Mobile, and Akiyo are performed to analyze the performance of the proposed translational and rotational MCP. The block size is pixels. The search window size is ±16 pixels. Integer-pixel motion estimation is performed using exhaustive search (full search) algorithm, which searches each integer position in the search window.

Because the coordinates of the subsampled pixels will eventually be rounded into integers, some of the will be too small such that the rounded coordinates will be the same as that of the previous angle. To avoid repeated calculations, we will skip those angles in our experiments.

3.1. Prevalence of Rotational Motion

To analyze the rotation angle distribution, 600 differently rotated blocks are searched, with half of them rotated clockwise and the other half rotated anticlockwise. The angle of interval is 0.1° and the rotation angles without effects are skipped. Table 1 shows the percentages of rotated blocks selected (in total number of blocks) in sequence Foreman. To reduce table size, the rotation angles are grouped in ranges of one degree. That is, the percentages of blocks rotated , to 1° are summed up and tabulated in the 1st data row, the percentages of blocks rotated , to 2° are summed up and tabulated in the 2nd data row, and so on. From Table 1, it can be observed 29.19% of the blocks can be better predicted using rotational MCP. Clockwise and anticlockwise rotations have similar distributions. That means the blocks are not biased to a particular rotation direction. In addition, most of the rotated blocks have small angles of rotation. 24% of the blocks have rotation angles within ±3°. Table 2 shows the results in sequence Stefan. 36.99% of the blocks are better predicted using rotational MCP and 33.68% of the blocks have rotation angles within ±3°. Table 3 shows the results in sequence Akiyo. There are fewer rotation blocks selected. 5.32% of the blocks are better predicted by rotational MCP. There is no rotation block with clockwise rotation greater than 13° selected. In anticlockwise rotation, there is also no block selected with rotation angle greater than −10°. From these results we can see that rotation properties vary among sequences with different motion contents.

Table 1 Rotation angle distribution in sequence Foreman.
Table 2 Rotation angle distribution in sequence Stefan.
Table 3 Rotation angle distribution in sequence Akiyo.

3.2. Optimum Search Angle Range and Interval

Figures 4, 5, 6, 7, 8, and 9 compare the average SAD per block achieved using translational-only MCP and the proposed MCP with 32 rotated searches and angles of interval 0.05°, 0.1°, 0.3°, and 0.5°, under the conditions of 1/2, 1/4, 1/8, and 1/16-pixel accuracy MCP. The lower the average SAD per block, the better the prediction quality. We can see that in 1/2-pixel accuracy, the improvement by rotational MCP is lower. It is because in MCP of 1/2-pixel accuracy, the reference frame is interpolated only two times. The rounding problem of the coordinates of the rotated pixel is severe such that a small change in rotation angle does not always have effect. With higher fractional-pixel accuracy, reference frames with higher resolutions will be available. The improvement in prediction quality by rotational MCP can be fully reflected. The increase of rotation angle interval from 0.05° to 0.5° can improve the prediction quality for sequences Soccer, Foreman, Crew and Stefan. It is because if the rotation angle interval is increased, with the same 32 rotated searches a larger rotation search range can be covered. The prediction quality can be improved because these sequences contain large and complex motions. These motions can be better represented by MVs with larger rotational angles. Further increase of the rotation angle interval, for example, 0.7° or 0.9°, will decrease the prediction quality. It is because from the statistical results (Tables 1 to 3) we can see that high percentage of the rotated blocks have relatively small rotation angles. With fixed number of searches, larger angle interval will miss these blocks and thus have lower prediction quality.

Figure 4
figure 4

Average SAD per block in sequence Soccer .

Figure 5
figure 5

Average SAD per block in sequence Stefan .

Figure 6
figure 6

Average SAD per block in sequence Crew .

Figure 7
figure 7

Average SAD per block in sequence Foreman .

Figure 8
figure 8

Average SAD per block in sequence Mobile .

Figure 9
figure 9

Average SAD per block in sequence Akiyo .

For static motion sequence Akiyo, the prediction quality cannot be improved with larger rotation angle interval. On the contrary, the quality is slightly dropped because in static sequences blocks actually rotate very slightly. In sequence Mobile, using a smaller rotation angle interval also has slightly better performance.

3.3. Computational Complexity of Proposed MCP Method

To estimate the computational complexity of the proposed MCP method in a practical system, we measured the peak signal-to-noise ration (PSNR) achieved with four rotated searches and angle of interval 2.0°. The computational complexity of four rotated searches with certain fractional-pixel accuracy is similar to that of translational-only MCP with the next higher fractional-pixel accuracy. For example the number of SAD calculation of the proposed MCP method with four rotated searches at 1/4-pixel accuracy is 244 because at each 1/4-pixel position four rotated and one original matching are performed. The number of SAD calculation of translational-only MCP with 1/8-pixel accuracy is 224 because there are 224 search candidate positions. These two numbers are comparable which means their computational complexities are similar. If the proposed method with certain fractional-pixel accuracy can achieve better prediction accuracy than the traditional MCP with higher fractional-pixel accuracy, it has great potential to replace traditional MCP with higher fractional-pixel accuracy.

Table 4 shows the results. TRMCP is the proposed translational and rotational MCP. In all test sequences except Akiyo, TRMCP with 1/8-pixel accuracy has better prediction accuracy in terms of PSNR than translational MCP with 1/16-pixel accuracy. In Soccer, Crew, and Foreman, TRMCP with 1/4-pixel accuracy has better prediction accuracy than translational MCP with 1/8-pixel. In 1/2-pixel accuracy, the proposed method cannot perform better than translational MCP with 1/4-pixel. It is because in 1/2-pixel accuracy the rounding problem of the coordinates of the rotated pixel is severe, as mentioned in the previous subsection. The results also show that the proposed method works better in sequences with complex motions, for example, Soccer and Foreman. This matches with our assumption that complex motions can be better modeled by the proposed translational and rotational motion model.

Table 4 Comparison of computational complexity and prediction accuracy.

4. Conclusion

In this paper, translational and rotational MCP implemented by special subsampling in the interpolated frame is proposed. It is found that up to 37% of the blocks can be better predicted with rotational MCP. The proposed method has the merits of easy implementation and low overhead. The interpolated frame used by rotational MCP is the same as that used by fractional-pixel accuracy MCP, which exists in most recent video coding standards. Experimental results show that higher fractional-pixel accuracies, for example, 1/16-pixel, cannot much further improve the prediction accuracy in translational MCP. Moreover, they require the additional computation overhead of extra interpolation calculation. With regard to the side information overhead, MCP with higher fractional-pixel accuracy needs more bits to transmit the higher fractional-pixel accuracy MV. For example the number of candidate search positions of 1/16-pixel accuracy MCP is around four times that of 1/8-pixel accuracy MCP. Our proposed method only needs to transmit one rotational angle parameter. For example four rotational angles can be represented by 2 bits, and so on. The increase in side information overhead is negligible.

In view of the decreasing effectiveness of MCP with higher fractional-pixel accuracies, the proposed method shows a new research direction to further improve the performance of MCP. Further works in this direction include the determination of an optimized search angle interval and range which are robust for video sequences of different motion contents. Furthermore, the correlation between the translational MV and the rotation angle is also under investigation.

References

  1. Wiegand T, Sullivan GJ, Bjøntegaard G, Luthra A: Overview of the H.264/AVC video coding standard. IEEE Transactions on Circuits and Systems for Video Technology 2003, 13(7):560-576.

    Article  Google Scholar 

  2. Tourapis AM: Enhanced predictive zonal search for single and multiple frame motion estimation. Viual Communications and Image Processing, 2002, San Jose, Calif, USA, Proceedings of SPIE 4671: 1069-1079.

    Google Scholar 

  3. Wiegand T, Zhang X, Girod B: Long-term memory motion-compensated prediction. IEEE Transactions on Circuits and Systems for Video Technology 1999, 9(1):70-84. 10.1109/76.744276

    Article  Google Scholar 

  4. Sullivan GJ, Baker RL: Rate-distortion optimized motion compensation for video compression using fixed or variable size blocks. Proceedings of IEEE Global Telecommunications Conference (GLOBECOM '91), December 1991, Phoenix, Ariz, USA 85-90.

    Google Scholar 

  5. Wong K-M, Po L-M, Cheung K-W, Ng K-H: Block-matching translation and zoom motion-compensated prediction by sub-sampling. Proceedings of IEEE International Conference on Image Processing (ICIP '09), November 2009, Cairo, Egypt 1597-1600.

    Google Scholar 

  6. Wiegand T, Steinbach E, Girod B: Affine multipicture motion-compensated prediction. IEEE Transactions on Circuits and Systems for Video Technology 2005, 15(2):197-209.

    Article  Google Scholar 

  7. Kordasiewicz RC, Gallant MD, Shirani S: Affine motion prediction based on translational motion vectors. IEEE Transactions on Circuits and Systems for Video Technology 2007, 17(10):1388-1394.

    Article  Google Scholar 

  8. Sullivan GJ, Baker RL: Motion compensation for video compression using control grid interpolation. Proceedings of IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP '91), April 1991, Toronto, Canada 4: 2713-2716.

    Google Scholar 

  9. Karczewicz M, Nieweglowski J, Haavisto P: Video coding using motion compensation with polynomial motion vector fields. Signal Processing: Image Communication 1997, 10(1-3):63-91. 10.1016/S0923-5965(97)00019-2

    Google Scholar 

  10. Nakaya Y, Harashima H: Motion compensation based on spatial transformations. IEEE Transactions on Circuits and Systems for Video Technology 1994, 4(3):339-356. 10.1109/76.305878

    Article  Google Scholar 

  11. Pickering MR, Frater MR, Arnold JF: Enhanced motion compensation using elastic image registration. Proceedings of IEEE International Conference on Image Processing, October 2006 1061-1064.

    Google Scholar 

  12. Zitová B, Flusser J: Image registration methods: a survey. Image and Vision Computing 2003, 21(11):977-1000. 10.1016/S0262-8856(03)00137-9

    Article  Google Scholar 

  13. Girod B: Motion-compensating prediction with fractional-pel accuracy. IEEE Transactions on Communications 1993, 41(4):604-612. 10.1109/26.223785

    Article  Google Scholar 

  14. Po L-M, Wong K-M, Ng K-H, et al.: Motion compensated prediction by subsampled block matching for zoom motion contents. ISO/IEC JTC1/SC29/WG11 MPEG2010/M17163, (91th MPEG Meeting), 2010, Kyoto, Japan

    Google Scholar 

Download references

Acknowledgment

The work described in this paper was substantially supported by a Grant from the Hong Kong SAR Government with GRF Project no. of 9041501 (CityU 119909).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ka-Ho Ng.

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

Ng, KH., Po, LM., Cheung, KW. et al. Block-Matching Translational and Rotational Motion Compensated Prediction Using Interpolated Reference Frame. EURASIP J. Adv. Signal Process. 2010, 385631 (2010). https://doi.org/10.1155/2010/385631

Download citation

  • Received:

  • Revised:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1155/2010/385631

Keywords