WO2017003063A1 - Procédé de traitement d'image basé sur un mode interprédiction, et système associé - Google Patents

Procédé de traitement d'image basé sur un mode interprédiction, et système associé Download PDF

Info

Publication number
WO2017003063A1
WO2017003063A1 PCT/KR2016/002034 KR2016002034W WO2017003063A1 WO 2017003063 A1 WO2017003063 A1 WO 2017003063A1 KR 2016002034 W KR2016002034 W KR 2016002034W WO 2017003063 A1 WO2017003063 A1 WO 2017003063A1
Authority
WO
WIPO (PCT)
Prior art keywords
motion
block
motion parameter
candidate list
prediction
Prior art date
Application number
PCT/KR2016/002034
Other languages
English (en)
Korean (ko)
Inventor
서정동
박승욱
임재현
박내리
김철근
남정학
Original Assignee
엘지전자(주)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엘지전자(주) filed Critical 엘지전자(주)
Publication of WO2017003063A1 publication Critical patent/WO2017003063A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/53Multi-resolution motion estimation; Hierarchical motion estimation

Definitions

  • the present invention relates to a still image or moving image processing method, and more particularly, to a method for encoding / decoding a still image or moving image based on an inter prediction mode and an apparatus supporting the same.
  • Compression coding refers to a series of signal processing techniques for transmitting digitized information through a communication line or for storing in a form suitable for a storage medium.
  • Media such as an image, an image, an audio, and the like may be a target of compression encoding.
  • a technique of performing compression encoding on an image is called video image compression.
  • Next-generation video content will be characterized by high spatial resolution, high frame rate and high dimensionality of scene representation. Processing such content would result in a tremendous increase in terms of memory storage, memory access rate, and processing power.
  • the present invention proposes a method of encoding / decoding video using multiple motion parameters in inter prediction (or inter picture prediction).
  • the present invention proposes a method for signaling multiple motion parameters usable in inter prediction (eg, merge mode or AMVP mode).
  • the present invention proposes a method for performing motion compensation using multiple motion parameters.
  • An aspect of the present invention is an apparatus for processing an image based on inter prediction, wherein the multi-motion parameter application determining unit determines whether inter prediction using a multi-motion parameter is applied to a block constituting the image
  • a motion parameter decoder for decoding the multiple motion parameters and a prediction block generator for generating a prediction block for the block using the multiple motion parameters when the multiple motion parameters are used. It may be defined as a plurality of motion parameters selected from a single motion parameter candidate list.
  • the prediction block may be generated by overlapping pixel values of each reference block specified by each motion parameter included in the multi-motion parameter at the same ratio.
  • the prediction block may be generated by overlapping pixel values to which a predetermined weight is applied for each reference block specified by each motion parameter included in the multi-motion parameter.
  • the prediction block may be generated by overlapping a value to which a predetermined weight is applied for each pixel value of each reference block specified by each motion parameter included in the multiple motion parameter.
  • the block is divided into a plurality of subblocks, and a prediction block may be generated for each subblock by using a motion parameter applied to each subblock among the multiple motion parameters.
  • each motion parameter included in the multiple motion parameters may be applied to each subblock according to a z-scan order in a decoding order.
  • a motion parameter applied to each subblock may be determined based on a correlation between each motion parameter included in the multiple motion parameter and a motion parameter of a neighboring block of each subblock.
  • a motion parameter applied to each subblock may be determined based on a position of a candidate block corresponding to each motion parameter included in the multiple motion parameter.
  • the candidate list index selected from the motion parameter candidate list is transmitted, and the multiple motion parameters can be decoded using the candidate list index.
  • the number of candidate list indexes may be transmitted, and then the candidate list indexes may be sequentially transmitted.
  • decoding of the candidate list index may be terminated when an end code for the candidate list index is transmitted.
  • the candidate list index value may be transmitted in the case of the first motion parameter included in the multi-motion parameter, and the difference value from the previous candidate list index may be transmitted in the case of the second and subsequent motion parameters.
  • the candidate list index selected from the motion parameter candidate list, the inter prediction mode indicating the inter prediction direction, the reference index indicating the reference picture, and the motion vector information are transmitted in one unit, and the candidate list index and the inter
  • the multiple motion parameter may be decoded using a prediction mode, the reference index, and the motion vector information.
  • the candidate list index, the inter prediction mode, the reference index, and the motion vector information are transmitted in the case of the first motion parameter included in the multi-motion parameter, and in the case of the second motion parameter, the inter prediction mode, The reference index and the motion vector information may be transmitted.
  • the efficiency of motion compensation may be increased by performing inter prediction (or inter picture prediction) using multiple motion parameters.
  • inter prediction or inter picture prediction
  • multiple motion parameters it is possible to increase the accuracy of inter prediction.
  • the amount of residual signal is reduced and the overall video encoding efficiency can be increased.
  • FIG. 1 is a schematic block diagram of an encoder in which encoding of a still image or video signal is performed according to an embodiment to which the present invention is applied.
  • FIG. 2 is a schematic block diagram of a decoder in which encoding of a still image or video signal is performed according to an embodiment to which the present invention is applied.
  • FIG. 3 is a diagram for describing a partition structure of a coding unit that may be applied to the present invention.
  • FIG. 4 is a diagram for explaining a prediction unit applicable to the present invention.
  • FIG. 5 is a diagram illustrating a direction of inter prediction as an embodiment to which the present invention may be applied.
  • FIG 6 illustrates integer and fractional sample positions for quarter sample interpolation, as an embodiment to which the present invention may be applied.
  • FIG. 7 illustrates a position of a spatial candidate as an embodiment to which the present invention may be applied.
  • FIG. 8 is a diagram illustrating an inter prediction method as an embodiment to which the present invention is applied.
  • FIG. 9 is a diagram illustrating a motion compensation process as an embodiment to which the present invention may be applied.
  • FIG. 10 is a diagram illustrating a method of using multiple motion parameters in a merge mode according to an embodiment of the present invention.
  • FIG. 11 is a diagram illustrating a method of using multiple motion parameters in an AMVP mode according to an embodiment of the present invention.
  • FIG. 12 is a diagram illustrating a decoding process in an inter prediction mode using multiple parameters according to an embodiment of the present invention.
  • FIG. 13 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • FIG. 14 is a diagram illustrating a method of calculating similarity between a current block and a reference block when motion compensation using multiple motion parameters according to an embodiment of the present invention.
  • FIG. 15 is a diagram illustrating a method of calculating pixel weights in motion compensation using multiple motion parameters according to an embodiment of the present invention.
  • 16 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • FIG. 17 illustrates a non-square division of a current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • FIG. 18 is a diagram illustrating a non-square division method of the current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • FIG. 19 illustrates a non-square division of a current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • FIG. 20 illustrates a split form of a current block when motion compensation is performed by applying three multi-motion parameters according to an embodiment of the present invention.
  • FIG. 21 is a diagram illustrating a method of deriving a partitioned shape of a current processing block using neighboring pixel values according to an embodiment of the present invention.
  • 22 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • FIG. 23 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • 24 is a diagram more specifically illustrating an inter predictor according to an embodiment of the present invention.
  • the 'processing unit' refers to a unit in which a process of encoding / decoding such as prediction, transformation, and / or quantization is performed.
  • the processing unit may be referred to as a 'unit', 'processing block' or 'block'.
  • the processing unit may be interpreted to include a unit for the luma component and a unit for the chroma component.
  • the processing unit may correspond to a Coding Tree Unit (CTU), a Coding Unit (CU), a Prediction Unit (PU), or a Transform Unit (TU).
  • CTU Coding Tree Unit
  • CU Coding Unit
  • PU Prediction Unit
  • TU Transform Unit
  • the processing unit may be interpreted as a unit for a luma component or a unit for a chroma component.
  • the processing unit may be a coding tree block (CTB), a coding block (CB), a prediction block (PB), or a transform block (TB) for a luma component. May correspond to. Or, it may correspond to a coding tree block (CTB), a coding block (CB), a prediction block (PU), or a transform block (TB) for a chroma component.
  • processing unit is not necessarily limited to square blocks, but may also be configured in a polygonal form having three or more vertices.
  • the transmission or reception of specific data or information may be interpreted to mean that corresponding data or information is included in a bitstream composed of an encoded image and data related to encoding.
  • FIG. 1 is a schematic block diagram of an encoder in which encoding of a still image or video signal is performed according to an embodiment to which the present invention is applied.
  • the encoder 100 may include an image divider 110, a subtractor 115, a transform unit 120, a quantizer 130, an inverse quantizer 140, an inverse transform unit 150, and a filtering unit. 160, a decoded picture buffer (DPB) 170, a predictor 180, and an entropy encoder 190.
  • the predictor 180 may include an inter predictor 181 and an intra predictor 182.
  • the image divider 110 divides an input video signal (or a picture or a frame) input to the encoder 100 into one or more processing units.
  • the subtractor 115 subtracts the difference from the prediction signal (or prediction block) output from the prediction unit 180 (that is, the inter prediction unit 181 or the intra prediction unit 182) in the input image signal. Generate a residual signal (or difference block). The generated difference signal (or difference block) is transmitted to the converter 120.
  • the transform unit 120 may convert a differential signal (or a differential block) into a transform scheme (eg, a discrete cosine transform (DCT), a discrete sine transform (DST), a graph-based transform (GBT), and a karhunen-loeve transform (KLT)). Etc.) to generate transform coefficients.
  • a transform scheme eg, a discrete cosine transform (DCT), a discrete sine transform (DST), a graph-based transform (GBT), and a karhunen-loeve transform (KLT)
  • the quantization unit 130 quantizes the transform coefficients and transmits the transform coefficients to the entropy encoding unit 190, and the entropy encoding unit 190 entropy codes the quantized signals and outputs them as bit streams.
  • the quantized signal output from the quantization unit 130 may be used to generate a prediction signal.
  • the quantized signal may recover the differential signal by applying inverse quantization and inverse transformation through an inverse quantization unit 140 and an inverse transformation unit 150 in a loop.
  • a reconstructed signal may be generated by adding the reconstructed difference signal to a prediction signal output from the inter predictor 181 or the intra predictor 182.
  • the filtering unit 160 applies filtering to the reconstruction signal and outputs it to the reproduction apparatus or transmits the decoded picture buffer to the decoding picture buffer 170.
  • the filtered signal transmitted to the decoded picture buffer 170 may be used as the reference picture in the inter prediction unit 181. As such, by using the filtered picture as a reference picture in the inter prediction mode, not only image quality but also encoding efficiency may be improved.
  • the decoded picture buffer 170 may store the filtered picture for use as a reference picture in the inter prediction unit 181.
  • the inter prediction unit 181 performs temporal prediction and / or spatial prediction to remove temporal redundancy and / or spatial redundancy with reference to a reconstructed picture.
  • the inter prediction unit 181 may further include a configuration for performing inter prediction using multiple motion parameters. Detailed description thereof will be described later.
  • the reference picture used to perform the prediction is a transformed signal that has been quantized and dequantized in units of blocks at the time of encoding / decoding in the previous time, blocking artifacts or ringing artifacts may exist. have.
  • the inter prediction unit 181 may interpolate the signals between pixels in sub-pixel units by applying a lowpass filter to solve performance degradation due to discontinuity or quantization of such signals.
  • the sub-pixels mean virtual pixels generated by applying an interpolation filter
  • the integer pixels mean actual pixels existing in the reconstructed picture.
  • the interpolation method linear interpolation, bi-linear interpolation, wiener filter, or the like may be applied.
  • the interpolation filter may be applied to a reconstructed picture to improve the precision of prediction.
  • the inter prediction unit 181 generates an interpolation pixel by applying an interpolation filter to integer pixels, and uses an interpolated block composed of interpolated pixels as a prediction block. You can make predictions.
  • the intra predictor 182 predicts the current block by referring to samples in the vicinity of the block to which the current encoding is to be performed.
  • the intra prediction unit 182 may perform the following process to perform intra prediction. First, reference samples necessary for generating a prediction signal may be prepared. The prediction signal may be generated using the prepared reference sample. Then, the prediction mode is encoded. In this case, the reference sample may be prepared through reference sample padding and / or reference sample filtering. Since the reference sample has been predicted and reconstructed, there may be a quantization error. Accordingly, the reference sample filtering process may be performed for each prediction mode used for intra prediction to reduce such an error.
  • the prediction signal (or prediction block) generated by the inter prediction unit 181 or the intra prediction unit 182 is used to generate a reconstruction signal (or reconstruction block) or a differential signal (or differential block). It can be used to generate.
  • FIG. 2 is a schematic block diagram of a decoder in which encoding of a still image or video signal is performed according to an embodiment to which the present invention is applied.
  • the decoder 200 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an adder 235, a filtering unit 240, and a decoded picture buffer (DPB).
  • Buffer Unit (250) the prediction unit 260 may be configured.
  • the predictor 260 may include an inter predictor 261 and an intra predictor 262.
  • the reconstructed video signal output through the decoder 200 may be reproduced through the reproducing apparatus.
  • the decoder 200 receives a signal (ie, a bit stream) output from the encoder 100 of FIG. 1, and the received signal is entropy decoded through the entropy decoding unit 210.
  • the inverse quantization unit 220 obtains a transform coefficient from the entropy decoded signal using the quantization step size information.
  • the inverse transform unit 230 applies an inverse transform scheme to inverse transform the transform coefficients to obtain a residual signal (or a differential block).
  • the adder 235 outputs the obtained difference signal (or difference block) from the prediction unit 260 (that is, the prediction signal (or prediction block) output from the inter prediction unit 261 or the intra prediction unit 262. ) Generates a reconstructed signal (or a reconstruction block).
  • the filtering unit 240 applies filtering to the reconstructed signal (or the reconstructed block) and outputs the filtering to the reproduction device or transmits the decoded picture buffer unit 250 to the reproduction device.
  • the filtered signal transmitted to the decoded picture buffer unit 250 may be used as a reference picture in the inter predictor 261.
  • the embodiments described by the filtering unit 160, the inter prediction unit 181, and the intra prediction unit 182 of the encoder 100 are respectively the filtering unit 240, the inter prediction unit 261, and the decoder of the decoder. The same may be applied to the intra predictor 262.
  • the inter prediction unit 261 may further include a configuration for performing inter prediction using multiple motion parameters. Detailed description thereof will be described later.
  • a still image or video compression technique uses a block-based image compression method.
  • the block-based image compression method is a method of processing an image by dividing the image into specific block units, and may reduce memory usage and calculation amount.
  • FIG. 3 is a diagram for describing a partition structure of a coding unit that may be applied to the present invention.
  • the encoder splits one image (or picture) into units of a coding tree unit (CTU) in a rectangular shape.
  • CTU coding tree unit
  • one CTU is sequentially encoded according to a raster scan order.
  • the size of the CTU may be set to any one of 64 ⁇ 64, 32 ⁇ 32, and 16 ⁇ 16.
  • the encoder may select and use the size of the CTU according to the resolution of the input video or the characteristics of the input video.
  • the CTU includes a coding tree block (CTB) for luma components and a CTB for two chroma components corresponding thereto.
  • CTB coding tree block
  • One CTU may be divided into a quad-tree structure. That is, one CTU has a square shape and is divided into four units having a half horizontal size and a half vertical size to generate a coding unit (CU). have. This partitioning of the quad-tree structure can be performed recursively. That is, a CU is hierarchically divided into quad-tree structures from one CTU.
  • CU coding unit
  • the CU refers to a basic unit of coding in which an input image is processed, for example, intra / inter prediction is performed.
  • the CU includes a coding block (CB) for a luma component and a CB for two chroma components corresponding thereto.
  • CB coding block
  • the size of a CU may be set to any one of 64 ⁇ 64, 32 ⁇ 32, 16 ⁇ 16, and 8 ⁇ 8.
  • the root node of the quad-tree is associated with the CTU.
  • the quad-tree is split until it reaches a leaf node, which corresponds to a CU.
  • the CTU may not be divided according to the characteristics of the input image.
  • the CTU corresponds to a CU.
  • a node that is no longer divided ie, a leaf node
  • CU a node that is no longer divided
  • CU a node that is no longer divided
  • CU a node corresponding to nodes a, b, and j are divided once in the CTU and have a depth of one.
  • a node (ie, a leaf node) that is no longer divided in a lower node having a depth of 2 corresponds to a CU.
  • CU (c), CU (h) and CU (i) corresponding to nodes c, h and i are divided twice in the CTU and have a depth of two.
  • a node that is no longer partitioned (ie, a leaf node) in a lower node having a depth of 3 corresponds to a CU.
  • CU (d), CU (e), CU (f), and CU (g) corresponding to nodes d, e, f, and g are divided three times in the CTU, Has depth.
  • the maximum size or the minimum size of the CU may be determined according to characteristics (eg, resolution) of the video image or in consideration of encoding efficiency. Information about this or information capable of deriving the information may be included in the bitstream.
  • a CU having a maximum size may be referred to as a largest coding unit (LCU), and a CU having a minimum size may be referred to as a smallest coding unit (SCU).
  • LCU largest coding unit
  • SCU smallest coding unit
  • a CU having a tree structure may be hierarchically divided with predetermined maximum depth information (or maximum level information).
  • Each partitioned CU may have depth information. Since the depth information indicates the number and / or degree of division of the CU, the depth information may include information about the size of the CU.
  • the size of the SCU can be obtained by using the size and maximum depth information of the LCU. Or conversely, using the size of the SCU and the maximum depth information of the tree, the size of the LCU can be obtained.
  • information indicating whether the corresponding CU is split may be transmitted to the decoder.
  • This split mode is included in all CUs except the SCU. For example, if the flag indicating whether to split or not is '1', the CU is divided into 4 CUs again. If the flag indicating whether to split or not is '0', the CU is not divided further. Processing may be performed.
  • a CU is a basic unit of coding in which intra prediction or inter prediction is performed.
  • HEVC divides a CU into prediction units (PUs) in order to code an input image more effectively.
  • the PU is a basic unit for generating a prediction block, and may generate different prediction blocks in PU units within one CU. However, PUs belonging to one CU are not mixed with intra prediction and inter prediction, and PUs belonging to one CU are coded by the same prediction method (ie, intra prediction or inter prediction).
  • the PU is not divided into quad-tree structures, but is divided once in a predetermined form in one CU. This will be described with reference to the drawings below.
  • FIG. 4 is a diagram for explaining a prediction unit applicable to the present invention.
  • the PU is divided differently according to whether an intra prediction mode or an inter prediction mode is used as a coding mode of a CU to which the PU belongs.
  • FIG. 4A illustrates a PU when an intra prediction mode is used
  • FIG. 4B illustrates a PU when an inter prediction mode is used.
  • N ⁇ N type PU when divided into N ⁇ N type PU, one CU is divided into four PUs, and different prediction blocks are generated for each PU unit.
  • the division of the PU may be performed only when the size of the CB for the luminance component of the CU is the minimum size (that is, the CU is the SCU).
  • one CU has 8 PU types (ie, 2N ⁇ 2N). , N ⁇ N, 2N ⁇ N, N ⁇ 2N, nL ⁇ 2N, nR ⁇ 2N, 2N ⁇ nU, 2N ⁇ nD).
  • PU partitioning in the form of N ⁇ N may be performed only when the size of the CB for the luminance component of the CU is the minimum size (that is, the CU is the SCU).
  • AMP Asymmetric Motion Partition
  • 'n' means a 1/4 value of 2N.
  • AMP cannot be used when the CU to which the PU belongs is a CU of the minimum size.
  • an optimal partitioning structure of a coding unit (CU), a prediction unit (PU), and a transformation unit (TU) is subjected to the following process to perform a minimum rate-distortion. It can be determined based on the value. For example, looking at the optimal CU partitioning process in 64 ⁇ 64 CTU, rate-distortion cost can be calculated while partitioning from a 64 ⁇ 64 CU to an 8 ⁇ 8 CU.
  • the specific process is as follows.
  • the partition structure of the optimal PU and TU that generates the minimum rate-distortion value is determined by performing inter / intra prediction, transform / quantization, inverse quantization / inverse transform, and entropy encoding for a 64 ⁇ 64 CU.
  • the 32 ⁇ 32 CU is subdivided into four 16 ⁇ 16 CUs, and a partition structure of an optimal PU and TU that generates a minimum rate-distortion value for each 16 ⁇ 16 CU is determined.
  • 16 ⁇ 16 blocks by comparing the sum of the rate-distortion values of the 16 ⁇ 16 CUs calculated in 3) above with the rate-distortion values of the four 8 ⁇ 8 CUs calculated in 4) above. Determine the partition structure of the optimal CU within. This process is similarly performed for the remaining three 16 ⁇ 16 CUs.
  • a prediction mode is selected in units of PUs, and prediction and reconstruction are performed in units of actual TUs for the selected prediction mode.
  • the TU means a basic unit in which actual prediction and reconstruction are performed.
  • the TU includes a transform block (TB) for a luma component and a TB for two chroma components corresponding thereto.
  • TB transform block
  • the TUs are hierarchically divided into quad-tree structures from one CU to be coded.
  • the TU divided from the CU can be further divided into smaller lower TUs.
  • the size of the TU may be set to any one of 32 ⁇ 32, 16 ⁇ 16, 8 ⁇ 8, and 4 ⁇ 4.
  • a root node of the quad-tree is associated with a CU.
  • the quad-tree is split until it reaches a leaf node, which corresponds to a TU.
  • the CU may not be divided according to the characteristics of the input image.
  • the CU corresponds to a TU.
  • a node ie, a leaf node
  • TU (a), TU (b), and TU (j) corresponding to nodes a, b, and j are divided once in a CU and have a depth of 1.
  • FIG. 3B TU (a), TU (b), and TU (j) corresponding to nodes a, b, and j are divided once in a CU and have a depth of 1.
  • a node (ie, a leaf node) that is no longer divided in a lower node having a depth of 2 corresponds to a TU.
  • TU (c), TU (h), and TU (i) corresponding to nodes c, h, and i are divided twice in a CU and have a depth of two.
  • a node that is no longer partitioned (ie, a leaf node) in a lower node having a depth of 3 corresponds to a CU.
  • TU (d), TU (e), TU (f), and TU (g) corresponding to nodes d, e, f, and g are divided three times in a CU. Has depth.
  • a TU having a tree structure may be hierarchically divided with predetermined maximum depth information (or maximum level information). Each divided TU may have depth information. Since the depth information indicates the number and / or degree of division of the TU, it may include information about the size of the TU.
  • information indicating whether the corresponding TU is split may be delivered to the decoder.
  • This partitioning information is included in all TUs except the smallest TU. For example, if the value of the flag indicating whether to split is '1', the corresponding TU is divided into four TUs again. If the value of the flag indicating whether to split is '0', the corresponding TU is no longer divided.
  • the decoded portion of the current picture or other pictures in which the current processing unit is included may be used to reconstruct the current processing unit in which decoding is performed.
  • Intra picture or I picture which uses only the current picture for reconstruction, i.e. performs only intra picture prediction, predicts a picture (slice) using at most one motion vector and reference index to predict each unit
  • a picture using a predictive picture or P picture (slice), up to two motion vectors, and a reference index (slice) may be referred to as a bi-predictive picture or a B picture (slice).
  • Intra prediction means a prediction method that derives the current processing block from data elements (eg, sample values, etc.) of the same decoded picture (or slice). That is, a method of predicting pixel values of the current processing block by referring to reconstructed regions in the current picture.
  • data elements eg, sample values, etc.
  • Inter Inter prediction (or inter screen prediction)
  • Inter prediction means a prediction method of deriving a current processing block based on data elements (eg, sample values or motion vectors, etc.) of pictures other than the current picture. That is, a method of predicting pixel values of the current processing block by referring to reconstructed regions in other reconstructed pictures other than the current picture.
  • data elements eg, sample values or motion vectors, etc.
  • Inter prediction (or inter picture prediction) is a technique for removing redundancy existing between pictures, and is mostly performed through motion estimation and motion compensation.
  • FIG. 5 is a diagram illustrating a direction of inter prediction as an embodiment to which the present invention may be applied.
  • inter prediction includes uni-directional prediction that uses only one past picture or a future picture as a reference picture on a time axis with respect to one block, and bidirectional prediction that simultaneously refers to past and future pictures. Bi-directional prediction).
  • uni-directional prediction includes forward direction prediction using one reference picture displayed (or output) before the current picture in time and 1 displayed (or output) after the current picture in time. It can be divided into backward direction prediction using two reference pictures.
  • the motion parameter (or information) used to specify which reference region (or reference block) is used to predict the current block in the inter prediction process is an inter prediction mode (where
  • the inter prediction mode may indicate a reference direction (i.e., unidirectional or bidirectional) and a reference list (i.e., L0, L1 or bidirectional), a reference index (or reference picture index or reference list index), Contains motion vector information.
  • the motion vector information may include a motion vector, a motion vector prediction (MVP), or a motion vector difference (MVD).
  • the motion vector difference value means a difference value between the motion vector and the motion vector prediction value.
  • motion parameters for one direction are used. That is, one motion parameter may be needed to specify the reference region (or reference block).
  • Bidirectional prediction uses motion parameters for both directions.
  • up to two reference regions may be used.
  • the two reference regions may exist in the same reference picture or may exist in different pictures, respectively. That is, up to two motion parameters may be used in the bidirectional prediction scheme, and two motion vectors may have the same reference picture index or different reference picture indexes. In this case, all of the reference pictures may be displayed (or output) before or after the current picture in time.
  • the encoder performs motion estimation to find the reference region most similar to the current processing block from the reference pictures in the inter prediction process.
  • the encoder may provide a decoder with a motion parameter for the reference region.
  • the encoder / decoder may obtain a reference region of the current processing block using the motion parameter.
  • the reference region exists in a reference picture having the reference index.
  • the pixel value or interpolated value of the reference region specified by the motion vector may be used as a predictor of the current processing block. That is, using motion information, motion compensation is performed to predict an image of a current processing block from a previously decoded picture.
  • a method of acquiring a motion vector prediction value mvp using motion information of previously coded blocks and transmitting only a difference value mvd thereof may be used. That is, the decoder obtains a motion vector prediction value of the current processing block using motion information of other decoded blocks, and obtains a motion vector value for the current processing block using the difference value transmitted from the encoder. In obtaining the motion vector prediction value, the decoder may obtain various motion vector candidate values by using motion information of other blocks that are already decoded, and obtain one of them as the motion vector prediction value.
  • a set of previously decoded pictures are stored in a decoded picture buffer (DPB) for decoding the remaining pictures.
  • DPB decoded picture buffer
  • a reference picture refers to a picture including a sample that can be used for inter prediction in a decoding process of a next picture in decoding order.
  • a reference picture set refers to a set of reference pictures associated with a picture, and is composed of all pictures previously associated in decoding order.
  • the reference picture set may be used for inter prediction of an associated picture or a picture following an associated picture in decoding order. That is, reference pictures maintained in the decoded picture buffer DPB may be referred to as a reference picture set.
  • the encoder may provide the decoder with reference picture set information in a sequence parameter set (SPS) (ie, a syntax structure composed of syntax elements) or each slice header.
  • SPS sequence parameter set
  • a reference picture list refers to a list of reference pictures used for inter prediction of a P picture (or slice) or a B picture (or slice).
  • the reference picture list may be divided into two reference picture lists, and may be referred to as reference picture list 0 (or L0) and reference picture list 1 (or L1), respectively.
  • a reference picture belonging to reference picture list 0 may be referred to as reference picture 0 (or L0 reference picture)
  • a reference picture belonging to reference picture list 1 may be referred to as reference picture 1 (or L1 reference picture).
  • one reference picture list i.e., reference picture list 0
  • two reference picture lists i.e., reference Picture list 0 and reference picture list 1
  • Such information for distinguishing a reference picture list for each reference picture may be provided to the decoder through reference picture set information.
  • the decoder adds the reference picture to the reference picture list 0 or the reference picture list 1 based on the reference picture set information.
  • a reference picture index (or reference index) is used to identify any one specific reference picture in the reference picture list.
  • a sample of the prediction block for the inter predicted current processing block is obtained from the sample value of the corresponding reference region in the reference picture identified by the reference picture index.
  • the corresponding reference region in the reference picture represents the region of the position indicated by the horizontal component and the vertical component of the motion vector.
  • Fractional sample interpolation is used to generate predictive samples for noninteger sample coordinates, except when the motion vector has an integer value. For example, a motion vector of one quarter of the distance between samples may be supported.
  • fractional sample interpolation of luminance components applies an 8-tap filter in the horizontal and vertical directions, respectively.
  • fractional sample interpolation of the color difference component applies a 4-tap filter in the horizontal direction and the vertical direction, respectively.
  • FIG 6 illustrates integer and fractional sample positions for quarter sample interpolation, as an embodiment to which the present invention may be applied.
  • the shaded block in which the upper-case letter (A_i, j) is written indicates the integer sample position
  • the shaded block in which the lower-case letter (x_i, j) is written is the fractional sample position. Indicates.
  • Fractional samples are generated by applying interpolation filters to integer sample values in the horizontal and vertical directions, respectively.
  • an 8-tap filter may be applied to four integer sample values on the left side and four integer sample values on the right side based on the fractional sample to be generated.
  • a merge mode and advanced motion vector prediction may be used to reduce the amount of motion information.
  • Merge mode refers to a method of deriving a motion parameter (or information) from a neighboring block spatially or temporally.
  • the set of candidates available in merge mode is composed of spatial neighbor candidates, temporal candidates and generated candidates.
  • FIG. 7 illustrates a position of a spatial candidate as an embodiment to which the present invention may be applied.
  • each spatial candidate block is available according to the order of ⁇ A1, B1, B0, A0, B2 ⁇ . In this case, when the candidate block is encoded in the intra prediction mode and there is no motion information, or when the candidate block is located outside the current picture (or slice), the candidate block is not available.
  • the spatial merge candidate can be constructed by excluding unnecessary candidate blocks from candidate blocks of the current processing block. For example, when the candidate block of the current prediction block is the first prediction block in the same coding block, the candidate block having the same motion information may be excluded except for the corresponding candidate block.
  • the temporal merge candidate configuration process is performed in the order of ⁇ T0, T1 ⁇ .
  • the block when the right bottom block T0 of the collocated block of the reference picture is available, the block is configured as a temporal merge candidate.
  • the colocated block refers to a block existing at a position corresponding to the current processing block in the selected reference picture.
  • the block T1 located at the center of the collocated block is configured as a temporal merge candidate.
  • the maximum number of merge candidates may be specified in the slice header. If the number of merge candidates is larger than the maximum number, the number of spatial candidates and temporal candidates smaller than the maximum number is maintained. Otherwise, the number of merge candidates is generated by combining the candidates added so far until the maximum number of candidates becomes the maximum (ie, combined bi-predictive merging candidates). .
  • the encoder constructs a merge candidate list in the above manner and performs motion estimation to merge candidate block information selected from the merge candidate list into a merge index (for example, merge_idx [x0] [y0] '). Signal to the decoder.
  • a merge index for example, merge_idx [x0] [y0] '.
  • the B1 block is selected from the merge candidate list.
  • “index 1” may be signaled to the decoder as a merge index.
  • the decoder constructs a merge candidate list similarly to the encoder, and derives the motion information for the current prediction block from the motion information of the candidate block corresponding to the merge index received from the encoder in the merge candidate list.
  • the decoder generates a prediction block for the current processing block based on the derived motion information (ie, motion compensation).
  • the AMVP mode refers to a method of deriving a motion vector prediction value from neighboring blocks.
  • horizontal and vertical motion vector difference (MVD), reference index, and inter prediction modes are signaled to the decoder.
  • the horizontal and vertical motion vector values are calculated using the derived motion vector prediction value and the motion vector difference (MVD) provided from the encoder.
  • the encoder constructs a motion vector predictor candidate list and performs motion estimation to perform a motion estimation flag (ie, candidate block information) selected from the motion vector predictor candidate list (for example, mvp_lX_flag [x0] [y0). ] ') Is signaled to the decoder.
  • the decoder constructs a motion vector predictor candidate list similarly to the encoder, and derives a motion vector predictor of the current processing block using the motion information of the candidate block indicated by the motion reference flag received from the encoder in the motion vector predictor candidate list.
  • the decoder obtains a motion vector value for the current processing block by using the derived motion vector prediction value and the motion vector difference value transmitted from the encoder.
  • the decoder generates a prediction block for the current processing block based on the derived motion information (ie, motion compensation).
  • the first spatial motion candidate is selected from the set of ⁇ A0, A1 ⁇ located on the left side
  • the second spatial motion candidate is selected from the set of ⁇ B0, B1, B2 ⁇ located above.
  • the candidate configuration is terminated, but if less than two, the temporal motion candidate is added.
  • FIG. 8 is a diagram illustrating an inter prediction method as an embodiment to which the present invention is applied.
  • a decoder decodes a motion parameter for a processing block (eg, a prediction unit) (S801).
  • the decoder may decode the merge index signaled from the encoder.
  • the motion parameter of the current processing block can be derived from the motion parameter of the candidate block indicated by the merge index.
  • the decoder may decode horizontal and vertical motion vector difference (MVD), reference index, and inter prediction mode signaled from the encoder.
  • the motion vector prediction value may be derived from the motion parameter of the candidate block indicated by the motion reference flag, and the motion vector value of the current processing block may be derived using the motion vector prediction value and the received motion vector difference value.
  • the decoder performs motion compensation on the prediction unit by using the decoded motion parameter (or information) (S802).
  • the encoder / decoder performs motion compensation that predicts an image of the current unit from a previously decoded picture by using the decoded motion parameter.
  • FIG. 9 is a diagram illustrating a motion compensation process as an embodiment to which the present invention may be applied.
  • FIG. 9 illustrates a case in which a motion parameter for a current block to be encoded in a current picture is unidirectional prediction, a second picture in LIST0, LIST0, and a motion vector (-a, b). do.
  • the current block is predicted using values of positions (ie, sample values of reference blocks) that are separated from the current block by (-a, b) in the second picture of LIST0.
  • another reference list (eg, LIST1), a reference index, and a motion vector difference value are transmitted so that the decoder derives two reference blocks and predicts the current block value based on the reference block.
  • the present invention proposes a method for performing inter prediction (ie, motion estimation / compensation) using multiple motion parameters for one block.
  • a list consisting of candidates of motion parameters available for deriving a motion parameter for the current processing block is referred to as a motion parameter candidate list (eg, a merge candidate list in the case of merge mode. candidate list) or motion vector predictor candidate list in the AMVP mode.
  • a motion parameter candidate list eg, a merge candidate list in the case of merge mode. candidate list
  • motion vector predictor candidate list in the AMVP mode.
  • an index indicating a motion parameter selected by a transmitting end (ie, an encoder) in the 'motion parameter candidate list' is referred to as a 'candidate list index (for example, in the case of merge mode, a merging candidate index ( merging candidate index (or merge index) or available flag (availablility flag) in the AMVP mode.
  • 'multiple motion parameters' means a plurality of motion parameters selected (or found) from a single 'reference picture list'.
  • a method of signaling a multi-motion parameter when a merge mode which is a technique of constructing a candidate list with neighboring motion parameters and transmitting only an index of the candidate list, is applied.
  • FIG. 10 is a diagram illustrating a method of using multiple motion parameters in a merge mode according to an embodiment of the present invention.
  • FIG. 10 illustrates a case where B1 and A0 are selected as multiple motion parameters in a state where a motion parameter candidate list (that is, a merge candidate list) is configured.
  • a motion parameter candidate list that is, a merge candidate list
  • the decoder in order to transmit the multiple motion parameters selected by the transmitting end (ie, the encoder) to the receiving end (ie, the decoder), the decoder must know the number of motion parameters transmitted from the encoder. That is, the encoder may inform the decoder of the number of multiple motion parameters transmitted or the number of multiple motion parameters may be predetermined.
  • the decoder may select two motion parameters from the encoder (ie, each candidate list index indicating two motion parameters selected in the motion parameter candidate list). It should be noted that will be sent.
  • the encoder may first transmit the number of candidate list indexes (ie, the number of multiple motion parameters) to the decoder, and then sequentially transmit each candidate list index to the decoder.
  • the number of candidate list indexes to be transmitted to the decoder may be predetermined so that the encoder and the decoder may know each other.
  • the encoder may transmit a predetermined number of respective candidate list indexes to the decoder.
  • the encoder may preset an end code of candidate list index encoding and transmit all candidate list indexes to the decoder before inserting the end code. That is, the end code can be inserted into the next bit (column) of all candidate list indices.
  • the encoder sets the maximum number of candidate list indexes to be transmitted and the end code of the candidate list index encoding. If the number of candidate list indexes to be transmitted reaches the maximum number, the encoder finishes the transmission without transmitting the end code to the decoder. You may. Even in this case, if the number of candidate list indexes to be transmitted does not reach the maximum number, the encoder may preset the end code of the candidate list index encoding and transmit all the candidate list indexes to the decoder before inserting the end code.
  • the encoder transmits a candidate list index for indicating each motion parameter to the decoder.
  • the following methods may be used for this purpose.
  • the encoder since B1 and A0 have been selected as the multi-motion parameters, the encoder must send a candidate list index (ie, each index indicating B1 and A0) to the decoder.
  • the encoder may transmit a candidate list index indicating the selected multiple parameters in the motion parameter candidate list to the decoder as it is.
  • candidate list index values 1 and 3 may be transmitted to the decoder.
  • the encoder may transmit the candidate list index value of the motion parameter candidate list as it is, and the second candidate list index may transmit a difference value from the first candidate list index to the decoder. Similarly, the candidate list index may then transmit a difference value with the previous candidate list index to the decoder.
  • the encoder may transmit each candidate list index in the order.
  • the second and subsequent candidate list indexes may transmit a difference value with the previous candidate list index to the decoder.
  • the candidate list index indicating each motion parameter is sorted in ascending order so that a negative number does not occur in the difference value, and the imprinting candidate list according to the order
  • the index can be sent to the decoder.
  • Table 1 illustrates syntax for transmitting multiple motion parameters for a block to which merge mode is applied.
  • Table 1 exemplifies the syntax of the method 1) of the above-described method for transmitting the number of multiple motion parameters.
  • the syntax may be configured differently from that of Table 1 below.
  • the decoder checks the number of multiple motion parameters num_multiple_motion_param_munus_1 (that is, the number of candidate list indexes) when a merge mode is applied in which the current processing block (for example, the prediction unit) is not skip. .
  • a value obtained by adding 1 to 'num_multiple_motion_param_munus_1' may indicate the number of multiple motion parameters.
  • the encoder transmits a candidate list index (multiple_merge_idx [x0] [y0]) for indicating multiple motion parameters by the number of multiple motion parameters.
  • the decoder checks the index (multiple_merge_idx [x0] [y0]) of the candidate list for indicating the multiple motion parameter while looping the number of multiple motion parameters.
  • 'multiple_merge_idx [x0] [y0]' may indicate the index value of the candidate list as it is, or in case of the first candidate list index, 'multiple_merge_idx [x0] [y0]' indicates the candidate list index and
  • the second and subsequent candidate list indexes may indicate a difference value from the previous candidate list index.
  • a motion parameter candidate list is created by using neighboring motion parameters, and one of them is selected to include a candidate list index, an inter prediction mode (or a reference direction, a reference list direction), and a reference index of the current block.
  • an inter prediction mode or a reference direction, a reference list direction
  • a reference index of the current block is selected.
  • AMVP mode a mode for transmitting a motion vector difference value of a motion parameter selected from a motion parameter candidate list
  • FIG. 11 is a diagram illustrating a method of using multiple motion parameters in an AMVP mode according to an embodiment of the present invention.
  • FIG 11 illustrates a case where B1 and A1 are selected as multiple motion parameters in a state where a motion parameter candidate list (that is, a motion vector predictor candidate list) is configured.
  • a motion parameter candidate list that is, a motion vector predictor candidate list
  • the decoder needs to know the number of motion parameters transmitted from the encoder in order to transmit the multiple motion parameters selected by the transmitter (ie, the encoder) to the receiver (ie, the decoder). To this end, the methods described above may be used in the same manner.
  • the difference between the multiple motion parameters and the motion vector is transmitted together, so the following methods can be used.
  • the encoder may bundle four pieces of information of a candidate list index, an inter prediction mode (or reference direction), a reference index, and a motion vector difference value in one unit and transmit the number of multiple motion parameters.
  • the candidate list index '1', the inter prediction mode (inter_pred_idc), the reference index (ref_idx), and the motion vector difference value (mvd) are transmitted to the decoder as a set.
  • the candidate list index '0', the inter prediction mode inter_pred_idc, the reference index ref_idx, and the motion vector difference value mvd may be transmitted to the decoder as a set.
  • the encoder transmits only the first motion parameter, four types of information of the candidate list index, the reference list direction, the reference list index, and the difference vector, and after that, only three pieces of information except the candidate list index may be transmitted.
  • the reference value of the difference vector may be fixed and used as the motion vector of the motion parameter indicated by the corresponding candidate list index.
  • the reference of the difference vector may be set to the motion vector of the immediately transmitted motion parameter.
  • the method of 2-1) and 2-2) may be optionally used.
  • the encoder may transmit a flag indicating a method used among the methods of 2-1) and 2-2).
  • the decoder may infer a method selected among the methods of 2-1) and 2-2) using a specific value (eg, an absolute value of a motion difference vector).
  • the candidate list index '1', the inter prediction mode (inter_pred_idc), the reference index (ref_idx), and the motion vector difference value (mvd) are transmitted to the decoder as a set.
  • the inter prediction mode inter_pred_idc, the reference index ref_idx, and the motion vector difference value mvd may be transmitted to the decoder as a set.
  • FIG. 12 is a diagram illustrating a decoding process in an inter prediction mode using multiple parameters according to an embodiment of the present invention.
  • the decoder determines whether inter prediction using multiple motion parameters is applied to the current block (S1201).
  • the information indicating whether the multiple motion parameter is used is a sequence level, a picture. It may be transmitted in units of levels or slice levels.
  • the encoder may transmit on / off on whether to use multiple motion parameters at a sequence level (eg, Sequence Parameter Set (SPS)).
  • a sequence level eg, Sequence Parameter Set (SPS)
  • the decoder may determine whether the multi motion parameter is used in the current video image on a video image basis.
  • SPS Sequence Parameter Set
  • the encoder turns on / off whether to use multiple motion parameters at a Picture level (e.g. Picture Parameter Set (PPS)) or at a slice level (e.g. slice header). You can send (on / off). In this case, the decoder may determine whether multiple motion parameters are used in the current picture / slice on a picture / slice basis.
  • a Picture level e.g. Picture Parameter Set (PPS)
  • a slice level e.g. slice header
  • the information indicating whether the multiple motion parameter is used may be transmitted in units of processing blocks (eg, coding units or prediction units). It may be.
  • the decoder may determine whether the multi motion parameter is applied to the current processing block on a processing block (for example, coding unit or prediction unit) basis.
  • a merge mode and an AMVP mode may be applied as a method of encoding a processing block to which multiple motion parameters are applied.
  • a flag (multiple_motion_param_flag) indicating whether to apply the multiple motion parameter after the merge flag (merge_flag) indicating whether the merge mode is applied in the prediction unit syntax is transmitted.
  • a flag (multiple_motion_param_flag) indicating whether to apply the multiple motion parameter may be transmitted before determining the slice type (slice_type).
  • the partition for the prediction unit i.e., the processing block is the prediction unit
  • the mode (PartMode) may be set to 2N ⁇ 2N.
  • whether the multiple motion parameters are applied to the current processing block may be indicated as one of the partition modes (PartMode) other than the flag (multiple_motion_param_flag) indicating whether to apply the multiple motion parameters.
  • the prediction unit (that is, when the processing block is the prediction unit) may be decoded without further splitting in one coding unit, such as a split mode (PartMode) 2N ⁇ 2N.
  • step S1201 when the multi-motion parameter is applied to the current block, the decoder decodes (or derives) the multi-motion parameter (S1202).
  • the candidate list index selected from the motion parameter candidate list is transmitted, and the decoder can decode the multiple motion parameters by decoding the candidate list index.
  • the decoder decodes the candidate list index and decodes (or derives) the motion parameter for the current processing block from the motion parameters of the plurality of candidate blocks indicated by the candidate list index, respectively. )can do.
  • the decoder may decode the candidate list index (if present), the inter prediction mode, the reference index, and the motion vector difference value received from the encoder.
  • the motion vector prediction value of the current processing block is derived from the motion parameters of the plurality of candidate blocks indicated by the candidate list index, and the motion vector of the current processing block is obtained by adding the derived motion vector prediction value and the received motion vector difference value. Can be decrypted (or derived).
  • the decoder may receive the number of multiple motion parameters from the encoder (eg, 'num_multiple_motion_param_minus_1') or the number of multiple motion parameters may be predetermined so that the decoder may already know.
  • the decoder may decode a candidate list index (and inter prediction mode, reference index, and motion vector difference value) transmitted from the encoder while performing a loop as many times as the number of multiple motion parameters.
  • the encoder transmits a candidate list index (and inter prediction mode, reference index, and motion vector difference value) to the decoder, and ends when transmission of the candidate list index (and inter prediction mode, reference index, and motion vector difference value) is finished.
  • the code may be sent to the decoder.
  • the encoder may complete the transmission without transmitting the end code to the decoder when the maximum number of candidate list indexes to be transmitted reaches a predetermined maximum number.
  • the decoder decodes the candidate list index (and inter prediction mode, reference index, motion vector difference value) transmitted from the encoder, and reaches the maximum number of candidate list indexes or if the end code is decoded, the candidate list index ( And the decoding process of the inter prediction mode, the reference index, and the motion vector difference value.
  • the candidate list index value in the motion parameter candidate list may be transmitted as it is.
  • the candidate list index value of the motion parameter candidate list may be transmitted as it is, and the second and subsequent candidate list indexes may be transmitted as difference values from the first candidate list index.
  • the decoder performs motion compensation on the current block by using the decoded multiple motion parameters (S1203).
  • the decoder identifies multiple reference blocks (within the reference picture) for the current block by using the decoded multiple motion parameters, and generates a predictive block (or prediction value) for the current block based on the multiple reference blocks. do.
  • the partitioning information (for example, 'block_partitioning_info') of the current processing block may be transmitted from the encoder to apply the multi-motion parameter, but when the partitioning of the current processing block is derived from the decoder, May not be encoded and transmitted.
  • the partitioning information may include the location of each subblock in which the current processing block is divided.
  • the split information may include indication information (eg, an index or a flag) indicating the split type selected from the predefined split types.
  • step S1201 when it is determined in step S1201 that the multi-motion parameter is not applied to the current processing block, the decoder decodes the motion parameter (S1204).
  • the decoder may decode the candidate list index and decode (or derive) the motion parameter for the current processing block from the motion parameter of the candidate block indicated by the candidate list index. have.
  • the decoder may decode the candidate list index (if present), the inter prediction mode, the reference index, and the motion vector difference value received from the encoder.
  • the motion vector prediction value of the current processing block is derived from the motion parameter of the candidate block indicated by the candidate list index, and the motion vector prediction value and the received motion vector difference value are summed to decode (or derive) the motion vector of the current processing block. )can do.
  • the decoder performs motion compensation on the current processing block by using the decoded motion parameter (S1205).
  • Embodiment 1 when performing motion compensation using multiple motion parameters, a motion compensation method overlapping the entire block using each motion parameter is proposed.
  • FIG. 13 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • FIG. 13 shows an example of a method of overlapping an entire block in motion compensation using multiple motion parameters.
  • each information is ⁇ unidirectional prediction, LIST0, first picture, (-a, b) ⁇ , ⁇ unidirectional prediction, LIST1, first picture, (c, d) ⁇ , ⁇ unidirectional Prediction, LIST1, second picture, (e, -f) ⁇ .
  • the current block is CB
  • the reference block obtained using the respective motion parameters is A, B, or C.
  • the prediction value for the current block can be obtained using the following methods.
  • Pixel values (or sample values) of each reference block specified by each motion parameter included in the multiple motion parameters may be superimposed at the same rate to generate a prediction value (or prediction block) for the current processing block.
  • a prediction value for the current block may be generated using Equation 1 below.
  • Equation 1 to obtain CB (i, j) representing a prediction value of the current block, the average of pixel values at the same positions of each reference block A, B, and C is taken. This method applies equally to each pixel of the current block.
  • a pixel value (or sample value) to which a predetermined weight is applied may be overlapped for each reference block specified by each motion parameter included in the multi-motion parameter to generate a prediction value (or prediction block) for the current processing block.
  • a prediction value for the current block may be generated using Equation 2 below.
  • the reference block determined by each motion parameter of the multiple motion parameter has a certain ratio (a, b, c in Equation 2), and reflects each ratio to predict the value CB (i) for the current block. , j)
  • ratios (ie, coefficients) a, b, and c for each overlap may be transmitted to the decoder as a motion parameter.
  • a coefficient for each superposition may be obtained through a search based on rate-distortion optimization (RDO) by setting a start point and a search section of each coefficient.
  • RDO rate-distortion optimization
  • Each coefficient obtained as described above may be transmitted to the decoder as a motion parameter.
  • the coefficients a, b, and c for each overlap may be derived and used in the same manner as the encoder in the decoder. The following methods can be applied to calculate the coefficients a, b, c for overlap.
  • the encoder / decoder may acquire the reference block due to the characteristic of the corresponding picture or the positional characteristic of the reference block.
  • each coefficient may be determined based on a difference between a picture order count (POC) of a picture in which each reference block is located and a POC of a current picture.
  • POC picture order count
  • a coefficient may be determined by assigning a high ratio to a picture close to the current picture (ie, a picture having a small POC difference).
  • coefficients for each overlap may be determined based on the magnitude of the absolute value of the motion vector pointing to each reference block.
  • the weighting coefficient may be set in inverse proportion to the absolute value of the motion vector.
  • each coefficient may be determined in consideration of the similarity between the current block and each reference block.
  • a large weight may be assigned to a reference block having a high similarity with the current block.
  • a method of calculating the similarity between the current block and the reference block will be described with reference to the drawings below.
  • FIG. 14 is a diagram illustrating a method of calculating similarity between a current block and a reference block when motion compensation using multiple motion parameters according to an embodiment of the present invention.
  • a template 1401 illustrated in FIG. 14 may be used to calculate the similarity between the current block and the reference block.
  • the template 1401 may be composed of pixels adjacent to the left and / or top of the current block and the reference block.
  • the decoder may infer the similarity or correlation between the current block and the reference block by calculating a sum of absolute differences (SAD) or mean absolute difference (MAD) in the template region of the current block and the reference block. And, as in the previous example, a large weight may be assigned to a reference block having a high similarity with the current block.
  • SAD sum of absolute differences
  • MAD mean absolute difference
  • a predetermined weighted value is superimposed on each pixel value (or sample value) of each reference block specified by each motion parameter included in the multi-motion parameter to generate a prediction value (or prediction block) for the current processing block.
  • a prediction value for the current block may be generated for each pixel by using Equation 3 below.
  • the overlap ratio value applied to each reference block is not fixed and has a value that varies depending on the position (i, j) of the pixel.
  • Equation 3 the condition a (i, j) + b (i, j) + c (i, j) is an overlap ratio value applied to each pixel position to maintain a constant energy of the predicted value CB for the current block. Sum indicates that 1 must be maintained.
  • Each overlap ratio (or coefficient) (a (i, j), b (i, j), c (i, j)) may be determined in consideration of the direction in which the motion parameter is applied, correlation with the surrounding vector.
  • the ratio for each overlap may be transmitted to the decoder as a motion parameter.
  • an optimal coefficient value can be determined through a search based on rate-distortion optimization (RDO).
  • RDO rate-distortion optimization
  • the superposition coefficients may be represented in the form of a specific function and transmitted to the decoder, rather than directly representing the superposed coefficients in units of pixels in consideration of the complexity of the search and the efficiency of coefficient coding.
  • Equation 4 an example of a plane equation and a Gaussian function is shown in Equation 4 below.
  • a weight coefficient in units of pixels may be expressed as a, b, c, or a, b, ⁇ .
  • the coefficients for each overlap may be derived and used in the decoder using the same method as the encoder in the decoder.
  • the encoder / decoder may calculate pixel-weighted weights (ie, ratios for overlapping) that are biased at similar positions in consideration of similarity between each motion information and neighboring motion information of the current block. This will be described with reference to the drawings below.
  • FIG. 15 is a diagram illustrating a method of calculating pixel weights in motion compensation using multiple motion parameters according to an embodiment of the present invention.
  • the weight coefficient may be expressed by a Gaussian function biased in the upper left corner.
  • the entire block may be set to have a uniform weight.
  • the width of the Gaussian function may be set according to the similarity with the motion information of the neighboring block.
  • the similarity may be calculated by the difference of each component of the motion vector when referring to the same picture, and may be calculated by the difference of each component of the vector by scaling to the picture referenced by the current block when not referring to the same picture. have.
  • the position of the center point of the Gaussian function may be adjusted by using the similarity between the surrounding motion information and the current motion information.
  • Embodiment 2 when performing motion compensation using multiple motion parameters, motion compensation is performed by applying a motion parameter corresponding to each region (that is, a subblock) by dividing a current block. Suggest how to do it.
  • the processing block may be divided into a plurality of subblocks, and a prediction block may be generated for each subblock using a motion parameter corresponding to each subblock among multiple motion parameters.
  • the prediction block for the processing block may be generated by adding the prediction blocks for each subblock.
  • 16 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • the current block is divided into four blocks (hereinafter referred to as 'subblocks') as shown in FIG. 16 (a), and each subblock is allocated in the order in which the motion parameters are transmitted (or decoded) to compensate for the motion.
  • the motion vector for each subblock is Mv1, Mv2, Mv3, Mv4
  • the motion vector for each divided subblock may be allocated according to a Z-scan order. That is, each motion parameter included in the multiple motion parameters may be applied to each subblock according to the z-scan order in the order of decoding.
  • motion compensation may be performed for each subblock using an assigned motion parameter.
  • the division of the processing block may be divided into not only square but also various forms (ie, non-square).
  • the current processing block is divided into squares, it is the same as the case of being divided into N ⁇ N blocks, and thus it may not be necessary to transmit additional information from the encoder.
  • FIG. 17 illustrates a non-square division of a current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • the current block may be divided into four subblocks (eg, rectangular shapes) having different sizes / shapes.
  • motion compensation may be performed by using a motion parameter assigned to each subblock.
  • the encoder may further transmit information about the division of the current processing block to the decoder.
  • the current processing block transmits information (flag) indicating that non-square division is applied and the position of each divided subblock (for example, the x-axis position and y-axis position of the upper left pixel of each subblock).
  • flag information indicating that non-square division is applied and the position of each divided subblock (for example, the x-axis position and y-axis position of the upper left pixel of each subblock).
  • a non-square segmentation form is predefined, and the encoder may transmit indication information (or a flag) indicating a segmentation form selected among the predefined segmentation forms to the decoder.
  • the splitting information of the processing block may not be transmitted from the encoder to the decoder, but may be derived and applied in the same manner in the encoder and the decoder.
  • the method of dividing the current processing block may be derived in the same manner in the encoder and the decoder by using the pixel value of the neighboring block, the motion vector of the neighboring block, and / or the prediction direction of the neighboring block.
  • FIG. 18 is a diagram illustrating a non-square division method of the current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • division may be performed at discrete portions 1802 and 1803 using peripheral pixel values 1801 of the current block.
  • the center of the current block ie, the center on the x-axis and / or y-axis
  • the center of the current block may be selected as a split point.
  • a position where a high intensity of discontinuity (for example, a difference between successive pixel values or a value of a sobel operator) may be selected as a split point.
  • Equation 5 expresses a process of selecting a position where the difference between successive pixel values is greatest as a split position by using an equation. As described above, a sobel operator or the like may be applied as well as the difference in successive pixel values.
  • anabove neighboring pixel value represents an upper neighboring pixel value of the current block
  • lnpv left neighboring pixel value
  • a boundary at which the difference between the values of consecutive pixels among the upper peripheral pixels of the current block and the left peripheral pixels of the current block is minimal may be selected as the splitting point.
  • FIG. 19 illustrates a non-square division of a current block when motion compensation is applied by applying four multiple motion parameters according to an embodiment of the present invention.
  • the current block may be divided into four subblocks (eg, rectangular shapes) having different sizes / shapes.
  • motion compensation may be performed by using a motion parameter assigned to each subblock.
  • the encoder may further transmit information about the division of the current processing block to the decoder.
  • the current processing block transmits information (flag) indicating that non-square division is applied and the position of each divided subblock (for example, the x-axis position and y-axis position of the upper left pixel of each subblock).
  • flag information indicating that non-square division is applied and the position of each divided subblock (for example, the x-axis position and y-axis position of the upper left pixel of each subblock).
  • a non-square segmentation form is predefined, and the encoder may transmit indication information (eg, an index or a flag) indicating a selected segmentation form among the predefined segmentation forms to the decoder.
  • motion compensation may be performed by dividing into various forms.
  • FIG. 20 illustrates a split form of a current block when motion compensation is performed by applying three multi-motion parameters according to an embodiment of the present invention.
  • FIG. 20 illustrates a symmetric chuck division form of the current block when motion compensation is performed by applying less than four multiple motion parameters according to an embodiment of the present invention.
  • FIGS. 20 (a) to 20 (d) illustrate a splitting method when the number of multiple motion parameters is three, and FIGS. 20 (e) and 20 (f) show when the number of multiple motion parameters is two. The division method is illustrated.
  • the encoder may further transmit information about the division of the current processing block to the decoder.
  • the position of each subblock divided from the current processing block (eg, the x-axis position and the y-axis position of the upper left pixel of each subblock) may be transmitted.
  • the partition type is predefined, and the encoder may transmit, to the decoder, indication information (eg, an index or a flag) indicating the selected partition type among the predefined partition types.
  • the split information of the current processing block may not be transmitted from the encoder to the decoder, but may be derived and applied in the same manner in the encoder and the decoder.
  • the method of dividing the current processing block may be derived in the same manner in the encoder and the decoder by using the pixel value of the neighboring block, the motion vector of the neighboring block, and / or the prediction direction of the neighboring block. This will be described with reference to the drawings below.
  • FIG. 21 is a diagram illustrating a method of deriving a partitioned shape of a current processing block using neighboring pixel values according to an embodiment of the present invention.
  • the pixel (or block) adjacent to the upper left end of the current block is referred to as LT
  • the pixel (or block) adjacent to the upper right end is referred to as RT
  • the pixel (or block) adjacent to the lower left end is referred to as LB.
  • the partition type of the current block can be determined.
  • Equations 6 to 9 are equations for determining the partition type of the current block using neighboring pixel values in the encoder / decoder when three multi-motion parameters are used.
  • P () represents a pixel value of the corresponding position.
  • the current block may be divided into N ⁇ 2N (R) forms as shown in FIG. 20 (c).
  • the current block may be divided into N ⁇ 2N (L) forms as shown in FIG. 20 (a).
  • the current block may be divided into 2N ⁇ N (D) forms as shown in FIG. 20 (b).
  • the current block may be divided into 2N ⁇ N (U) forms as shown in FIG. 20 (d).
  • Equations 10 and 11 below are equations for determining the partition type of the current block using neighboring pixel values in the encoder / decoder when two multi-motion parameters are used.
  • P () represents a pixel value at the corresponding position.
  • the current block may be divided into N ⁇ 2N forms as shown in FIG. 20 (e).
  • the current block may be divided into 2N ⁇ N shapes as shown in FIG. 20 (f).
  • the method of using the neighbor motion information may also use, for example, the similarity between the motion information of the block LT adjacent to the upper left end of the current block, the block RT adjacent to the upper right end, and the block LLB adjacent to the lower left end.
  • the partition form of can be determined.
  • Equations 12 to 15 are calculations for determining the partition type of the current block by using the peripheral motion information in the encoder / decoder when three multiple motion parameters are used.
  • mv () represents a motion vector at the corresponding position
  • represents a sum of the differences between the motion vector components (that is, the x-axis component and the y-axis component).
  • the current block may be divided into N ⁇ 2N (R) forms as shown in FIG. 20 (c).
  • the current block may be divided into N ⁇ 2N (L) forms as shown in FIG. 20 (a).
  • the current block may be divided into 2N ⁇ N (D) form as shown in FIG. 20 (b).
  • the current block may be divided into a 2N ⁇ N (U) form as shown in FIG. 20 (d).
  • Equations 16 and 17 below are equations for determining the partition type of the current block by using the peripheral motion information in the encoder / decoder when two multiple motion parameters are used.
  • mv () represents a motion vector at the corresponding position
  • represents a sum of the differences between the motion vector components (ie, the x-axis component and the y-axis component).
  • the current block may be divided into N ⁇ 2N forms as shown in FIG. 20 (e).
  • the current block may be divided into 2N ⁇ N forms as shown in FIG. 20 (f).
  • the split may be considered to occur at the side associated with the corresponding position.
  • the split may be considered to occur at the side associated with the corresponding position.
  • motion information of LT and LB can be referred to, but motion information of RT cannot be referred to, it can be regarded that it is divided into N ⁇ 2N forms on the assumption that there is a discontinuity between the left block and the right block.
  • the encoder / decoder may determine the current picture and each reference picture. After the POC scaling of the motion vector of each neighboring block in consideration of the inter-distance (ie, POC difference), the difference between each motion vector component may be compared.
  • the information about the split pattern and split position should be transmitted from the encoder to the decoder. If the encoder and the decoder derive the partition type of the current block in the same manner, the information on the partition pattern is preferably transmitted to the decoder.
  • Embodiment 3 when motion compensation is applied to multiple motion parameters, motion is applied by applying motion parameters regardless of the order of transmission (or derivation) to each area divided from the current block. Suggest ways to perform rewards.
  • 22 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • the divided regions (ie, subblocks) and the motion parameters may correspond to the motion parameters of the neighboring blocks based on the degree of correlation. That is, a motion parameter applied to each subblock may be determined based on a correlation between each motion parameter included in the multi-motion parameter and the motion parameter of the neighboring block of each subblock.
  • the decoder selects a motion parameter having the most similar value.
  • the decoder has the most similar value compared to the motion parameters of B1 or its surrounding block (s) and the multiple motion parameters transmitted (or derived) from the encoder. Select a motion parameter.
  • the decoder compares the motion parameter of A1 or its surrounding block (s) with the multiple motion parameters transmitted from (or derived from) the encoder.
  • the branch selects a motion parameter.
  • the decoder compares the motion parameters of T0 or its surrounding block (s) with the multiple motion parameters transmitted from (or derived from) the encoder.
  • the branch selects a motion parameter.
  • the correlation between the motion parameters may be calculated in the form of a combination of the difference between the prediction direction, the reference list, the reference index, and / or the motion vector.
  • a weight may be given to a specific motion parameter.
  • the first motion parameter 1 when a weight is given to the first motion parameter 1 as one of four motion parameters, the first motion parameter 1 is preferentially assigned to each subblock.
  • the remaining second to fourth motion parameters may be compared with the motion parameters of the neighboring blocks of each subblock.
  • a threshold may be preset to a specific motion parameter. For example, when a threshold is set for a specific motion parameter among four motion parameters as shown in FIG. 22B, the specific motion parameter is compared with the motion parameters of the neighboring blocks B1, B2, A1, and T0 of each subblock. Only when the value is smaller than the preset threshold, it may correspond to a subblock adjacent to the neighboring block.
  • the transmitted motion parameters correspond to the respective partitions (that is, subblocks) in any order, based on the positions of candidate blocks (in the motion parameter candidate list) corresponding to each motion parameter included in the multi-motion parameters.
  • the motion parameter applied to each subblock may be determined.
  • the position information of the motion parameter transmitted through the merge index can be known and correspond to the divided region based on this information. This will be described with reference to the drawings below.
  • FIG. 23 is a diagram illustrating a motion compensation method using multiple motion parameters according to an embodiment of the present invention.
  • the decoder may check the information of the neighboring block indicated by each merge index and correspond to the partition that is closest to the corresponding block.
  • the motion parameter of A1 may correspond to the lower left subblock closest to A1.
  • the motion parameter of B1 may correspond to the upper right subblock closest to B1.
  • the motion parameter of B2 may correspond to the upper left subblock closest to B2.
  • a motion parameter of T0 of T0 may correspond to the lower right subblock closest to T0.
  • 24 is a diagram more specifically illustrating an inter predictor according to an embodiment of the present invention.
  • the inter prediction unit 181 (see FIG. 1, 261; FIG. 2) implements the functions, processes, and / or methods proposed in FIGS. 3 to 23.
  • the inter predictors 181 and 261 may include a multiple motion parameter application determiner 2401, a motion parameter decoder 2402, and a predictive block generator 2403.
  • the multi-motion parameter application determining unit 2401 determines whether inter prediction using the multi-motion parameter is applied to the current block (eg, a coding unit or a prediction unit constituting an image).
  • the multi-motion parameter application determining unit 2401 may determine whether inter prediction using the multi-motion parameter is applied to the current block by using information indicating whether the multi-motion parameter is used.
  • the information indicating whether the multiple motion parameter is used may be transmitted in units of a sequence level, a picture level, a slice level, or a processing block (eg, a coding unit or a prediction unit) level. Can be.
  • the motion parameter decoder 2402 decodes the multi motion parameter when the multi motion parameter is used.
  • the motion parameter may be decoded when the multi motion parameter is not used.
  • the motion parameter decoder 2402 may decode a candidate list index selected from the motion parameter candidate list. Then, the motion parameters for the current block can be decoded (or derived) from the motion parameters of the plurality of candidate blocks indicated by the candidate list index.
  • the motion parameter decoder 2402 may decode the candidate list index (if present), the inter prediction mode, the reference index, and the motion vector difference value. Then, the motion vector prediction values of the current processing blocks can be derived from the motion parameters of the plurality of candidate blocks indicated by the candidate list index. The motion vectors of the current processing block may be decoded (or derived) by adding the derived motion vector prediction values and the received motion vector difference values.
  • the prediction block generator 2403 generates a prediction block (or prediction value) for the current block by using the multiple motion parameters.
  • a prediction block for the current block may be generated using the motion parameters.
  • the prediction block generator 2403 may generate a prediction block for the current block by using the method of FIG. 13 to FIG. 23.
  • each component or feature is to be considered optional unless stated otherwise.
  • Each component or feature may be embodied in a form that is not combined with other components or features. It is also possible to combine some of the components and / or features to form an embodiment of the invention.
  • the order of the operations described in the embodiments of the present invention may be changed. Some components or features of one embodiment may be included in another embodiment or may be replaced with corresponding components or features of another embodiment. It is obvious that the claims may be combined to form an embodiment by combining claims that do not have an explicit citation relationship in the claims or as new claims by post-application correction.
  • Embodiments according to the present invention may be implemented by various means, for example, hardware, firmware, software, or a combination thereof.
  • an embodiment of the present invention may include one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), FPGAs ( field programmable gate arrays), processors, controllers, microcontrollers, microprocessors, and the like.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGAs field programmable gate arrays
  • processors controllers, microcontrollers, microprocessors, and the like.
  • an embodiment of the present invention may be implemented in the form of a module, procedure, function, etc. that performs the functions or operations described above.
  • the software code may be stored in memory and driven by the processor.
  • the memory may be located inside or outside the processor, and may exchange data with the processor by various known means.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

