Open Access
1 November 2009 Adaptive quarter-pel motion estimation and motion vector coding algorithm for the H.264/AVC standard
Seung-Won Jung, Chun-Su Park, Le Thanh Ha, Sung-Jea Ko
Author Affiliations +
Abstract
We present an adaptive quarter-pel (Qpel) motion estimation (ME) method for H.264/AVC. Instead of applying Qpel ME to all macroblocks (MBs), the proposed method selectively performs Qpel ME in an MB level. In order to reduce the bit rate, we also propose a motion vector (MV) encoding technique that adaptively selects a different variable length coding (VLC) table according to the accuracy of the MV. Experimental results show that the proposed method can achieve about 3% average bit rate reduction.

1.

Introduction

In block-based video coders, motion estimation (ME) carries a great significance because of its impact on the compression efficiency. In order to achieve high compression efficiency, ME is performed with quarter-pel (Qpel) accuracy as well as half-pel (Hpel) and integer-pel accuracies in the H.264/AVC standard.1 Even though ME with a high accuracy generally reduces the bits required for encoding the difference frame, it often compromises the total bit rate because the bits required for encoding the motion vector (MV) grows as the motion vector accuracy (MVA) increases.

Various methods of obtaining the optimal MVA has been introduced in the literature.2, 3 In Ref. 2, an optimal MVA is derived for each macroblock (MB) and for each frame. The optimal MVA formula in Ref. 2 reveals that the MVA is dependent on the texture and the interframe noise of the MB. In Ref. 3, the MVA is adaptively determined for each MB by examining all possible MVAs and selecting the one with the minimum Lagrange cost. However, the coding gain of these methods is limited, since additional bits indicating the MVA need to be encoded.

In this letter, a novel MVA decision algorithm for H.264/AVC is presented. The proposed method determines the validity of Qpel ME for each MB. Since no additional bit is required to indicate the MVA, the proposed algorithm can be implemented without modifying the syntax of the H.264/AVC standard. Then, in order to achieve the coding gain, we also propose an MV encoding technique that adaptively changes the variable length coding (VLC) table according to the MVA of the MB.

2.

Proposed Algorithm

The proposed algorithm consists of two techniques. We first present an adaptive MV encoding technique for H.264/AVC. Then, based on the proposed MV coding technique, we also propose an MVA decision technique.

In H.264/AVC, not an original MV itself but the difference between the original MV and the predicted motion vector (PMV),1 the motion vector difference (MVD), is encoded. Let ΔV denote the MVD defined as follows:

Eq. 1

ΔV=VoVp,
where V0 and Vp represent the original MV and PMV, respectively. In H.264/AVC, each horizontal and vertical element of ΔV is independently encoded by using a common VLC table without considering the MVA of the MB.

For notational simplicity, we first define three motion vector sets:

Eq. 2

MVall={(u,v)|u,v0,14,14;12,12,},

Eq. 3

MVQpel={(u,v)|u,v0,14,14,34,34,},

Eq. 4

MVHpel={(u,v)|u,v0,12,12,1,1,}.
Note that MVAll is a union set of MVQpel and MVHpel . If ME is performed up to Hpel accuracy, the resulting MV should belong to MVHpel . If we allow Qpel ME, the additional MV set, MVQpel , is required to express the MV.

Assume that ME is performed up to Hpel accuracy for the current MB, i.e., V0MVHpel . Then, ΔV is an element of either MVHpel or MVQpel depending on Vp as follows:

Eq. 5

ΔV{MVHpel,ifVpMVHpel,MVQpel,ifVpMVQpel.}

Note that the number of possible ΔV values is halved if Qpel ME is not applied. Therefore, instead of using a VLC table including all possible MVD values, VLCAll , a reduced-size VLC table containing either Hpel or Qpel MVD values, VLCHpel or VLCQpel , can be used. By adaptively changing the VLC table according to the MVA of the MB, the bits required to encode MVD in H.264/AVC can be effectively reduced.

The bits required for encoding the MV can be reduced by skipping Qpel ME. However, Qpel ME needs to be omitted when it has a negligible impact on ME performance. In order to determine whether Qpel ME is necessary, we consider two cases. In the first case (C1), we skip Qpel ME for all MBs and encode the MVDs using VLCHpel . We allow, in the second case (C2), Qpel ME for all MBs. Then, the resulting MVDs are encoded using VLCAll . By comparing C1 and C2, the effect of Qpel ME can be analyzed.

Let dRDcost denote the difference between the rate distortion costs (RDcosts) of C1 and C2. If dRDcost is positive, we can interpret that Qpel ME is required for the MB. This is because the loss caused by skipping Qpel ME is larger than the gain achieved by the proposed MVD coding technique. In the other case, Qpel ME can be considered unnecessary. Now, the remaining problem is to find the elements which affect dRDcost.

