IP Library Granted Patent US 10,986,348
Granted Patent B2
US 10,986,348 · App. 16/696,319 · Granted Apr 20, 2021

Inter-prediction method and apparatus for same

Inventors: Hui Yong Kim (Daejeon, KR); Gwang Hoon Park (Seongnam-si, KR); Kyung Yong Kim (Suwon-si, KR); Sung Chang Lim (Daejeon, KR); Jin Ho Lee (Daejeon, KR); Jin Soo Choi (Daejeon, KR); Jin Woong Kim (Daejeon, KR)
Assignees: Electronics and Telecommunications Research Institute; University-Industry Cooperation Group of Kyung Hee University
H04N19/159H04N19/105H04N19/109H04N19/117H04N19/124H04N19/13H04N19/139H04N19/15H04N19/176H04N19/52H04N19/61
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,986,348
App. No.
16/696,319
Granted
Apr 20, 2021
Kind
B2
Abstract

An inter-prediction method according to the present invention comprises the steps of: deriving motion information of a current block; and generating a prediction block for the current block on the basis of the derived motion information. According to the present invention, computational complexity can be reduced and encoding efficiency can be improved.

Claims (52)

1. A method for decoding a video signal, the method comprising:

determining a prediction mode for a current block as an inter prediction mode;

generating, based on the determination, a merge candidate list of the current block by using neighboring blocks adjacent to the current block, each of the neighboring blocks having motion information;

deriving, based on a merge index, motion information of a current block from the merge candidate list, the merge index specifying a merge candidate included in the merge candidate list;

generating a prediction block for the current block based on the derived motion information;

obtaining a residual block for the current block by decoding an input bitstream;

generating a reconstruction block for the current block by adding the residual block to the prediction block; and

applying in-loop filter on the reconstruction block, wherein the in-loop filter is at least one of a deblocking filter and an SAO (Sample Adaptive Offset) filter,

wherein the derived motion information includes prediction direction information and both of L0 motion information and L1 motion information,

wherein, when the prediction direction information of the current block indicates a bi-prediction and a size of the current block is smaller than a pre-determined size, the prediction direction information indicating the bi-prediction is changed to indicate a uni-prediction and the prediction block of the current block is generated by performing motion compensation based on only the L0 motion information among the L0 motion information and the L1 motion information,

wherein, when the prediction direction information indicates the bi-prediction and the size of the current block is equal to or greater than the pre-determined size, the prediction direction information indicating the bi-prediction is not changed to indicate the uni-prediction and the prediction block of the current block is generated by performing the motion compensation based on both the L0 motion information and the L1 motion information, and

wherein the pre-determined size is representative of one of 8×8, 16×16, or 32×32.

2. The method of claim 1 , wherein the L0 motion information includes an L0 motion vector and an L0 reference picture number, the L0 reference picture number is a number assigned to an L0 reference picture according to a picture order count (POC) order, the L1 motion information includes an L1 motion vector and an L1 reference picture number, and the L1 reference picture number is a number assigned to an L1 reference picture according to the POC order.

3. The method of claim 2 , wherein generating the prediction block comprising:

generating an L0 motion compensated block by performing L0 motion compensation on the current block based on the L0 motion information;

generating an L1 motion compensated block by performing L1 motion compensation on the current block based on the L1 motion information; and

generating the prediction block by performing a weighting average on the L0 motion compensated block and the L1 motion compensated block.

4. The method of claim 1 , further comprising:

determining whether default weighting prediction is applied to the current block or non-default weighting prediction is applied thereto,

wherein the prediction block is generated by performing one of the default weighting prediction and the non-default weighting prediction according to the determination result.

5. The method of claim 4 , wherein whether the default weighting prediction is applied to the current block or the non-default weighting prediction is applied thereto is indicated by a weighting prediction index.

6. A method for encoding a video signal, the method comprising:

determining a prediction mode for a current block as an inter prediction mode;

generating, based on the determination, a merge candidate list of the current block by using neighboring blocks adjacent to the current block, each of the neighboring blocks having motion information;

deriving, based on a merge index, motion information of a current block from the merge candidate list, the merge index specifying a merge candidate included in the merge candidate list;

generating a prediction block for the current block based on the derived motion information;

obtaining a residual block for the current block;

generating a reconstruction block for the current block by adding the residual block to the prediction block; and

applying in-loop filter on the reconstruction block, wherein the in-loop filter is at least one of a deblocking filter and an SAO (Sample Adaptive Offset) filter,

