This document is related to video coding technologies.
In spite of the advances in video compression, digital video still accounts for the largest bandwidth use on the internet and other digital communication networks. As the number of connected user devices capable of receiving and displaying video increases, it is expected that the bandwidth demand for digital video usage will continue to grow.
Techniques related to decoder side motion vector derivation (DMVD) in video coding are disclosed. It may be applied to the existing video coding standard like HEVC, or the standard (Versatile Video Coding) to be finalized. It may be also applicable to future video coding standards or video codec.
In one example aspect, a method of decoding a bitstream comprising a digital representation of a video is disclosed. The method includes decoding motion information for a current video block from the bitstream, estimating matching costs of the current video block using one or more templates based on a partial set of pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and refining the motion information of the current block using a template having a minimum matching cost.
In another example aspect, a method of decoding a bitstream comprising a digital representation of a video is disclosed. The method includes decoding motion information for a current video block from the bitstream, determining a size of the current video block, in accordance with a determination that the size of the current video block is less than a first size, estimating matching costs of the current video block using one or more templates based on a partial set of pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and in accordance with a determination that the size of the current video block is not less than a first size, estimating matching costs of the current video block using one or more templates based on all pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and refining the motion information of the current block using a template having a minimum matching cost.
In yet another example aspect, a method of decoding a bitstream comprising a digital representation of a video is disclosed. The method includes decoding motion information for a current video block from the bitstream, determining a size of the current video block, in accordance with a determination that the size of the current video block is greater than a first size, estimating matching costs of the current video block using one or more templates based on a partial set of pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and in accordance with a determination that the size of the current video block is not greater than a first size, estimating matching costs of the current video block using one or more templates based on all pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and refining the motion information of the current block using a template having a minimum matching cost.
In yet another example aspect, a method of decoding a bitstream comprising a digital representation of a video is disclosed. The method includes decoding motion information for a current video block from the bitstream, determining a shape of the current video block, in accordance with a determination that the shape of the current video block is a first shape, estimating matching costs of the current video block using one or more templates based on a partial set of pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, in accordance with a determination that the shape of the current video block is a second shape, estimating matching costs of the current video block using one or more templates based on a partial set of pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and in accordance with the determination that the shape of the current block is a third shape, estimating matching costs of the current video block using one or more templates based on all pixel locations in each of the one or more templates, where in the each of the one or more templates includes a video block with multiple samples, and refining the motion information of the current block using a template having a minimum matching cost.
In another example aspect, an apparatus comprising a processor configured to implement each of the above-described methods is disclosed.
In yet another example aspect, these methods may be embodied in the form of computer-executable instructions and stored on a computer readable program medium.
These, and other, aspects are further described in the present document.
The present document provides various techniques that can be used by a decoder of video bitstreams to improve the quality of decompressed or decoded digital video. Furthermore, a video encoder may also implement these techniques during the process of encoding in order to reconstruct decoded frames used for further encoding.
Section headings are used in the present document for ease of understanding and do not limit the embodiments and techniques to the corresponding sections. As such, embodiments from one section can be combined with embodiments from other sections. Furthermore, while some embodiments describe video coding steps in detail, it will be understood that corresponding steps decoding that undo the coding will be implemented by a decoder. Furthermore, the term video processing encompasses video coding or compression, video decoding or decompression and video transcoding in which video pixels are represented from one compressed format into another compressed format or at a different compressed bitrate.
1. Technical Framework
Video coding standards have evolved primarily through the development of the well-known ITU-T and ISO/IEC standards. The ITU-T produced H.261 and H.263, ISO/IEC produced MPEG-1 and MPEG-4 Visual, and the two organizations jointly produced the H.262/MPEG-2 Video and H.264/MPEG-4 Advanced Video Coding (AVC) and H.265/HEVC standards. Since H.262, the video coding standards are based on the hybrid video coding structure wherein temporal prediction plus transform coding are utilized. To explore the future video coding technologies beyond HEVC, Joint Video Exploration Team (JVET) was founded by VCEG and MPEG jointly in 2015. Since then, many new methods have been adopted by JVET and put into the reference software named Joint Exploration Model (JEM). In April 2018, the Joint Video Expert Team (JVET) between VCEG (Q6/16) and ISO/IEC JTC1 SC29/WG11 (MPEG) was created to work on the VVC standard targeting at 50% bitrate reduction compared to HEVC.
2. Inter Prediction in HEVC/H.265
Each inter-predicted Prediction Unit (PU) has motion parameters for one or two reference picture lists. Motion parameters include a motion vector and a reference picture index. Usage of one of the two reference picture lists may also be signaled using inter_pred_idc. Motion vectors may be explicitly coded as deltas relative to predictors.
When a Coding Unit (CU) is coded with skip mode, one PU is associated with the CU, and there are no significant residual coefficients, no coded motion vector delta or reference picture index. A merge mode is specified whereby the motion parameters for the current PU are obtained from neighboring PUs, including spatial and temporal candidates. The merge mode can be applied to any inter-predicted PU, not only for skip mode. The alternative to merge mode is the explicit transmission of motion parameters, where motion vector (to be more precise, motion vector difference compared to a motion vector predictor), corresponding reference picture index for each reference picture list and reference picture list usage are signaled explicitly per each PU. Such a mode is named Advanced Motion Vector Prediction (AMVP) in this document.
When signaling indicates that one of the two reference picture lists is to be used, the PU is produced from one block of samples. This is referred to as ‘uni-prediction’. Uni-prediction is available both for P-slices and B-slices.
When signaling indicates that both of the reference picture lists are to be used, the PU is produced from two blocks of samples. This is referred to as ‘bi-prediction’. Bi-prediction is available for B-slices only.
The following text provides the details on the inter prediction modes specified in HEVC. The description will start with the merge mode.
2.1.1. Merge Mode
2.1.1.1. Derivation of Candidates for Merge Mode
When a PU is predicted using merge mode, an index pointing to an entry in the merge candidates list is parsed from the bitstream and used to retrieve the motion information. The construction of this list is specified in the HEVC standard and can be summarized according to the following sequence of steps:
These steps are also schematically depicted in
In the following, the operations associated with the aforementioned steps are detailed.
2.1.1.2. Spatial Candidate Derivation
In the derivation of spatial merge candidates, a maximum of four merge candidates are selected among candidates located in the positions depicted in
2.1.1.3. Temporal Candidate Derivation
In this step, only one candidate is added to the list. Particularly, in the derivation of this temporal merge candidate, a scaled motion vector is derived based on co-located PU belonging to the picture which has the smallest POC difference with current picture within the given reference picture list. The reference picture list to be used for derivation of the co-located PU is explicitly signalled in the slice header. The scaled motion vector for temporal merge candidate is obtained as illustrated by the dotted line in
In the co-located PU (Y) belonging to the reference frame, the position for the temporal candidate is selected between candidates C0 and C1, as depicted in
2.1.1.4. Additional Candidate Insertion
Besides spatial and temporal merge candidates, there are two additional types of merge candidates: combined bi-predictive merge candidate and zero merge candidate. Combined bi-predictive merge candidates are generated by utilizing spatial and temporal merge candidates. Combined bi-predictive merge candidate is used for B-Slice only. The combined bi-predictive candidates are generated by combining the first reference picture list motion parameters of an initial candidate with the second reference picture list motion parameters of another. If these two tuples provide different motion hypotheses, they will form a new bi-predictive candidate. As an example,
Zero motion candidates are inserted to fill the remaining entries in the merge candidates list and therefore hit the MaxNumMergeCand capacity. These candidates have zero spatial displacement and a reference picture index which starts from zero and increases every time a new zero motion candidate is added to the list. The number of reference frames used by these candidates is one and two for uni and bi-directional prediction, respectively. Finally, no redundancy check is performed on these candidates.
2.1.1.5. Motion Estimation Regions for Parallel Processing
To speed up the encoding process, motion estimation can be performed in parallel whereby the motion vectors for all prediction units inside a given region are derived simultaneously. The derivation of merge candidates from spatial neighbourhood may interfere with parallel processing as one prediction unit cannot derive the motion parameters from an adjacent PU until its associated motion estimation is completed. To mitigate the trade-off between coding efficiency and processing latency, HEVC defines the motion estimation region (MER) whose size is signalled in the picture parameter set using the “log2_parallel_merge_level_minus2” syntax element. When a MER is defined, merge candidates falling in the same region are marked as unavailable and therefore not considered in the list construction.
2.1.2. AMVP
AMVP exploits spatio-temporal correlation of motion vector with neighbouring PUs, which is used for explicit transmission of motion parameters. For each reference picture list, a motion vector candidate list is constructed by firstly checking availability of left, above temporally neighbouring PU positions, removing redundant candidates and adding zero vector to make the candidate list to be constant length. Then, the encoder can select the best predictor from the candidate list and transmit the corresponding index indicating the chosen candidate. Similarly with merge index signalling, the index of the best motion vector candidate is encoded using truncated unary. The maximum value to be encoded in this case is 2 (see
2.1.2.1.Derivation of AMVP candidates
In motion vector prediction, two types of motion vector candidates are considered: spatial motion vector candidate and temporal motion vector candidate. For spatial motion vector candidate derivation, two motion vector candidates are eventually derived based on motion vectors of each PU located in five different positions as depicted in
For temporal motion vector candidate derivation, one motion vector candidate is selected from two candidates, which are derived based on two different co-located positions. After the first list of spatio-temporal candidates is made, duplicated motion vector candidates in the list are removed. If the number of potential candidates is larger than two, motion vector candidates whose reference picture index within the associated reference picture list is larger than 1 are removed from the list. If the number of spatio-temporal motion vector candidates is smaller than two, additional zero motion vector candidates is added to the list.
2.1.2.2. Spatial Motion Vector Candidates
In the derivation of spatial motion vector candidates, a maximum of two candidates are considered among five potential candidates, which are derived from PUs located in positions as depicted in
The no-spatial-scaling cases are checked first followed by the spatial scaling. Spatial scaling is considered when the POC is different between the reference picture of the neighbouring PU and that of the current PU regardless of reference picture list. If all PUs of left candidates are not available or are intra coded, scaling for the above motion vector is allowed to help parallel derivation of left and above MV candidates. Otherwise, spatial scaling is not allowed for the above motion vector.
In a spatial scaling process, the motion vector of the neighbouring PU is scaled in a similar manner as for temporal scaling, as depicted as
2.1.2.3. Temporal Motion Vector Candidates
Apart for the reference picture index derivation, all processes for the derivation of temporal merge candidates are the same as for the derivation of spatial motion vector candidates (see
2.2. New Inter Prediction Methods in JEM
2.2.1. Pattern Matched Motion Vector Derivation
Pattern matched motion vector derivation (PMMVD) mode is a special merge mode based on Frame-Rate Up Conversion (FRUC) techniques. With this mode, motion information of a block is not signalled but derived at decoder side.
A FRUC flag is signalled for a CU when its merge flag is true. When the FRUC flag is false, a merge index is signalled and the regular merge mode is used. When the FRUC flag is true, an additional FRUC mode flag is signalled to indicate which method (bilateral matching or template matching) is to be used to derive motion information for the block.
At encoder side, the decision on whether using FRUC merge mode for a CU is based on RD cost selection as done for normal merge candidate. That is the two matching modes (bilateral matching and template matching) are both checked for a CU by using RD cost selection. The one leading to the minimal cost is further compared to other CU modes. If a FRUC matching mode is the most efficient one, FRUC flag is set to true for the CU and the related matching mode is used.
Motion derivation process in FRUC merge mode has two steps. A CU-level motion search is first performed, then followed by a Sub-CU level motion refinement. At CU level, an initial motion vector is derived for the whole CU based on bilateral matching or template matching. First, a list of MV candidates is generated and the candidate which leads to the minimum matching cost is selected as the starting point for further CU level refinement. Then a local search based on bilateral matching or template matching around the starting point is performed and the MV results in the minimum matching cost is taken as the MV for the whole CU. Subsequently, the motion information is further refined at sub-CU level with the derived CU motion vectors as the starting points.
For example, the following derivation process is performed for a W×H CU motion information derivation. At the first stage, MV for the whole W×H CU is derived. At the second stage, the CU is further split into M×M sub-CUs. The value of M is calculated as in (16), D is a predefined splitting depth which is set to 3 by default in the JEM. Then the MV for each sub-CU is derived.
As shown in the
As shown in
2.2.2. CU Level MV Candidate Set
The MV candidate set at CU level consists of:
When using bilateral matching, each valid MV of a merge candidate is used as an input to generate a MV pair with the assumption of bilateral matching. For example, one valid MV of a merge candidate is (MVa, refa) at reference list A. Then the reference picture refb of its paired bilateral MV is found in the other reference list B so that refa and refb are temporally at different sides of the current picture. If such a refb is not available in reference list B, refb is determined as a reference which is different from refa and its temporal distance to the current picture is the minimal one in list B. After refb is determined, MVb is derived by scaling MVa based on the temporal distance between the current picture and refa, refb.
Four MVs from the interpolated MV field are also added to the CU level candidate list. More specifically, the interpolated MVs at the position (0, 0), (W/2, 0), (0, H/2) and (W/2, H/2) of the current CU are added.
When FRUC is applied in AMVP mode, the original AMVP candidates are also added to CU level MV candidate set.
At the CU level, up to 15 MVs for AMVP CUs and up to 13 MVs for merge CUs are added to the candidate list.
2.2.3. Sub-CU Level MV Candidate Set
The MV candidate set at sub-CU level consists of:
The scaled MVs from reference pictures are derived as follows. All the reference pictures in both lists are traversed. The MVs at a collocated position of the sub-CU in a reference picture are scaled to the reference of the starting CU-level MV.
ATMVP and STMVP candidates are limited to the four first ones.
At the sub-CU level, up to 17 MVs are added to the candidate list.
2.2.4. Generation of Interpolated MV Field
Before coding a frame, interpolated motion field is generated for the whole picture based on unilateral ME. Then the motion field may be used later as CU level or sub-CU level MV candidates.
First, the motion field of each reference pictures in both reference lists is traversed at 4×4 block level. For each 4×4 block, if the motion associated to the block passing through a 4×4 block in the current picture (as shown in
2.2.5. Interpolation and Matching Cost
When a motion vector points to a fractional sample position, motion compensated interpolation is needed. To reduce complexity, bi-linear interpolation instead of regular 8-tap HEVC interpolation is used for both bilateral matching and template matching.
The calculation of matching cost is a bit different at different steps. When selecting the candidate from the candidate set at the CU level, the matching cost is the absolute sum difference (SAD) of bilateral matching or template matching. After the starting MV is determined, the matching cost C of bilateral matching at sub-CU level search is calculated as follows:
C=SAD+w·(|MVx−MVxs|+|MVy−MVys) (2)
where w is a weighting factor which is empirically set to 4, MV and MVs indicate the current MV and the starting MV, respectively. SAD is still used as the matching cost of template matching at sub-CU level search.
In FRUC mode, MV is derived by using luma samples only. The derived motion will be used for both luma and chroma for MC inter prediction. After MV is decided, final MC is performed using 8-taps interpolation filter for luma and 4-taps interpolation filter for chroma.
2.2.6. MV Refinement
MV refinement is a pattern based MV search with the criterion of bilateral matching cost or template matching cost. In the JEM, two search patterns are supported—an unrestricted center-biased diamond search (UCBDS) and an adaptive cross search for MV refinement at the CU level and sub-CU level, respectively. For both CU and sub-CU level MV refinement, the MV is directly searched at quarter luma sample MV accuracy, and this is followed by one-eighth luma sample MV refinement. The search range of MV refinement for the CU and sub-CU step are set equal to 8 luma samples.
2.2.7. Selection of Prediction Direction in Template Matching FRUC Merge Mode
In the bilateral matching merge mode, bi-prediction is always applied since the motion information of a CU is derived based on the closest match between two blocks along the motion trajectory of the current CU in two different reference pictures. There is no such limitation for the template matching merge mode. In the template matching merge mode, the encoder can choose among uni-prediction from list0, uni-prediction from list1 or bi-prediction for a CU. The selection is based on a template matching cost as follows:
The inter prediction direction selection is only applied to the CU-level template matching process.
2.2.8. Decoder-Side Motion Vector Refinement
In bi-prediction operation, for the prediction of one block region, two prediction blocks, formed using a motion vector (MV) of list0 and a MV of list1, respectively, are combined to form a single prediction signal. In the decoder-side motion vector refinement (DMVR) method, the two motion vectors of the bi-prediction are further refined by a bilateral template matching process. The bilateral template matching applied in the decoder to perform a distortion-based search between a bilateral template and the reconstruction samples in the reference pictures in order to obtain a refined MV without transmission of additional motion information.
In DMVR, a bilateral template is generated as the weighted combination (i.e. average) of the two prediction blocks, from the initial MV0 of list0 and MV1 of list1, respectively, as shown in
DMVR is applied for the merge mode of bi-prediction with one MV from a reference picture in the past and another from a reference picture in the future, without the transmission of additional syntax elements. In the JEM, when LIC, affine motion, FRUC, or sub-CU merge candidate is enabled for a CU, DMVR is not applied.
2.2.9. Examples of Problems
DMVD methods like DMVR and FRUC perform motion estimation to derive or refine the motion information, which is very complex for the decoder. During motion estimation, they share one common problem: difference (absolute difference, square difference etc.) between template and candidate block is calculated for all pixels in the block and added up, and is then used to select the best matching block. This is not necessary because difference of partial pixels may be good enough for selecting the best candidate block or MV. Meanwhile, usually only luma component is used in derivation or refinement of motion vectors, and chroma components are not considered.
For DMVR, it has another complexity issue: it performs motion compensation twice, one for generating the template, and one for generating the final prediction block. As a result, for each reference picture list (i.e., prediction direction), it performs both horizonal interpolation and vertical interpolation twice, in case that the initial MV and the refined MV only have fractional components. This increases the worst-case complexity dramatically. Meanwhile, DMVR only works in merge mode and cannot work in AMVP mode. In MV refinement, it takes signaled MV (derived MV from a merge candidate) as the starting MV, and checks its surrounding MVs. However, MV precision of the signaled MV is not considered. In AMVR, low precision MV maybe selected. For example, suppose the highest allowable MV precision is ¼ pel, in AMVR, a 4 pel or 1 pel MV may be used. In this case, DMVR can be used to refine the MV precision. Unlike FRUC which can be applied at sub-block level, DMVR is performed at block level except for the ATMVP and STMVP case, which may lead to coding performance loss.
For FURC, when performing the bilateral matching, it considers the MV difference between the starting MV and the candidate MV to suppress unreliable motion vectors, as in Eq. 4. The MV difference is multiplied by a fixed weighting factor, which may be unreasonable. For larger blocks, the SAD plays a dominant role and the MV difference is neglectable, and for smaller blocks, the MV difference may be too large.
We propose several aspects to reduce the complexity and improve the coding performance of DMVD methods. The disclosed methods could be applied to existing DMVD methods, but also to future methods for motion/mode derivation at decoder side.
First, the cost (e.g., difference, distortion or the cost considering both distortion and MV) between template and a candidate block is calculated only for partial pixels in the decoder side motion estimation, i.e., in motion information derivation or refinement procedure. Second, for DMVR, the interpolation times is reduced. Third, some embodiments that use the disclosed techniques apply DMVR to AMVP mode. Fourth, weighting factor of MV difference can be different for different block sizes.
The following listing of examples provides some ways by which the disclosed techniques can be embodied into a video decoding process.
Denote prec as the motion vector precision, when prec is equal to N, it means the motion vector is with ½{circumflex over ( )}N pel precision. N can be positive integers, zero, or negative integers.
With respect to the above methods, in some embodiments, the partial set of pixel locations includes a subset of rows of the each of the one or more templates. In some embodiments, the partial set of pixel locations includes every ith row from every group of N rows of the each of the one or more templates.
Section 2.2.10 provide additional example embodiments and variations that can be implemented by methods 1500, 1600, 1700 or 1800.
From the foregoing, it will be appreciated that specific embodiments of the presently disclosed technology have been described herein for purposes of illustration, but that various modifications may be made without deviating from the scope of the invention. Accordingly, the presently disclosed technology is not limited except as by the appended claims.
The disclosed and other embodiments, modules and the functional operations described in this document can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this document and their structural equivalents, or in combinations of one or more of them. The disclosed and other embodiments can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a computer readable medium for execution by, or to control the operation of, data processing apparatus. The computer readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more them. The term “data processing apparatus” encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them. A propagated signal is an artificially generated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus.
A computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program does not necessarily correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
The processes and logic flows described in this document can be performed by one or more programmable processors executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read only memory or a random-access memory or both. The essential elements of a computer are a processor for performing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. However, a computer need not have such devices. Computer readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
While this patent document contains many specifics, these should not be construed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of particular inventions. Certain features that are described in this patent document in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.
Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Moreover, the separation of various system components in the embodiments described in this patent document should not be understood as requiring such separation in all embodiments.
Only a few implementations and examples are described and other implementations, enhancements and variations can be made based on what is described and illustrated in this patent document.
This patent document is a continuation of and claims priority to U.S. application Ser. No. 16/993,677 filed on Aug. 14, 2020, which is a continuation of and claims priority to International Application No. PCT/IB2019/054710, filed on Jun. 6, 2019 which claims the priority to and benefits of prior U.S. Provisional Patent Application No. 62/682,150, filed on Jun. 7, 2018. The entire contents of the aforementioned patent applications are hereby incorporated by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
5661524 | Murdock et al. | Aug 1997 | A |
5987180 | Reitmeier | Nov 1999 | A |
7627037 | Li et al. | Dec 2009 | B2 |
8228990 | Msharam et al. | Jul 2012 | B2 |
8755437 | Lin et al. | Jun 2014 | B2 |
9294777 | Wang | Mar 2016 | B2 |
9497481 | Kitahara et al. | Nov 2016 | B2 |
9521425 | Chen et al. | Dec 2016 | B2 |
9667996 | Chen et al. | May 2017 | B2 |
9762927 | Chen et al. | Sep 2017 | B2 |
10523964 | Chuang | Dec 2019 | B2 |
10764592 | Zhang et al. | Sep 2020 | B2 |
10779002 | Chen et al. | Sep 2020 | B2 |
10785494 | Chien et al. | Sep 2020 | B2 |
11070838 | Robert | Jul 2021 | B2 |
11159816 | Liu et al. | Oct 2021 | B2 |
11363290 | Liu et al. | Jun 2022 | B2 |
11722688 | Liu et al. | Aug 2023 | B2 |
20020025001 | Ismaeil et al. | Feb 2002 | A1 |
20030138150 | Srinivasan | Jul 2003 | A1 |
20040156435 | Toh et al. | Aug 2004 | A1 |
20050013364 | Hsu et al. | Jan 2005 | A1 |
20050053294 | Mukerjee | Mar 2005 | A1 |
20070286286 | Heng et al. | Dec 2007 | A1 |
20080043831 | Sethuraman et al. | Feb 2008 | A1 |
20080212676 | Liu et al. | Sep 2008 | A1 |
20090161761 | Ramachandran et al. | Jun 2009 | A1 |
20090232215 | Park et al. | Sep 2009 | A1 |
20100309377 | Schoenblum | Dec 2010 | A1 |
20100309979 | Schoenblum | Dec 2010 | A1 |
20110103482 | Lee | May 2011 | A1 |
20110176611 | Huang et al. | Jul 2011 | A1 |
20120044998 | Kokaram et al. | Feb 2012 | A1 |
20120128071 | Celetto et al. | May 2012 | A1 |
20120140830 | Xu et al. | Jun 2012 | A1 |
20120155540 | Jagannathan | Jun 2012 | A1 |
20140146890 | Chiu et al. | May 2014 | A1 |
20140226721 | Joshi et al. | Aug 2014 | A1 |
20140286408 | Zhang et al. | Sep 2014 | A1 |
20150181216 | Zhang et al. | Jun 2015 | A1 |
20150195562 | Li et al. | Jul 2015 | A1 |
20150264387 | Rapaka et al. | Sep 2015 | A1 |
20160345011 | Naing et al. | Nov 2016 | A1 |
20170332107 | Abbas et al. | Nov 2017 | A1 |
20170347093 | Yu et al. | Nov 2017 | A1 |
20170347102 | Panusopone et al. | Nov 2017 | A1 |
20180098079 | Chuang et al. | Apr 2018 | A1 |
20180184117 | Chen et al. | Jun 2018 | A1 |
20180199057 | Chuang | Jul 2018 | A1 |
20180241998 | Chen et al. | Aug 2018 | A1 |
20180359483 | Chen et al. | Dec 2018 | A1 |
20190110058 | Chien et al. | Apr 2019 | A1 |
20190132606 | Su et al. | May 2019 | A1 |
20190306502 | Gadde et al. | Oct 2019 | A1 |
20190342557 | Robert et al. | Nov 2019 | A1 |
20200128258 | Chen et al. | Apr 2020 | A1 |
20200296414 | Park et al. | Sep 2020 | A1 |
20200374543 | Liu et al. | Nov 2020 | A1 |
20200374544 | Liu et al. | Nov 2020 | A1 |
20200382795 | Zhang et al. | Dec 2020 | A1 |
20200382807 | Liu et al. | Dec 2020 | A1 |
20200396453 | Zhang et al. | Dec 2020 | A1 |
20210029362 | Liu et al. | Jan 2021 | A1 |
20210051339 | Liu et al. | Feb 2021 | A1 |
20210076063 | Liu et al. | Mar 2021 | A1 |
20210084322 | Chen et al. | Mar 2021 | A1 |
20210092435 | Liu et al. | Mar 2021 | A1 |
20210195227 | Lee | Jun 2021 | A1 |
20220174309 | Liu et al. | Jun 2022 | A1 |
Number | Date | Country |
---|---|---|
101039419 | Sep 2007 | CN |
102710934 | Oct 2012 | CN |
102970543 | Mar 2013 | CN |
104780383 | Jul 2015 | CN |
105120265 | Dec 2015 | CN |
106105196 | Nov 2016 | CN |
106165423 | Nov 2016 | CN |
107483960 | Dec 2017 | CN |
108028937 | May 2018 | CN |
3701718 | Sep 2020 | EP |
20160132863 | Nov 2016 | KR |
201813396 | Apr 2018 | TW |
2015048459 | Apr 2015 | WO |
2015142833 | Sep 2015 | WO |
2016160605 | Oct 2016 | WO |
2017197146 | Nov 2017 | WO |
2018002021 | Jan 2018 | WO |
2018121506 | Jul 2018 | WO |
2019001786 | Jan 2019 | WO |
2019231706 | Dec 2019 | WO |
Entry |
---|
Examination Report under Section 18(3) from Patent Applicaton GB2018865.2 dated Feb. 28, 2022. |
Chen et al. “EE3: Decoder-Side Motion Vector Refinement Based on Bilateral Template Matching,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 4th Meeting, Chengdu, CN, Oct. 2016, document JVET-E0052, 2016. |
Chen et al. “Algorithm Description of Joint Exploration Test Model 5,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 5th Meeting, Geneva, CH, Jan. 12-20, 2017, document JVET-E1001, 2017. |
Chen et al. “Algorithm Description of Joint Exploration Test Model 7 (JEM7)),” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 7th Meeting, Torino, IT, Jul. 13-21, 2017, document JVET-G1001, 2017. |
Chen et al. “Description of SDR, HDR and 360 degrees Video Coding Technology Personal by Huawei, GoPro, HiSilicon and Samsung,” buJoint Video Exploration Team (JVET) of ITU-T SG WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting: San Diego, Apr. 10-20, 2018, Document JVET-J0025, 2018. |
Chen et al. “CE9.2.5/9.2.6: DMVR with Template-Free Bilateral Matching,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SI, Jul. 2018, document JVET-K0359, 2018. |
Chien, Wei-Jung, “Core Experiment 12: Adaptive Motion Vector Resolution,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP3 and ISO/IEC JTC 1/SC29 WG 11, 3rd Meeting, Guangzhou, CN, Oct. 7-15, 2010, document JCTVC-C512 M18605, 2010. |
Esenlik et al. “CE9: Report on the Results of Tests CE9.2.15 and CE9.2.16,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting, Macao, CN, Oct. 3-12, 2018, document JVET-L0163, 2018. |
Hsu et al. “Description of SDR Video Coding Technology Proposal by MediaTek” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, Apr. 10-20, 2018, document JVET-J0018, 2018. |
Kamp et al. “Decoder Side Motion Vector Derivation for Inter Frame Video Coding,” 15th IEEE International Conference on Image Processing, San Diego, Oct. 12-15, 2008, pp. 1120-1123. |
Kang et al. “Description of SDR Video Coding Technology Proposal by ETRI and Sejong University,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, Apr. 10-20, 2018, document JVET-J0013, 2018. |
Liao et al. “Non-CE9: Simplification of DMVR and BDOF Combination,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 14th Meeting: Geneva, CH, Mar. 19-27, 2019, document JVET-N0484, 2019. |
Liu et al. “CE-9 related: Simplification of Decoder Side Motion Vector Derivation,” Joint Video Experts Team (JVET) of TU-T SG 16 WP3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, Sl, Jul. 2018, document JVET-K0105-v1. |
Park et al. “CE9-Related: Restricted Template Matching Schemes to Mitigate Pipeline Delay,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, SL, Jul. 10-20, 2018, document JVET-K0093, 2018. |
Rapaka et al. “AhG8: On Fast Intersearch Method for Screen Content Coding,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP3 and ISO/IEC JTC 1/SC 29/WG11, 17th meeting: Valencia, ES, Mar. 27, 2014 to Apr. 4, 2014, document JCTVC-Q0147, 2014. |
Schuster et al. “An Optimal Quad-Tree-Based Motion Estimator,” Visual Communications and Image Processing, Jan. 20, 2004, San Jose, Oct. 7, 1996, 2952:50-61, XP001130814. |
Venugopal et al. “Intra Region-based Template Matching,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISOr/IEC JTC 1/SC 29/WG 11, 10th Meeting, San Diego, Apr. 10-20, 2018, document JVET-J0039, 2018. |
Wien et al. “TE1: Twth Partner Report on DMVD,” Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP3 and ISO/IEC JTC1/SC29/WG11, 2nd Meeting, Geneva, CH, Jul. 21-28, 2010, document JCTVC-B030, 2010. |
Xiu et al. “Description of SDR, HDR, and 360 Degrees Video Coding Technology Proposal by InterDigital Communications and Dolby Laboratories,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting: San Diego, Apr. 10-20, 2018, document JVET-J0015, 2018. |
Xu et al. “On Latency Reduction for Template-based Inter Prediction,” Joint Video Experts Team (JVET) if ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th meeting, San Diego, Apr. 10-20, 2018, document JVET-J0045, 2018. |
Yang et al. “Efficient Motion Vector Coding Algorithms Based on Adaptive Template Matching Techniques, ” Video Coding Exports Group (VCEG) 39th Meeting Kyoto Japan, Jan. 17-22, 2010, document VCEG-AM16, 2010. |
Zhu et al. “Non-CE8: Adaptive Fractional MVD Search in DMVR for SCC,” Joint Video Experts Team (JVET) of ITU SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 14th Meeting, Geneva, CH, Mar. 19-27, 2019, document JVET-N0260, 2019. |
“Report of the 117th Meeting,” Motion Picture Expert Group or ISO/IEC JTC1/SC29/WG11, 117, MPEG Meeting; Jan. 16-20, 2017, Geneva, document N16569, 2017. |
International Search Report and Written Opinion from PCT/IB2019/054706 dated Sep. 27, 2019, (17 pages). |
International Search Report and Written Opinion from PCT/IB2019/054707 dated Sep. 26, 2019, (17 pages). |
International Search Report and Written Opinion from PCT/IB2019/054709 dated Nov. 18, 2019, (18 pages). |
International Search Report and Written Opinion from PCT/IB2019/054710 dated Nov. 18, 2019, (18 pages). |
International Search Report and Written Opinion from PCT/IB2019/054711 dated Oct. 8, 2019, (17 pages). |
International Search Report and Written Opinion from PCT/IB2019/054713 dated Sep. 26, 2019, (18 pages). |
International Search Report and Written Opinion from PCT/IB2019/054715 dated Sep. 20, 2019, (18 pages). |
International Search Report and Written Opinion from PCT/IB2019/55616 dated Oct. 9, 2019, (16 pages). |
Non-Final Office Action from U.S. Appl. No. 16/993,638 dated Oct. 8, 2020. |
Non-Final Office Action from U.S. Appl. No. 16/998,653 dated Dec. 1, 2020. |
Final Office Action from U.S. Appl. No. 16/993,638 dated Feb. 24, 2021. |
Non-Final Office Action from U.S. Appl. No. 16/993,677 dated Sep. 30, 2020. |
Final Office Action from U.S. Appl. No. 16/993,677 dated Jan. 7, 2021. |
Non-Final Office Action from U.S. Appl. No. 16/993,677 dated May 14, 2021. |
Chen et al. “Decoder-Side Motion Vector Refinement Based on Bilateral Template Matching,” Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 4th Meeting, Chengdu, CN, Oct. 15-21, 2016, document JVET-D0029, 2016. |
Xu et al. “CE9-Related: Memory Bandwidth Reduction for DMVR,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting, Ljubljana, Sl, Jul. 10-18, 2018, document JVET-K0288, 2018. |
Notice of Allowance from U.S. Appl. No. 16/998,653 dated Feb. 8, 2022. |
Communication Pursuant to Article 94(3) EPC from European Patent Application No. 19745283.2, mailed Mar. 6, 2024. |
Extended European Search Report from European Patent Application No. 23210304.4 dated Mar. 11, 2024. |
Non-Final Office Action from U.S. Appl. No. 18/342,514 dated Jan. 18, 2024. |
Number | Date | Country | |
---|---|---|---|
20220030265 A1 | Jan 2022 | US |
Number | Date | Country | |
---|---|---|---|
62682150 | Jun 2018 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16993677 | Aug 2020 | US |
Child | 17494508 | US | |
Parent | PCT/IB2019/054710 | Jun 2019 | WO |
Child | 16993677 | US |