Motivated by the optimal MVA formula,2 we claim that the necessity of Qpel ME increases as the spatial and temporal complexity of the MB increases. In our work, we estimate the spatial and temporal complexity of the current MB from the MB at the reference frame indicated by Vp , which is also available at the decoder. First, we measure the sum of the gradients of the luminance component as a spatial complexity metric.4 Let ΔYh and ΔYv denote the horizontal and vertical gradient defined as

6.

ΔYh(x,y)=|Ŷ(x+1,y)Ŷ(x,y)|,
ΔYv(x,y)=|Ŷ(x,y1)Ŷ(x,y)|,
where Ŷ is the luminance component of the reference frame, and (x,y) is the pixel coordinate. Then, the spatial complexity of the MB, Dp , is obtained by averaging the gradient values inside of the MB as follows:

Eq. 7

Dp=1N2i=0N1j=0N1max[ΔYh(xp+i,yp+j),ΔYv(xp+i,yp+j)],
where N is the size of the MB, (xp,yp) is the pixel coordinate determined by Vp , and max(⋅,⋅) returns the maximum value between two values. The temporal complexity of the MB is simply defined as a magnitude of Vp ,

Eq. 8

|Vp|=(Vp,h2+Vp,v2)12,
where Vp,h and Vp,v represent the horizontal and vertical elements of Vp , respectively.

Based on the preceding spatial and temporal complexity metrics, we examine the relation between dRDcost and complexity metrics. Figure 1 shows an example of the dRDcost result obtained by using the 80th frame of the Foreman test sequences. In this example, the quantization parameter (QP) is set to 36, one reference frame is used with CABAC coding, and the other experimental conditions are given in Table 1. For each MB, dRDcost is computed by performing C1 and C2, and o or x is assigned to represent whether its value is positive or not. We can see that if the temporal or spatial complexity of the MB is high, Qpel ME tends to be advantageous. In the other case, where the spatial and temporal complexities are both low, the skipping of Qpel ME is beneficial in most cases. This tendency is consistent with the results in Ref. 2. To this end, we define an exponential curve to determine whether Qpel ME is advantageous:

Eq. 9

f(|Vp|)=aeb|Vp|,
where a and b are modeling parameters. These parameters are obtained by taking logarithm function to Eq. 9 and applying the least-squares linear classification, so that a and b minimize the squared classification error.5 By using test sequences in Ref. 6 and different QPs in Table 1, a and b are achieved by 9.29 and 2.99×102 , respectively. Then, Qpel ME is applied only when the estimated complexity point, (|Vp|,Dp) , is located above the curve of Eq. 9, where Qpel ME tends to improve the coding efficiency.

Fig. 1

Example of the dRDcost result for the Foreman sequence.

110502_1_1.jpg

Table 1

Experimental conditions.

SoftwareJM 16.0 (Ref. 7)
ProfileHigh
Prediction structureIPPP
Sequence resolutionCIF (352×288) , 720p (1280×720)
Number of encoded frames100
Number of reference frames3
QP32, 36, 40, 44
MEExhaustive ( 14 resolution)
ME search range32 (CIF), 64 (720p)
Rate distortion optimizationEnabled
Entropy codingCAVLC, CABAC

Figure 2 summarizes the procedure of the proposed algorithm at the encoder. When encoding the MB, Dp and f(|Vp|) are calculated by using the PMV of INTER- 16×16 mode, and the Qpel ME is applied if Dp<f(|Vp|) . This Qpel ME decision result is shared for all subpartitioned blocks. In other words, we do not allow each subpartitioned block to have different MVA. At the decoder, Dp is similarly obtained by Eq. 7. Then, if Dp<f(|Vp|) , the received MVD bits are decoded using either VLCQpel or VLCHpel , depending on the PMV. Since the same PMV should be used at both encoder and decoder, the PMV of INTER- 16×16 mode is used at the decoder. In the other case, the MVD bits are decoded by using VLCAll as the conventional decoder.

Fig. 2

Flowchart of the proposed algorithm.

110502_1_2.jpg

3.

Experimental Results and Conclusion

In order to evaluate the performance of the proposed algorithm, the proposed method is compared with the conventional algorithm in Ref. 3. A PC with an Intel Core2 Quad, 2.67-GHz CPU, and 8 GB RAM is used. The detailed experimental conditions are given in Table 1. The changes of Bjontegaard Delta (BD) rate (Δbit) , encoding time (ΔTE) , and decoding time (ΔTD) are used to measure the performance.7

Table 2 indicates that the proposed algorithm improves the coding efficiency of the original JM 16.0 by 2.97% and 2.77% for CABAC and CALVC, respectively.8 Since the proposed algorithm does not require any overhead bit to indicate the MVA, superior coding efficiency is obtained when compared to the conventional algorithm. Here, it should be noted that the Bigships and Jets sequences are encoded by using 151th to 250th and 301th to 400th frames, where shot changes occur, respectively. Since the intracoding outperforms the intercoding in such cases, the performance of the proposed algorithm is not deteriorated.

