The invention is related to the field of video compression.
High compression gains for video sequences can be achieved by removing temporal redundancies between images (frames). For example, to encode an image, a temporal prediction of the image to be encoded is generated based on previously encoded images. The temporal prediction is compared with the actual image to determine the prediction error, and the prediction error is encoded. The prediction can be made using block-based motion estimation and compensation methods, which are widely used (e.g., MPEG standards).
Motion compensation and estimation methods are used to find a reference block in one or more reference images to predict the location of a corresponding target block in the target image, so that only the prediction residual of the target block needs to be coded, which is typically the prediction error and the motion vector. These methods perform block matching to identify a reference block of pixels in the reference image that is most similar to a corresponding target block in the target image.
The pixel distance between the reference block and corresponding target block is the motion vector for the target block. For example, let mxi,j, myi,j be the motion vector of a block Bi,j at the x-axis (horizontal) and y-axis (vertical), respectively. The values of the motion vector are used in video compression, along with the reference block, to generate a prediction value for the target block.
To identify the reference block in the reference image, candidate blocks in the reference image are compared to the target block. Each candidate block has the same size as the target block and is located within a specified search range in the reference image. The candidate block that most closely matches the target block is identified as the reference block. Searching for the reference block is a significant part of motion estimation and usually requires a large amount of arithmetic computation.
The complexity of performing motion estimation for one target block is proportional to the number of possible reference blocks within the search range, which is proportional to the square of the motion search range, or distance d, e.g., Complexity=α×d2, where α is a constant. The motion search range defines the area in the reference image that is used to find the reference block. In other words, the search range specifies the number of blocks in the reference image to be examined during motion estimation.
The motion search range should be related to the speed of the movement of the object in the image. For example, for fast moving objects, a large search range is appropriate to find a good counter-block to predict the target block. However, predicting which part of the image (or frame) has a small amount of motion and which part has a large amount of motion is difficult if done before performing the motion estimation method. Therefore, typical video compression methods use a fixed motion search range for all the blocks in the same target image.
The drawback of a fixed motion search range is that if it is large enough to capture the fastest moving object in the image, it unnecessarily increases the search computation for the regions with small movement. Conversely, if the search range is too small, the motion estimation method may not be able to find the reference block which has a large amount of movement, because the reference block may be outside of the search range.
A technique for performing motion estimation using an adaptive motion search range includes calculating motion vectors for blocks of pixels in a target image, using the calculated motion vectors to generate a search range associated with a target block of pixels in the target image, and using the generated search range to estimate motion of the target block of pixels.
The present invention is illustrated by way of example and may be better understood by referring to the following description in conjunction with the accompanying drawings, in which:
In the following description, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration a specific embodiment in which the invention may be practiced. It is to be understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention. For example, skilled artisans will understand that the terms field, frame, image, or picture that are used to describe the various embodiments are generally interchangeable as used with reference to video data.
A method to adapt a motion search range is used in motion estimation to automatically adjust a motion search range of a target block based on existing information about motion in the target image. This method can both reduce the search range for slow motion objects and also preserve the prediction quality of fast moving objects by automatically increasing the motion search range for the fast moving objects. For example, the method adaptively adjusts the motion search range for a target block according to motion estimate results previously calculated for neighboring blocks. Therefore, embodiments of this method reduce the complexity of finding motion vectors for each target block by adapting the motion search range to the amount of motion in the surrounding region. The adaptive method can be combined with other techniques to perform temporal prediction in video compression methods. The adaptive method can also be used in other video applications where motion estimation is needed.
In general, Nx, Ny is the maximum horizontal and vertical search range of the target block. The search ranges dxi,j, dyi,j are adjustable search ranges for a given target block, Bi,j, that are calculated using previously calculated motion vectors from neighboring blocks. The neighboring blocks that have had their motion estimates previously calculated are called preceding neighboring blocks, because their motion estimates were determined before the motion estimate of the target block. This process automatically adapts the size of the search range for a particular target block using previously calculated motion estimates from neighboring blocks, rather than using fixed values (e.g., Nx, Ny) for the search range.
The values of dri,j and dyi,j that define the motion search range as shown illustratively in
In some embodiments, a single preceding target block with a determined motion vector (e.g., upper left-hand block) is sufficient to begin the adaptive search range method. In other embodiments, multiple preceding target blocks with determined motion vectors are required (e.g., upper and left-hand neighboring blocks if a raster scanning order is used). At 335, for the target blocks that have sufficient preceding neighboring blocks, the process computes adjustment factors from the preceding neighboring blocks. The search range for the target block is automatically adapted to the amount of motion in the preceding neighboring blocks using the adjustment factors, and motion estimation is performed for the target block using the adapted search range at 340. At 345, the process determines if motion estimation is to be performed on other blocks. If it is, the method returns to 320. Otherwise, at 350 the process ends.
The following is a description of illustrative embodiments associated with
dxi,j=+δx; dyi,j=+δy. (1)
where are the estimated horizontal and vertical motion ranges for the target block Bi,j, and δx, δy represent an estimated amount of correlation between the amount of motion in the preceding neighboring blocks and the amount of motion in the target block. The concept behind eq. (1) is that the motion of pixels in a target block is likely to be similar to the pixel motion in neighboring blocks. Therefore, the motion search range for a particular target block is automatically determined from the amount of motion that has already been found in its neighboring blocks, as indicated by the neighboring motion vectors.
Estimating the Motion Range for the Target Block
The values for the motion search range, and for the target block are computed from the motion vectors of its preceding neighboring blocks. If set Pi,j is defined as the set of preceding neighboring blocks of target block Bi,j, then and are expressed as a function of the motion vectors of the preceding neighboring blocks in the set Pi,j. In one embodiment, the function is the average value of the motion vectors of the blocks belonging to the set Pi,j, which is:
where Bk,lεPi,j denotes the blocks in the set of Pi,j, and n is the total number of blocks in Pi,j. In this example, if two blocks, such as the upper block and the left block, are preceding neighboring blocks, then and are expressed as the average of two motion vectors:
=(mxi-1,j+mxi,j-1)/2, =(myi-1,j+myi,j-1)/2. (3)
The function to generate and is therefore determined from the motion vectors of the blocks in the set Pi,j. With this function, the adaptive motion search range method dynamically determines a motion search range for each block in a target image. The method, in one embodiment, uses eq. (3) to adapt the search range for a target block by estimating the amount of motion of an object in the target block using information about the amount of motion in its neighboring blocks.
For example, if a target block has preceding neighboring blocks with small motion vectors, then, generally, the target block has a small amount of motion. The adaptive motion search range method in one embodiment uses eq. (3) to generate a small search range for the target block, an action which reduces the complexity of the motion search.
On the other hand, if a target block has preceding neighboring blocks with large motion vectors, then the target block probably has a large amount of motion. Therefore, the adaptive motion search range method, in one embodiment, uses eq. (3) to automatically increase the search range for the target block. Motion estimation is then performed for the target block with an increased search range that is large enough to identify a reference block for a fast-moving object.
Eqs. (2) and (3) are examples of functions that can be used to calculate the average value of the motion vectors in the set Pi,j. A more general function can be obtained by applying a filter to the motion vectors in the set of preceding neighboring blocks Pi,j to generate the estimated motion range and . Without loss of generality, examples are shown for deriving item , and item can be derived from the same procedures. Let L be the filter which contains n taps, L=[l1, l2, . . . , ln], where li is the i-th element in L, and li is also the filter coefficient of tap i. Let Mx be the vector containing all motion vectors (x-axis values only) of the blocks in the preceding neighboring blocks (Pi,j), Mx=[x1, x2, . . . , xn]. Then:
=L×(Mx)T, =L×(My)T, (4)
where (Mx)T is the transpose of vector Mx.
The averaging method shown in eqs. (2) and (3) are special cases of the filtering method of eq. (4). For example, if L=[0.5,0.5], Mx=[mxi-1,j,mxi,j-1] and My=[myi-1,j,myi,j-1], then eq. (4) is reduced to eq. (3).
In general, the number of taps in filter L can be increased by increasing the number of blocks in the set of Pi,j, because the number of blocks in Pi,j is equal to the number of taps in L.
Usually, L can be a low pass filter (smoothing filter), which is used to obtain the statistical average value of the preceding neighboring block motion vectors. Many methods can be used to design such a filter (e.g., select the value for each filter coefficients (li) in filter L). The adaptive motion search range method can then use the low-pass filter to obtain the estimated search range and .
Estimating a Margin of Safety for the Adjusted Search Range
The values for adjustment items δx and δy in eq. (1) can be used as a safety margin for adjusting the motion search range, so as to account for the possibility that the motion vectors of the preceding neighboring blocks fail to anticipate an amount of motion in the target block. For example, if the preceding neighboring blocks motion vector distribution results in a large standard deviation, then the adjustment values δx and δx allow the motion search range for the target block to be significantly different from that of its preceding neighboring blocks.
The selection of values for δx and δx allows the motion search range to adapt to the motion characteristics of the target block. Larger δx and δx values allow faster moving objects in the motion search range to be detected. However, larger values can increase the motion search complexity, because the search range is increased. Smaller δx and δx limit the speed of adaptation while reducing the complexity of the motion search. The items δx and δy can have either fixed or adjustable values. Using fixed values has simplicity. Using adaptive values for δx and δy can improve the accuracy of the motion estimation.
There are various methods that can adapt δx and δy to the motion characteristics of the target block. In general, the values for δx and δy should be large if the target block is likely to have a motion vector that differs from those of its preceding neighboring blocks. Without loss of generality, examples are shown for deriving item δx (item δy can be derived from the same procedures).
The first example uses the standard deviation of the motion vectors of preceding neighboring blocks to derive δx. For example, for target block Bi,j,
where Bk,jεPi,j denotes all the blocks in the set of Pi,j, n is the total number of blocks in Pi,j, is the estimated motion range of target block Bi,j (which can be derived from eq. (4)), and k is a constant scalar.
The second example filters over the motion vectors of preceding neighboring blocks to determine δx. Similar to the method of calculating the motion search range using eq. (4), a general method to obtain δx and δy applies a filter over the preceding motion vectors of the target block Bi,j. This filter is usually is a high pass filter, denoted as H.
Let H be a filter which contains n taps, H=[h1, h2, . . . , hn]. Then:
δx=|H×(Mx)T|, δy=|H×(My)T|, (6)
where |a| denotes the absolute value of a. Vectors Mx and My have the same definition as that given in eq. (4). The high pass filter H is related to the variance of Mx (the motion vector values of preceding neighboring blocks). Therefore, when δx is large, the preceding motion vectors have a large variance and vice versa.
For example, if the set of preceding neighboring blocks has two blocks (e.g., upper and left), the high pass filter is H=[0.5,−0.5], Mx=[mxi-1,j,mxi,j-1] and My=[myi-1,j, myi,j-1], then
δx=|mxi-1,j−mxi,j-1|/2, δx=|mxi-1,j−mxi,j-1|/2. (7)
In some embodiments, more taps can be used by increasing the number of preceding neighboring blocks.
Extension to Multiple Reference Images
The illustrative examples described above are based on a single reference image. In some embodiments, the process is extended to cases in which multiple reference images are used for motion estimation, e.g., a target block can be predicted from different images. In these cases, a motion vector has three elements, e.g., [mxi,j, myi,j, mti,j], where mti,j is the time index of a particular reference image.
In the single reference image case, the preceding neighboring blocks exist in the same reference image, e.g., they are in a two-dimensional surface. With multiple reference images, the scope of preceding neighboring blocks extends to three-dimensions, e.g., in different images, as long as their motion estimates are determined before the motion estimate of the target block. Then the filtering methods to obtain and δx, δy can be applied to the three-dimensional, multiple reference case immediately, as long as the filters (L and H) are constructed according to the distribution of the preceding neighboring blocks.
Selecting a Block Scanning Order
The block scanning order, which establishes the sequence of performing motion estimation for each block, determines the set of blocks that can be the preceding blocks for a particular target block, i.e., only the blocks for which motion estimation has been calculated earlier than target block can be preceding blocks of the target block. Therefore, the type of block scanning order that is used by the adaptive motion search range method has an effect on the estimated motion search range for a particular target block.
One example of a block scanning order is the raster scanning order as shown in
In the example shown in
Although a left to right scanning order is used in this example, the scanning order of the blocks can be arbitrary. The type of scanning order used determines which neighboring blocks have received motion estimation results earlier than the target block. Those blocks, at least some of which act as preceding neighboring blocks, are used by the adaptive method to adjust the motion search range for the target block.
Another example of a block scanning order is a sub-sampling scanning order as shown in
One advantage of this sub-sampling scheme is that the blocks scanned in the second round may have preceding neighboring blocks in all directions, instead of only the upper and left directions as shown in
While the invention is described in terms of illustrative embodiments in a specific system environment, those of ordinary skill in the art will recognize that the invention can be practiced in various ways in other and different hardware and software environments within the spirit and scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
4922341 | Strobach | May 1990 | A |
5047850 | Ishii et al. | Sep 1991 | A |
5654771 | Tekalp | Aug 1997 | A |
5872866 | Strongin et al. | Feb 1999 | A |
5903676 | Wu et al. | May 1999 | A |
5974188 | Benthal | Oct 1999 | A |
6014181 | Sun | Jan 2000 | A |
6178205 | Cheung et al. | Jan 2001 | B1 |
6208692 | Song et al. | Mar 2001 | B1 |
6212235 | Nieweglowski et al. | Apr 2001 | B1 |
6466624 | Fogg | Oct 2002 | B1 |
6480615 | Sun et al. | Nov 2002 | B1 |
6480670 | Hatano et al. | Nov 2002 | B1 |
6590934 | Kim | Jul 2003 | B1 |
6591015 | Yasunari et al. | Jul 2003 | B1 |
6608865 | Itoh | Aug 2003 | B1 |
6690729 | Hayashi | Feb 2004 | B2 |
6754269 | Yamaguchi et al. | Jun 2004 | B1 |
6765965 | Hanami et al. | Jul 2004 | B1 |
6782054 | Bellers | Aug 2004 | B2 |
6864994 | Harrington | Mar 2005 | B1 |
7110455 | Wu et al. | Sep 2006 | B2 |
7809063 | Lin | Oct 2010 | B2 |
20030142749 | Hong | Jul 2003 | A1 |
20040057517 | Wells | Mar 2004 | A1 |
20040062307 | Hallapuro et al. | Apr 2004 | A1 |
20040131267 | Adiletta et al. | Jul 2004 | A1 |
20040233991 | Sugimoto et al. | Nov 2004 | A1 |
20050100092 | Sekiguchi et al. | May 2005 | A1 |
20050135483 | Nair | Jun 2005 | A1 |
Number | Date | Country |
---|---|---|
WO 0016563 | Mar 2000 | WO |
WO 0178402 | Oct 2001 | WO |
WO 0237859 | May 2002 | WO |
WO 2004047454 | Jun 2004 | WO |
WO 2005069629 | Jul 2005 | WO |
Number | Date | Country | |
---|---|---|---|
20070064803 A1 | Mar 2007 | US |