wherein the derived motion information includes prediction direction information and both of L0 motion information and L1 motion information,

wherein, when the prediction direction information of the current block indicates a bi-prediction and a size of the current block is smaller than a pre-determined size, the prediction direction information indicating the bi-prediction is changed to indicate a uni-prediction and the prediction block of the current block is generated by performing motion compensation based on only the L0 motion information among the L0 motion information and the L1 motion information,

wherein, when the prediction direction information indicates the bi-prediction and the size of the current block is equal to or greater than the pre-determined size, the prediction direction information indicating the bi-prediction is not changed to indicate the uni-prediction and the prediction block of the current block is generated by performing the motion compensation based on both the L0 motion information and the L1 motion information, and

wherein the pre-determined size is representative of one of 8×8, 16×16, or 32×32.

7. The method of claim 6 , wherein the L0 motion information includes an L0 motion vector and an L0 reference picture number, the L0 reference picture number is a number assigned to an L0 reference picture according to a picture order count (POC) order, the L1 motion information includes an L1 motion vector and an L1 reference picture number, and the L1 reference picture number is a number assigned to an L1 reference picture according to the POC order.

8. The method of claim 7 , wherein generating the prediction block comprising:

generating an L0 motion compensated block by performing L0 motion compensation on the current block based on the L0 motion information;

generating an L1 motion compensated block by performing L1 motion compensation on the current block based on the L1 motion information; and

generating the prediction block by performing a weighting average on the L0 motion compensated block and the L1 motion compensated block.

9. The method of claim 6 , further comprising:

determining whether default weighting prediction is applied to the current block or non-default weighting prediction is applied thereto,

wherein the prediction block is generated by performing one of the default weighting prediction and the non-default weighting prediction according to the determination result.

10. The method of claim 9 , wherein whether the default weighting prediction is applied to the current block or the non-default weighting prediction is applied thereto is indicated by a weighting prediction index.

11. A non-transitory computer-readable recording-medium storing a bitstream used for a video decoding process,

the bitstream comprises a merge index and an information on a residual block,

wherein the merge index is used for deriving motion information of the current block from a merge candidate list, the merge index specifying a merge candidate included in the merge candidate list,

wherein the merge candidate list is generated by using neighboring blocks adjacent to the current block, each of the neighboring blocks having the motion information,

wherein the derived motion information is used for generating a prediction block for the current block,

wherein the prediction block and the residual block is used for generating a reconstruction block for the current block,

wherein the derived motion information includes prediction direction information and both of L0 motion information and L1 motion information,

wherein, when the prediction direction information of the current block indicates a bi-prediction and a size of the current block is smaller than a pre-determined size, the prediction direction information indicating the bi-prediction is changed to indicate a uni-prediction and the prediction block of the current block is generated by performing motion compensation based on only the L0 motion information among the L0 motion information and the L1 motion information,

wherein, when the prediction direction information indicates the bi-prediction and the size of the current block is equal to or greater than the pre-determined size, the prediction direction information indicating the bi-prediction is not changed to indicate the uni-prediction and the prediction block of the current block is generated by performing the motion compensation based on both the L0 motion information and the L1 motion information, and

wherein the pre-determined size is representative of one of 8×8, 16×16, or 32×32.

Assignments (3)
ACKNOWLEDGEMENT OF ASSIGNMENT OF EXCLUSIVE LICENSE Recorded Sep 9, 2022
From: INTELLECTUAL DISCOVERY CO., LTD.
To: DOLBY LABORATORIES LICENSING CORPORATION
Reel/Frame 061403/0797 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 7, 2021
From: KIM, HUI YONG; PARK, GWANG HOON; KIM, KYUNG YONG; LIM, SUNG CHANG; LEE, JIN HO; CHOI, JIN SOO; KIM, JIN WOONG
To: ELECTRONICS AND TELECOMMUNICATIONS RESEARCH INSTITUTE; UNIVERSITY-INDUSTRY COOPERATION GROUP OF KYUNG HEE UNIVERSITY
Reel/Frame 058321/0361 →
LICENSE Recorded Jan 21, 2021
From: ELECTRONICS AND TELECOMMUNICATIONS RESEARCH INSTITUTE; UNIVERSITY-INDUSTRY COOPERATION GROUP OF KYUNG HEE UNIVERSITY
To: INTELLECTUAL DISCOVERY CO., LTD.
Reel/Frame 054978/0406 →