Table 2

Performance of the proposed algorithm.

SequenceRef. 2 (CABAC/CAVLC)Proposed (CABAC/CAVLC)
Δbit(%) ΔTE(%) ΔTD(%) Δbit(%) ΔTE(%) ΔTD(%)
CIFCrew 0.690.28 0.751.24 0.150.04 2.722.03 4.904.54 3.154.15
Foreman 0.070.19 1.010.19 0.280.21 3.153.15 5.014.17 5.284.58
Salesman 0.490.18 0.150.36 0.170.09 2.632.18 5.414.45 3.451.67
Soccer 0.230.42 0.230.22 0.130.12 2.652.80 3.914.92 4.934.24
720p Bigships 1.120.69 1.881.02 0.480.31 2.112.66 1.971.83 5.786.12
City 1.231.36 0.391.03 0.750.41 2.462.08 2.011.89 4.573.99
Jets 1.201.06 0.441.29 1.230.89 3.622.51 2.313.17 4.784.45
Raven 2.032.70 0.920.35 0.690.98 4.434.72 2.022.32 5.464.96
Average 0.880.86 0.680.71 0.480.34 2.972.77 3.573.41 4.684.27

From the viewpoint of the computational complexity, since all MVAs are examined and the best one is selected,3 the complexity of the original JM 16.0 encoder and decoder is maintained or slightly increased. In the proposed algorithm, by skipping unnecessary Qpel ME, additional computation for Dp at the encoder is compensated and even a slight encoding time saving of 3.57% and 3.41% is achieved by CABAC and CAVLC, respectively. In addition, although the decoder should compute Dp for each MB, the decoding time is also saved by 4.68% and 4.27% on average for CABAC and CAVLC, respectively. This is because the interpolation time for the motion compensation is decreased due to the skipping of the unnecessary Qpel ME at the encoder.

In this letter, we first presented an adaptive MVD coding scheme. Then, in order to apply the adaptive MVD coding technique effectively, we also proposed an algorithm that selectively performs Qpel ME based on the spatial and temporal complexity of the MB. The experimental results demonstrated that the proposed algorithm improves coding efficiency without requiring the computational overhead at both encoder and decoder.

Acknowledgments

This research was supported by Seoul Future Contents Convergence (SFCC) Cluster established by Seoul R&BD Program. This work was also supported by a Korea Science and Engineering Foundation (KOSEF) Grant funded by the Korean Government (MEST) (No. 2009-0080547).

References

1. 

T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, “Overview of the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. Video Technol., 13 (7), 560 –576 (2003). https://doi.org/10.1109/TCSVT.2003.815165 1051-8215 Google Scholar

2. 

J. Ribas-Corbera and D. L. Neuhoff, “Optimizing motion vector accuracy in block-based video coding,” IEEE Trans. Circuits Syst. Video Technol., 11 (4), 497 –511 (2001). https://doi.org/10.1109/76.915356 1051-8215 Google Scholar

3. 

J. Shen and J. Ribas-Corbera, “Benefits of adaptive motion accuracy in H.26L video coding,” Proc. IEEE ICIP, 1 1012 –1015 (2000). Google Scholar

4. 

A. R. Varkonyi-Koczy, A. Rovid, and T. Hashimoto, “Gradient-based synthesized multiple exposure time color HDR image,” IEEE Trans. Instrum. Meas., 57 (8), 1779 –1785 (2008). https://doi.org/10.1109/TIM.2008.925715 0018-9456 Google Scholar

5. 

J. A. K. Suykens and J. Vandewalle, “Least squares support vector machine classifiers,” Neural Process. Lett., 9 293 –300 (1999). https://doi.org/10.1023/A:1018628609742 Google Scholar

6. 

T. Tan, G. J. Sullivan, and T. Wedi, “Recommended simulation common conditions for coding efficiency experiments revision 4,” (2008) Google Scholar

7. 

G. Bjontegaard, “Calculation of average PSNR differences between RD-curves,” (2001) Google Scholar
©(2009) Society of Photo-Optical Instrumentation Engineers (SPIE)
Seung-Won Jung, Chun-Su Park, Le Thanh Ha, and Sung-Jea Ko "Adaptive quarter-pel motion estimation and motion vector coding algorithm for the H.264/AVC standard," Optical Engineering 48(11), 110502 (1 November 2009). https://doi.org/10.1117/1.3257262
Published: 1 November 2009
Lens.org Logo
CITATIONS
Cited by 4 patents.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Computer programming

Motion estimation

Distortion

Optical engineering

Electrical engineering

Quantization

Video

Back to Top