Embodiments of the present invention relate to the field of video coding for compression. In particular, embodiments of the invention are related to the prediction and differential coding of motion vectors.
Block-based motion compensation is an integral operation in a variety of video codecs that exploits temporal correlation to achieve compression of video data. However, one needs to signal motion vector(s) of each block to the decoder so that the process of motion compensation can be replicated at the decoder. The efficiency of compression achieved by motion compensation is dependent on the efficiency with which motion vectors are signaled. Typically, a predictor is derived for each motion vector from a causal neighborhood and only the difference is coded as part of the bitstream. Existing techniques do not exploit all the redundancy in deriving the predictor and hence there is scope for improvement.
A method and apparatus is disclosed herein for motion vector prediction and coding. In one embodiment, the method comprises: deriving N motion vector predictors for a first block that has N motion vectors corresponding to N lists of reference frames and a current frame, including constructing one of the N motion vector predictors when a second block that neighbors the first block and is used for prediction has at least one invalid motion vector, where N is an integer greater than 1; generating N differential motion vectors based on the N motion vectors and N motion vector predictors; and encoding the N differential motion vectors.
The present invention will be understood more fully from the detailed description given below and from the accompanying drawings of various embodiments of the invention, which, however, should not be taken to limit the invention to the specific embodiments, but are for explanation and understanding only.
Embodiments of the current invention include methods to enhance the predictors thereby reducing the number of bits spent to signal the motion vectors. In particular, embodiments of the current invention include techniques to enhance the prediction of motion vectors for blocks coded in bi-predictive or multi-predictive modes by exploiting the correlation across two or more lists of reference frames.
In the following description, numerous details are set forth to provide a more thorough explanation of the present invention. It will be apparent, however, to one skilled in the art, that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring the present invention.
Some portions of the detailed descriptions which follow are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
The present invention also relates to apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
The algorithms and displays presented herein are not inherently related to any particular computer or other apparatus. Various general purpose systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will appear from the description below. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein.
A machine-readable medium includes any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer). For example, a machine-readable medium includes read only memory (“ROM”); random access memory (“RAM”); magnetic disk storage media; optical storage media; flash memory devices; etc.
Overview
In the prior art, a motion vector (MV) is signaled by coding a differential motion vector (MVD) where the differential motion vector is the difference between the motion vector and a motion vector predictor (
A bi-predictive block has two motion vectors, MV0 and MV1, corresponding to two lists of reference frames, list 0 and list 1, respectively, and they are both signaled using differential motion vectors.
MVD0=MV0−
MVD1=MV1−
where MVD0 and MVA1 represent the differential motion vectors and
The motion vector predictors are formed using a set of candidate predictors called the predictor set. Each candidate predictor represents the motion vector(s) of a causal neighbor block (a block in the neighborhood whose motion vector(s) is/are already signaled) of the target block (block whose motion vector(s) is/are being signaled).
Constructing a Predictor Set
In one embodiment, for a bi-predictive block, the construction of the predictor set can be done in such a way that the candidate predictor added corresponding to a causal neighbor block need not exactly represent the motion vector(s) of the neighbor block. In one embodiment, the candidate predictor's motion vector for a list is set equal to neighbor block's motion vector for the same list if the target block and neighbor block refer to same reference frames for that list; else, the candidate predictor's motion vector for that list is set to invalid status.
Referring to
Processing logic then determines whether the current neighbor block has a list 0 motion vector (processing block 205). If not, the process transitions to processing block 209. If it does, the process transitions to processing block 206 where processing logic fetches the reference frame index for the list 0 motion vector of the current neighbor block and then determines whether the list 0 reference frame index is the same for the target block and the neighbor block (processing block 207). If so, processing logic sets the list 0 motion vector of the candidate predictor equal to that of the current neighbor block (processing block 208) and the process transitions to processing block 209. If the list 0 reference frame index is not the same for the target block and the neighbor block, the process transitions directly to processing block 209.
At processing block 209, processing logic determines whether the current neighbor block has a list 1 motion vector. If not, the process transitions to processing block 213. If the current neighbor block does have a list 1 motion vector, processing logic fetches the reference frame index for the list 1 motion vector of the current neighbor block (processing block 210). Next, processing logic tests whether the list 1 reference frame index is the same for the target and the neighbor (processing block 211). If it is, processing logic sets the list 1 motion vector of the candidate predictor equal to that of the current neighbor block (processing block 212) and the process transitions to processing block 213. If not, the process transitions directly to processing block 213.
At processing block 213, processing logic adds the candidate predictor into the predictor set and then the process transitions to processing block 203.
Refining the Predictor Set
In one embodiment, the predictor set is refined by constructing a predictor from a neighbor block when the reference frame index matches for one of the two lists of reference frames. This occurs when a reference index matches only one list or when the neighbor block uses only one list.
In one embodiment, the predictor set is refined by refining one (or more) candidate predictors in the predictor set as described below: if the candidate predictor's motion vector corresponding to one list (list a), MVPa, is valid and the candidate predictor's motion vector corresponding to the other list (list b), MVPb, is invalid, a valid value for MVPb is calculated using MVPa.
MVPb=fpred(MVPa,Ta,Tb)
For purposes herein, Ta and Tb represent the signed temporal distances from the current frame to the reference frames referred by MVa and MVb respectively.
In one embodiment, if the candidate predictor refinement flag is ‘on’, the candidate predictor is refined.
Referring to
In one embodiment, the candidate predictor refinement flag is ‘on’ for all candidate predictors.
In one embodiment, the candidate predictor refinement flag is ‘on’ only when one (or more) constraints are satisfied. In alternative embodiments, the constraints enforced can be one (or more) of the following:
where
For purposes herein,
In alternative embodiments, the function ƒpred(MVPa, Ta, Tb) can be one of the following:
and Nprec1 is a pre-determined positive integer.
Deriving Motion Vector Predictors
In one embodiment, if the predictor set is not empty, the motion vector predictors (
Referring to
In alternative embodiments, motion vector predictors are formed using the predictor set in one of the following methods. For the following methods, the notation PS={CPi:1≦i≦NCPS} is used for the predictor set, where CPi represents the ith candidate predictor and NCPS represents the total number of candidate predictors in the predictor set.
In one embodiment, for a bi-predictive block, the differential motion vector for one list (list c) can also be used in computing the differential motion vector of the other list (list d).
MVDc=MVc−
MVDd=MVd−fdiff(
For purposes herein, Tc and Td represent the signed temporal distances from the current frame to the reference frames referred by MVc and MVd respectively.
Referring to
MVDc=MVc−
MVDd=MVd−fdiff(
(processing block 704) and the process thereafter ends.
If the status of differential motion vector prediction is not on, the processing logic sets the differential motion vector for list 0 and list 1 according to the following formulas:
MVD0=MV0−
MVDd=MVd−fdiff(
(processing block 705), and then the process ends.
Referring to
MVc=
MVd=fdiff(
(processing block 804) and the process thereafter ends.
If the status of differential motion vector prediction is not on, processing logic sets the motion vector for list 0 and list 1 according to the following formulas:
MV0=
MV1=
(processing block 805), and then the process ends.
In a further embodiment, the approach MVDd=MVd−fdiff(
where
In alternative embodiments, c and d are determined in one of the following ways:
In alternative embodiments, the function ƒdiff(
and Nprec2 is a pre-determined positive integer.
Referring to
Referring to
Referring to
Entropy decoder 1205 receives the video bit stream and performs entropy decoding on the video bitstream. This generates a decoded bitstream that includes decoded differential motion vectors. Entropy decoder 1205 sends the decoded differential motion vectors to motion vector generator 1206. In response to the derived motion vector predictors and the decoded differential motion vectors, motion vector generator 1206 reconstructs the motion vectors for the target block. Thereafter, motion vector generator 1206 sends the reconstructed motion vectors to be included in the attributes of the target block. Finally, the attributes of the target block are sent to the motion information memory 1201 for storage (The Z−1 in the block diagram indicates that this does not happen until the motion vectors of target block are reconstructed).
Note that the motion vector encoders and decoders described herein can be part of any block-based hybrid video encoders/decoders that are well known in the art.
An Example of a Computer System
System 1300 further comprises a random access memory (RAM), or other dynamic storage device 1304 (referred to as main memory) coupled to bus 1311 for storing information and instructions to be executed by processor 1312. Main memory 1304 also may be used for storing temporary variables or other intermediate information during execution of instructions by processor 1312.
Computer system 1300 also comprises a read only memory (ROM) and/or other static storage device 1306 coupled to bus 1311 for storing static information and instructions for processor 1312, and a data storage device 1307, such as a magnetic disk or optical disk and its corresponding disk drive. Data storage device 1307 is coupled to bus 1311 for storing information and instructions.
Computer system 1300 may further be coupled to a display device 1321, such as a cathode ray tube (CRT) or liquid crystal display (LCD), coupled to bus 1311 for displaying information to a computer user. An alphanumeric input device 1322, including alphanumeric and other keys, may also be coupled to bus 1311 for communicating information and command selections to processor 1312. An additional user input device is cursor control 1323, such as a mouse, trackball, trackpad, stylus, or cursor direction keys, coupled to bus 1311 for communicating direction information and command selections to processor 1312, and for controlling cursor movement on display 1321.
Another device that may be coupled to bus 1311 is hard copy device 1324, which may be used for marking information on a medium such as paper, film, or similar types of media. Another device that may be coupled to bus 1311 is a wired/wireless communication capability 1325 to communication to a phone or handheld palm device.
Note that any or all of the components of system 1300 and associated hardware may be used in the present invention. However, it can be appreciated that other configurations of the computer system may include some or all of the devices.
Whereas many alterations and modifications of the present invention will no doubt become apparent to a person of ordinary skill in the art after having read the foregoing description, it is to be understood that any particular embodiment shown and described by way of illustration is in no way intended to be considered limiting. Therefore, references to details of various embodiments are not intended to limit the scope of the claims which in themselves recite only those features regarded as essential to the invention.
The present patent application claims priority to and incorporates by reference the corresponding provisional patent application Ser. No. 61/247,875, titled, “Motion Vector Prediction in Video Coding”, filed on Oct. 1, 2009.
Number | Name | Date | Kind |
---|---|---|---|
5943445 | Dufaux | Aug 1999 | A |
5978030 | Jung et al. | Nov 1999 | A |
6654420 | Snook | Nov 2003 | B1 |
7003035 | Tourapis et al. | Feb 2006 | B2 |
7940845 | Kondo et al. | May 2011 | B2 |
8155193 | Kato et al. | Apr 2012 | B2 |
8711937 | Joch et al. | Apr 2014 | B2 |
20040001546 | Tourapis et al. | Jan 2004 | A1 |
20040008784 | Kikuchi et al. | Jan 2004 | A1 |
20040223548 | Kato et al. | Nov 2004 | A1 |
20050053134 | Holcomb | Mar 2005 | A1 |
20050053137 | Holcomb | Mar 2005 | A1 |
20050053149 | Mukerjee et al. | Mar 2005 | A1 |
20050117646 | Joch et al. | Jun 2005 | A1 |
20060153300 | Wang et al. | Jul 2006 | A1 |
20060245497 | Tourapis et al. | Nov 2006 | A1 |
20060280253 | Tourapis et al. | Dec 2006 | A1 |
20070014358 | Tourapis et al. | Jan 2007 | A1 |
20070183502 | Haskell et al. | Aug 2007 | A1 |
20080181308 | Wang et al. | Jul 2008 | A1 |
20090067497 | Jeon | Mar 2009 | A1 |
20090168884 | Lu et al. | Jul 2009 | A1 |
20090168890 | Holcomb | Jul 2009 | A1 |
20090207914 | Choi et al. | Aug 2009 | A1 |
20090304084 | Hallapuro et al. | Dec 2009 | A1 |
20100020877 | Au et al. | Jan 2010 | A1 |
20120243611 | Kondo | Sep 2012 | A1 |
20120320969 | Zheng et al. | Dec 2012 | A1 |
Number | Date | Country |
---|---|---|
1377067 | Jan 2004 | EP |
1482742 | May 2004 | EP |
Entry |
---|
“Motion Vector Prediction With Reference Frame Consideration” by Alexis M. Tourapis, Proc. of SPIE Bellingham, WA, 2003, vol. 5203 pp. 440-446. |
“Motion Vector Prediction With Reference Frame Consideration” by Alexix M. Tourapis et al., SPIE 2003, No. 0277-786X/03. |
PCT International Search Report for corresponding PCT Patent Application No. PCT/US2010/050572, Nov. 25, 2010, 7 pgs. |
PCT Written Opinion of the International Searching Authority for corresponding PCT Patent Application No. PCT/US2010/050572, Nov. 25, 2010, 10 pgs. |
Xiangyang Ji, et al., “New BI-Prediction Techniques for B Pictures Coding”, 2004 IEEE International Conference on Multimedia and Expo, Jun. 2004, pp. 101-104. |
Gulllaume Laroche, et al., “Competition Based Prediction for Skip Mode Motion Vector Using Macroblock Classification for the H.264 JM KTA Software”, Advanced Concepts for Intelligent Vision Systems, Aug. 28, 2007, pp. 789-799. |
Alexis M. Tourapis, “Motion Vector Prediction With Reference Frame Consideration”, Proceedings of International Society for Optical Engineering, Jan. 1, 2003, pp. 440-447, vol. 5203. |
PCT Intertnational Preliminary Report on Patentability for related PCT Patent Application No. PCT/US2010/050572, Apr. 12, 2012, 10 pgs. |
Number | Date | Country | |
---|---|---|---|
20110080954 A1 | Apr 2011 | US |
Number | Date | Country | |
---|---|---|---|
61247875 | Oct 2009 | US |