WO2016008157A1 - Methods for motion compensation using high order motion model - Google Patents

Methods for motion compensation using high order motion model Download PDF

Info

Publication number
WO2016008157A1
WO2016008157A1 PCT/CN2014/082523 CN2014082523W WO2016008157A1 WO 2016008157 A1 WO2016008157 A1 WO 2016008157A1 CN 2014082523 W CN2014082523 W CN 2014082523W WO 2016008157 A1 WO2016008157 A1 WO 2016008157A1
Authority
WO
WIPO (PCT)
Prior art keywords
motion
merge candidate
syntax element
sub
signaled
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/CN2014/082523
Other languages
French (fr)
Inventor
Han HUANG
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
MediaTek Singapore Pte Ltd
Original Assignee
MediaTek Singapore Pte Ltd
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 MediaTek Singapore Pte Ltd filed Critical MediaTek Singapore Pte Ltd
Priority to PCT/CN2014/082523 priority Critical patent/WO2016008157A1/en
Priority to EP15822225.7A priority patent/EP3167613B1/en
Priority to US15/324,280 priority patent/US10582210B2/en
Priority to BR112017001100-0A priority patent/BR112017001100B1/en
Priority to CN201580039191.5A priority patent/CN106537915B/en
Priority to PCT/CN2015/084042 priority patent/WO2016008408A1/en
Publication of WO2016008157A1 publication Critical patent/WO2016008157A1/en
Anticipated expiration legal-status Critical
Priority to US16/750,056 priority patent/US11109052B2/en
Ceased legal-status Critical Current

Links

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
    • 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/513Processing of motion vectors
    • H04N19/517Processing of motion vectors by encoding
    • H04N19/52Processing of motion vectors by encoding by predictive encoding
    • 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/527Global motion vector estimation
    • 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/537Motion estimation other than block-based
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/70Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/46Embedding additional information in the video signal during the compression process
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/96Tree coding, e.g. quad-tree coding

Definitions

  • the invention relates generally to video processing.
  • the present invention relates to methods for motion compensation using high order motion model in video coding and its extensions, 3D video coding, scalable video coding, screen content coding et al.
  • Block matching is one of the key tools in video coding. As illustrated in Fig. 1, a block in current picture is predicted by a reference block in the reference picture. In HEVC, the basic block for prediction is defined as a prediction unit (PU). The displacement between the two blocks is defined as motion vector (MV). In 3D video coding, if the reference picture is a coded picture from a different view, the displacement is called disparity vector (DV). Without loss of generality, the displacement is referred to as MV in this invention.
  • MV motion vector
  • Fig. 1 is a diagram illustrating the concept of block matching.
  • FIG. 2 is a diagram illustrating an example of sub-PU MV derivation using affine motion model.
  • a PU is divided into sub-PUs.
  • the MV of a sub-PU MV cur is derived by an affine motion model a*x+b*y+e, where (x,y) is the location of the sub- PU, N is the size of the PU, the 3 vectors a, b and e are the affine parameters.
  • the 3 MVs are derived from neighboring coded blocks.
  • the MV of a sub-PU MV cur is derived by bi- linear motion model.
  • the parameters of bi-linear motion model are derived from neighboring coded blocks.
  • the derived high order parameters are added into the merge candidate list as new merge candidate.
  • the new merge candidate is applied for PU partition type 2Nx2N, 2NxN, Nx2N or any other PU partitions.
  • the new merge candidate is only applied for PU partition type 2Nx2N.
  • the new merge candidate is only applied for PU partition type 2Nx2N, 2NxN and Nx2N.
  • the new merge candidate is only applied for some other particular PU partition type.
  • the position of new merge candidate is fixed to 0, 1 , 2, or other positions in the merge candidate list.
  • the position of new merge candidate is signaled at sequence, view, picture, or slice level, such as SPS, VPS, PPS, APS, or slice header.
  • the position of new merge candidate is implicitly derived.
  • the position of new merge candidate is implicitly derived according to mode selections, motion parameters of the neighboring PUs, or according to the motion parameters of the reference blocks.
  • one of the MV in affine motion parameters is refined by MVD, and MVD is signaled to the decoder.
  • two of the MVs in affine motion parameters is refined by MVD, and MVD is signaled to the decoder.
  • the above described refined affine motion parameters is used in an additional inter prediction mode.
  • a flag is signaled to indicate the additional mode.
  • signaling of the flag is after the merge flag.
  • a syntax element is sent to indicate whether the additional mode is used.
  • an embodiment of the present invention can be a circuit integrated into a video compression chip or program codes integrated into video compression software to perform the processing described herein.
  • An embodiment of the present invention may also be program codes to be executed on a Digital Signal Processor (DSP) to perform the processing described herein.
  • DSP Digital Signal Processor
  • the invention may also involve a number of functions to be performed by a computer processor, a digital signal processor, a microprocessor, or field programmable gate array (FPGA).
  • processors can be configured to perform particular tasks according to the invention, by executing machine-readable software code or firmware code that defines the particular methods embodied by the invention.
  • the software code or firmware codes may be developed in different programming languages and different format or style.
  • the software code may also be compiled for different target platform.
  • different code formats, styles and languages of software codes and other means of configuring code to perform the tasks in accordance with the invention will not depart from the spirit and scope of the invention.

Landscapes

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

Abstract

Methods for motion compensation using higher order motion model are disclosed. With the proposed method,motion compensation prediction is improved without increasing the complexity.

Description