La présente invention concerne un procédé de traitement d'une image basé sur un mode interprédiction, et un système associé. Plus spécifiquement, le procédé de traitement d'une image basé sur un mode interprédiction comprend les étapes consistant à : déterminer si un mode interprédiction utilisant une pluralité de paramètres de mouvement est appliqué ou non sur un bloc constituant une image; décoder la pluralité de paramètres de mouvement lorsque la pluralité de paramètres de mouvement est utilisée; et générer un bloc de prédiction pour le bloc au moyen de la pluralité de paramètres de mouvement, la pluralité de paramètres de mouvement pouvant être définie avec une pluralité de paramètres de mouvement sélectionnés à partir d'une liste de candidats de paramètres de mouvement unique.
PCT/KR2016/002034 2015-06-28 2016-02-29 Procédé de traitement d'image basé sur un mode interprédiction, et système associé WO2017003063A1 (fr)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201562185708P 2015-06-28 2015-06-28
US62/185,708 2015-06-28
US201562195262P 2015-07-21 2015-07-21
US62/195,262 2015-07-21

Publications (1)

Publication Number Publication Date
WO2017003063A1 true WO2017003063A1 (fr) 2017-01-05

Family

ID=57608456

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/002034 WO2017003063A1 (fr) 2015-06-28 2016-02-29 Procédé de traitement d'image basé sur un mode interprédiction, et système associé

Country Status (1)

Country Link
WO (1) WO2017003063A1 (fr)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019045391A1 (fr) * 2017-08-29 2019-03-07 주식회사 케이티 Procédé et dispositif de traitement de signal vidéo
CN110463201A (zh) * 2017-03-22 2019-11-15 韩国电子通信研究院 使用参考块的预测方法和装置
WO2020005007A1 (fr) * 2018-06-29 2020-01-02 주식회사 케이티 Procédé et appareil de traitement de signal vidéo
CN110868601A (zh) * 2018-08-28 2020-03-06 华为技术有限公司 帧间预测方法、装置以及视频编码器和视频解码器
CN110876065A (zh) * 2018-08-29 2020-03-10 华为技术有限公司 候选运动信息列表的构建方法、帧间预测方法及装置
WO2020060316A1 (fr) * 2018-09-20 2020-03-26 한국전자통신연구원 Procédé et dispositif de codage/décodage d'images et support d'enregistrement stockant un flux binaire
CN110944178A (zh) * 2018-09-22 2020-03-31 上海天荷电子信息有限公司 使用多个以编码参数关联的候选集的数据压缩方法和装置
CN111147847A (zh) * 2018-11-02 2020-05-12 北京字节跳动网络技术有限公司 几何分割模式中基于历史的运动矢量预测候选的使用
CN112956195A (zh) * 2018-09-25 2021-06-11 数字洞察力有限公司 用于基于帧间模式对图像进行编码或解码的方法和装置
CN113766227A (zh) * 2020-06-06 2021-12-07 华为技术有限公司 用于图像编码和解码的量化和反量化方法及装置
WO2022078339A1 (fr) * 2020-10-18 2022-04-21 腾讯科技(深圳)有限公司 Procédé et appareil de construction de liste de candidats de pixel de référence, dispositif, et support de stockage
RU2792221C2 (ru) * 2018-06-29 2023-03-21 Кт Корпорейшен Способ и устройство обработки видеосигнала
US11895319B2 (en) 2018-08-28 2024-02-06 Huawei Technologies Co., Ltd. Method for constructing candidate motion information list, inter prediction method, and apparatus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010086041A1 (fr) * 2009-01-30 2010-08-05 Gottfried Wilhelm Leibniz Universität Hannover Procédé et appareil de codage et de décodage d'un signal vidéo
WO2011149291A2 (fr) * 2010-05-26 2011-12-01 엘지전자 주식회사 Procédé et appareil de traitement d'un signal vidéo
KR20120068743A (ko) * 2010-12-17 2012-06-27 한국전자통신연구원 인터 예측 방법 및 그 장치
US20130272418A1 (en) * 2007-10-16 2013-10-17 Korea Advanced Institute Of Science And Technology Method and an apparatus for processing a video signal
US20140044179A1 (en) * 2012-08-07 2014-02-13 Qualcomm Incorporated Multi-hypothesis motion compensation for scalable video coding and 3d video coding

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130272418A1 (en) * 2007-10-16 2013-10-17 Korea Advanced Institute Of Science And Technology Method and an apparatus for processing a video signal
WO2010086041A1 (fr) * 2009-01-30 2010-08-05 Gottfried Wilhelm Leibniz Universität Hannover Procédé et appareil de codage et de décodage d'un signal vidéo
WO2011149291A2 (fr) * 2010-05-26 2011-12-01 엘지전자 주식회사 Procédé et appareil de traitement d'un signal vidéo
KR20120068743A (ko) * 2010-12-17 2012-06-27 한국전자통신연구원 인터 예측 방법 및 그 장치
US20140044179A1 (en) * 2012-08-07 2014-02-13 Qualcomm Incorporated Multi-hypothesis motion compensation for scalable video coding and 3d video coding

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110463201B (zh) * 2017-03-22 2023-12-19 韩国电子通信研究院 使用参考块的预测方法和装置
CN110463201A (zh) * 2017-03-22 2019-11-15 韩国电子通信研究院 使用参考块的预测方法和装置
US11490108B2 (en) 2017-08-29 2022-11-01 Kt Corporation Method of decoding/encoding a video signal with sub-block based motion vector derivation
WO2019045391A1 (fr) * 2017-08-29 2019-03-07 주식회사 케이티 Procédé et dispositif de traitement de signal vidéo
WO2020005007A1 (fr) * 2018-06-29 2020-01-02 주식회사 케이티 Procédé et appareil de traitement de signal vidéo
RU2792221C2 (ru) * 2018-06-29 2023-03-21 Кт Корпорейшен Способ и устройство обработки видеосигнала
GB2587984B (en) * 2018-06-29 2022-12-14 Kt Corp Method and apparatus for processing a video signal
US11394959B2 (en) 2018-06-29 2022-07-19 Kt Corporation Method and apparatus for processing video signal
CN112204982A (zh) * 2018-06-29 2021-01-08 株式会社Kt 用于处理视频信号的方法和设备
GB2587984A (en) * 2018-06-29 2021-04-14 Kt Corp Method and apparatus for processing video signal
US12010294B2 (en) 2018-06-29 2024-06-11 Kt Corporation Method and apparatus for processing video signal
US11895319B2 (en) 2018-08-28 2024-02-06 Huawei Technologies Co., Ltd. Method for constructing candidate motion information list, inter prediction method, and apparatus
CN110868601B (zh) * 2018-08-28 2024-03-15 华为技术有限公司 帧间预测方法、装置以及视频编码器和视频解码器
US12015780B2 (en) 2018-08-28 2024-06-18 Huawei Technologies Co., Ltd. Inter prediction method and apparatus, video encoder, and video decoder
CN110868601A (zh) * 2018-08-28 2020-03-06 华为技术有限公司 帧间预测方法、装置以及视频编码器和视频解码器
CN110876065A (zh) * 2018-08-29 2020-03-10 华为技术有限公司 候选运动信息列表的构建方法、帧间预测方法及装置
WO2020060316A1 (fr) * 2018-09-20 2020-03-26 한국전자통신연구원 Procédé et dispositif de codage/décodage d'images et support d'enregistrement stockant un flux binaire
US11546605B2 (en) 2018-09-20 2023-01-03 Electronics And Telecommunications Research Institute Image encoding/decoding method and device, and recording medium storing bitstream
US11871001B2 (en) 2018-09-20 2024-01-09 Electronics And Telecommunications Research Institute Image encoding/decoding method and device, and recording medium storing bitstream
CN110944178A (zh) * 2018-09-22 2020-03-31 上海天荷电子信息有限公司 使用多个以编码参数关联的候选集的数据压缩方法和装置
CN110944178B (zh) * 2018-09-22 2023-03-07 上海天荷电子信息有限公司 数据压缩的编码方法及编码装置、解码方法及解码装置
CN112956195A (zh) * 2018-09-25 2021-06-11 数字洞察力有限公司 用于基于帧间模式对图像进行编码或解码的方法和装置
CN111147847B (zh) * 2018-11-02 2024-05-10 北京字节跳动网络技术有限公司 几何分割模式中基于历史的运动矢量预测候选的使用
CN111147847A (zh) * 2018-11-02 2020-05-12 北京字节跳动网络技术有限公司 几何分割模式中基于历史的运动矢量预测候选的使用
CN113766227B (zh) * 2020-06-06 2023-07-11 华为技术有限公司 用于图像编码和解码的量化和反量化方法及装置
CN113766227A (zh) * 2020-06-06 2021-12-07 华为技术有限公司 用于图像编码和解码的量化和反量化方法及装置
WO2022078339A1 (fr) * 2020-10-18 2022-04-21 腾讯科技(深圳)有限公司 Procédé et appareil de construction de liste de candidats de pixel de référence, dispositif, et support de stockage