METHODS FOR MOTION COMPENSATION USING HIGH
ORDER MOTION MODEL
TECHNICAL FIELD
[0001] The invention relates generally to video processing. In particular, the present invention relates to methods for motion compensation using high order motion model in video coding and its extensions, 3D video coding, scalable video coding, screen content coding et al.
BACKGROUND [0002] Block matching is one of the key tools in video coding. As illustrated in Fig. 1, a block in current picture is predicted by a reference block in the reference picture. In HEVC, the basic block for prediction is defined as a prediction unit (PU). The displacement between the two blocks is defined as motion vector (MV). In 3D video coding, if the reference picture is a coded picture from a different view, the displacement is called disparity vector (DV). Without loss of generality, the displacement is referred to as MV in this invention.
[0003] The assumption of block based motion compensation is that all the pixels within a block have the same MV. Therefore, it cannot capture complex motion, for example, rotation, zooming, and the deformation of moving objects. High order motion model was introduced in the literature to provide more accurate motion- compensated prediction. However, it usually requires to do motion compensation for each pixel, which dramatically increases the computational complexity and is not suitable for practical use.
SUMMARY
[0004] In light of the previously described problems, sub-PU level motion compensation using high order motion model is proposed. [0005] Other aspects and features of the invention will become apparent to those with ordinary skill in the art upon review of the following descriptions of specific embodiments.
BRIEF DESCRIPTION OF DRAWINGS
[0006] The invention can be more fully understood by reading the subsequent detailed description and examples with references made to the accompanying drawings, wherein:
[0007] Fig. 1 is a diagram illustrating the concept of block matching.
[0008] Fig. 2 is a diagram illustrating an example of sub-PU MV derivation using affine motion model.
DETAILED DESCRIPTION
[0009] The following description is of the best-contemplated mode of carrying out the invention. This description is made for the purpose of illustrating the general principles of the invention and should not be taken in a limiting sense. The scope of the invention is best determined by reference to the appended claims.
[0010] It is proposed to use sub-PU level motion compensation for high order motion model. A PU is divided into sub-PUs. For each sub-PU, a MV is derived as MV=F(x,y), where (x,y) is the location of the sub-PU and F is a function of depending on the motion model.
[0011] In one embodiment, as shown in Fig. 2, the MV of a sub-PU MV cur is derived by an affine motion model a*x+b*y+e, where (x,y) is the location of the sub- PU, N is the size of the PU, the 3 vectors a, b and e are the affine parameters.
[0012] In another embodiment, the affine parameters is represented by 3 MVs MV_0, MV_1 and MV_2 at locations (0, 0), (N, 0) and (0, N). Then the MV_cur is calculated as MV_cur= MV_0 + x * (MV_1 - MV_0) / N + y * (MV_2 - MV_0) / N.
[0013] In still another embodiment, the 3 MVs are derived from neighboring coded blocks.
[0014] In still another embodiment, the MV of a sub-PU MV cur is derived by bi- linear motion model.
[0015] In still another embodiment, the parameters of bi-linear motion model are derived from neighboring coded blocks.
[0016] In still another embodiment, the derived high order parameters are added into the merge candidate list as new merge candidate.
[0017] In still another embodiment, the new merge candidate is applied for PU partition type 2Nx2N, 2NxN, Nx2N or any other PU partitions.
[0018] In still another embodiment, the new merge candidate is only applied for PU partition type 2Nx2N.
[0019] In still another embodiment, the new merge candidate is only applied for PU partition type 2Nx2N, 2NxN and Nx2N.
[0020] In still another embodiment, the new merge candidate is only applied for some other particular PU partition type.
[0021] In still another embodiment, the position of new merge candidate is fixed to 0, 1 , 2, or other positions in the merge candidate list.
[0022] In still another embodiment, the position of new merge candidate is signaled at sequence, view, picture, or slice level, such as SPS, VPS, PPS, APS, or slice header.
[0023] In still another embodiment, the position of new merge candidate is implicitly derived.
[0024] In still another embodiment, the position of new merge candidate is implicitly derived according to mode selections, motion parameters of the neighboring PUs, or according to the motion parameters of the reference blocks.
[0025] In still another embodiment, one of the MV in affine motion parameters is refined by MVD, and MVD is signaled to the decoder.
[0026] In still another embodiment, two of the MVs in affine motion parameters is refined by MVD, and MVD is signaled to the decoder.
[0027] In still another embodiment, the above described refined affine motion parameters is used in an additional inter prediction mode.
[0028] In still another embodiment, a flag is signaled to indicate the additional mode.
[0029] In still another embodiment, signaling of the flag is after the merge flag.
[0030] In still another embodiment, a syntax element is sent to indicate whether the additional mode is used.
[0031] The proposed methods described above can be used in a video encoder as well as in a video decoder. Embodiments of the proposed method according to the present invention as described above may be implemented in various hardware, software codes, or a combination of both. For example, an embodiment of the present invention can be a circuit integrated into a video compression chip or program codes integrated into video compression software to perform the processing described herein. An embodiment of the present invention may also be program codes to be executed on a Digital Signal Processor (DSP) to perform the processing described herein. The invention may also involve a number of functions to be performed by a computer processor, a digital signal processor, a microprocessor, or field programmable gate array (FPGA). These processors can be configured to perform particular tasks according to the invention, by executing machine-readable software code or firmware code that defines the particular methods embodied by the invention. The software code or firmware codes may be developed in different programming languages and different format or style. The software code may also be compiled for different target platform. However, different code formats, styles and languages of software codes and other means of configuring code to perform the tasks in accordance with the invention will not depart from the spirit and scope of the invention.
[0032] The invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described examples are to be considered in all respects only as illustrative and not restrictive. To the contrary, it is intended to cover various modifications and similar arrangements (as would be apparent to those skilled in the art). Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.