Similar Documents

Publication Publication Date Title
WO2017039117A1 (fr) Procédé d'encodage/décodage d'image et dispositif correspondant
WO2017043816A1 (fr) Procédé de traitement d'image basé sur un mode de prédictions inter-intra combinées et appareil s'y rapportant
WO2017003063A1 (fr) Procédé de traitement d'image basé sur un mode interprédiction, et système associé
WO2017171107A1 (fr) Procédé de traitement d'image basé sur un mode d'inter-prédiction, et appareil associé
WO2018097693A2 (fr) Procédé et dispositif de codage et de décodage vidéo, et support d'enregistrement à flux binaire mémorisé en son sein
WO2018066867A1 (fr) Procédé et appareil de codage et décodage d'image, et support d'enregistrement pour la mémorisation de flux binaire
WO2018030773A1 (fr) Procédé et appareil destinés au codage/décodage d'image
WO2018012886A1 (fr) Procédé de codage/décodage d'images et support d'enregistrement correspondant
WO2019112394A1 (fr) Procédé et appareil de codage et décodage utilisant un partage d'informations sélectif entre des canaux
WO2017043734A1 (fr) Procédé de traitement d'image basé sur un mode de prédiction inter et dispositif associé
WO2017183751A1 (fr) Procédé de traitement d'image basé sur un mode d'interprédiction et dispositif associé
WO2016137149A1 (fr) Procédé de traitement d'image à base d'unité polygonale, et dispositif associé
WO2018097692A2 (fr) Procédé et appareil de codage/décodage d'image et support d'enregistrement contenant en mémoire un train de bits
WO2019083334A1 (fr) Procédé et dispositif de codage/décodage d'image sur la base d'un sous-bloc asymétrique
WO2018084339A1 (fr) Procédé de traitement d'images basé sur un mode d'inter-prédiction et dispositif à cet effet
WO2017188509A1 (fr) Procédé de traitement d'image basé sur un mode de prédiction inter et appareil associé
WO2017086748A1 (fr) Procédé et dispositif pour chiffrer/déchiffrer une image en utilisant une image modifiée géométriquement
WO2018097589A1 (fr) Procédé et dispositif de codage/décodage d'image, et support d'enregistrement sur lequel est stocké un flux binaire
WO2017069505A1 (fr) Procédé de codage/décodage d'image et dispositif correspondant
WO2018047995A1 (fr) Procédé de traitement d'image basé sur un mode d'intraprédiction et appareil associé
WO2018034373A1 (fr) Procédé de traitement d'image et appareil associé
WO2015133838A1 (fr) Procédé de codage/décodage d'image basé sur une unité polygonale et appareil associé
WO2018097590A1 (fr) Procédé et dispositif de codage/décodage d'image, et support d'enregistrement sur lequel est stocké un flux binaire
WO2020189893A1 (fr) Procédé et dispositif d'inter-prédiction basée sur un bdof
WO2017034113A1 (fr) Procédé de traitement d'image basé sur un mode interprédiction et appareil associé

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16818096

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16818096

Country of ref document: EP

Kind code of ref document: A1