Claims

I . A method of motion compensation comprises using high order motion model to perform motion compensation.
2. The method as claimed in claim 1, wherein sub-PU (sub-prediction unit) level motion compensation is used for high order motion model.
3. The method as claimed in claim 2, wherein for each sub-PU, a MV (motion vector) is derived by F(x,y), where (x,y) is a location of the sub-PU and F is a function depending on the higher order motion model.
4. The method as claimed in claim 2, wherein the sub-PU size comprises 4x4,
8x8, 16x16, or equal to the size of PU.
5. The method as claimed in claim 3, wherein the higher order motion model is affine motion model or bi-linear motion model.
6. The method as claimed in claim 3, wherein the MV is quantized to ¼, 1/8, 1/12, 1/16 or 1/32 pixel accuracy.
7. The method as claimed in claim 3, wherein MV cur of a current sub-PU at location (x,y) is calculated as MV_cur= MV_0 + x * (MV_1 - MV_0) / N + y * (MV_2 - MV_0) / N, MV_0, MV_1 and MV_2 are motion vectors at locations (0, 0), (N, 0) and (0, N).
8. The method as claimed in claim 7, wherein affme parameters MV 0, MV l and MV 2 is derived from neighboring coded blocks.
9. The method as claimed in claim 8, wherein the derived affine parameters is insert into merge candidate list as a new merge candidate.
10. The method as claimed in claim 9, wherein the new merge candidate is applied in PU partition type 2Nx2N, 2NxN, Nx2N and any other partition types.
I I . The method as claimed in claim 9, wherein the new merge candidate is applied only in PU partition type 2Nx2N.
12. The method as claimed in claim 9, wherein the new merge candidate is applied only in PU partition type 2Nx2N, 2NxN and Nx2N.
13. The method as claimed in claim 9, wherein the new merge candidate is applied only in some other particular PU partition type.
14. The method as claimed in claim 9, wherein a syntax element is sent to indicate whether the affine merge candidate is used, and the position in the merge candidate list.
15. The method as claimed in claim 14, wherein the syntax element is signaled in sequence, view, picture, or slice level, such as sequence parameter set (SPS), video parameter set (VPS), picture parameter set (PPS), adaptive parameter set (APS), or slice header.
16. The method as claimed in claim 15, the syntax element is implicitly derived on decoder side.
17. The method as claimed in claim 16, the syntax element is implicitly derived according to mode selections, motion parameters of the neighboring PUs, or according to the motion parameters of the reference blocks.
18. The method as claimed in claim 7, wherein one of the MVs is refined MVD is signaled to the decoder.
19. The method as claimed in claim 7, wherein two of the MVs are refined and the MVDs are signaled to the decoder.
20. The method as claimed in claim 18 and 19, the described refined affine motion parameters are used in an additional inter prediction mode.
21. The method as claimed in claim 20, wherein a flag is signaled to indicate the additional mode.
22. The method as claimed in claim 21, wherein the flag is signaled after the merge flag.
23. The method as claimed in claim 20, wherein a syntax element is sent to indicate whether the additional mode is used.
24. The method as claimed in claim 23, wherein the syntax element can be signaled in sequence, view, picture, or slice level, such as SPS, VPS, PPS, APS, or slice header.
25. The method as claimed in claim 24, wherein the syntax element is implicitly derived on decoder side.
26. The method as claimed in claim 25, wherein the syntax element is implicitly derived according to mode selections, motion parameters of the neighboring PUs, or according to the motion parameters of the reference blocks.
PCT/CN2014/082523 2014-07-18 2014-07-18 Methods for motion compensation using high order motion model Ceased WO2016008157A1 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
PCT/CN2014/082523 WO2016008157A1 (en) 2014-07-18 2014-07-18 Methods for motion compensation using high order motion model
EP15822225.7A EP3167613B1 (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding
US15/324,280 US10582210B2 (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding
BR112017001100-0A BR112017001100B1 (en) 2014-07-18 2015-07-15 METHOD AND APPARATUS FOR DERIVING MOTION VECTOR FOR BLOCKS OF AN IMAGE
CN201580039191.5A CN106537915B (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding
PCT/CN2015/084042 WO2016008408A1 (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding
US16/750,056 US11109052B2 (en) 2014-07-18 2020-01-23 Method of motion vector derivation for video coding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/082523 WO2016008157A1 (en) 2014-07-18 2014-07-18 Methods for motion compensation using high order motion model

Publications (1)

Publication Number Publication Date
WO2016008157A1 true WO2016008157A1 (en) 2016-01-21

Family

ID=55077847

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/CN2014/082523 Ceased WO2016008157A1 (en) 2014-07-18 2014-07-18 Methods for motion compensation using high order motion model
PCT/CN2015/084042 Ceased WO2016008408A1 (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/084042 Ceased WO2016008408A1 (en) 2014-07-18 2015-07-15 Method of motion vector derivation for video coding

Country Status (4)

Country Link
US (2) US10582210B2 (en)
EP (1) EP3167613B1 (en)
CN (1) CN106537915B (en)
WO (2) WO2016008157A1 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107046645A (en) * 2016-02-06 2017-08-15 华为技术有限公司 Image encoding and decoding method and device
WO2017147765A1 (en) * 2016-03-01 2017-09-08 Mediatek Inc. Methods for affine motion compensation
WO2019194506A1 (en) * 2018-04-01 2019-10-10 엘지전자 주식회사 Image coding method based on affine inter prediction and device therefor
CN110971899A (en) * 2018-10-01 2020-04-07 华为技术有限公司 A method, inter-frame prediction method and device for determining motion information
CN111093074A (en) * 2018-10-24 2020-05-01 北京字节跳动网络技术有限公司 Motion candidate derivation based on multiple information in sub-block motion vector prediction
CN111131830A (en) * 2018-10-31 2020-05-08 北京字节跳动网络技术有限公司 Overlapped block motion compensation improvement
CN112352433A (en) * 2018-12-28 2021-02-09 Jvc建伍株式会社 Moving picture encoding device, moving picture encoding method, moving picture encoding program, moving picture decoding device, moving picture decoding method, and moving picture decoding program
CN113273207A (en) * 2019-01-10 2021-08-17 北京字节跳动网络技术有限公司 Merge with Motion Vector Difference (MVD) based on geometric partitioning
CN113273209A (en) * 2018-12-17 2021-08-17 交互数字Vc控股公司 Combination of MMVD and SMVD with motion and prediction models
CN113994693A (en) * 2019-06-12 2022-01-28 交互数字Vc控股公司 Method and apparatus for encoding and decoding blocks based on illumination compensation
CN114128259A (en) * 2019-05-24 2022-03-01 高通股份有限公司 Merge-mode coding for video coding
CN114208184A (en) * 2019-08-13 2022-03-18 北京字节跳动网络技术有限公司 Motion accuracy in sub-block based inter prediction
CN115379237A (en) * 2016-05-16 2022-11-22 高通股份有限公司 Affine motion prediction for video coding
US12537938B2 (en) 2018-11-22 2026-01-27 Beijing Bytedance Network Technology Co., Ltd. Sub-block based motion candidate selection and signaling

Families Citing this family (105)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103733625B (en) 2011-06-14 2017-04-05 三星电子株式会社 Method for decoding motion vector
CN105163116B (en) * 2015-08-29 2018-07-31 华为技术有限公司 Method and device for image prediction
CN109274974B (en) * 2015-09-29 2022-02-11 华为技术有限公司 Method and device for image prediction
CN107027040B9 (en) * 2016-01-29 2020-08-28 华为技术有限公司 A kind of filtering method and device for removing block effect
US10448010B2 (en) 2016-10-05 2019-10-15 Qualcomm Incorporated Motion vector prediction for affine motion models in video coding
US10681370B2 (en) 2016-12-29 2020-06-09 Qualcomm Incorporated Motion vector generation for affine motion model for video coding
CN108271023B (en) * 2017-01-04 2021-11-19 华为技术有限公司 Image prediction method and related device
US12457321B2 (en) * 2017-03-22 2025-10-28 Electronics And Telecommunications Research Institute Prediction method and device using reference block
CA3065492C (en) 2017-05-17 2022-06-14 Kt Corporation Method and device for video signal processing
WO2018226066A1 (en) * 2017-06-09 2018-12-13 엘지전자 주식회사 Method and apparatus for decoding video according to affine prediction in video coding system
KR102549228B1 (en) * 2017-08-03 2023-06-28 엘지전자 주식회사 Method and apparatus for processing video signal using affine prediction
ES3003036T3 (en) * 2017-09-26 2025-03-10 Panasonic Ip Corp America Decoding device and decoding method
KR102672759B1 (en) * 2017-09-28 2024-06-05 삼성전자주식회사 Method and Apparatus for video encoding and Method and Apparatus for video decoding
WO2019066602A1 (en) * 2017-09-29 2019-04-04 엘지전자 주식회사 Method and apparatus for inter prediction in image coding system
US11877001B2 (en) 2017-10-10 2024-01-16 Qualcomm Incorporated Affine prediction in video coding
WO2019072210A1 (en) * 2017-10-13 2019-04-18 Huawei Technologies Co., Ltd. Restriction on sub-block size derivation for affine inter-prediction
WO2019072187A1 (en) * 2017-10-13 2019-04-18 Huawei Technologies Co., Ltd. Pruning of motion model candidate list for inter-prediction
US20190222834A1 (en) * 2018-01-18 2019-07-18 Mediatek Inc. Variable affine merge candidates for video coding
KR20200123787A (en) * 2018-02-26 2020-10-30 인터디지털 브이씨 홀딩스 인코포레이티드 Method and apparatus for generalized OBMC
CN116781929B (en) * 2018-04-01 2026-02-10 Oppo广东移动通信有限公司 Image encoding/decoding devices and image data transmission devices
CN111937399B (en) * 2018-04-03 2023-07-14 英迪股份有限公司 Image encoding/decoding method and device based on affine model
EP3780617B1 (en) * 2018-04-24 2023-09-13 LG Electronics Inc. Method and apparatus for inter prediction in video coding system
CN112219401A (en) 2018-05-25 2021-01-12 联发科技股份有限公司 Affine model motion vector prediction derivation method and device for video coding and decoding system
WO2019229683A1 (en) 2018-05-31 2019-12-05 Beijing Bytedance Network Technology Co., Ltd. Concept of interweaved prediction
CN118075486A (en) 2018-06-04 2024-05-24 华为技术有限公司 Method and device for obtaining motion vector
WO2019234606A1 (en) 2018-06-05 2019-12-12 Beijing Bytedance Network Technology Co., Ltd. Interaction between ibc and atmvp
US12348762B2 (en) 2018-06-19 2025-07-01 Qualcomm Incorporated Signaling sub-prediction unit motion vector predictor
WO2019244117A1 (en) * 2018-06-21 2019-12-26 Beijing Bytedance Network Technology Co., Ltd. Unified constrains for the merge affine mode and the non-merge affine mode
EP3788782A1 (en) 2018-06-21 2021-03-10 Beijing Bytedance Network Technology Co. Ltd. Sub-block mv inheritance between color components
KR20200002697A (en) * 2018-06-29 2020-01-08 한국전자통신연구원 Method and apparatus for image encoding/decoding to improve throughput and recording medium for storing bitstream
MX392418B (en) 2018-06-29 2025-03-24 Beijing Bytedance Network Tech Co Ltd Partial/full pruning when adding a hmvp candidate to merge/amvp
CN114125450B (en) 2018-06-29 2023-11-17 北京字节跳动网络技术有限公司 Method, apparatus and computer readable medium for processing video data
KR20240007299A (en) 2018-06-29 2024-01-16 베이징 바이트댄스 네트워크 테크놀로지 컴퍼니, 리미티드 Update of look up table: fifo, constrained fifo
WO2020003279A1 (en) 2018-06-29 2020-01-02 Beijing Bytedance Network Technology Co., Ltd. Concept of using one or multiple look up tables to store motion information of previously coded in order and use them to code following blocks
EP3794824A1 (en) 2018-06-29 2021-03-24 Beijing Bytedance Network Technology Co. Ltd. Conditions for updating luts
WO2020003261A1 (en) 2018-06-29 2020-01-02 Beijing Bytedance Network Technology Co., Ltd. Selection from multiple luts
EP4742674A2 (en) 2018-06-29 2026-05-13 InterDigital VC Holdings, Inc. Adaptive control point selection for affine motion model based video coding
KR20240007298A (en) 2018-06-29 2024-01-16 베이징 바이트댄스 네트워크 테크놀로지 컴퍼니, 리미티드 Checking order of motion candidates in lut
WO2020003270A1 (en) 2018-06-29 2020-01-02 Beijing Bytedance Network Technology Co., Ltd. Number of motion candidates in a look up table to be checked according to mode
TWI731363B (en) * 2018-07-01 2021-06-21 大陸商北京字節跳動網絡技術有限公司 Efficient affine merge motion vector derivation
WO2020008351A1 (en) 2018-07-02 2020-01-09 Beijing Bytedance Network Technology Co., Ltd. Luts with lic
EP3809705B1 (en) * 2018-07-02 2024-05-01 Huawei Technologies Co., Ltd. Motion vector prediction method and device, and codec
JP7368396B2 (en) 2018-07-02 2023-10-24 華為技術有限公司 Motion vector prediction method and related device
BR122021006490A2 (en) * 2018-08-09 2021-05-18 Lg Electronics Inc. Image decoding method based on affine motion prediction and device using affine fusion candidate list in image encoding system
US11140398B2 (en) * 2018-08-20 2021-10-05 Mediatek Inc. Methods and apparatus for generating affine candidates
CN120111251A (en) * 2018-08-27 2025-06-06 松下电器(美国)知识产权公司 Coding device, decoding device and storage medium
MX2021002399A (en) 2018-08-28 2021-07-15 Huawei Tech Co Ltd Construction method for candidate motion information list, inter-frame prediction method, and apparatus.
GB2590310B (en) 2018-09-12 2023-03-22 Beijing Bytedance Network Tech Co Ltd Conditions for starting checking HMVP candidates depend on total number minus K
CN114866777B (en) * 2018-09-20 2024-11-22 杭州海康威视数字技术股份有限公司 A decoding and encoding method and device thereof
GB2579763B (en) 2018-09-21 2021-06-09 Canon Kk Video coding and decoding
GB2577318B (en) 2018-09-21 2021-03-10 Canon Kk Video coding and decoding
WO2020058957A1 (en) 2018-09-23 2020-03-26 Beijing Bytedance Network Technology Co., Ltd. General applications related to affine motion
WO2020058954A1 (en) * 2018-09-23 2020-03-26 Beijing Bytedance Network Technology Co., Ltd. Representation of affine model
GB2591906B (en) 2018-09-24 2023-03-08 Beijing Bytedance Network Tech Co Ltd Bi-prediction with weights in video coding and decoding
WO2020067709A1 (en) * 2018-09-25 2020-04-02 디지털인사이트주식회사 Method and device for encoding or decoding image on basis of inter mode
GB2595054B (en) 2018-10-18 2022-07-06 Canon Kk Video coding and decoding
GB2595053B (en) * 2018-10-18 2022-07-06 Canon Kk Video coding and decoding
WO2020084470A1 (en) 2018-10-22 2020-04-30 Beijing Bytedance Network Technology Co., Ltd. Storage of motion parameters with clipping for affine mode
EP3788779A4 (en) * 2018-10-23 2022-03-02 Tencent America LLC Method and apparatus for video coding
CN119653077A (en) 2018-10-29 2025-03-18 华为技术有限公司 Video image prediction method and device
CN116886926A (en) * 2018-11-10 2023-10-13 北京字节跳动网络技术有限公司 Rounding in pairwise average candidate calculations
WO2020098753A1 (en) * 2018-11-14 2020-05-22 Beijing Bytedance Network Technology Co., Ltd. Improvements of Affine Prediction Mode
CN113170192B (en) * 2018-11-15 2023-12-01 北京字节跳动网络技术有限公司 Affine MERGE and MVD
CN113170105B (en) * 2018-11-16 2024-11-05 北京字节跳动网络技术有限公司 History-based affine parameter inheritance
TWI734262B (en) * 2018-11-16 2021-07-21 聯發科技股份有限公司 Method and apparatus of improved merge with motion vector difference for video coding
WO2020098808A1 (en) 2018-11-17 2020-05-22 Beijing Bytedance Network Technology Co., Ltd. Construction of merge with motion vector difference candidates
CN115348443B (en) * 2018-11-30 2024-09-24 杭州海康威视数字技术股份有限公司 A method, device and equipment for determining motion information
PL3893509T3 (en) * 2018-12-07 2026-02-16 Samsung Electronics Co., Ltd. VIDEO DECODING METHOD AND DEVICE, AND VIDEO ENCODING METHOD AND DEVICE
KR20250083569A (en) 2018-12-13 2025-06-10 베이징 다지아 인터넷 인포메이션 테크놀로지 컴퍼니 리미티드 Method for deriving constructed affine merge candidates
JP2022028089A (en) * 2018-12-17 2022-02-15 ソニーグループ株式会社 Image encoding apparatus, image encoding method, image decoding apparatus, and image decoding method
CN113228639A (en) * 2018-12-21 2021-08-06 韩国电子通信研究院 Image encoding/decoding method and apparatus, and recording medium storing bit stream
US11102476B2 (en) * 2018-12-28 2021-08-24 Qualcomm Incorporated Subblock based affine motion model
CN113261292B (en) * 2018-12-29 2023-12-05 北京字节跳动网络技术有限公司 Construction method of default motion candidate in inter prediction based on subblocks
CN118433377B (en) * 2018-12-31 2025-06-10 北京达佳互联信息技术有限公司 System and method for signaling motion merging mode in video codec
CN117915081A (en) * 2019-01-02 2024-04-19 北京字节跳动网络技术有限公司 Video processing method
CN111357290B (en) 2019-01-03 2023-08-22 北京大学 Video image processing method and device
WO2020143741A1 (en) 2019-01-10 2020-07-16 Beijing Bytedance Network Technology Co., Ltd. Invoke of lut updating
CN113383554B (en) 2019-01-13 2022-12-16 北京字节跳动网络技术有限公司 Interaction between LUTs and shared Merge lists
CN113302937B (en) 2019-01-16 2024-08-02 北京字节跳动网络技术有限公司 Motion candidate derivation
WO2020156576A1 (en) * 2019-02-02 2020-08-06 Beijing Bytedance Network Technology Co., Ltd. Multi-hmvp for affine
DK3922025T3 (en) * 2019-02-07 2023-07-24 Vid Scale Inc SYSTEMS, APPARATUS, AND METHODS FOR INTER-PREDICTION REFINEMENT WITH OPTICAL FLOW
WO2020169109A1 (en) 2019-02-22 2020-08-27 Beijing Bytedance Network Technology Co., Ltd. Sub-table for history-based affine mode
CN113508593B (en) * 2019-02-27 2025-08-01 北京字节跳动网络技术有限公司 Sub-block based motion vector derivation of a back-off based motion vector field
US10979716B2 (en) * 2019-03-15 2021-04-13 Tencent America LLC Methods of accessing affine history-based motion vector predictor buffer
CN113661711B (en) * 2019-03-16 2025-09-26 交互数字Vc控股公司 A method for reducing memory access bandwidth for inter-frame prediction using optical flow compensation
KR102659481B1 (en) * 2019-03-17 2024-04-23 베이징 바이트댄스 네트워크 테크놀로지 컴퍼니, 리미티드 Calculation of prediction refinement based on optical flow
CN113615193B (en) 2019-03-22 2024-06-25 北京字节跳动网络技术有限公司 Interaction between Merge list construction and other tools
WO2020227678A1 (en) * 2019-05-08 2020-11-12 Beijing Dajia Internet Information Technology Co., Ltd. Methods and apparatuses for signaling of merge modes in video coding
CN113853793B (en) * 2019-05-21 2023-12-19 北京字节跳动网络技术有限公司 Syntax signaling for optical flow-based interframe coding
US11153598B2 (en) * 2019-06-04 2021-10-19 Tencent America LLC Method and apparatus for video coding using a subblock-based affine motion model
US11190761B2 (en) 2019-06-14 2021-11-30 Hyundai Motor Company Method and apparatus for encoding and decoding video using inter-prediction
WO2020251325A1 (en) * 2019-06-14 2020-12-17 현대자동차주식회사 Method and device for coding and decoding video using inter-prediction
CN113453013B (en) * 2019-06-21 2022-02-18 杭州海康威视数字技术股份有限公司 Method and device for decoding and encoding prediction mode
WO2020257484A1 (en) 2019-06-21 2020-12-24 Vid Scale, Inc. Precision refinement for motion compensation with optical flow
CN119520824A (en) * 2019-06-24 2025-02-25 Lg电子株式会社 Image encoding/decoding method and data transmitting method
US11438623B2 (en) * 2019-07-08 2022-09-06 Hyundai Motor Company Method and device for encoding and decoding video using inter-prediction
MY209640A (en) 2019-08-10 2025-07-28 Beijing Bytedance Network Tech Co Ltd Subpicture dependent signaling in video bitstreams
WO2021052506A1 (en) * 2019-09-22 2021-03-25 Beijing Bytedance Network Technology Co., Ltd. Transform unit based combined inter intra prediction
WO2021073630A1 (en) 2019-10-18 2021-04-22 Beijing Bytedance Network Technology Co., Ltd. Syntax constraints in parameter set signaling of subpictures
WO2021110017A1 (en) 2019-12-02 2021-06-10 Beijing Bytedance Network Technology Co., Ltd. Merge with motion vector differencing in affine mode
EP4078953A1 (en) * 2019-12-18 2022-10-26 InterDigital VC Holdings France Subblock merge candidates in triangle merge mode
CN115398892B (en) 2020-03-23 2025-02-28 抖音视界有限公司 Prediction refinement for affine MERGE and affine motion vector prediction modes
JP2025510843A (en) * 2022-04-07 2025-04-15 インターディジタル・シーイー・パテント・ホールディングス・ソシエテ・パ・アクシオンス・シンプリフィエ Motion information parameter propagation based on intra prediction direction
EP4580180A1 (en) * 2022-08-23 2025-07-02 Samsung Electronics Co., Ltd. Image decoding method and device, and image encoding method and device
US12382082B2 (en) * 2022-09-09 2025-08-05 Tencent America LLC Systems and methods for subblock motion vector coding

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120224632A1 (en) * 2011-03-01 2012-09-06 Technische Universitat Berlin Encoding and decoding of video data
WO2013068548A2 (en) * 2011-11-11 2013-05-16 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Efficient multi-view coding using depth-map estimate for a dependent view
WO2013068547A2 (en) * 2011-11-11 2013-05-16 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Efficient multi-view coding using depth-map estimate and update
WO2013072484A1 (en) * 2011-11-18 2013-05-23 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Multi-view coding with efficient residual handling

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5278663A (en) * 1991-06-28 1994-01-11 Samsung Electronics Co. Ltd. Method for compensating the vibration of an image and device therefor in a video camera
JP3681342B2 (en) 2000-05-24 2005-08-10 三星電子株式会社 Video coding method
KR101366242B1 (en) 2007-03-29 2014-02-20 삼성전자주식회사 Method for encoding and decoding motion model parameter, and method and apparatus for video encoding and decoding using motion model parameter
CN101415122B (en) 2007-10-15 2011-11-16 华为技术有限公司 Forecasting encoding/decoding method and apparatus between frames
US8345763B2 (en) 2007-11-27 2013-01-01 Mediatek Inc. Motion compensation method and integrated circuit utilizing the same
CN101466036A (en) 2007-12-21 2009-06-24 北京中电华大电子设计有限责任公司 Parallel design method for movable vector forecasting flowing water based on AVS
CN101277449A (en) 2008-05-13 2008-10-01 清华大学 264 video with an arbitrary ratio of reduced resolution pixel domain transcoding method
KR101279573B1 (en) 2008-10-31 2013-06-27 에스케이텔레콤 주식회사 Motion Vector Encoding/Decoding Method and Apparatus and Video Encoding/Decoding Method and Apparatus
KR101611437B1 (en) 2009-10-28 2016-04-26 삼성전자주식회사 Method and apparatus for encoding/decoding image by referencing to a plurality of frames
CN102340660B (en) 2010-07-23 2013-10-30 联合信源数字音视频技术(北京)有限公司 Motion vector prediction apparatus based on AVS encoder
US9137544B2 (en) * 2010-11-29 2015-09-15 Mediatek Inc. Method and apparatus for derivation of mv/mvp candidate for inter/skip/merge modes
EP2727366B1 (en) 2011-10-11 2018-10-03 MediaTek Inc. Method and apparatus of motion and disparity vector derivation for 3d video coding and hevc
KR20130050407A (en) * 2011-11-07 2013-05-16 오수미 Method for generating motion information in inter prediction mode

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120224632A1 (en) * 2011-03-01 2012-09-06 Technische Universitat Berlin Encoding and decoding of video data
WO2013068548A2 (en) * 2011-11-11 2013-05-16 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Efficient multi-view coding using depth-map estimate for a dependent view
WO2013068547A2 (en) * 2011-11-11 2013-05-16 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Efficient multi-view coding using depth-map estimate and update
WO2013072484A1 (en) * 2011-11-18 2013-05-23 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Multi-view coding with efficient residual handling

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107046645B9 (en) * 2016-02-06 2020-08-14 华为技术有限公司 Image coding and decoding method and device
CN107046645A (en) * 2016-02-06 2017-08-15 华为技术有限公司 Image encoding and decoding method and device
CN107046645B (en) * 2016-02-06 2020-04-21 华为技术有限公司 Image coding and decoding method and device
US11412248B2 (en) 2016-02-06 2022-08-09 Huawei Technologies Co., Ltd. Image encoding method and apparatus, and image decoding method and apparatus
US11394994B2 (en) 2016-02-06 2022-07-19 Huawei Technologies Co., Ltd. Image encoding method and apparatus, and image decoding method and apparatus
US12401819B2 (en) 2016-02-06 2025-08-26 Huawei Technologies Co., Ltd. Image decoding and encoding method and apparatus based on units of a same motion prediction mode obtained by two independent sequences
US12177472B2 (en) 2016-02-06 2024-12-24 Huawei Technologies Co., Ltd. Image encoding method and apparatus, and image decoding method and apparatus
US10798405B2 (en) 2016-02-06 2020-10-06 Huawei Technologies Co., Ltd. Image encoding method and apparatus, and image decoding method and apparatus
WO2017147765A1 (en) * 2016-03-01 2017-09-08 Mediatek Inc. Methods for affine motion compensation
CN115379237A (en) * 2016-05-16 2022-11-22 高通股份有限公司 Affine motion prediction for video coding
WO2019194506A1 (en) * 2018-04-01 2019-10-10 엘지전자 주식회사 Image coding method based on affine inter prediction and device therefor
CN110971899A (en) * 2018-10-01 2020-04-07 华为技术有限公司 A method, inter-frame prediction method and device for determining motion information
CN110971899B (en) * 2018-10-01 2021-06-01 华为技术有限公司 Method for determining motion information, and inter-frame prediction method and device
CN111093074A (en) * 2018-10-24 2020-05-01 北京字节跳动网络技术有限公司 Motion candidate derivation based on multiple information in sub-block motion vector prediction
CN111093074B (en) * 2018-10-24 2024-04-26 北京字节跳动网络技术有限公司 Motion candidate derivation based on multiple information in sub-block motion vector prediction
US11856218B2 (en) 2018-10-24 2023-12-26 Beijing Bytedance Network Technology Co., Ltd Motion candidate derivation based on spatial neighboring block in sub-block motion vector prediction
CN111093075B (en) * 2018-10-24 2024-04-26 北京字节跳动网络技术有限公司 Motion Candidate Derivation Based on Spatial Neighboring Blocks in Sub-block Motion Vector Prediction
CN111093075A (en) * 2018-10-24 2020-05-01 北京字节跳动网络技术有限公司 Motion Candidate Derivation Based on Spatial Neighboring Blocks in Sub-block Motion Vector Prediction
US11895328B2 (en) 2018-10-31 2024-02-06 Beijing Bytedance Network Technology Co., Ltd Overlapped block motion compensation
US11936905B2 (en) 2018-10-31 2024-03-19 Beijing Bytedance Network Technology Co., Ltd Overlapped block motion compensation with derived motion information from neighbors
CN111131830B (en) * 2018-10-31 2024-04-12 北京字节跳动网络技术有限公司 Improvement of overlapped block motion compensation
CN111131830A (en) * 2018-10-31 2020-05-08 北京字节跳动网络技术有限公司 Overlapped block motion compensation improvement
US12537938B2 (en) 2018-11-22 2026-01-27 Beijing Bytedance Network Technology Co., Ltd. Sub-block based motion candidate selection and signaling
CN113273209A (en) * 2018-12-17 2021-08-17 交互数字Vc控股公司 Combination of MMVD and SMVD with motion and prediction models
CN112352433A (en) * 2018-12-28 2021-02-09 Jvc建伍株式会社 Moving picture encoding device, moving picture encoding method, moving picture encoding program, moving picture decoding device, moving picture decoding method, and moving picture decoding program
CN113273207A (en) * 2019-01-10 2021-08-17 北京字节跳动网络技术有限公司 Merge with Motion Vector Difference (MVD) based on geometric partitioning
US12581086B2 (en) 2019-01-10 2026-03-17 Beijing Bytedance Network Technology Co., Ltd. Merge with MVD based on geometry partition
CN114128259A (en) * 2019-05-24 2022-03-01 高通股份有限公司 Merge-mode coding for video coding
CN113994693A (en) * 2019-06-12 2022-01-28 交互数字Vc控股公司 Method and apparatus for encoding and decoding blocks based on illumination compensation
CN114208184A (en) * 2019-08-13 2022-03-18 北京字节跳动网络技术有限公司 Motion accuracy in sub-block based inter prediction

Also Published As

Publication number Publication date
BR112017001100A8 (en) 2022-11-08
CN106537915A (en) 2017-03-22
US11109052B2 (en) 2021-08-31
WO2016008408A1 (en) 2016-01-21
US10582210B2 (en) 2020-03-03
EP3167613A4 (en) 2017-12-27
EP3167613B1 (en) 2024-05-15
EP3167613A1 (en) 2017-05-17
US20170214932A1 (en) 2017-07-27
US20200162754A1 (en) 2020-05-21
CN106537915B (en) 2019-07-05
BR112017001100A2 (en) 2018-07-10

Similar Documents

Publication Publication Date Title
US11109052B2 (en) Method of motion vector derivation for video coding
EP3324631B1 (en) Method and apparatus for encoding and decoding a texture block using depth based block partitioning
WO2017147765A1 (en) Methods for affine motion compensation
WO2019234578A1 (en) Asymmetric weighted bi-predictive merges
WO2016165069A1 (en) Advanced temporal motion vector prediction in video coding
TW202013975A (en) Mvd precision for affine
WO2016008409A1 (en) Method of temporal derived bi-directional motion vector for motion vector prediction
WO2017156705A1 (en) Affine prediction for video coding
WO2018095313A1 (en) Method and apparatus for motion vector sign prediction in video coding
WO2015003383A1 (en) Methods for inter-view motion prediction
WO2014166068A1 (en) Refinement of view synthesis prediction for 3-d video coding
WO2015062002A1 (en) Methods for sub-pu level prediction
US10298951B2 (en) Method and apparatus of motion vector prediction
WO2015135175A1 (en) Simplified depth based block partitioning method
WO2020058958A1 (en) Construction for motion candidates list
TWI846727B (en) Two-step inter prediction
WO2015006922A1 (en) Methods for residual prediction
WO2015192372A1 (en) A simplified method for illumination compensation in multi-view and 3d video coding
WO2017035833A1 (en) Neighboring-derived prediction offset (npo)
WO2013159326A1 (en) Inter-view motion prediction in 3d video coding
CN105519120A (en) Method for sub-PU syntax signaling and brightness compensation in 3D and multi-view video coding
WO2014106327A1 (en) Method and apparatus for inter-view residual prediction in multiview video coding
WO2015103747A1 (en) Motion parameter hole filling
WO2015196364A1 (en) Methods for inter-view advanced residual prediction
WO2015113245A1 (en) Methods for merging candidates list construction

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: 14897463

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: 14897463

Country of ref document: EP

Kind code of ref document: A1