WO2023055153A1 - Method, device and recording medium for image encoding/decoding - Google Patents

Method, device and recording medium for image encoding/decoding Download PDF

Info

Publication number
WO2023055153A1
WO2023055153A1 PCT/KR2022/014710 KR2022014710W WO2023055153A1 WO 2023055153 A1 WO2023055153 A1 WO 2023055153A1 KR 2022014710 W KR2022014710 W KR 2022014710W WO 2023055153 A1 WO2023055153 A1 WO 2023055153A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
information
prediction
mode
neural network
Prior art date
Application number
PCT/KR2022/014710
Other languages
French (fr)
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 한국전자통신연구원
Priority claimed from KR1020220124695A external-priority patent/KR20230046269A/en
Publication of WO2023055153A1 publication Critical patent/WO2023055153A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/119Adaptive subdivision aspects, e.g. subdivision of a picture into rectangular or non-rectangular coding blocks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/129Scanning of coding units, e.g. zig-zag scan of transform coefficients or flexible macroblock ordering [FMO]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/132Sampling, masking or truncation of coding units, e.g. adaptive resampling, frame skipping, frame interpolation or high-frequency transform coefficient masking
    • 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/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/80Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
    • H04N19/82Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop

Definitions

  • the present invention relates to a method, apparatus and recording medium for video encoding/decoding.
  • the present invention is the benefit of the filing date of Korean Patent Application No. 10-2021-0129157 filed on September 29, 2021, the benefit of the filing date of Korean Patent Application No. 10-2022-0107154 filed on August 25, 2022, and the Claims the benefit of the filing date of Korean Patent Application No. 10-2022-0124695 filed on the 29th of the month, all of which are incorporated herein.
  • HD high definition
  • Ultra High Definition (UHD) TV which has four times higher resolution than FHD TV, as well as High Definition TV (HDTV) and Full HD (FHD) TV. has increased, and according to this increase in interest, an image encoding/decoding technology for an image having a higher resolution and quality is required.
  • UHD Ultra High Definition
  • HDTV High Definition TV
  • FHD Full HD
  • video compression technology there are various technologies such as inter prediction technology, intra prediction technology, transformation and quantization technology, and entropy encoding technology.
  • the inter-prediction technique is a technique of predicting a value of a pixel included in a current picture using pictures before and/or after the current picture.
  • Intra-prediction technology is a technology of predicting a value of a pixel included in a current picture by using information about pixels in the current picture.
  • the transformation and quantization technique is a technique for compressing the energy of the residual image.
  • the entropy coding technique assigns short codes to values with a high frequency of occurrence and assigns long codes to values with a low frequency of occurrence.
  • data for video can be effectively compressed, transmitted, and stored.
  • An embodiment may provide a method, apparatus, and recording medium for providing learning in an in-loop filter and predictive deep neural network.
  • selecting a deep neural network generating coded deep neural network information by encoding deep neural network information used to construct the deep neural network; and generating a bitstream including the encoded deep neural network information.
  • the image encoding method may further include performing learning in the deep neural network.
  • the step of performing learning in the deep neural network may include: performing learning in a teacher network; conducting first learning in the student network; and performing second learning in the student network.
  • Learning in the student network may be performed using knowledge distillation using the teacher network.
  • Learning in an in-loop filter based on the deep neural network may be performed.
  • An input of the in-loop filter may be an image in which compression degradation occurs.
  • An output of the in-loop filter may be an image from which compression degradation has been removed.
  • Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
  • the deep neural network may be a predictive deep neural network that generates a predicted image similar to an original image through prediction.
  • receiving a bitstream including coded deep neural network information generating deep neural network information used to construct a deep neural network by decoding the encoded deep neural network information; and selecting the deep neural network.
  • the image decoding method may further include performing learning in the deep neural network.
  • the step of performing learning in the deep neural network may include: performing learning in a teacher network; conducting first learning in the student network; and performing second learning in the student network.
  • Learning in the student network may be performed using knowledge distillation using the teacher network.
  • Learning in an in-loop filter based on the deep neural network may be performed.
  • An input of the in-loop filter may be an image in which compression degradation occurs.
  • An output of the in-loop filter may be an image from which compression degradation has been removed.
  • Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
  • the deep neural network may be a predictive deep neural network that generates a predicted image similar to an original image through prediction.
  • bitstream in another aspect, includes encoded deep neural network information, and decoding the encoded deep neural network information is performed to A computer readable recording medium in which deep neural network information used to construct a deep neural network is generated and the deep neural network is selected is provided.
  • Learning in the deep neural network may be performed.
  • a first learning in the student network may be performed.
  • Second learning in the student network may be performed.
  • Learning in the student network may be performed using knowledge distillation using the teacher network.
  • Learning in an in-loop filter based on the deep neural network may be performed.
  • An input of the in-loop filter may be an image in which compression degradation occurs.
  • An output of the in-loop filter may be an image from which compression degradation has been removed.
  • Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
  • a method, apparatus, and recording medium for providing learning in an in-loop filter and predictive deep neural network are provided.
  • FIG. 1 is a block diagram showing a configuration according to an embodiment of an encoding device to which the present invention is applied.
  • FIG. 2 is a block diagram showing a configuration according to an embodiment of a decoding device to which the present invention is applied.
  • FIG. 3 is a diagram schematically illustrating a division structure of an image when encoding and decoding an image.
  • FIG. 4 is a diagram illustrating a form of a prediction unit that a coding unit may include.
  • FIG. 5 is a diagram illustrating a form of a transform unit that may be included in a coding unit.
  • FIG. 6 shows division of a block according to an example.
  • FIG. 7 is a diagram for explaining an embodiment of an intra prediction process.
  • FIG. 8 is a diagram for explaining reference samples used in an intra prediction process.
  • FIG. 9 is a diagram for explaining an embodiment of an inter prediction process.
  • 11 illustrates an order of adding motion information of spatial candidates to a merge list according to an example.
  • FIG 13 illustrates diagonal scanning according to an example.
  • 16 is a structural diagram of an encoding device according to an embodiment.
  • 17 is a structural diagram of a decryption device according to an embodiment.
  • FIG. 18 is a flowchart of an encoding method according to an embodiment.
  • 19 is a flowchart of a decoding method according to an embodiment.
  • 20 is a flowchart of learning in a deep neural network according to an example.
  • 21 illustrates learning in a teacher network according to an example.
  • 22 shows learnings in an intra-prediction deep neural network and an inter-prediction deep neural network according to an embodiment.
  • FIG. 23 illustrates a first learning in a student network according to one embodiment.
  • FIG. 24 illustrates a first learning in a student network according to one embodiment.
  • 25 illustrates second learning in a student network according to one embodiment.
  • first and second may be used to describe various components, but the components should not be limited by the terms. These terms are only used for the purpose of distinguishing one component from another. For example, a first element may be termed a second element, and similarly, a second element may be termed a first element, without departing from the scope of the present invention.
  • the term "and/or" may include any combination of a plurality of related listed items or any of a plurality of related listed items.
  • each component is listed and included as each component for convenience of description, and at least two of each component are combined to form one component, or one component is divided into a plurality of components to perform functions. It can be performed, and integrated embodiments and separate embodiments of each of these components are also included in the scope of the present invention as long as they do not depart from the essence of the present invention.
  • the term “at least one” may mean one or more numbers such as 1, 2, 3, and 4. In embodiments, the term “a plurality of” may mean one of two or more numbers, such as 2, 3, and 4.
  • Some of the components of the embodiments are not essential components that perform essential functions in the present invention, but may be optional components for improving performance.
  • Embodiments may be implemented by including only essential components in implementing the essence of the embodiments, excluding components used for performance improvement.
  • a structure including only essential components excluding optional components used for performance improvement is also included in the scope of the embodiments.
  • an image may mean one picture constituting a video, and may also indicate the video itself.
  • "encoding and/or decoding an image” may mean “encoding and/or decoding a video”, and may mean “encoding and/or decoding one of images constituting a video”.
  • video and “motion picture(s)” may be used interchangeably and may be used interchangeably.
  • the target image may be an encoding target image that is an encoding target and/or a decoding target image that is a decoding target.
  • the target image may be an input image input to an encoding device or an input image input to a decoding device.
  • the target image may be a current image that is a target of current encoding and/or decoding.
  • the terms “target image” and “current image” may be used interchangeably and may be used interchangeably.
  • image image
  • picture image
  • frame image
  • screen image
  • the target block may be an encoding target block that is an encoding target and/or a decoding target block that is a decoding target.
  • the target block may be a current block that is a target of current encoding and/or decoding.
  • the terms “target block” and “current block” may be used interchangeably and may be used interchangeably.
  • the current block may refer to a coding target block that is an encoding target during encoding and/or a decoding target block that is a decoding target during decoding.
  • the current block may be at least one of a coding block, a prediction block, a residual block, and a transform block.
  • block and “unit” may be used interchangeably and may be used interchangeably. Or “block” may represent a specific unit.
  • region and “segment” may be used interchangeably.
  • each of the specified information, data, flag, index and element, attribute, etc. may have a value.
  • the value "0" of information, data, flags, indexes, elements, and attributes may represent false, logical false, or a first predefined value. That is to say, the value "0", false, logic false and the first predefined value may be used interchangeably.
  • the value "1" of information, data, flags, indexes, elements, and attributes may represent true, logical true, or a second predefined value. In other words, the value "1", true, logically true, and the second predefined value may be used interchangeably.
  • i When a variable such as i or j is used to indicate a row, column, or index, the value of i may be an integer greater than or equal to 0, or may be an integer greater than or equal to 1. That is to say, row, column, index, etc. may be counted from 0, in embodiments, may be counted from 1.
  • the term “one or more” or the term “at least one” may mean the term “plurality”. “One or more” or “at least one” may be used interchangeably with “plural”.
  • Encoder An encoder may mean a device that performs encoding. In other words, an encoder may mean an encoding device.
  • a decoder may refer to a device that performs decoding.
  • a decryptor may mean a decryption device.
  • a unit may represent a unit of encoding and/or decoding of an image.
  • the terms “unit” and “block” may be used interchangeably and may be used interchangeably.
  • a unit may be an MxN array of samples. M and N may each be a positive integer.
  • a unit may refer to an array of samples in a two-dimensional form.
  • a unit may be a region created by dividing one image.
  • a unit may be a specified area within one image.
  • One image may be divided into a plurality of units.
  • the unit may refer to the divided parts when one image is divided into subdivided parts and encoding or decoding of the divided parts is performed.
  • a predefined process for a unit may be performed according to a unit type.
  • the type of unit is a macro unit, a coding unit (CU), a prediction unit (PU), a residual unit, and a transform unit (TU), etc. can be classified as Or, depending on the function, the unit is a block, macroblock, coding tree unit, coding tree block, coding unit, coding block, or prediction unit. It may mean a prediction unit, a prediction block, a residual unit, a residual block, a transform unit, a transform block, and the like.
  • the target unit may be at least one of a CU, a PU, a residual unit, and a TU to be encoded and/or decoded.
  • a unit may refer to information including a luma component block, a chroma component block corresponding to the luma component block, and a syntax element for each block, in order to be referred to as a block.
  • Units may vary in size and shape. Also, units can have various sizes and shapes. In particular, the shape of the unit may include not only a square but also a two-dimensional geometric figure such as a rectangle, a trapezoid, a triangle, and a pentagon.
  • the unit information may include at least one or more of a unit type, a size of a unit, a depth of a unit, a coding order of a unit, a decoding order of a unit, and the like.
  • the unit type may indicate one of CU, PU, residual unit, and TU.
  • One unit can be further divided into sub-units having a smaller size than the unit.
  • Depth may mean the degree of division of a unit. Also, the depth of a unit may indicate a level at which the unit exists when the unit(s) are expressed as a tree structure.
  • Unit division information may include depth about the depth of the unit. Depth may indicate the number and/or extent to which a unit is divided.
  • the root node has the shallowest depth and the leaf node has the deepest depth.
  • the root node may be the highest node.
  • a leaf node may be the lowest node.
  • One unit may be hierarchically divided into a plurality of sub-units while having depth information based on a tree structure.
  • a unit and a sub-unit generated by division of the unit may correspond to a node and a child node of the node, respectively.
  • Each divided sub-unit may have a depth. Since depth represents the number and/or degree of division of a unit, division information of a sub-unit may include information about the size of the sub-unit.
  • the highest node may correspond to the first non-split unit.
  • the highest node may be referred to as a root node.
  • the highest node may have the smallest depth value. In this case, the highest node may have a depth of level 0.
  • a node with a depth of level 1 may represent a unit created as the original unit is split once.
  • a node with a depth of level 2 may represent a unit created as the original unit is split twice.
  • a node with a depth of level n may represent a unit created as the initial unit is split n times.
  • a leaf node may be the lowest node and may be a node that cannot be further divided.
  • the depth of a leaf node may be the maximum level.
  • the predefined value of the maximum level may be 3.
  • -QT depth may indicate the depth for quad division.
  • BT depth may indicate a depth for binary partitioning.
  • the TT depth may indicate a depth for ternary division.
  • a sample may be a base unit constituting a block.
  • a sample may be represented as values from 0 to 2 Bd -1 according to a bit depth (Bd).
  • a sample can be a pixel or a pixel value.
  • pixel In the following, the terms “pixel”, “pixel” and “sample” may be used in the same meaning and may be used interchangeably.
  • a CTU may consist of one luma component (Y) coding tree block and two chroma component (Cb, Cr) coding tree blocks related to the luma component coding tree block. there is.
  • the CTU may mean including syntax elements for the above blocks and each block of the above blocks.
  • Each coding tree unit is a quad tree (QT), binary tree (BT), and ternary tree (TT) to construct sub units such as a coding unit, a prediction unit, and a transform unit. It can be segmented using one or more segmentation schemes.
  • a quad tree may mean a quarternary tree.
  • each coding tree unit may be split using a MultiType Tree (MTT) using one or more splitting schemes.
  • MTT MultiType Tree
  • - CTU may be used as a term to refer to a pixel block, which is a processing unit in the process of decoding and encoding an image, as in segmentation of an input image.
  • a coding tree block may be used as a term to refer to any one of a Y coding tree block, a Cb coding tree block, and a Cr coding tree block.
  • a neighboring block may mean a block adjacent to a target block.
  • a neighboring block may mean a reconstructed neighboring block.
  • neighboring block and “adjacent block” may be used in the same meaning and may be used interchangeably.
  • a neighboring block may mean a reconstructed neighboring block.
  • a spatial neighbor block may be a block that is spatially adjacent to the target block.
  • Neighboring blocks may include spatial neighboring blocks.
  • the target block and spatial neighboring blocks may be included in the target picture.
  • a spatial neighboring block may mean a block whose boundary meets the target block or a block located within a predetermined distance from the target block.
  • a spatial neighboring block may mean a block adjacent to a vertex of a target block.
  • the block adjacent to the vertex of the target block may be a block vertically adjacent to a neighboring block horizontally adjacent to the target block or a block horizontally adjacent to a neighboring block vertically adjacent to the target block.
  • Temporal neighbor block may be a block that is temporally adjacent to the target block. Neighboring blocks may include temporal neighboring blocks.
  • a temporal neighboring block may include a co-located block (col block).
  • a collocated block may be a block in an already reconstructed co-located picture (col picture).
  • a position of a collocated block in a collocated picture may correspond to a position of a target block in a target picture.
  • the position of the collocated block in the collocated picture may be the same as the position of the target block in the target picture.
  • a collocated picture may be a picture included in a reference picture list.
  • a temporal neighboring block may be a block temporally adjacent to a spatial neighboring block of a target block.
  • the prediction mode may be information indicating a mode used for intra prediction or a mode used for inter prediction.
  • a prediction unit may mean a base unit for prediction such as inter prediction, intra prediction, inter compensation, intra compensation, and motion compensation.
  • One prediction unit may be divided into a plurality of smaller-sized partitions or sub-prediction units.
  • a plurality of partitions may also be a basis unit in performing prediction or compensation.
  • a partition generated by division of a prediction unit may also be a prediction unit.
  • Prediction unit partition A prediction unit partition may mean a form in which a prediction unit is divided.
  • a reconstructed neighboring unit may be a unit that has already been decoded and reconstructed in a neighbor of a target unit.
  • the reconstructed neighbor unit may be a spatial neighbor unit or a temporal neighbor unit to the target unit.
  • the reconstructed spatial neighboring unit may be a unit in the target picture and already reconstructed through encoding and/or decoding.
  • the reconstructed temporal neighbor unit may be a unit in the reference picture and a unit that has already been reconstructed through encoding and/or decoding.
  • a position of the reconstructed temporal neighboring unit within the reference image may be the same as a position within the target unit's target picture or may correspond to a position within the target unit's target picture.
  • the reconstructed temporal neighboring unit may be a neighboring block of a corresponding block in the reference picture.
  • the position of the corresponding block in the reference image may correspond to the position of the target block in the target image.
  • the correspondence of the positions of the blocks may mean that the positions of the blocks are the same, and may mean that one block is included in another block, and one block occupies a specified position of the other block. can mean doing
  • a picture can be divided into one or more sub-pictures.
  • a sub-picture may consist of one or more tile rows and one or more tile columns.
  • a sub-picture may be an area having a square shape or a rectangular (ie, non-square) shape within a picture.
  • a sub-picture may include one or more CTUs. .
  • a sub-picture may be a rectangular area of one or more slices within one picture.
  • One sub-picture may include one or more tiles, one or more bricks, and/or one or more slices.
  • a tile can be a square or rectangular (ie, non-square) area within a picture.
  • a tile may contain one or more CTUs.
  • a tile can be divided into one or more bricks.
  • a brick may mean one or more CTU rows within a tile.
  • Each brick may contain one or more CTU rows.
  • a tile that is not divided into two or more can also mean a brick.
  • a slice can include one or more tiles within a picture. Or, a slice may include one or more bricks within a tile.
  • each sub-picture boundary may always be a slice boundary.
  • each vertical sub-picture boundary may always be a vertical tile boundary.
  • a parameter set may correspond to header information among structures in a bitstream.
  • - Parameter sets include a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), an Adaptation Parameter Set (APS), and a decoding parameter It may include at least one of a set (Decoding Parameter Set; DPS), and the like.
  • VPS Video Parameter Set
  • SPS Sequence Parameter Set
  • PPS Picture Parameter Set
  • APS Adaptation Parameter Set
  • decoding parameter It may include at least one of a set (Decoding Parameter Set; DPS), and the like.
  • Information signaled through a parameter set may be applied to pictures referring to the parameter set.
  • information in the VPS may be applied to pictures referring to the VPS.
  • Information in the SPS may be applied to pictures referring to the SPS.
  • Information in the PPS may be applied to pictures referring to the PPS.
  • a parameter set may refer to an upper parameter set.
  • PPS may refer to SPS.
  • SPS may refer to VPS.
  • the parameter set may include tile group, slice header information, and tile header information.
  • a tile group may refer to a group including a plurality of tiles. Also, the meaning of a tile group may be the same as that of a slice.
  • Rate-distortion optimization The encoding device uses a combination of the size of the coding unit, the prediction mode, the size of the prediction unit, motion information, and the size of the conversion unit to provide high encoding efficiency. Distortion optimization can be used.
  • the rate-distortion optimization method may calculate a rate-distortion cost of each combination in order to select an optimal combination among the above combinations.
  • the rate-distortion cost can be calculated using the formula “D+ ⁇ *R”.
  • a combination that minimizes the rate-distortion cost according to the equation “D+ ⁇ *R” can be selected as an optimal combination in the rate-distortion optimization method.
  • D may be the mean square error of difference values between the original transform coefficients and the reconstructed transform coefficients within the transform unit.
  • R can represent rate.
  • R may represent a bit rate using related context information.
  • R may include not only coding parameter information such as a prediction mode, motion information, and a coded block flag, but also bits generated by encoding transform coefficients.
  • the encoding device may perform processes such as inter prediction, intra prediction, transformation, quantization, entropy encoding, inverse quantization, and/or inverse transformation to calculate accurate D and R. These processes can greatly increase complexity in an encoding device.
  • Bitstream may mean a string of bits including coded image information.
  • Parsing may mean determining a value of a syntax element by entropy decoding a bitstream. Alternatively, parsing may mean entropy decoding itself.
  • Symbol may mean at least one of a syntax element, a coding parameter, and a transform coefficient of a coding target unit and/or a decoding target unit. Also, a symbol may mean an object of entropy encoding or a result of entropy decoding.
  • a reference picture may refer to an image that a unit refers to for inter prediction or motion compensation.
  • the reference picture may be an image including a reference unit referred to by a target unit for inter prediction or motion compensation.
  • reference picture and “reference image” may be used interchangeably and may be used interchangeably.
  • the reference picture list may be a list including one or more reference pictures used for inter prediction or motion compensation.
  • the types of reference picture lists are List Combined (LC), List 0 (L0), List 1 (L1), List 2 (List 2; L2), and List 3 (List 3; L3). ), etc. may be present.
  • One or more reference picture lists may be used for inter prediction.
  • the inter prediction indicator may indicate the direction of inter prediction for a target unit. Inter prediction can be one of uni-prediction and bi-prediction, etc. Alternatively, the inter prediction indicator may indicate the number of reference pictures used when generating a prediction unit of a target unit. Alternatively, the inter prediction indicator may indicate the number of prediction blocks used for inter prediction or motion compensation of the target unit.
  • the prediction list utilization flag may indicate whether a prediction unit is generated using at least one reference picture in a specific reference picture list.
  • An inter prediction indicator can be derived using the prediction list utilization flag.
  • the prediction list utilization flag can be derived using the inter prediction indicator. For example, when the prediction list utilization flag indicates a first value of 0, it may indicate that a prediction block is not generated using a reference picture in the reference picture list for the target unit. When the prediction list utilization flag indicates the second value of 1, it may indicate that a prediction unit is generated using the reference picture list for the target unit.
  • the reference picture index may be an index indicating a specific reference picture in a reference picture list.
  • POC Picture Order Count
  • Motion Vector A motion vector may be a two-dimensional vector used in inter prediction or motion compensation.
  • a motion vector may mean an offset between a target image and a reference image.
  • MV can be expressed as (mv x , mv y ).
  • mv x may represent a horizontal component
  • mv y may represent a vertical component.
  • the search range may be a two-dimensional area where MVs are searched during inter prediction.
  • the size of the search area may be MxN.
  • M and N may each be a positive integer.
  • Motion vector candidate may mean a block as a prediction candidate or a motion vector of a block as a prediction candidate when predicting a motion vector.
  • a motion vector candidate may be included in a motion vector candidate list.
  • Motion vector candidate list may refer to a list constructed using one or more motion vector candidates.
  • Motion vector candidate index may mean an indicator indicating a motion vector candidate in the motion vector candidate list.
  • the motion vector candidate index may be an index of a motion vector predictor.
  • Motion information includes not only motion vectors, reference picture indices and inter prediction indicators, but also reference picture list information, reference pictures, motion vector candidates, motion vector candidate indices, merge candidates and merge indices, etc. It may mean information including at least one of
  • a merge candidate list may refer to a list constructed using one or more merge candidates.
  • a merge candidate is a spatial merge candidate, a temporal merge candidate, a combined merge candidate, a combined bi-prediction merge candidate, a candidate based on history, a candidate based on an average of two candidates, and zero It may mean a merge candidate and the like.
  • a merge candidate may include an inter prediction indicator, and may include motion information such as a reference picture index for each list, a motion vector, a prediction list utilization flag, and an inter prediction indicator.
  • a merge index may be an indicator pointing to a merge candidate in a merge candidate list.
  • the merge index may indicate a reconstructed unit that derives a merge candidate from among reconstructed units spatially adjacent to the target unit and reconstructed units temporally adjacent to the target unit.
  • the merge index may indicate at least one piece of motion information of a merge candidate.
  • a transform unit may be a basic unit in residual signal encoding and/or residual signal decoding, such as transform, inverse transform, quantization, inverse quantization, transform coefficient encoding, and transform coefficient decoding.
  • One transform unit may be divided into a plurality of sub-transform units having smaller sizes.
  • the transformation may include one or more of a first-order transformation and a second-order transformation
  • the inverse transformation may include one or more of a first-order inverse transformation and a second-order inverse transformation.
  • Scaling may refer to a process of multiplying a transform coefficient level by a factor.
  • Scaling may be referred to as dequantization.
  • a quantization parameter may mean a value used when generating a transform coefficient level for a transform coefficient in quantization.
  • the quantization parameter may refer to a value used when generating a transform coefficient by scaling a transform coefficient level in inverse quantization.
  • the quantization parameter may be a value mapped to a quantization step size.
  • the delta quantization parameter may refer to a difference value between a predicted quantization parameter and a quantization parameter of a target unit.
  • a scan may refer to a method of arranging the order of coefficients within a unit, block or matrix. For example, arranging a 2D array into a 1D array may be referred to as a scan. Alternatively, arranging a one-dimensional array into a two-dimensional array may also be referred to as scan or inverse scan.
  • a transform coefficient may be a coefficient value generated by performing transformation in an encoding device.
  • the transform coefficient may be a coefficient value generated by performing at least one of entropy decoding and inverse quantization in the decoding apparatus.
  • a quantized level generated by applying quantization to a transform coefficient or a residual signal or a quantized transform coefficient level may also be included in the meaning of a transform coefficient.
  • a quantized level may refer to a value generated by performing quantization on a transform coefficient or a residual signal in an encoding device.
  • the quantized level may mean a value to be subjected to inverse quantization when the decoding apparatus performs inverse quantization.
  • a quantized transform coefficient level which is a result of transform and quantization, may also be included in the meaning of the quantized level.
  • Non-zero transform coefficient may mean a transform coefficient having a non-zero value or a transform coefficient level having a non-zero value.
  • the non-zero transform coefficient may refer to a transform coefficient whose value is not 0 or a transform coefficient level whose value is not 0.
  • a quantization matrix may mean a matrix used in a quantization process or an inverse quantization process to improve subjective or objective picture quality of an image.
  • a quantization matrix may also be referred to as a scaling list.
  • Quantization matrix coefficient A quantization matrix coefficient may mean each element in a quantization matrix. Quantization matrix coefficients may also be referred to as matrix coefficients.
  • the default matrix may be a quantization matrix predefined in an encoding device and a decoding device.
  • Non-default matrix may be a quantization matrix that is not predefined in the encoding device and the decoding device.
  • the non-default matrix may refer to a quantization matrix signaled from an encoding device to a decoding device by a user.
  • MPM may indicate an intra prediction mode that is highly likely to be used for intra prediction of a target block.
  • the encoding device and the decoding device may determine one or more MPMs based on a coding parameter related to the target block and an attribute of an object related to the target block.
  • the encoding device and the decoding device may determine one or more MPMs based on the intra prediction mode of the reference block.
  • Reference blocks may be plural.
  • the plurality of reference blocks may include a spatial neighboring block adjacent to the left side of the target block and a spatial neighboring block adjacent to the top of the target block. In other words, one or more different MPMs may be determined depending on which intra prediction modes are used for reference blocks.
  • One or more MPMs may be determined in the same way in the encoding device and the decoding device.
  • the encoding device and the decoding device may share an MPM list including one or more identical MPMs.
  • An MPM list can be a list containing one or more MPMs. The number of one or more MPMs in the MPM list may be predefined.
  • the MPM indicator may indicate an MPM used for intra prediction of a target block among one or more MPMs in the MPM list.
  • the MPM indicator may be an index to an MPM list.
  • the MPM list is determined in the same way in the encoding device and the decoding device, the MPM list itself may not need to be transmitted from the encoding device to the decoding device.
  • the MPM indicator may be signaled from the encoding device to the decoding device. As the MPM indicator is signaled, the decoding apparatus may determine an MPM to be used for intra prediction of the target block among MPMs in the MPM list.
  • the MPM use indicator may indicate whether an MPM use mode is to be used for prediction of a target block.
  • the MPM use mode may be a mode for determining an MPM to be used for intra prediction of a target block by using an MPM list.
  • the MPM use indicator may be signaled from the encoding device to the decoding device.
  • Signaling may indicate that information is transmitted from an encoding device to a decoding device.
  • signaling may mean that an encoding device includes information in a bitstream or a recording medium.
  • Information signaled by the encoding device may be used by the decoding device.
  • the encoding device may generate encoded information by performing encoding on signaled information.
  • Encoded information may be transmitted from an encoding device to a decoding device.
  • the decoding apparatus may obtain information by decoding the transmitted encoded information.
  • encoding may be entropy encoding
  • decoding may be entropy decoding.
  • Selective signaling of information may mean that an encoding device selectively includes information in a bitstream or a recording medium (according to specific conditions). Selective signaling of information may mean that a decoding apparatus selectively extracts information from a bitstream (according to a specific condition).
  • Omission of signaling Signaling of information may be omitted. Omission of signaling of information about information may mean that an encoding device does not include information in a bitstream or a recording medium (according to a specific condition). Omission of signaling for information may mean that the decoding apparatus does not extract information from the bitstream (according to a specific condition).
  • Variables, coding parameters and constants, etc. can have values that can be computed.
  • a statistical value may be a value generated by an operation on the values of these specified objects.
  • the statistical value is an average value, a weighted average value, a weighted sum, a minimum value, a maximum value, and a mode for values such as a specified variable, a specified coding parameter, and a specified constant. It can be one or more of a value, a median value, and an interpolated value.
  • FIG. 1 is a block diagram showing a configuration according to an embodiment of an encoding device to which the present invention is applied.
  • the encoding device 100 may be an encoder, a video encoding device, or an image encoding device.
  • a video may include one or more images.
  • the encoding apparatus 100 may sequentially encode one or more images of a video.
  • an encoding apparatus 100 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, and entropy encoding. It may include a unit 150, an inverse quantization unit 160, an inverse transform unit 170, an adder 175, a filter unit 180, and a reference picture buffer 190.
  • the encoding apparatus 100 may perform encoding on a target image using an intra mode and/or an inter mode.
  • the prediction mode for the target block may be one of an intra mode and an inter mode.
  • intra mode intra prediction mode
  • in-picture mode in-picture prediction mode
  • inter mode inter prediction mode
  • inter-screen mode inter-prediction mode
  • video may refer to only a part of an image or may refer to a block.
  • processing of “image” may indicate sequential processing of a plurality of blocks.
  • the encoding device 100 may generate a bitstream including encoded information through encoding of a target image, and output and store the generated bitstream.
  • the generated bitstream may be stored in a computer readable recording medium and may be streamed through a wired and/or wireless transmission medium.
  • the switch 115 can be switched to intra.
  • the switch 115 can be switched to inter.
  • the encoding apparatus 100 may generate a prediction block for the target block. Also, after the prediction block is generated, the encoding apparatus 100 may encode a residual block for the target block by using the target block and the residual of the prediction block.
  • the intra predictor 120 may use a pixel of a block already encoded and/or decoded, which is adjacent to the target block, as a reference sample.
  • the intra predictor 120 may perform spatial prediction on the target block using the reference sample, and generate prediction samples for the target block through the spatial prediction.
  • a prediction sample may mean a sample within a prediction block.
  • the inter prediction unit 110 may include a motion estimation unit and a motion compensation unit.
  • the motion prediction unit may search for a region that best matches the target block from the reference image in the motion prediction process, and derive motion vectors for the target block and the searched region using the searched region. can do. At this time, the motion prediction unit may use a search area as a search target area.
  • the reference picture may be stored in the reference picture buffer 190, and when encoding and/or decoding of the reference picture is processed, the encoded and/or decoded reference picture may be stored in the reference picture buffer 190.
  • the reference picture buffer 190 may be a decoded picture buffer (DPB).
  • DPB decoded picture buffer
  • the motion compensator may generate a prediction block for the target block by performing motion compensation using a motion vector.
  • the motion vector may be a 2D vector used for inter prediction.
  • the motion vector may indicate an offset between the target image and the reference image.
  • the motion estimation unit and the motion compensation unit may generate a prediction block by applying an interpolation filter to a partial region in a reference image when a motion vector has a non-integer value.
  • methods of motion prediction and motion compensation of PUs included in the CU based on the CU include skip mode, merge mode, and advanced motion vector prediction (Advanced Motion Vector Prediction (AMVP) mode and current picture reference mode may be determined, and inter prediction or motion compensation may be performed according to each mode.
  • AMVP Advanced Motion Vector Prediction
  • the subtractor 125 may generate a residual block that is a difference between the target block and the prediction block.
  • a residual block may also be referred to as a residual signal.
  • the residual signal may mean a difference between the original signal and the prediction signal.
  • the residual signal may be a signal generated by transforming, quantizing, or transforming and quantizing the difference between the original signal and the predicted signal.
  • a residual block may be a residual signal for a block unit.
  • the transform unit 130 may generate transform coefficients by performing transform on the residual block, and may output the generated transform coefficients.
  • the transform coefficient may be a coefficient value generated by performing transform on the residual block.
  • the conversion unit 130 may use one of a plurality of predefined conversion methods in performing the conversion.
  • a plurality of predefined transform methods may include discrete cosine transform (DCT), discrete sine transform (DST), and Karhunen-Loeve transform (KLT) based transform. there is.
  • DCT discrete cosine transform
  • DST discrete sine transform
  • KLT Karhunen-Loeve transform
  • a transform method used for transforming the residual block may be determined according to at least one of coding parameters for the target block and/or neighboring blocks. For example, the transform method may be determined based on at least one of an inter prediction mode for a PU, an intra prediction mode for a PU, a TU size, and a TU shape. Alternatively, transformation information indicating a transformation method may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
  • the transform unit 130 may skip transforming the residual block.
  • a quantized transform coefficient level or a quantized level may be generated by applying quantization to the transform coefficients.
  • a quantized transform coefficient level and a quantized level may also be referred to as a transform coefficient.
  • the quantization unit 140 may generate a quantized transform coefficient level (ie, a quantized level or a quantized coefficient) by quantizing a transform coefficient according to a quantization parameter.
  • the quantization unit 140 may output the generated quantized transform coefficient level.
  • the quantization unit 140 may quantize the transform coefficient using a quantization matrix.
  • the entropy encoding unit 150 may generate a bitstream by performing entropy encoding according to a probability distribution based on values calculated by the quantization unit 140 and/or coding parameter values calculated in the encoding process. .
  • the entropy encoding unit 150 may output the generated bitstream.
  • the entropy encoding unit 150 may perform entropy encoding on information about pixels of an image and information for decoding an image.
  • information for decoding an image may include a syntax element and the like.
  • entropy encoding When entropy encoding is applied, a small number of bits may be allocated to a symbol having a high probability of occurrence, and a large number of bits may be allocated to a symbol having a low probability of occurrence. As symbols are represented through such allocation, the size of bitstrings for symbols that are encoding targets can be reduced. Therefore, compression performance of image encoding can be improved through entropy encoding.
  • the entropy encoding unit 150 uses exponential golomb, context-adaptive variable length coding (CAVLC), and context-adaptive binary arithmetic coding (Context-Adaptive Binary Coding) for entropy encoding.
  • a coding method such as Arithmetic Coding (CABAC) may be used.
  • CABAC Arithmetic Coding
  • the entropy encoding unit 150 may perform entropy encoding using a variable length coding/code (VLC) table.
  • VLC variable length coding/code
  • the entropy encoding unit 150 may derive a binarization method for a target symbol.
  • the entropy encoding unit 150 may derive a probability model of the target symbol/bin.
  • the entropy encoding unit 150 may perform arithmetic encoding using the derived binarization method, probability model, and context model.
  • the entropy encoding unit 150 may change coefficients in the form of a 2-dimensional block into a form of a 1-dimensional vector through a transform coefficient scanning method in order to encode the quantized transform coefficient level.
  • a coding parameter may be information required for encoding and/or decoding.
  • the coding parameter may include information that is encoded in the encoding device 100 and transmitted from the encoding device 100 to the decoding device, and may include information that can be derived in an encoding or decoding process. For example, as information transmitted to the decoding device, there is a syntax element.
  • a coding parameter may include information derived from an encoding process or a decoding process, as well as information (or flags and indexes, etc.) encoded in an encoding device and signaled from an encoding device to a decoding device, such as a syntax element. there is. Also, the coding parameter may include information required for encoding or decoding an image.
  • Information indicating whether or not to use information indicating whether to use additional (secondary) transform, primary transform selection information (or primary transform index), secondary transform selection information (or secondary transform index), residual Information indicating the presence or absence of a signal, a coded block pattern, a coded block flag, a quantization parameter, a residual quantization parameter, a quantization matrix, information about an intra-loop filter, and an intra-loop filter Information indicating whether to apply, coefficients of intra-loop filter, filter tap of intra-loop, shape/form of intra-loop filter, information indicating whether to apply deblocking filter, information indicating whether to apply deblocking filter, coefficient, filter tap of deblocking filter, strength of deblocking filter, shape/shape of deblocking filter, information indicating whether to apply adaptive sample offset, adaptive sample offset value, adaptive sample offset category, adaptive sample Offset type, information indicating whether the adaptive in-loop filter is applied, coefficients of the adaptive in-loop filter, filter tap of the adaptive in-loop filter, shape/shape
  • information related to the aforementioned coding parameters may also be included in the coding parameters.
  • Information used to calculate and/or derive the aforementioned coding parameters may also be included in the coding parameters.
  • Information calculated or derived using the aforementioned coding parameters may also be included in the coding parameters.
  • the primary transform selection information may indicate a primary transform applied to the target block.
  • the secondary transform selection information may indicate a secondary transform applied to the target block.
  • the residual signal may represent a difference between the original signal and the predicted signal.
  • the residual signal may be a signal generated by transforming a difference between the original signal and the predicted signal.
  • the residual signal may be a signal generated by transforming and quantizing a difference between the original signal and the predicted signal.
  • a residual block may be a residual signal for a block.
  • signaling information may mean that the encoding device 100 includes entropy-encoded information generated by performing entropy encoding on a flag or index in a bitstream, , in the decoding apparatus 200, may mean obtaining information by performing entropy decoding on entropy-encoded information extracted from a bitstream.
  • the information may include flags and indexes.
  • a signal may refer to signaled information.
  • information on images and blocks may be referred to as signals.
  • the terms “information” and “signal” may be used interchangeably and may be used interchangeably.
  • the specific signal may be a signal representing a specific block.
  • An original signal may be a signal representing a target block.
  • a prediction signal may be a signal representing a prediction block.
  • a residual signal may be a signal representing a residual block.
  • a bitstream may include information according to a specified syntax.
  • the encoding device 100 may generate a bitstream including information according to a specified syntax.
  • the encoding device 200 may obtain information from a bitstream according to a specified syntax.
  • the encoded target image may be used as a reference image for other image(s) to be processed later. Accordingly, the encoding apparatus 100 may reconstruct or decode the encoded target image and store the reconstructed or decoded image in the reference picture buffer 190 as a reference image. Inverse quantization and inverse transformation may be performed on the encoded target image for decoding.
  • the quantized level may be inversely quantized in the inverse quantization unit 160 and inversely transformed in the inverse transformation unit 170 .
  • the inverse quantization unit 160 may generate inverse quantized coefficients by performing inverse quantization on the quantized level.
  • the inverse transform unit 170 may generate inverse quantized and inverse transformed coefficients by performing an inverse transform on the inverse quantized coefficients.
  • the inverse quantized and inverse transformed coefficients may be combined with the prediction block through the adder 175.
  • a reconstructed block may be generated by adding the inverse quantized and inverse transformed coefficients and the prediction block.
  • the inverse quantized and/or inverse transformed coefficient may mean a coefficient on which at least one of dequantization and inverse-transformation has been performed, and may mean a reconstructed residual block.
  • the reconstructed block may mean a recovered block or a decoded block.
  • the reconstructed block may pass through the filter unit 180 .
  • the filter unit 180 may include at least one of a deblocking filter, a sample adaptive offset (SAO), an adaptive loop filter (ALF), and a non-local filter (NLF). One or more may be applied to a reconstructed sample, reconstructed block or reconstructed picture.
  • the filter unit 180 may also be referred to as an in-loop filter.
  • the deblocking filter may remove block distortion generated at a boundary between blocks in a reconstructed picture.
  • it may be determined whether to apply the deblocking filter to the target block based on pixel(s) included in several columns or rows included in the block.
  • the applied filter may vary according to the required strength of deblocking filtering. In other words, among different filters, a filter determined according to the strength of deblocking filtering may be applied to the target block.
  • a deblocking filter is applied to the target block, a long-tap filter, a strong filter, a weak filter, and a Gaussian filter are selected according to the strength of the deblocking filtering required. ) may be applied to the target block.
  • horizontal filtering and vertical filtering may be processed in parallel.
  • the SAO may add an appropriate offset to a pixel value of a pixel to compensate for a coding error.
  • the SAO may perform correction using an offset on a difference between an original image and an image to which deblocking is applied in units of pixels for an image to which deblocking is applied.
  • offset correction on an image a method of dividing pixels included in the image into a certain number of areas, determining an area to be offset from among the divided areas, and applying the offset to the determined area will be used.
  • a method of applying an offset in consideration of edge information of each pixel of the image may be used.
  • ALF may perform filtering based on a value obtained by comparing the reconstructed image and the original image. After dividing the pixels included in the image into predetermined groups, a filter to be applied to each divided group may be determined, and filtering may be performed differentially for each group. Information related to whether to apply the adaptive loop filter may be signaled for each CU. This information may be signaled for the luma signal. The shape and filter coefficients of ALF to be applied to each block may be different for each block. Alternatively, a fixed type of ALF may be applied to the block regardless of the characteristics of the block.
  • the non-local filter may perform filtering based on reconstructed blocks similar to the target block.
  • a region similar to the target block may be selected from the reconstructed image, and filtering of the target block may be performed using statistical properties of the selected similar region.
  • Information related to whether to apply the non-local filter may be signaled to the CU. Also, shapes and filter coefficients of non-local filters to be applied to blocks may be different according to blocks.
  • a reconstructed block or a reconstructed image that has passed through the filter unit 180 may be stored in the reference picture buffer 190 as a reference picture.
  • a reconstructed block that has passed through the filter unit 180 may be part of a reference picture.
  • the reference picture may be a reconstructed picture composed of reconstructed blocks that have passed through the filter unit 180.
  • the stored reference picture can then be used for inter prediction or motion compensation.
  • FIG. 2 is a block diagram showing a configuration according to an embodiment of a decoding device to which the present invention is applied.
  • the decoding device 200 may be a decoder, a video decoding device, or an image decoding device.
  • the decoding apparatus 200 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, and a switch 245. , an adder 255, a filter unit 260, and a reference picture buffer 270.
  • the decoding device 200 may receive the bitstream output from the encoding device 100.
  • the decoding apparatus 200 may receive a bitstream stored in a computer readable recording medium or may receive a bitstream streamed through a wired/wireless transmission medium.
  • the decoding apparatus 200 may perform intra mode and/or inter mode decoding on a bitstream. Also, the decoding apparatus 200 may generate a reconstructed image or a decoded image through decoding, and output the generated reconstructed image or decoded image.
  • conversion to an intra mode or an inter mode according to a prediction mode used for decoding may be performed by the switch 245 .
  • the prediction mode used for decoding is an intra mode
  • the switch 245 may be switched to intra mode.
  • the prediction mode used for decoding is the inter mode
  • the switch 245 may be switched to inter mode.
  • the decoding apparatus 200 may obtain a reconstructed residual block by decoding the input bitstream and generate a prediction block. When the reconstructed residual block and the prediction block are obtained, the decoding apparatus 200 may generate a reconstructed block to be decoded by summing the reconstructed residual block and the prediction block.
  • the entropy decoding unit 210 may generate symbols by performing entropy decoding on the bitstream based on the probability distribution of the bitstream.
  • the generated symbols may include symbols in the form of quantized transform coefficient levels (ie, quantized levels or quantized coefficients).
  • the entropy decoding method may be similar to the above-described entropy encoding method.
  • the entropy decoding method may be a reverse process of the above-described entropy encoding method.
  • the entropy decoding unit 210 may change a coefficient in the form of a 1-dimensional vector into a form of a 2-dimensional block through a transform coefficient scanning method in order to decode the quantized transform coefficient level.
  • the coefficients may be changed into a 2D block form by scanning the coefficients of a block using an upper-right diagonal scan.
  • which scan to be used among the upper-right diagonal scan, vertical scan, and horizontal scan may be determined according to the size of the block and/or the intra prediction mode.
  • the quantized coefficient may be inversely quantized in the inverse quantization unit 220 .
  • the inverse quantization unit 220 may generate inverse quantized coefficients by performing inverse quantization on the quantized coefficients.
  • the inverse quantized coefficient may be inversely transformed in the inverse transform unit 230 .
  • the inverse transform unit 230 may generate a reconstructed residual block by performing an inverse transform on the inverse quantized coefficient.
  • a reconstructed residual block may be generated.
  • the inverse quantization unit 220 may apply a quantization matrix to the quantized coefficients in generating the reconstructed residual block.
  • the intra predictor 240 may generate a prediction block by performing spatial prediction on the target block using pixel values of previously decoded blocks adjacent to the target block.
  • the inter prediction unit 250 may include a motion compensation unit. Alternatively, the inter prediction unit 250 may be referred to as a motion compensation unit.
  • the motion compensator may generate a prediction block by performing motion compensation on the target block using a motion vector and a reference image stored in the reference picture buffer 270 .
  • the motion compensator may apply an interpolation filter to a partial region in the reference image and generate a prediction block using the reference image to which the interpolation filter is applied.
  • the motion compensation unit may determine which mode among skip mode, merge mode, AMVP mode, and current picture reference mode is a motion compensation method used for a PU included in a CU based on the CU to perform motion compensation, and the determined mode Accordingly, motion compensation may be performed.
  • the reconstructed residual block and the prediction block may be added through an adder 255.
  • Adder 255 may produce a reconstructed block by adding the reconstructed residual block and the prediction block.
  • the reconstructed block may pass through the filter unit 260 .
  • the filter unit 260 may apply at least one of a deblocking filter, an SAO filter, an ALF filter, and a non-local filter to a reconstructed block or a reconstructed image.
  • a reconstructed image may be a picture including a reconstructed block.
  • the filter unit 260 may output a reconstructed image.
  • the reconstructed block and/or the reconstructed image that has passed through the filter unit 260 may be stored as a reference picture in the reference picture buffer 270 .
  • a reconstructed block that has passed through the filter unit 260 may be part of a reference picture.
  • the reference picture may be a reconstructed image composed of reconstructed blocks that have passed through the filter unit 260 .
  • the stored reference picture can then be used for inter prediction and/or motion compensation.
  • FIG. 3 is a diagram schematically illustrating a division structure of an image when encoding and decoding an image.
  • 3 may schematically show an example in which one unit is divided into a plurality of sub-units.
  • a coding unit may be used in encoding and decoding.
  • a unit may be a term that collectively refers to 1) a block including image samples and 2) a syntax element.
  • “division of a unit” may mean “division of a block corresponding to a unit”.
  • a CU may be used as a base unit for image encoding and/or decoding.
  • the CU may be used as a unit to which one selected mode of intra mode and inter mode is applied in video encoding and/or decoding.
  • it may be determined which mode among the intra mode and the inter mode is to be applied to each CU.
  • a CU may be a base unit in encoding and/or decoding of prediction, transform, quantization, inverse transform, inverse quantization, and transform coefficients.
  • an image 300 may be sequentially divided into units of largest coding units (LCUs). For each LCU, a partition structure may be determined.
  • LCU may be used as the same meaning as Coding Tree Unit (CTU).
  • CTU Coding Tree Unit
  • Division of a unit may mean division of a block corresponding to the unit.
  • the block division information may include depth information about the depth of a unit. Depth information may indicate the number and/or degree of division of a unit.
  • One unit may be hierarchically divided into a plurality of sub-units with depth information based on a tree structure.
  • Each divided sub-unit may have depth information.
  • Depth information may be information indicating the size of a CU. Depth information may be stored for each CU.
  • Each CU may have depth information.
  • CUs generated by splitting may have a depth increased by 1 from the depth of the split CU.
  • the division structure may refer to a distribution of CUs in the LCU 310 to efficiently encode an image. This distribution may be determined according to whether one CU is to be divided into a plurality of CUs.
  • the number of divided CUs may be a positive integer greater than or equal to 2, including 2, 4, 8 and 16, and the like.
  • the horizontal and vertical sizes of the CU generated by division may be smaller than the horizontal and vertical sizes of the CU before division, depending on the number of CUs generated by division.
  • the horizontal size and vertical size of the CU generated by division may be half of the horizontal size and half of the vertical size of the CU before division.
  • a divided CU may be recursively divided into a plurality of CUs in the same way.
  • at least one of the horizontal size and the vertical size of the divided CU may be reduced compared to at least one of the horizontal and vertical sizes of the CU before division.
  • the division of the CU may be made recursively to a predefined depth or to a predefined size.
  • the depth of CU may have a value of 0 to 3.
  • the size of the CU may range from 64x64 to 8x8 depending on the depth of the CU.
  • the depth of the LCU 310 may be 0, and the depth of the smallest coding unit (SCU) may be a predefined maximum depth.
  • the LCU may be a CU having the largest coding unit size as described above, and the SCU may be a CU having the smallest coding unit size.
  • the division may start from the LCU 310, and the depth of the CU may increase by 1 whenever the horizontal size and/or the vertical size of the CU are reduced by the division.
  • a CU that is not split may have a size of 2Nx2N.
  • a CU of 2Nx2N size may be divided into 4 CUs having a size of NxN.
  • the size of N can be halved every time the depth increases by 1.
  • an LCU having a depth of 0 may be 64x64 pixels or a 64x64 block. 0 may be the minimum depth.
  • a SCU with a depth of 3 can be 8x8 pixels or an 8x8 block. 3 may be the maximum depth.
  • the CU of the 64x64 block, which is the LCU may be expressed as a depth of 0.
  • a CU of a 32x32 block can be represented with a depth of 1.
  • a CU of a 16x16 block can be represented with a depth of 2.
  • a CU of an 8x8 block, which is an SCU can be expressed as a depth of 3.
  • Information on whether the CU is split may be expressed through split information of the CU.
  • the division information may be 1 bit of information. All CUs except for the SCU may include partition information.
  • a value of partition information of a CU that is not split may be a first value
  • a value of partition information of a CU that is split may be a second value.
  • the split information indicates whether the CU splits, the first value may be 0 and the second value may be 1.
  • each CU of the 4 CUs generated by the division are half of the horizontal size and half of the vertical size of the CU before the division, respectively.
  • the sizes of the 4 CUs may be 16x16.
  • the CU is divided in a quad-tree form. In other words, it can be seen that quad-tree partitioning is applied to the CU.
  • the horizontal size or vertical size of each CU of the two CUs generated by the split is half of the horizontal size or half of the vertical size of the CU before the split, respectively.
  • the sizes of the two divided CUs may be 16x32.
  • the sizes of the two divided CUs may be 32x16.
  • the three divided CUs may be generated by dividing the horizontal or vertical size of the CU before being divided at a ratio of 1:2:1.
  • the 3 divided CUs may have sizes of 16x8, 16x16 and 16x8, respectively, from the top.
  • the three divided CUs may have sizes of 8x32, 16x32, and 8x32 from the left, respectively.
  • Quad-tree partitioning and binary-tree partitioning are applied to the LCU 310 of FIG. 3 .
  • a 64x64 Coding Tree Unit may be divided into a plurality of smaller CUs by a recursive quad-tree structure.
  • One CU can be divided into 4 CUs with equal sizes.
  • CUs can be partitioned recursively, and each CU can have a structure of a quad tree.
  • the CTU 320 of FIG. 3 is an example of a CTU to which quad tree partitioning, binary tree partitioning, and ternary tree partitioning are all applied.
  • At least one of quad tree partitioning, binary tree partitioning, and ternary tree partitioning may be applied to the CTU. Partitions can be applied based on a specified priority order.
  • quad tree partitioning may be preferentially applied to CTUs.
  • a CU that cannot be further divided into a quad tree may correspond to a leaf node of a quad tree.
  • a CU corresponding to a leaf node of a quad tree may be a root node of a binary tree and/or a ternary tree. That is, a CU corresponding to a leaf node of a quad tree may be split in the form of a binary tree or a ternary tree, or may not be split any further.
  • quad tree splitting is not applied again to a CU generated by applying binary tree splitting or ternary tree splitting to a CU corresponding to a leaf node of a quad tree, so that block splitting and/or signaling of block splitting information is performed. can be done effectively.
  • Quad splitting information having a first value may indicate that the CU is split in the form of a quad tree.
  • Quad splitting information having a second value may indicate that the CU is not split in the form of a quad tree.
  • the quad division information may be a flag having a specified length (eg, 1 bit).
  • a CU corresponding to a leaf node of a quad tree may be partitioned in a binary tree form or a ternary tree form.
  • a CU generated by binary tree splitting or ternary tree splitting may be split again into a binary tree shape or a ternary tree shape, or may not be split any further.
  • Partitioning in the case where there is no priority between binary tree partitioning and ternary tree partitioning may be referred to as multi-type tree partitioning. That is, a CU corresponding to a leaf node of a quad tree may become a root node of a multi-type tree.
  • Splitting of a CU corresponding to each node of the multi-type tree may be signaled using at least one of information indicating whether or not the multi-type tree is split, splitting direction information, and splitting tree information. For splitting of a CU corresponding to each node of the multi-type tree, information indicating whether to split or not, splitting direction information, and splitting tree information may be signaled sequentially.
  • information indicating whether a multi-type tree having a first value (eg, “1”) is split may indicate that the corresponding CU is split into a multi-type tree.
  • Information indicating whether the multi-type tree having a second value (eg, “0”) is split may indicate that the corresponding CU is not split into a multi-type tree.
  • the corresponding CU may further include splitting direction information.
  • the splitting direction information may indicate a splitting direction of multi-type tree splitting.
  • the division direction information having a first value (eg, “1”) may indicate that the corresponding CU is divided in the vertical direction.
  • the division direction information having a second value (eg, “0”) may indicate that the corresponding CU is divided in the horizontal direction.
  • the corresponding CU may further include split tree information.
  • Split tree information may indicate a tree used for multi-type tree split.
  • split tree information having a first value may indicate that the corresponding CU is split in the form of a binary tree.
  • Split tree information having a second value (eg, “0”) may indicate that the corresponding CU is split in the form of a ternary tree.
  • each of the aforementioned information indicating whether to split or not, split tree information, and split direction information may be a flag having a specified length (eg, 1 bit).
  • At least one of the above-described quad splitting information, information indicating whether to split a multi-type tree, splitting direction information, and splitting tree information may be entropy-encoded and/or entropy-decoded.
  • information of neighboring CUs adjacent to the target CU may be used.
  • context information for entropy encoding and/or entropy decoding of information of a target CU may be derived based on information of a neighboring CU.
  • the information of the neighboring CU may include at least one of 1) quad split information, 2) information indicating whether the multi-type tree is split, 3) split direction information, and 4) split tree information of the neighboring CU.
  • binary tree splitting may be preferentially performed among binary tree splitting and ternary tree splitting. That is, binary tree splitting is applied first, and a CU corresponding to a leaf node of the binary tree may be set as a root node of the ternary tree. In this case, quad tree splitting and binary tree splitting may not be performed on a CU corresponding to a node of a ternary tree.
  • a CU that is not further split by quad tree splitting, binary tree splitting, and/or ternary tree splitting may become a unit of encoding, prediction, and/or transformation. That is, for prediction and/or transformation, the CU may not be further split. Accordingly, a partitioning structure and partitioning information for dividing a CU into prediction units and/or transform units may not exist in the bitstream.
  • this CU may be recursively split until the size of the CU is less than or equal to the size of the maximum transform block.
  • the CU may be divided into four 32x32 blocks for transform.
  • the CU may be divided into two 32x32 blocks for transform.
  • whether to split the CU may be determined by comparing the horizontal size (and/or vertical size) of the CU and the horizontal size (and/or vertical size) of the largest transform block. For example, when the horizontal size of the CU is greater than the horizontal size of the largest transform block, the CU may be vertically divided into two parts. In addition, when the vertical size of the CU is greater than the vertical size of the largest transform block, the CU may be divided into two horizontally.
  • Information on the maximum size and/or minimum size of a CU and information on the maximum size and/or minimum size of a transform block may be signaled or determined at a higher level for a CU.
  • the upper level may be a sequence level, a picture level, a tile level, a tile group level, and a slice level.
  • the minimum size of a CU may be determined to be 4x4.
  • the maximum size of a transform block may be determined to be 64x64.
  • the minimum size of a transform block may be determined to be 4x4.
  • Information about the minimum size of a CU corresponding to a leaf node of a quad tree ie quad tree minimum size
  • the maximum depth of a path from the root node of a multi-type tree to a leaf node ie multi-type tree maximum size. depth
  • the higher level may be a sequence level, a picture level, a slice level, a tile group level, and a tile level.
  • Information on the minimum size of the quad tree and/or information on the maximum depth of the multi-type tree may be separately signaled or determined for each intra-slice and inter-slice.
  • Difference information about the size of the CTU and the maximum size of the transform block may be signaled or determined at a higher level for the CU.
  • the higher level may be a sequence level, a picture level, a slice level, a tile group level, and a tile level.
  • Information about the maximum size of the CU corresponding to each node of the binary tree ie, the maximum size of the binary tree
  • the maximum size of the CU corresponding to each node of the ternary tree ie, the maximum size of the ternary tree
  • the maximum size of a ternary tree may be 128x128.
  • the minimum size of a CU corresponding to each node of a binary tree say, the minimum size of a binary tree
  • the minimum size of a CU corresponding to each node of a ternary tree say, the minimum size of a ternary tree
  • the maximum size of the binary tree and/or the maximum size of the ternary tree may be signaled or determined at the slice level.
  • the minimum size of the binary tree and/or the minimum size of the ternary tree may be signaled or determined at the slice level.
  • quad splitting information information indicating whether to split a multi-type tree, splitting tree information, and/or splitting direction information may or may not exist in the bitstream.
  • the CU may not include quad splitting information, and the quad splitting information for the CU may be inferred as a second value.
  • the size (horizontal size and vertical size) of a CU corresponding to a node of a multi-type tree is larger than the binary tree maximum size (horizontal size and vertical size) and/or the ternary tree maximum size (horizontal size and vertical size) If larger, the CU may not be partitioned into binary tree form and/or ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
  • the size (horizontal size and vertical size) of a CU corresponding to a node of a multi-type tree is equal to the minimum size (horizontal size and vertical size) of a binary tree, or the size of a CU (horizontal size and vertical size) is equal to the size of a ternary tree.
  • the CU may not be split into a binary tree shape and/or a ternary tree shape.
  • information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value. This is because when the CU is divided into a binary tree shape and/or a ternary tree shape, a CU smaller than the minimum size of the binary tree and/or the minimum size of the ternary tree is generated.
  • binary tree splitting or ternary tree splitting may be limited based on the size of the virtual pipeline data unit (ie, pipeline buffer size). For example, binary tree splitting or ternary tree splitting may be limited when a CU is split into sub-CUs not suitable for a pipeline buffer size by binary tree splitting or ternary tree splitting.
  • the pipeline buffer size may be equal to the size of the largest transform block (eg, 64X64).
  • the pipeline buffer size is 64X64, the following partitions can be limited.
  • N and/or M is 128) CUs
  • the CU may not be split into a binary tree form and/or a ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
  • a multi-type tree Information indicating whether to divide may be signaled. Otherwise, the CU may not be partitioned into binary tree form and/or ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
  • splitting direction information may be signaled. Otherwise, the division direction information may not be signaled and may be inferred as a value indicating a direction in which the CU may be divided.
  • split tree information may be signaled. Otherwise, the split tree information may not be signaled and may be inferred as a value indicating a tree applicable to split of a CU.
  • FIG. 4 is a diagram illustrating a form of a prediction unit that a coding unit may include.
  • a CU that is not further divided may be divided into one or more prediction units (PUs).
  • PUs prediction units
  • a PU may be a basic unit for prediction.
  • a PU may be coded and decoded in any one of skip mode, inter mode, and intra mode.
  • a PU may be divided into various types according to each mode.
  • the target block described above with reference to FIG. 1 and the target block described above with reference to FIG. 2 may be PUs.
  • a CU may not be divided into PUs.
  • the size of a CU and the size of a PU may be the same.
  • skip mode there may not be a split within a CU.
  • a 2Nx2N mode 410 in which sizes of PU and CU are the same may be supported without division.
  • inter mode 8 divided types can be supported within the CU.
  • 2Nx2N mode 410, 2NxN mode 415, Nx2N mode 420, NxN mode 425, 2NxnU mode 430, 2NxnD mode 435, nLx2N mode 440 and nRx2N Mode 445 may be supported.
  • 2Nx2N mode 410 and NxN mode 425 may be supported.
  • a PU having a size of 2Nx2N may be encoded.
  • a PU having a size of 2Nx2N may mean a PU having the same size as that of a CU.
  • a 2Nx2N PU may have a size of 64x64, 32x32, 16x16 or 8x8.
  • a PU having a size of NxN may be encoded.
  • the size of a PU when the size of a PU is 8x8, 4 divided PUs can be coded.
  • the size of the divided PU may be 4x4.
  • the PU When a PU is coded using an intra mode, the PU may be coded using one intra prediction mode among a plurality of intra prediction modes.
  • HEVC High Efficiency Video Coding
  • HEVC High Efficiency Video Coding
  • Which mode among the 2Nx2N mode 410 and the NxN mode 425 the PU will be encoded may be determined by a rate-distortion cost.
  • the encoding apparatus 100 may perform an encoding operation on a PU having a size of 2Nx2N.
  • the encoding operation may be encoding a PU in each of a plurality of intra prediction modes usable by the encoding apparatus 100 .
  • An optimal intra prediction mode for a PU having a size of 2Nx2N may be derived through an encoding operation.
  • An optimal intra prediction mode may be an intra prediction mode that generates a minimum rate-distortion cost for encoding a 2Nx2N PU among a plurality of intra prediction modes usable by the encoding apparatus 100 .
  • the encoding apparatus 100 may sequentially perform an encoding operation on each PU of NxN-divided PUs.
  • the encoding operation may be encoding a PU in each of a plurality of intra prediction modes usable by the encoding apparatus 100 .
  • An optimal intra prediction mode for an NxN-sized PU may be derived through an encoding operation.
  • An optimal intra-prediction mode may be an intra-prediction mode that generates the lowest rate-distortion cost for encoding an NxN-sized PU among a plurality of intra-prediction modes usable by the encoding apparatus 100.
  • the encoding apparatus 100 may determine which of the 2Nx2N-sized PU and the NxN-sized PUs to encode based on the comparison of the rate-distortion cost of the 2Nx2N-sized PU and the rate-distortion costs of the NxN-sized PUs.
  • One CU may be divided into one or more PUs, and a PU may also be divided into a plurality of PUs.
  • the horizontal size and vertical size of each of the 4 PUs generated by the division are half of the horizontal size and half of the vertical size of the PU before the division, respectively.
  • the sizes of the 4 PUs may be 16x16.
  • the horizontal size or vertical size of each PU of the two PUs generated by the split is half of the horizontal size or half of the vertical size of the PU before splitting, respectively.
  • the sizes of the 2 PUs may be 16x32.
  • the sizes of the two divided PUs may be 32x16.
  • FIG. 5 is a diagram illustrating a form of a transform unit that may be included in a coding unit.
  • a transform unit may be a basic unit used for transformation, quantization, inverse transformation, inverse quantization, entropy encoding, and entropy decoding processes within the CU.
  • a TU may have a square shape or a rectangular shape.
  • the shape of the TU may be determined depending on the size and/or shape of the CU.
  • a CU that is no longer split into CUs may be split into one or more TUs.
  • the division structure of the TU may be a quad-tree structure.
  • one CU 510 may be divided one or more times according to a quad-tree structure.
  • one CU 510 may be composed of TUs of various sizes.
  • one CU When one CU is split two or more times, the CU can be considered to be split recursively. Through splitting, one CU may be composed of TUs having various sizes.
  • one CU may be divided into one or more TUs based on the number of vertical and/or horizontal lines dividing the CU.
  • a CU may be divided into symmetric TUs or asymmetric TUs.
  • information on the size and/or shape of a TU may be signaled from the encoding device 100 to the decoding device 200.
  • the size and/or shape of the TU may be derived from information on the size and/or shape of the CU.
  • a CU may not be divided into TUs.
  • the size of a CU and the size of a TU may be the same.
  • One CU may be divided into one or more TUs, and a TU may also be divided into a plurality of TUs.
  • each TU of the 4 TUs generated by the division are half of the horizontal size and half of the vertical size of the TU before the division, respectively.
  • the sizes of the 4 divided TUs may be 16x16.
  • the TU is divided in the form of a quad-tree.
  • the horizontal size or vertical size of each TU of the two TUs generated by the split is half of the horizontal size or half of the vertical size of the TU before the split, respectively.
  • the sizes of the two split TUs may be 16x32.
  • the sizes of the two divided TUs may be 32x16.
  • CUs may be divided in other ways than shown in FIG. 5 .
  • one CU may be split into 3 CUs.
  • the horizontal size or vertical size of the three divided CUs may be 1/4, 1/2, and 1/4 of the horizontal or vertical size of the CU before division, respectively.
  • the sizes of the 3 divided CUs may be 8x32, 16x32 and 8x32, respectively.
  • the CU is split in the form of a ternary tree.
  • One of the exemplified quad tree-type partitioning, binary tree-type partitioning, and ternary tree-type partitioning may be applied for partitioning of the CU, and a plurality of partitioning schemes may be combined together and used for partitioning of the CU. .
  • a case in which a plurality of partitioning methods are combined and used may be referred to as a composite tree type of partitioning.
  • FIG. 6 shows division of a block according to an example.
  • a target block may be divided as shown in FIG. 6 .
  • the target block may be a CU.
  • an indicator indicating division information may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
  • the division information may be information indicating how the target block is divided.
  • Splitting information includes a split flag (hereinafter referred to as “split_flag”), a quad-binary flag (hereinafter referred to as “QB_flag”), a quad-tree flag (hereinafter referred to as “quadtree_flag”), and a binary tree flag (hereinafter referred to as “binarytree_flag”). ”) and a binary type flag (hereinafter referred to as "Btype_flag”).
  • split_flag may be a flag indicating whether a block is split. For example, a value of 1 of split_flag may indicate that a block is split. A value of 0 of split_flag may indicate that the block is not split.
  • QB_flag may be a flag indicating in which form a block is divided into a quad tree form and a binary tree form. For example, a value of 0 of QB_flag may indicate that a block is divided in a quad tree form. A value of 1 of QB_flag may indicate that a block is divided in the form of a binary tree. Alternatively, a value of 0 of QB_flag may indicate that the block is divided in the form of a binary tree. A value of 1 for QB_flag may indicate that a block is divided in a quad tree form.
  • quadtree_flag may be a flag indicating whether a block is split into a quad tree. For example, a value of 1 of quadtree_flag may indicate that a block is split into a quad tree. A value of 0 of quadtree_flag may indicate that a block is not split in the form of a quad tree.
  • binarytree_flag may be a flag indicating whether a block is split in the form of a binary tree. For example, a value of 1 in binarytree_flag may indicate that a block is split into a binary tree. A value of 0 in binarytree_flag may indicate that a block is not split in the form of a binary tree.
  • Btype_flag may be a flag indicating whether the block is split vertically or horizontally when the block is split in the form of a binary tree. For example, a value of 0 in Btype_flag may indicate that a block is divided in a horizontal direction. A value of 1 of Btype_flag may indicate that a block is divided in a vertical direction. Alternatively, a value of 0 of Btype_flag may indicate that the block is divided in the vertical direction. A value of 1 of Btype_flag may indicate that the block is divided in the horizontal direction.
  • partition information for the block of FIG. 6 can be derived by signaling at least one of quadtree_flag, binarytree_flag, and Btype_flag as shown in Table 1 below.
  • the split information for the block of FIG. 6 can be derived by signaling at least one of split_flag, QB_flag, and Btype_flag as shown in Table 2 below.
  • the partitioning method may be limited to a quad tree, or a binary tree, depending on the size and/or shape of the block.
  • split_flag may be a flag indicating whether to split into a quad tree type or a flag indicating whether to split into a binary tree type.
  • the size and shape of the block may be derived according to the depth information of the block, and the depth information may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
  • the specified range may be defined by at least one of a maximum block size and a minimum block size in which quad-tree partitioning is possible.
  • Information indicating the maximum block size and/or minimum block size in which only quad tree-type division is possible may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream. Also, this information may be signaled for at least one unit of video, sequence, picture, parameter, tile group, and slice (or segment).
  • the maximum block size and/or the minimum block size may be fixed sizes predefined in the encoding apparatus 100 and the decoding apparatus 200. For example, when the size of a block is larger than 64x64 and smaller than 256x256, only quad-tree partitioning may be possible. In this case, split_flag may be a flag indicating whether to split into a quad tree.
  • the divided block may be at least one of CU and TU.
  • split_flag may be a flag indicating whether to split into a quad tree.
  • the specified range may be defined by at least one of a maximum block size and a minimum block size in which binary tree or ternary tree partitioning is possible.
  • Information representing a maximum block size and/or a minimum block size in which only binary tree-type division or ternary tree-type division is possible may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream.
  • this information may be signaled for at least one unit of sequence, picture, and slice (or segment).
  • the maximum block size and/or the minimum block size may be fixed sizes predefined in the encoding apparatus 100 and the decoding apparatus 200. For example, when the size of a block is greater than 8x8 and less than 16x16, only binary tree partitioning may be possible. In this case, split_flag may be a flag indicating whether to split into a binary tree type or a ternary tree type.
  • quad tree partitioning may be equally applied to binary tree and/or ternary tree partitioning.
  • the division of a block may be limited by the previous division.
  • each divided block may be additionally divided only into the specified tree shape.
  • the specified tree type may be at least one of a binary tree type, a ternary tree type, and a quad tree type.
  • the aforementioned indicator may not be signaled.
  • FIG. 7 is a diagram for explaining an embodiment of an intra prediction process.
  • Arrows extending from the center to the periphery of the graph of FIG. 7 may represent prediction directions of directional intra prediction modes. Also, numbers displayed adjacent to arrows may represent examples of mode values assigned to an intra prediction mode or a prediction direction of the intra prediction mode.
  • the number 0 may indicate a planar mode, which is a non-directional intra prediction mode.
  • Number 1 may indicate a DC mode, which is a non-directional intra prediction mode.
  • Intra coding and/or decoding may be performed using reference samples of neighboring blocks of the target block.
  • a neighboring block may be a reconstructed neighboring block.
  • a reference sample may mean a neighboring sample.
  • intra encoding and/or decoding may be performed using a value of a reference sample included in a reconstructed neighboring block or a coding parameter.
  • the encoding apparatus 100 and/or the decoding apparatus 200 may generate a prediction block by performing intra prediction on the target block based on sample information in the target image.
  • the encoding apparatus 100 and/or the decoding apparatus 200 may generate a prediction block for a target block by performing intra prediction based on sample information in a target image.
  • the encoding device 100 and/or the decoding device 200 may perform directional prediction and/or non-directional prediction based on at least one reconstructed reference sample.
  • a prediction block may refer to a block generated as a result of performing intra prediction.
  • a prediction block may correspond to at least one of CU, PU, and TU.
  • a unit of a prediction block may be the size of at least one of CU, PU, and TU.
  • the prediction block may have a square shape with a size of 2Nx2N or NxN.
  • the size of NxN may include 4x4, 8x8, 16x16, 32x32, and 64x64.
  • the prediction block may be a square block having a size of 2x2, 4x4, 8x8, 16x16, 32x32, or 64x64, or may be a rectangular block having a size of 2x8, 4x8, 2x16, 4x16, or 8x16. there is.
  • Intra prediction may be performed according to an intra prediction mode for a target block.
  • the number of intra prediction modes that the target block may have may be a predefined fixed value or may be a value determined differently according to properties of the prediction block.
  • the properties of the prediction block may include the size of the prediction block and the type of the prediction block.
  • the properties of the prediction block may indicate coding parameters for the prediction block.
  • the number of intra prediction modes may be fixed to N regardless of the size of a prediction block.
  • the number of intra prediction modes may be 3, 5, 9, 17, 34, 35, 36, 65, 67, or 95.
  • the intra prediction mode may be a non-directional mode or a directional mode.
  • the intra prediction mode may include two non-directional modes and 65 directional modes, corresponding to numbers 0 to 66 shown in FIG. 7 .
  • the intra prediction mode may include two non-directional modes and 93 directional modes, corresponding to numbers -14 to 80 shown in FIG. 7 .
  • the two non-directional modes may include DC mode and Planar mode.
  • the directional mode may be a prediction mode having a specific direction or a specific angle.
  • the directional mode may also be referred to as an argular mode.
  • the intra prediction mode may be expressed as at least one of a mode number, a mode value, a mode angle, and a mode direction. That is to say, the terms “(mode) number of an intra prediction mode”, “(mode) value of an intra prediction mode”, “(mode) angle of an intra prediction mode” and “(mode) direction of an intra prediction mode) have the same meaning. and can be used interchangeably.
  • the number of intra prediction modes may be M.
  • M may be 1 or more.
  • the number of intra prediction modes may be M including the number of non-directional modes and the number of directional modes.
  • the number of intra prediction modes may be fixed to M regardless of block sizes and/or color components.
  • the number of intra prediction modes may be fixed to either 35 or 67 regardless of the size of a block.
  • the number of intra prediction modes may be different according to the shape, size, and/or color component type of a block.
  • directional prediction modes indicated by dotted lines may be applied only to prediction for non-square blocks.
  • the number of intra prediction modes may increase. Alternatively, as the block size increases, the number of intra prediction modes may decrease. When the size of a block is 4x4 or 8x8, the number of intra prediction modes may be 67. When the size of a block is 16x16, the number of intra prediction modes may be 35. When the size of a block is 32x32, the number of intra prediction modes may be 19. When the size of a block is 64x64, the number of intra prediction modes may be 7.
  • the number of intra prediction modes may be different depending on whether the color component is a luma signal or a chroma signal.
  • the number of intra prediction modes of the luma component block may be greater than the number of intra prediction modes of the chroma component block.
  • prediction may be performed in a vertical direction based on a pixel value of a reference sample.
  • prediction may be performed in a horizontal direction based on a pixel value of a reference sample.
  • the encoding apparatus 100 and the decoding apparatus 200 may perform intra prediction on a target unit using a reference sample according to an angle corresponding to the directional mode.
  • An intra prediction mode positioned to the right of the vertical mode may be named a vertical-right mode.
  • An intra-prediction mode positioned below the horizontal mode may be named a horizontal-below mode.
  • intra prediction modes having a mode value of one of 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, and 66 are vertical It can be the right modes.
  • Intra prediction modes having a mode value of 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, and 17 may be horizontal bottom modes.
  • the non-directional mode may include a DC mode and a planar mode.
  • the mode value of the DC mode may be 1.
  • the mode value of the planner mode may be 0.
  • the directional mode may include an angular mode. Modes other than the DC mode and the planner mode among the plurality of intra prediction modes may be directional modes.
  • a prediction block may be generated based on an average of pixel values of a plurality of reference samples. For example, a pixel value of a prediction block may be determined based on an average of pixel values of a plurality of reference samples.
  • the number of intra prediction modes and the mode value of each intra prediction mode described above may be merely illustrative.
  • the number of the aforementioned intra prediction modes and the mode value of each intra prediction mode may be differently defined according to embodiments, implementations, and/or needs.
  • a step of checking whether samples included in the reconstructed neighboring block can be used as reference samples of the target block may be performed. If there is a sample that cannot be used as a reference sample of the target block among the samples of the neighboring block, a value generated by copying and/or interpolation using at least one sample value among the samples included in the reconstructed neighboring block This can be replaced with the sample value of a sample that cannot be used as a reference sample. If a value generated by copying and/or interpolation is replaced with a sample value of a sample, the sample may be used as a reference sample of the target block.
  • a filter may be applied to at least one of a reference sample or a prediction sample based on at least one of an intra prediction mode and a size of a target block.
  • the type of filter applied to at least one of the reference sample and the prediction sample may differ according to at least one of an intra prediction mode of the target block, a size of the target block, and a shape of the target block.
  • the type of filter may be classified according to one or more of a length of a filter tap, a value of a filter coefficient, and a filter strength.
  • the length of the filter tap may mean the number of filter taps. Also, the number of filter taps may mean the length of a filter.
  • the intra prediction mode is the planner mode
  • the upper reference sample of the target sample in generating the prediction block of the target block, the upper reference sample of the target sample, the left reference sample of the target sample, and the upper right reference sample of the target block according to the location of the prediction target sample in the prediction block.
  • a sample value of the prediction target sample may be generated using a weight-sum of the lower left reference sample of the target block.
  • an average value of upper reference samples and left reference samples of the target block may be used to generate a prediction block of the target block.
  • filtering using values of reference samples may be performed on specified rows or specified columns within the target block.
  • the specified rows may be one or more top rows adjacent to the reference sample.
  • the specified columns may be one or more left columns adjacent to the reference sample.
  • a prediction block may be generated using an upper reference sample, a left reference sample, an upper right reference sample, and/or a lower left reference sample of the target block.
  • Interpolation in units of real numbers may be performed to generate the prediction samples described above.
  • the intra prediction mode of the target block may be predicted from the intra prediction modes of neighboring blocks of the target block, and information used for prediction may be entropy encoded/decoded.
  • the intra prediction modes of the target block and the neighboring block are the same, it may be signaled that the intra prediction modes of the target block and the neighboring block are the same using a predefined flag.
  • an indicator indicating an intra prediction mode identical to that of a target block among intra prediction modes of a plurality of neighboring blocks may be signaled.
  • information of the intra prediction mode of the target block may be encoded and/or decoded using entropy encoding and/or decoding.
  • FIG. 8 is a diagram for explaining reference samples used in an intra prediction process.
  • the reconstructed reference samples used for intra prediction of the target block include below-left reference samples, left reference samples, above-left corner reference samples, and above reference samples. s and above-right reference samples, etc.
  • the left reference samples may refer to reconstructed reference pixels adjacent to the left side of the target block.
  • Top reference samples may refer to reconstructed reference pixels adjacent to the top of the target block.
  • the top left corner reference sample may refer to a reconstructed reference pixel located at the top left corner of the target block.
  • the lower left reference samples may refer to a reference sample located at the lower end of the left sample line among samples located on the same line as the left sample line composed of the left reference samples.
  • the upper right reference samples may refer to reference samples located to the right of the upper pixel line among samples located on the same line as the upper sample line composed of the upper reference samples.
  • each of the lower left reference samples, the left reference samples, the upper reference samples, and the upper right reference samples may be N.
  • a prediction block may be generated through intra prediction of the target block.
  • Generation of the prediction block may include determining values of pixels of the prediction block.
  • the size of the target block and the prediction block may be the same.
  • Reference samples used for intra prediction of the target block may vary according to the intra prediction mode of the target block.
  • a direction of an intra prediction mode may represent a dependency relationship between reference samples and pixels of a prediction block.
  • a value of a specified reference sample may be used as a value of one or more specified pixels of a prediction block.
  • the specified reference sample and the specified one or more pixels of the prediction block may be samples and pixels specified as a straight line in the direction of the intra prediction mode.
  • the value of the specified reference sample may be copied to a value of a pixel located in a direction opposite to the direction of the intra prediction mode.
  • the value of a pixel of the prediction block may be a value of a reference sample located in the direction of the intra prediction mode based on the position of the pixel.
  • intra prediction mode of the target block when the intra prediction mode of the target block is a vertical mode, upper reference samples may be used for intra prediction.
  • a value of a pixel of a prediction block may be a value of a reference sample positioned vertically above the position of the pixel. Accordingly, the top reference samples that are top adjacent to the target block may be used for intra prediction. Also, values of pixels in one row of the prediction block may be the same as values of upper reference samples.
  • left reference samples may be used for intra prediction.
  • a value of a pixel of a prediction block may be a value of a reference sample located horizontally to the left of the pixel. Accordingly, left reference samples adjacent to the left of the target block may be used for intra prediction. Also, values of pixels of one column of the prediction block may be the same as values of left reference samples.
  • the mode value of the intra prediction mode of the target block is 34
  • at least some of the left reference samples, the upper left corner reference sample, and the upper reference samples may be used for intra prediction.
  • the mode value of the intra prediction mode is 34
  • the value of the pixel of the prediction block may be the value of the reference sample located diagonally at the top left of the pixel.
  • At least some of the upper right reference samples may be used for intra prediction.
  • At least some of lower left reference samples may be used for intra prediction.
  • the upper left corner reference sample may be used for intra prediction.
  • the number of reference samples used to determine the pixel value of one pixel of the prediction block may be one or two or more.
  • a pixel value of a pixel of a prediction block may be determined according to the position of the pixel and the position of the reference sample indicated by the direction of the intra prediction mode.
  • the position of the reference sample indicated by the position of the pixel and the direction of the intra prediction mode is an integer position
  • a value of one reference sample indicated by the integer position may be used to determine a pixel value of a pixel of the prediction block.
  • an interpolated reference sample may be generated based on two reference samples closest to the position of the reference sample. there is.
  • the value of the interpolated reference sample may be used to determine a pixel value of a pixel of the predictive block.
  • an interpolated value will be generated based on the values of the two samples.
  • a prediction block generated by prediction may not be the same as the original target block.
  • a prediction error which is a difference between a target block and a prediction block, may exist, and a prediction error may also exist between pixels of the target block and pixels of the prediction block.
  • a larger prediction error may occur as the distance between a pixel of a prediction block and a reference sample increases.
  • a discontinuity may occur between a prediction block generated by such a prediction error and a neighboring block.
  • Filtering of prediction blocks may be used to reduce prediction errors. Filtering may be adaptively applying a filter to a region considered to have a large prediction error among prediction blocks. For example, a region considered to have a large prediction error may be a boundary of a prediction block. Also, depending on the intra-prediction mode, a region considered to have a large prediction error among prediction blocks may be different, and filter characteristics may be different.
  • reference lines 0 to 3 may be used for intra prediction of a target block.
  • Each reference line in FIG. 8 may represent a reference sample line including one or more reference samples. The smaller the reference line number, the closer the reference sample line may be to the target block.
  • Samples of segment A and segment F may be obtained through padding using the nearest samples of segment B and segment E, respectively, instead of being obtained from reconstructed neighboring blocks.
  • Index information indicating a reference sample line to be used for intra prediction of a target block may be signaled.
  • the index information may indicate a reference sample line used for intra prediction of a target block among a plurality of reference sample lines.
  • index information may have a value of 0 to 3.
  • reference sample line 0 When the upper boundary of the target block is the boundary of the CTU, only reference sample line 0 may be available. Therefore, in this case, index information may not be signaled. When a reference sample line other than reference sample line 0 is used, filtering of a prediction block described later may not be performed.
  • a prediction block for a target block of a second color component may be generated based on a corresponding reconstructed block of a first color component.
  • the first color component may be a luma component
  • the second color component may be a chroma component
  • parameters of a linear model between a first color component and a second color component may be derived based on a template.
  • the template may include the top reference sample and/or the left reference sample of the target block, and the top reference sample and/or left reference sample of the reconstructed block of the first color component corresponding to these reference samples. there is.
  • the parameters of the linear model are: 1) the value of the sample of the first color component having the largest value among the samples in the template, 2) the value of the sample of the second color component corresponding to the sample of this first color component, 3) the value of the sample of the first color component having the minimum value among the samples in the template and 4) the value of the sample of the second color component corresponding to the sample of the first color component.
  • a prediction block for the target block may be generated by applying the corresponding reconstructed block to the linear model.
  • sub-sampling may be performed on the neighboring samples of the reconstructed block of the first color component and the corresponding reconstructed block. For example, when one sample of the second color component corresponds to four samples of the first color component, one corresponding sample may be calculated by subsampling the four samples of the first color component. there is. When subsampling is performed, derivation of parameters of the linear model and intra prediction between color components may be performed based on the subsampled corresponding samples.
  • Whether intra prediction between color components is performed and/or a template range may be signaled as an intra prediction mode.
  • a target block may be divided into 2 or 4 sub-blocks in a horizontal direction and/or a vertical direction.
  • Divided sub-blocks may be sequentially reconstructed. That is, as intra prediction is performed on a sub-block, a sub-prediction block for the sub-block may be generated. In addition, as inverse quantization and/or inverse transformation are performed on the sub-block, a sub-residual block for the sub-block may be generated. A reconstructed sub-block may be generated by adding the sub-prediction block to the sub-residual block. The reconstructed subblock may be used as a reference sample for intra prediction of a subblock of a later order.
  • a sub-block may be a block including a specified number (eg, 16) or more samples.
  • the target block may be divided into two sub-blocks.
  • the target block is a 4x4 block, the target block cannot be divided into sub blocks. If the target block has other sizes, the target block may be divided into 4 sub-blocks.
  • Such sub-block-based intra prediction may be limited to being performed only when the reference sample line 0 is used.
  • filtering of a prediction block described later may not be performed.
  • a final prediction block may be generated by performing filtering on a prediction block generated by intra prediction.
  • Filtering may be performed by applying specific weights to the filtering target sample, the left reference sample, the top reference sample, and/or the top left reference sample.
  • a weight and/or a reference sample (or a range of reference samples or a location of the reference sample) used for filtering may be determined based on at least one of a block size, an intra prediction mode, and a position of a sample to be filtered within a prediction block. there is.
  • filtering may be performed only for a specified intra prediction mode (eg, DC mode, planar mode, vertical mode, horizontal mode, diagonal mode, and/or adjacent diagonal mode).
  • a specified intra prediction mode eg, DC mode, planar mode, vertical mode, horizontal mode, diagonal mode, and/or adjacent diagonal mode.
  • the adjacent diagonal mode may be a mode having a number obtained by adding k to the number of the diagonal mode, or a mode having a number obtained by subtracting k from the number of the diagonal mode.
  • the number of adjacent diagonal modes may be the sum of the number of diagonal modes and k, and may be the difference between the number of diagonal modes and k.
  • k may be a positive integer of 8 or less.
  • the intra prediction mode of the target block may be derived using intra prediction modes of neighboring blocks existing around the target block, and the derived intra prediction mode may be entropy-encoded and/or entropy-decoded.
  • the intra-prediction mode of the target block and the intra-prediction mode of the neighboring block are the same, information that the intra-prediction mode of the target block and the intra-prediction mode of the neighboring block are the same may be signaled using specified flag information. .
  • indicator information about a neighboring block having the same intra prediction mode as that of the target block among intra prediction modes of a plurality of neighboring blocks may be signaled.
  • entropy encoding and/or entropy decoding based on the intra prediction mode of the neighboring block is performed to obtain information about the intra prediction mode of the target block.
  • Entropy encoding and/or entropy decoding may be performed.
  • FIG. 9 is a diagram for explaining an embodiment of an inter prediction process.
  • the rectangle shown in FIG. 9 may represent an image (or picture). Also, arrows in FIG. 9 may indicate prediction directions. An arrow pointing from a first picture to a second picture may indicate that the second picture refers to the first picture. That is, an image may be encoded and/or decoded according to a prediction direction.
  • Each image may be classified into an intra picture (I picture), a uni-prediction picture (P picture), and a bi-prediction picture (B picture) according to an encoding type.
  • I picture intra picture
  • P picture uni-prediction picture
  • B picture bi-prediction picture
  • Each picture may be coded and/or decoded according to the coding type of each picture.
  • the target image may be encoded using data within the image itself without inter prediction referring to another image.
  • an I picture can be coded only with intra prediction.
  • the target image When the target image is a P picture, the target image may be coded through inter prediction using only reference pictures existing in one direction.
  • the unidirectional direction may be a forward direction or a reverse direction.
  • the target video When the target video is a B picture, the target video may be coded through inter prediction using reference pictures existing in both directions or inter prediction using reference pictures existing in one of forward and backward directions.
  • both directions may be forward and reverse directions.
  • P-pictures and B-pictures that are coded and/or decoded using reference pictures may be regarded as pictures in which inter prediction is used.
  • Inter prediction or motion compensation may be performed using a reference image and motion information.
  • the encoding apparatus 100 may perform inter prediction and/or motion compensation on a target block.
  • the decoding apparatus 200 may perform inter prediction and/or motion compensation corresponding to inter prediction and/or motion compensation performed in the encoding apparatus 100 on a target block.
  • Motion information on the target block may be derived during inter prediction by each of the encoding apparatus 100 and the decoding apparatus 200 .
  • Motion information may be derived using motion information of a reconstructed neighboring block, motion information of a collocated block, and/or motion information of a block adjacent to the collocated block.
  • the encoding apparatus 100 or the decoding apparatus 200 performs prediction and/or motion compensation by using motion information of a spatial candidate and/or a temporal candidate as motion information of a target block.
  • a target block may mean a PU and/or a PU partition.
  • a spatial candidate may be a reconstructed block that is spatially adjacent to the target block.
  • a temporal candidate may be a reconstructed block corresponding to a target block in an already reconstructed collocated picture (col picture).
  • the encoding apparatus 100 and the decoding apparatus 200 may improve encoding efficiency and decoding efficiency by using motion information of spatial candidates and/or temporal candidates.
  • Motion information of spatial candidates may be referred to as spatial motion information.
  • Motion information of temporal candidates may be referred to as temporal motion information.
  • motion information of a spatial candidate may be motion information of a PU including the spatial candidate.
  • Motion information of the temporal candidate may be motion information of a PU including the temporal candidate.
  • Motion information of the candidate block may be motion information of a PU including the candidate block.
  • Inter prediction may be performed using a reference picture.
  • a reference picture may be at least one of a previous picture of the target picture or a subsequent picture of the target picture.
  • a reference picture may refer to an image used for prediction of a target block.
  • a region within a reference picture may be specified by using a reference picture index (or refIdx) indicating a reference picture and a motion vector to be described later.
  • a specified region within a reference picture may represent a reference block.
  • Inter prediction may select a reference picture and may select a reference block corresponding to a target block within the reference picture. In addition, inter prediction may generate a prediction block for a target block using the selected reference block.
  • Motion information may be derived during inter prediction by each of the encoding apparatus 100 and the decoding apparatus 200 .
  • a spatial candidate may be a block that 1) exists in the target picture, 2) has already been reconstructed through encoding and/or decoding, and 3) is located adjacent to or at a corner of the target block.
  • the block located at the corner of the target block may be a block vertically adjacent to a neighboring block horizontally adjacent to the target block or a block horizontally adjacent to a neighboring block vertically adjacent to the target block.
  • a block located at a corner of a target block may have the same meaning as "a block adjacent to a corner of a target block”.
  • a "block located at a corner of a target block” may be included in a "block adjacent to the target block”.
  • spatial candidates include a reconstructed block located to the left of the target block, a reconstructed block located on top of the target block, a reconstructed block located at the lower left corner of the target block, and a reconstructed block located at the upper right corner of the target block. It can be a reconstructed block or a reconstructed block located in the upper left corner of the target block.
  • Each of the encoding apparatus 100 and the decoding apparatus 200 may identify a block existing at a position spatially corresponding to a target block within a col picture.
  • a position of a target block in a target picture and a position of an identified block in a collocated picture may correspond to each other.
  • Each of the encoding apparatus 100 and the decoding apparatus 200 may determine a col block existing at a predefined relative position with respect to the identified block as a temporal candidate.
  • the predefined relative position may be a position inside and/or outside the identified block.
  • the collocated block may include a first collocated block and a second collocated block.
  • the first collocated block may be a block located at the coordinates (xP + nPSW, yP + nPSH).
  • the second collocated block may be a block located at coordinates (xP + (nPSW >> 1), yP + (nPSH >> 1).
  • the second call block may be selectively used when the first call block is unavailable.
  • the motion vector of the target block may be determined based on the motion vector of the collocated block.
  • Each of the encoding apparatus 100 and the decoding apparatus 200 may scale a motion vector of a collocated block.
  • a scaled motion vector of the collocated block may be used as a motion vector of the target block.
  • a motion vector of motion information of a temporal candidate stored in the list may be a scaled motion vector.
  • a ratio of the motion vector of the target block and the motion vector of the collocated block may be equal to the ratio of the first temporal distance to the second temporal distance.
  • the first temporal distance may be the distance between the reference picture of the target block and the target picture.
  • the second temporal distance may be a distance between a reference picture of a collocated block and a collocated picture.
  • a method of deriving motion information may change according to an inter prediction mode of a target block.
  • inter prediction modes applied for inter prediction an Advanced Motion Vector Predictor (AMVP) mode, a merge mode and a skip mode, a merge mode with motion vector difference
  • AMVP Advanced Motion Vector Predictor
  • Merge mode may also be referred to as motion merge mode. Below, each of the modes is described in detail.
  • the encoding apparatus 100 may search for similar blocks in the neighborhood of the target block.
  • the encoding apparatus 100 may obtain a prediction block by performing prediction on a target block using motion information of a similar block found.
  • the encoding apparatus 100 may encode a residual block that is a difference between a target block and a prediction block.
  • each of the encoding apparatus 100 and the decoding apparatus 200 may generate a predictive motion vector candidate list using a motion vector of a spatial candidate, a motion vector of a temporal candidate, and a zero vector.
  • the predicted motion vector candidate list may include one or more predicted motion vector candidates. At least one of the motion vector of the spatial candidate, the motion vector of the temporal candidate, and the zero vector may be determined and used as the predicted motion vector candidate.
  • predicted motion vector (candidate) and “motion vector (candidate)” may be used interchangeably and may be used interchangeably.
  • predicted motion vector candidate and “AMVP candidate” may be used interchangeably and may be used interchangeably.
  • prediction motion vector candidate list and “AMVP candidate list” may be used in the same meaning and may be used interchangeably.
  • Spatial candidates may include reconstructed spatial neighboring blocks.
  • the motion vector of the reconstructed neighboring block may be referred to as a spatial prediction motion vector candidate.
  • Temporal candidates may include a collocated block and a block adjacent to the collocated block.
  • a motion vector of a collocated block or a motion vector of a block adjacent to the collocated block may be referred to as a temporal prediction motion vector candidate.
  • the zero vector may be a (0, 0) motion vector.
  • the predictive motion vector candidate may be a motion vector predictor for motion vector prediction. Also, in the encoding apparatus 100, the predicted motion vector candidate may be an initial motion vector search position.
  • the encoding apparatus 100 may determine a motion vector to be used for encoding a target block within a search range by using the predictive motion vector candidate list. Also, the encoding apparatus 100 may determine a predictive motion vector candidate to be used as a predictive motion vector of the target block from among predictive motion vector candidates in the predictive motion vector candidate list.
  • a motion vector to be used for encoding a target block may be a motion vector that can be encoded with minimal cost.
  • the encoding apparatus 100 may determine whether to use the AMVP mode in encoding the target block.
  • the encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction.
  • the decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
  • the inter-prediction information includes 1) mode information indicating whether the AMVP mode is used, 2) predictive motion vector index, 3) motion vector difference (MVD), 4) reference direction, and 5) reference picture index. can do.
  • predicted motion vector index and “AMVP index” may be used interchangeably and may be used interchangeably.
  • the inter prediction information may include a residual signal.
  • the decoding apparatus 200 may obtain a predicted motion vector index, a motion vector difference, a reference direction, and a reference picture index from a bitstream through entropy decoding.
  • the predictive motion vector index may indicate a predictive motion vector candidate used for prediction of a target block among predictive motion vector candidates included in the predictive motion vector candidate list.
  • the decoding apparatus 200 may derive a predicted motion vector candidate using the predicted motion vector candidate list, and may determine motion information of a target block based on the derived motion vector predicted candidate.
  • the decoding apparatus 200 may determine a motion vector candidate for a target block from among motion vector predictor candidates included in a predictor motion vector candidate list by using the predictor motion vector index.
  • the decoding apparatus 200 may select a predicted motion vector candidate indicated by a predicted motion vector index as a predicted motion vector of a target block from among motion vector predicted candidates included in the predicted motion vector candidate list.
  • the encoding apparatus 100 may generate an entropy-encoded predicted motion vector index by applying entropy encoding to the predicted motion vector index, and may generate a bitstream including the entropy-encoded predicted motion vector index.
  • the entropy-encoded predicted motion vector index may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream.
  • the decoding apparatus 200 may extract an entropy-encoded predictive motion vector index from a bitstream and obtain the predictive motion vector index by applying entropy decoding to the entropy-encoded predictive motion vector index.
  • a motion vector actually used for inter prediction of a target block may not coincide with a predicted motion vector.
  • MVD may be used to represent a difference between a motion vector actually used for inter prediction of a target block and a predicted motion vector.
  • the encoding apparatus 100 may derive a predicted motion vector similar to a motion vector actually used for inter prediction of a target block in order to use an MVD having a size as small as possible.
  • MVD may be a difference between a motion vector of a target block and a predicted motion vector.
  • the encoding apparatus 100 may calculate the MVD and generate an entropy-encoded MVD by applying entropy encoding to the MVD.
  • the encoding apparatus 100 may generate a bitstream including an entropy-encoded MDV.
  • the MVD may be transmitted from the encoding device 100 to the decoding device 200 through a bitstream.
  • the decoding apparatus 200 may extract the entropy-encoded MVD from the bitstream and obtain the MVD by applying entropy decoding to the entropy-encoded MVD.
  • the decoding apparatus 200 may derive the motion vector of the target block by adding the MVD and the predicted motion vector.
  • the motion vector of the target block derived by the decoding apparatus 200 may be the sum of the MVD and the motion vector candidate.
  • the encoding apparatus 100 may generate entropy-encoded MVD resolution information by applying entropy encoding to the calculated MVD resolution information, and may generate a bitstream including the entropy-encoded MVD resolution information.
  • the decoding apparatus 200 may extract entropy-encoded MVD resolution information from a bitstream, and obtain MVD resolution information by applying entropy decoding to the entropy-encoded MVD resolution information.
  • the decoding apparatus 200 may adjust the resolution of the MVD using the MVD resolution information.
  • the encoding device 100 may calculate the MVD based on the affine model.
  • the decoding apparatus 200 may derive an affine control motion vector of the target block through the sum of the MVD and the affine control motion vector candidate, and may derive a motion vector for a subblock using the affine control motion vector. there is.
  • a reference direction may indicate a reference picture list used for prediction of a target block.
  • the reference direction may indicate one of a reference picture list L0 and a reference picture list L1.
  • the reference direction indicates only a reference picture list used for prediction of the target block, and may not indicate that directions of reference pictures are limited to a forward direction or a backward direction.
  • each of the reference picture list L0 and the reference picture list L1 may include forward and/or backward pictures.
  • That the reference direction is uni-direction may mean that one reference picture list is used.
  • Bi-direction of the reference direction may mean that two reference picture lists are used.
  • the reference direction can indicate one of: that only the reference picture list L0 is used, that only the reference picture list L1 is used, and two reference picture lists.
  • the reference picture index may indicate a reference picture used for prediction of a target block among reference pictures of a reference picture list.
  • the encoding apparatus 100 may generate an entropy-coded reference picture index by applying entropy encoding to the reference picture index, and may generate a bitstream including the entropy-coded reference picture index.
  • the entropy-encoded reference picture index may be signaled from the encoding device 100 to the decoding device 200 through a bitstream.
  • the decoding apparatus 200 may extract an entropy-encoded reference picture index from a bitstream and obtain the reference picture index by applying entropy decoding to the entropy-encoded reference picture index.
  • two reference picture lists are used for prediction of a target block.
  • One reference picture index and one motion vector may be used for each reference picture list.
  • two prediction blocks may be specified for the target block. For example, a (final) prediction block of the target block may be generated through an average or a weighted-sum of two prediction blocks of the target block.
  • the motion vector of the target block may be derived by the predicted motion vector index, MVD, reference direction, and reference picture index.
  • the decoding apparatus 200 may generate a prediction block for the target block based on the derived motion vector and the reference picture index.
  • the prediction block may be a reference block indicated by a derived motion vector in a reference picture indicated by a reference picture index.
  • the amount of bits transmitted from the encoding apparatus 100 to the decoding apparatus 200 can be reduced and encoding efficiency can be improved.
  • Motion information of a neighboring block reconstructed with respect to the target block may be used.
  • the encoding apparatus 100 may not separately encode the motion information of the target block itself.
  • Motion information of the target block is not encoded, and other information capable of inducing motion information of the target block through motion information of the reconstructed neighboring block may be encoded instead.
  • other information is encoded instead, the amount of bits transmitted to the decoding apparatus 200 can be reduced and encoding efficiency can be improved.
  • the encoding apparatus 100 and the decoding apparatus 200 may use an identifier and/or an index indicating which unit's motion information among reconstructed neighboring units is used as the motion information of the target unit.
  • Merge may refer to merging of motions of a plurality of blocks. Merge may mean applying motion information of one block to another block as well.
  • merge mode may refer to a mode in which motion information of a target block is derived from motion information of neighboring blocks.
  • the encoding apparatus 100 may perform prediction of motion information of a target block by using motion information of a spatial candidate and/or motion information of a temporal candidate.
  • the spatial candidate may include a reconstructed spatial neighboring block spatially adjacent to the target block.
  • a spatial neighboring block may include a left neighboring block and an upper neighboring block.
  • Temporal candidates may include call blocks.
  • spatial candidate and “spatial merge candidate” may be used interchangeably and may be used interchangeably.
  • the terms “temporal candidate” and “temporal merge candidate” may be used interchangeably and may be used interchangeably.
  • the encoding apparatus 100 may obtain a prediction block through prediction.
  • the encoding apparatus 100 may encode a residual block that is a difference between a target block and a prediction block.
  • each of the encoding apparatus 100 and the decoding apparatus 200 may generate a merge candidate list using motion information of spatial candidates and/or motion information of temporal candidates.
  • Motion information may include 1) a motion vector, 2) a reference picture index, and 3) a reference direction.
  • the reference direction can be unidirectional or bidirectional.
  • the reference direction may mean an inter prediction indicator.
  • the merge candidate list may include merge candidates.
  • a merge candidate may be motion information.
  • the merge candidate list may be a list in which motion information is stored.
  • Merge candidates may be motion information such as temporal candidates and/or spatial candidates.
  • the merge candidate list may include motion information such as a temporal candidate and/or a spatial candidate.
  • the merge candidate list may include a new merge candidate generated by a combination of merge candidates already existing in the merge candidate list.
  • the merge candidate list may include new motion information generated by combining motion information already existing in the merge candidate list.
  • the merge candidate list may include a history-based merge candidate.
  • a history-based merge candidate may be motion information of a block encoded and/or decoded prior to a target block.
  • the merge candidate list may include a merge candidate based on an average of two merge candidates.
  • Merge candidates may be specified modes for deriving inter prediction information.
  • a merge candidate may be information indicating a specific mode for deriving inter prediction information.
  • Inter prediction information of a target block may be derived according to a specified mode indicated by a merge candidate.
  • the specified mode may include a process of deriving a series of inter prediction information.
  • This specified mode may be an inter prediction information derivation mode or a motion information derivation mode.
  • Inter prediction information of a target block may be derived according to a mode indicated by a merge candidate selected by a merge index among merge candidates in the merge candidate list.
  • the motion information derivation modes in the merge candidate list may be at least one of 1) a motion information derivation mode in units of sub-blocks and 2) an affine motion information derivation mode.
  • the merge candidate list may include motion information of a zero vector.
  • a zero vector may be referred to as a zero merge candidate.
  • the motion information in the merge candidate list is: 1) motion information of a spatial candidate, 2) motion information of a temporal candidate, 3) motion information generated by a combination of motion information already existing in the merge candidate list, 4) zero vector may be at least one of
  • Motion information may include 1) a motion vector, 2) a reference picture index, and 3) a reference direction.
  • a reference direction may be referred to as an inter prediction indicator.
  • the reference direction can be unidirectional or bidirectional.
  • a unidirectional reference direction may represent L0 prediction or L1 prediction.
  • the merge candidate list may be generated before prediction by merge mode is performed.
  • the number of merge candidates in the merge candidate list may be predefined.
  • the encoding device 100 and the decoding device 200 may add merge candidates to the merge candidate list according to a predefined method and a predefined order so that the merge candidate list includes a predefined number of merge candidates.
  • the merge candidate list of the encoding device 100 and the merge candidate list of the decoding device 200 may be the same through a predefined method and a predefined ranking.
  • Merge may be applied in units of CUs or units of PUs.
  • the encoding apparatus 100 may transmit a bitstream including predefined information to the decoding apparatus 200.
  • the predefined information includes 1) information indicating whether merging is to be performed for each block partition, 2) which block to merge with among blocks that are spatial candidates and/or temporal candidates for the target block. It may contain information on whether
  • the encoding apparatus 100 may determine a merge candidate to be used for encoding a target block. For example, the encoding apparatus 100 may perform predictions on a target block using merge candidates of the merge candidate list and generate residual blocks for the merge candidates. The encoding apparatus 100 may use a merge candidate that requires the least cost in encoding the prediction and residual blocks for encoding the target block.
  • the encoding apparatus 100 may determine whether to use merge mode in encoding a target block.
  • the encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction.
  • the encoding apparatus 100 may generate entropy-encoded inter-prediction information by performing entropy encoding on the inter-prediction information, and may transmit a bitstream including the entropy-encoded inter-prediction information to the decoding apparatus 200.
  • Entropy-encoded inter prediction information may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream.
  • the decoding apparatus 200 may extract entropy-encoded inter prediction information from a bitstream and obtain inter prediction information by performing entropy decoding on the entropy-encoded inter prediction information.
  • the decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
  • the inter prediction information may include 1) mode information indicating whether merge mode is used, 2) merge index, and 3) correction information.
  • the inter prediction information may include a residual signal.
  • the decoding apparatus 200 may obtain the merge index from the bitstream only when the mode information indicates that the merge mode is used.
  • Mode information may be a merge flag.
  • a unit of mode information may be a block.
  • Information about a block may include mode information, and the mode information may indicate whether merge mode is applied to the block.
  • the merge index may indicate a merge candidate used for prediction of a target block among merge candidates included in the merge candidate list.
  • the merge index may indicate which block among neighboring blocks that are spatially or temporally adjacent to the target block is merged with.
  • the encoding apparatus 100 may select a merge candidate having the highest encoding performance among merge candidates included in the merge candidate list, and set a merge index value to indicate the selected merge candidate.
  • the correction information may be information used for motion vector correction.
  • the encoding device 100 may generate correction information.
  • the decoding apparatus 200 may correct the motion vector of the merge candidate selected by the merge index based on the correction information.
  • the correction information may include at least one of information indicating whether correction is performed, correction direction information, and correction size information.
  • a prediction mode for correcting a motion vector based on signaled correction information may be referred to as a merge mode with motion vector difference.
  • the decoding apparatus 200 may perform prediction on a target block by using a merge candidate indicated by a merge index among merge candidates included in the merge candidate list.
  • the motion vector of the target block may be specified by the motion vector of the merge candidate indicated by the merge index, the reference picture index, and the reference direction.
  • the skip mode may be a mode in which motion information of a spatial candidate or motion information of a temporal candidate is applied to a target block as it is. Also, the skip mode may be a mode not using a residual signal. That is to say, when skip mode is used, the reconstructed block may be the same as the predicted block.
  • a difference between merge mode and skip mode may be transmission or use of a residual signal.
  • skip mode may be similar to merge mode except that no residual signal is transmitted or used.
  • the encoding apparatus 100 transmits information indicating which block's motion information among spatial or temporal candidate blocks is used as the motion information of the target block to the decoding apparatus 200 through a bitstream.
  • the encoding apparatus 100 may generate entropy-encoded information by performing entropy encoding on such information, and may signal the entropy-encoded information to the decoding apparatus 200 through a bitstream.
  • the decoding apparatus 200 may extract entropy-encoded information from a bitstream and obtain information by performing entropy decoding on the entropy-encoded information.
  • the encoding device 100 may not transmit other syntax element information such as MVD to the decoding device 200.
  • the encoding apparatus 100 may not signal a syntax element related to at least one of the MVD, the coded block flag, and the transform coefficient level to the decoding apparatus 200.
  • Skip mode can also use a merge candidate list.
  • the merge candidate list can be used in both merge mode and skip mode.
  • the merge candidate list may be referred to as a "skip candidate list” or a "merge/skip candidate list”.
  • skip mode may use a separate candidate list different from merge mode.
  • the merge candidate list and the merge candidate may be replaced with the skip candidate list and the skip candidate, respectively.
  • the merge candidate list may be generated before prediction by skip mode is performed.
  • the encoding apparatus 100 may determine a merge candidate to be used for encoding a target block. For example, the encoding apparatus 100 may perform predictions on a target block using merge candidates of a merge candidate list. The encoding apparatus 100 may use a merge candidate requiring a minimum prediction cost for encoding a target block.
  • the encoding apparatus 100 may determine whether to use a skip mode in encoding a target block.
  • the encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction.
  • the decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
  • the inter-prediction information may include 1) mode information indicating whether a skip mode is used and 2) a skip index.
  • the skip index may be the same as the aforementioned merge index.
  • the target block When the skip mode is used, the target block may be coded without a residual signal. Inter prediction information may not include a residual signal. Alternatively, the bitstream may not include a residual signal.
  • the decoding apparatus 200 may obtain the skip index from the bitstream only when the mode information indicates that the skip mode is used. As mentioned above, the merge index and skip index may be the same. The decoding apparatus 200 may obtain the skip index from the bitstream only when the mode information indicates that merge mode or skip mode is used.
  • the skip index may indicate a merge candidate used for prediction of a target block among merge candidates included in the merge candidate list.
  • the decoding apparatus 200 may perform prediction on a target block by using a merge candidate indicated by a skip index among merge candidates included in the merge candidate list.
  • a motion vector of a target block may be specified by a motion vector of a merge candidate indicated by a skip index, a reference picture index, and a reference direction.
  • the current picture reference mode may mean a prediction mode using a pre-reconstructed region in a target picture to which a target block belongs.
  • a motion vector may be used to specify the pre-reconstructed area. Whether the target block is encoded in the current picture reference mode can be determined using the reference picture index of the target block.
  • a flag or index indicating whether the target block is a block encoded in the current picture reference mode may be signaled from the encoding device 100 to the decoding device 200. Alternatively, whether the target block is a block coded in the current picture reference mode may be inferred through a reference picture index of the target block.
  • the target picture may exist at a fixed position or an arbitrary position in the reference picture list for the target block.
  • the fixed position may be a position where the value of the reference picture index is 0 or the last position.
  • a separate reference picture index indicating such an arbitrary position may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
  • a sub-block merge mode may mean a mode for deriving motion information for a sub-block of a CU.
  • motion information of a call sub-block of a target sub-block in a reference image ie, a sub-block based temporal merge candidate
  • an affine control point motion vector A subblock merge candidate list may be generated using an affine control point motion vector merge candidate.
  • divided target blocks may be generated by dividing the target block in a diagonal direction.
  • motion information of each divided target block may be derived, and prediction samples for each divided target block may be derived using the derived motion information.
  • a prediction sample of the target block may be derived through a weighted sum of prediction samples of the divided target blocks.
  • the inter-intra combined prediction mode may be a mode in which a prediction sample of a target block is derived by using a weighted sum of prediction samples generated by inter prediction and prediction samples generated by intra prediction.
  • the decoding apparatus 200 may perform self-correction on the derived motion information. For example, the decoding apparatus 200 may search a specific area based on a reference block indicated by the derived motion information to search for motion information having a minimum sum of absolute differences (SAD). and the searched motion information may be derived as corrected motion information.
  • SAD minimum sum of absolute differences
  • the decoding apparatus 200 may perform compensation for prediction samples derived through inter prediction using an optical flow.
  • motion information to be used for prediction of a target block among motion information in the list may be specified through an index of the list.
  • the encoding apparatus 100 may signal only the index of an element that causes the least cost in inter prediction of a target block among elements in the list.
  • the encoding device 100 may encode the index and signal the encoded index.
  • the aforementioned lists may have to be derived in the same manner based on the same data in the encoding apparatus 100 and the decoding apparatus 200.
  • the same data may include a reconstructed picture and a reconstructed block.
  • the order of the elements within the list may need to be constant.
  • a large block in the middle may represent a target block.
  • Five small blocks may represent spatial candidates.
  • Coordinates of the target block may be (xP, yP), and the size of the target block may be (nPSW, nPSH).
  • the spatial candidate A 0 may be a block adjacent to the lower left corner of the target block.
  • a 0 may be a block occupying pixels of coordinates (xP - 1, yP + nPSH).
  • Spatial candidate A 1 may be a block adjacent to the left of the target block.
  • a 1 may be the lowest block among blocks adjacent to the left side of the target block.
  • a 1 may be a block adjacent to the top of A 0 .
  • a 1 may be a block occupying pixels of coordinates (xP - 1, yP + nPSH - 1).
  • Spatial candidate B 0 may be a block adjacent to the upper right corner of the target block.
  • B 0 may be a block occupying pixels of coordinates (xP + nPSW, yP - 1).
  • Spatial candidate B 1 may be a block adjacent to the top of the target block.
  • B 1 may be the rightmost block among blocks adjacent to the top of the target block.
  • B 1 may be a block adjacent to the left side of B 0 .
  • B 1 may be a block occupying pixels of coordinates (xP + nPSW - 1, yP - 1).
  • Spatial candidate B 2 may be a block adjacent to the upper left corner of the target block.
  • B 2 may be a block occupying pixels of coordinates (xP - 1, yP - 1).
  • a candidate block may include a spatial candidate and a temporal candidate.
  • the above determination may be made by sequentially applying steps 1) to 4) below.
  • Step 1) If the PU including the candidate block is outside the boundary of the picture, the availability of the candidate block may be set to false. "Availability is set to false” may mean the same as “availability is set to unavailability”.
  • Step 2 If the PU including the candidate block is outside the boundary of the slice, the availability of the candidate block may be set to false. If the target block and the candidate block are located in different slices, the availability of the candidate block may be set to false.
  • Step 3 If the PU including the candidate block is outside the boundary of the tile, the availability of the candidate block may be set to false. If the target block and the candidate block are located in different tiles, the availability of the candidate block may be set to false.
  • Step 4 If the prediction mode of the PU including the candidate block is an intra prediction mode, availability of the candidate block may be set to false. If the PU containing the candidate block does not use inter prediction, the availability of the candidate block may be set to false.
  • 11 illustrates an order of adding motion information of spatial candidates to a merge list according to an example.
  • the order of A 1 , B 1 , B 0 , A 0 and B 2 may be used. That is, in the order of A 1 , B 1 , B 0 , A 0 and B 2 , motion information of available spatial candidates may be added to the merge list.
  • the maximum number of merge candidates in the merge list may be set.
  • the set maximum number is indicated by N.
  • the set number may be transmitted from the encoding device 100 to the decoding device 200.
  • a slice header of a slice may include N.
  • the maximum number of merge candidates of the merge list for the target block of the slice may be set by the slice header.
  • the value of N may be 5 by default.
  • Motion information (ie, merge candidates) may be added to the merge list in the order of steps 1) to 4) below.
  • Step 1) Available spatial candidates among spatial candidates may be added to the merge list.
  • Motion information of available spatial candidates may be added to the merge list in the order shown in FIG. 11 . In this case, if motion information of an available spatial candidate overlaps with other motion information already existing in the merge list, the motion information may not be added to the merge list. Checking whether it overlaps with other motion information existing in the list can be abbreviated as "redundancy check”.
  • a maximum of N pieces of motion information may be added.
  • Step 2 If the number of pieces of motion information in the merge list is smaller than N and a temporal candidate is available, the motion information of the temporal candidate may be added to the merge list. In this case, if motion information of an available temporal candidate overlaps with other motion information already existing in the merge list, the motion information may not be added to the merge list.
  • Step 3 If the number of pieces of motion information in the merge list is smaller than N and the type of the target slice is "B”, the combined motion information generated by combined bi-prediction is added to the merge list.
  • the target slice may be a slice including the target block.
  • the combined motion information may be a combination of L0 motion information and L1 motion information.
  • the L0 motion information may be motion information referring only to the reference picture list L0.
  • the L1 motion information may be motion information referring only to the reference picture list L1.
  • L0 motion information there may be one or more L0 motion information. Also, within the merge list, there may be one or more L1 motion information.
  • the combined motion information may be one or more.
  • which L0 motion information and which L1 motion information among one or more pieces of L0 motion information and one or more pieces of L1 motion information are to be used may be predefined.
  • One or more pieces of combined motion information may be generated in a predefined order by combined bidirectional prediction using pairs of different pieces of motion information in a merge list.
  • One of the pairs of different motion information may be L0 motion information and the other may be L1 motion information.
  • the combined motion information added with the highest priority may be a combination of L0 motion information having a merge index of 0 and L1 motion information having a merge index of 1. If the motion information with a merge index of 0 is not L0 motion information or the motion information with a merge index of 1 is not L1 motion information, the combined motion information may not be generated and added.
  • Motion information added next may be a combination of L0 motion information having a merge index of 1 and L1 motion information having a merge index of 0. The following specific combinations may follow other combinations in the field of encoding/decoding of video.
  • the combined motion information may not be added to the merge list.
  • the zero vector motion information may be motion information in which a motion vector is a zero vector.
  • One or more zero vector motion information may be provided.
  • Reference picture indexes of one or more zero vector motion information may be different from each other.
  • the value of the reference picture index of the first zero vector motion information may be 0.
  • the value of the reference picture index of the second zero vector motion information may be 1.
  • the number of zero vector motion information may be equal to the number of reference pictures in the reference picture list.
  • the reference direction of the zero vector motion information may be bidirectional. Both motion vectors may be zero vectors.
  • the number of zero vector motion information may be the smaller of the number of reference pictures in the reference picture list L0 and the number of reference pictures in the reference picture list L1.
  • a unidirectional reference direction may be used for a reference picture index applicable to only one reference picture list.
  • the encoding apparatus 100 and/or the decoding apparatus 200 may sequentially add zero vector motion information to the merge list while changing the reference picture index.
  • the zero vector motion information may not be added to the merge list.
  • steps 1) to 4) described above is merely exemplary, and the order between steps may be interchanged. Also, some of the steps may be omitted according to predefined conditions.
  • the maximum number of motion vector predictor candidates in the predictor motion vector candidate list may be predefined.
  • the predefined maximum number is denoted by N.
  • the predefined maximum number may be 2.
  • Motion information (ie, predicted motion vector candidates) may be added to the predicted motion vector candidate list in the order of steps 1) to 3) below.
  • Step 1) Among the spatial candidates, available spatial candidates may be added to the predicted motion vector candidate list.
  • Spatial candidates may include a first spatial candidate and a second spatial candidate.
  • the first spatial candidate may be one of A 0 , A 1 , scaled A 0 and scaled A 1 .
  • the second spatial candidate may be one of B 0 , B 1 , B 2 , scaled B 0 , scaled B 1 , and scaled B 2 .
  • Motion information of available spatial candidates may be added to the predicted motion vector candidate list in the order of the first spatial candidate and the second spatial candidate.
  • the motion information may not be added to the predictor motion vector candidate list.
  • the value of N is 2, if the motion information of the second spatial candidate is identical to the motion information of the first spatial candidate, the motion information of the second spatial candidate may not be added to the predicted motion vector candidate list.
  • a maximum of N pieces of motion information may be added.
  • Step 2 If the number of pieces of motion information in the predicted motion vector candidate list is smaller than N and a temporal candidate is available, the motion information of the temporal candidate may be added to the predicted motion vector candidate list. In this case, when motion information of an available temporal candidate overlaps with other motion information already existing in the motion vector predictor candidate list, the motion information may not be added to the predictor motion vector candidate list.
  • Step 3 If the number of pieces of motion information in the predicted motion vector candidate list is smaller than N, zero vector motion information may be added to the predicted motion vector candidate list.
  • One or more zero vector motion information may be provided.
  • Reference picture indexes of one or more zero vector motion information may be different from each other.
  • the encoding apparatus 100 and/or the decoding apparatus 200 may sequentially add zero vector motion information to the predictive motion vector candidate list while changing the reference picture index.
  • the zero vector motion information may not be added to the predicted motion vector candidate list.
  • steps 1) to 3) described above is merely exemplary, and the order between steps may be interchanged. Also, some of the steps may be omitted according to predefined conditions.
  • a quantized level may be generated by performing a transform and/or quantization process on the residual signal.
  • a residual signal may be generated as a difference between an original block and a prediction block.
  • the prediction block may be a block generated by intra prediction or inter prediction.
  • the residual signal may be converted into the frequency domain through a transform process that is part of the quantization process.
  • Transformation kernels used for transformation may include various DCT kernels such as Discrete Cosine Transform (DCT) type 2 (DCT-II) and Discrete Sine Transform (DST) kernels. .
  • DCT Discrete Cosine Transform
  • DCT-II Discrete Cosine Transform
  • DST Discrete Sine Transform
  • transform kernels may perform a separable transform or a 2D (2D) non-separable transform on the residual signal.
  • the separable transform may be a transform that performs a one-dimensional (1D) transform on the residual signal in each of a horizontal direction and a vertical direction.
  • DCT type and DST type adaptively used for 1D conversion may include DCT-V, DCT-VIII, DST-I and DST-VII in addition to DCT-II as shown in Table 3 and Table 4 below, respectively. there is.
  • a transform set may be used in deriving the DCT type or DST type to be used for transformation.
  • Each transform set may include a plurality of transform candidates.
  • Each transformation candidate may be a DCT type or a DST type.
  • Table 5 below shows an example of a transform set applied in the horizontal direction and a transform set applied in the vertical direction according to the intra prediction mode.
  • transform sets applied in the horizontal and vertical directions may be predefined according to the intra prediction mode of the target block.
  • the encoding apparatus 100 may perform transform and inverse transform on the residual signal using a transform included in a transform set corresponding to the intra prediction mode of the target block.
  • the decoding apparatus 200 may perform an inverse transform on the residual signal using a transform included in a transform set corresponding to the intra prediction mode of the target block.
  • the set of transforms applied to the residual signal may be determined as exemplified in Tables 3, 4, and 5, and may not be signaled. Transformation indication information may be signaled from the encoding device 100 to the decoding device 200.
  • the transform indication information may be information indicating which transform candidate among a plurality of transform candidates included in a transform set applied to the residual signal is used.
  • transform sets each having three transforms may be configured according to the intra prediction mode.
  • An optimal transform method can be selected among all 9 multiple transform methods resulting from a combination of three transforms in the horizontal direction and three transforms in the vertical direction. Encoding efficiency can be improved by encoding and/or decoding the residual signal using such an optimal conversion method.
  • information on which transform among transforms belonging to the transform set is used for at least one of the vertical transform and the horizontal transform may be entropy encoded and/or decoded.
  • a truncated unary binarization may be used to encode and/or decode this information.
  • a method using various transforms may be applied to a residual signal generated by intra prediction or inter prediction.
  • Transformation may include at least one of a primary transformation and a secondary transformation.
  • a transform coefficient may be generated by performing a primary transform on the residual signal, and a secondary transform coefficient may be generated by performing a secondary transform on the transform coefficient.
  • a primary transformation may be named primary.
  • the primary transform may be referred to as an adaptive multiple transform (AMT).
  • AMT may mean that different transforms are applied to each of the 1D directions (ie, the vertical direction and the horizontal direction).
  • the secondary transform may be a transform for improving the energy concentration of the transform coefficient generated by the primary transform.
  • the second-order transformation may be a separable transformation or a non-separable transformation.
  • the non-separable transform may be a non-separable secondary transform (NSST).
  • the primary transformation may be performed using at least one of a plurality of predefined transformation methods.
  • a plurality of predefined transform methods include a Discrete Cosine Transform (DCT), a Discrete Sine Transform (DST), and a Karhunen-Loeve Transform (KLT) based transform.
  • DCT Discrete Cosine Transform
  • DST Discrete Sine Transform
  • KLT Karhunen-Loeve Transform
  • the primary transform may be a transform having various transform types according to a kernel function defining DCT or DST.
  • the transform type includes: 1) prediction mode of the target block (eg, one of intra prediction and inter prediction), 2) size of the target block, 3) shape of the target block, 4) intra prediction mode of the target block , 5) components of the target block (eg, one of a luma component and a chroma component) and 6) a partition type applied to the target block (eg, Quad Tree (QT), Binary Tree (BT)). ) and one of a ternary tree (TT)).
  • prediction mode of the target block eg, one of intra prediction and inter prediction
  • the target block eg, one of intra prediction and inter prediction
  • components of the target block eg, one of a luma component and a chroma component
  • TT ternary tree
  • the primary transform includes transforms such as DCT-2, DCT-5, DCT-7, DST-7, DST-1, DST-8 and DCT-8 according to the transform kernel presented in Table 6 below. can do.
  • Table 6 various transform types and transform kernel functions for Multiple Transform Selection (MTS) are illustrated.
  • MTS may mean that a combination of one or more DCT and/or DST transform kernels is selected for horizontal and/or vertical transform of the residual signal.
  • i and j may be integer values greater than or equal to 0 and less than or equal to N-1.
  • a secondary transform may be performed on transform coefficients generated by performing the primary transform.
  • a set of transforms can be defined in the second-order transform.
  • Methods for deriving and/or determining a set of transforms, such as those described above, may be applied to first-order as well as second-order transforms.
  • a primary transform and a secondary transform can be determined for a specified object.
  • the first transform and the second transform may be applied to one or more signal components of a luma component and a chroma component.
  • Whether to apply the primary transform and/or the secondary transform may be determined according to at least one of coding parameters for a target block and/or a neighboring block.
  • whether to apply the first transform and/or the second transform may be determined by the size and/or shape of the target block.
  • transformation information indicating a transformation method used for a target may be derived by using specified information.
  • the transformation information may include an index of a transformation to be used for primary transformation and/or secondary transformation.
  • the transform information may indicate that the primary transform and/or the secondary transform are not used.
  • the transform method(s) applied to the primary transform and/or the secondary transform indicated by transform information may be applied to the target block and/or neighboring blocks. It may be determined according to at least one of the coding parameters for
  • transformation information indicating a transformation method for a specified target may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
  • an index indicating the primary transform, whether or not a secondary transform is used, and an index indicating the secondary transform may be derived as transformation information in the decoding apparatus 200 there is.
  • conversion information indicating whether or not the primary transform is used for one CU, an index indicating the primary transform, whether or not a secondary transform is used, and an index indicating the secondary transform may be signaled.
  • a quantized transform coefficient (ie, a quantized level) may be generated by performing quantization on a residual signal or a result generated by performing the primary transform and/or the secondary transform.
  • FIG 13 illustrates diagonal scanning according to an example.
  • the quantized transform coefficients may be scanned according to at least one of (up-right) diagonal scanning, vertical scanning, and horizontal scanning according to at least one of an intra prediction mode, a block size, and a block shape.
  • a block may be a transform unit.
  • Each scanning can start at a specified start point and end at a specified end point.
  • quantized transform coefficients may be changed into a one-dimensional vector form by scanning coefficients of a block using the diagonal scanning of FIG. 13 .
  • the horizontal scanning of FIG. 14 or the vertical scanning of FIG. 15 may be used instead of diagonal scanning according to the block size and/or intra prediction mode.
  • Vertical scanning may be scanning two-dimensional block form coefficients in a column direction.
  • Horizontal scanning may be scanning two-dimensional block form coefficients in a row direction.
  • which of diagonal scanning, vertical scanning, and horizontal scanning is to be used may be determined according to the size of the block and/or the inter-prediction mode.
  • quantized transform coefficients may be scanned along a diagonal, horizontal, or vertical direction.
  • Quantized transform coefficients may be expressed in block form.
  • a block may include a plurality of sub-blocks. Each sub-block may be defined according to a minimum block size or a minimum block shape.
  • a scanning order according to a type or direction of scanning may be applied to subblocks first. Also, a scanning order according to a scanning direction may be applied to quantized transform coefficients in a sub-block.
  • transform coefficients quantized by primary transform, secondary transform, and quantization of the residual signal of the target block are can be created Thereafter, one of three scanning orders may be applied to the four 4x4 subblocks, and quantized transform coefficients may be scanned according to the scanning order for each 4x4 subblock.
  • the encoding apparatus 100 may generate an entropy-encoded quantized transform coefficient by performing entropy encoding on the scanned quantized transform coefficients, and may generate a bitstream including the entropy-coded quantized transform coefficients. .
  • the decoding apparatus 200 may extract entropy-encoded quantized transform coefficients from a bitstream and generate quantized transform coefficients by performing entropy decoding on the entropy-coded quantized transform coefficients.
  • Quantized transform coefficients may be arranged in a 2D block form through inverse scanning. At this time, as a reverse scanning method, at least one of (upper right) diagonal scan, vertical scan, and horizontal scan may be performed.
  • inverse quantization may be performed on quantized transform coefficients.
  • the second-order inverse transform may be performed on the result generated by performing the inverse quantization.
  • the first-order inverse transform may be performed on the result generated by performing the second-order inverse transform.
  • a reconstructed residual signal may be generated by performing a first-order inverse transform on a result generated by performing a second-order inverse transform.
  • inverse mapping of a dynamic range may be performed before in-loop filtering.
  • the dynamic range may be divided into 16 equal pieces, and a mapping function for each piece may be signaled.
  • the mapping function may be signaled at the slice level or tile group level.
  • An inverse mapping function for performing inverse mapping may be derived based on the mapping function.
  • In-loop filtering, reference picture storage, and motion compensation may be performed in the inversely mapped region.
  • a prediction block generated through inter prediction may be converted into a mapped region by mapping using a mapping function, and the converted prediction block may be used to generate a reconstructed block.
  • a prediction block generated by intra prediction can be used to generate a reconstructed block without mapping and/or inverse mapping.
  • the residual block may be converted into an inversely mapped region by scaling the chroma component of the mapped region.
  • Whether scaling is available may be signaled at the slice level or tile group level.
  • scaling can be applied only when mapping for luma components is available, and partitioning of luma components and partitioning of chroma components follow the same tree structure.
  • Scaling may be performed based on an average of values of samples of a luma prediction block corresponding to the chroma prediction block.
  • the luma prediction block may mean a mapped luma prediction block.
  • a value required for scaling may be derived by referring to a look-up table using an index of a piece to which an average of values of samples of the luma prediction block belongs.
  • the residual block may be converted into an inversely mapped region. Then, for the chroma component block, reconstruction, intra prediction, inter prediction, in-loop filtering, and reference picture storage may be performed in the inversely mapped region.
  • mapping and/or inverse mapping of the luma component and chroma component is available may be signaled through a sequence parameter set.
  • a prediction block of the target block may be generated based on the block vector.
  • a block vector may indicate displacement between a target block and a reference block.
  • a reference block may be a block within a target image.
  • a prediction mode in which a prediction block is generated by referring to a target image may be referred to as an intra block copy (IBC) mode.
  • IBC intra block copy
  • IBC mode can be applied to CUs of a specified size.
  • IBC mode can be applied to MxN CUs.
  • M and N may be 64 or less.
  • the IBC mode may include a skip mode, a merge mode, and an AMVP mode.
  • a merge candidate list may be constructed, and a merge index may be signaled so that one merge candidate among merge candidates of the merge candidate list may be specified.
  • a block vector of a specified merge candidate may be used as a block vector of a target block.
  • a differential block vector may be signaled.
  • the predicted block vector may be derived from the left neighboring block and the top neighboring block of the target block.
  • an index of which neighboring block is to be used may be signaled.
  • the prediction block of the IBC mode may be included in the target CTU or the left CTU, and may be limited to a block within a pre-constructed region.
  • the value of the block vector may be limited so that the prediction block of the target block is located within a specified region.
  • the specified area may be an area of three 64x64 blocks that are encoded and/or decoded prior to the 64x64 block including the target block. As the value of the block vector is limited in this way, memory consumption and device complexity according to the implementation of the IBC mode can be reduced.
  • 16 is a structural diagram of an encoding device according to an embodiment.
  • the encoding device 1600 may correspond to the aforementioned encoding device 100.
  • the encoding device 1600 includes a processing unit 1610, a memory 1630, a user interface (UI) input device 1650, a UI output device 1660, and storage that communicate with each other through a bus 1690. (1640). Also, the encoding device 1600 may further include a communication unit 1620 connected to the network 1699.
  • the processor 1610 may be a semiconductor device that executes processing instructions stored in a central processing unit (CPU), memory 1630, or storage 1640.
  • the processing unit 1610 may be at least one hardware processor.
  • the processing unit 1610 may generate and process signals, data, or information input to the encoding device 1600, output from the encoding device 1600, or used inside the encoding device 1600, signals, Inspection, comparison, and judgment related to data or information can be performed. In other words, in an embodiment, data or information generation and processing, and data or information related inspection, comparison, and judgment may be performed by the processing unit 1610 .
  • the processing unit 1610 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, an entropy encoding unit 150, and an inverse quantization unit. It may include a unit 160, an inverse transform unit 170, an adder 175, a filter unit 180, and a reference picture buffer 190.
  • Program modules may be included in the encoding device 1600 in the form of an operating system, application program modules, and other program modules.
  • Program modules may be physically stored on various known storage devices. Also, at least some of these program modules may be stored in a remote storage device capable of communicating with the encoding device 1600 .
  • Program modules include routines, subroutines, programs, objects, components, and data that perform functions or operations according to an embodiment or implement abstract data types according to an embodiment.
  • a data structure, etc. may be encompassed, but is not limited thereto.
  • Program modules may include instructions or codes executed by at least one processor of the encoding device 1600 .
  • the processing unit 1610 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, an entropy encoding unit 150, and an inverse quantization unit. Instructions or codes of the unit 160, the inverse transform unit 170, the adder 175, the filter unit 180, and the reference picture buffer 190 may be executed.
  • Storage may represent memory 1630 and/or storage 1640 .
  • Memory 1630 and storage 1640 may be various forms of volatile or non-volatile storage media.
  • the memory 1630 may include at least one of a ROM 1631 and a RAM 1632 .
  • the storage unit may store data or information used for the operation of the encoding device 1600 .
  • data or information of the encoding device 1600 may be stored in a storage unit.
  • the storage unit may store pictures, blocks, lists, motion information, inter prediction information, and bitstreams.
  • the encoding device 1600 may be implemented in a computer system including a recording medium that can be read by a computer.
  • the recording medium may store at least one module required for the encoding device 1600 to operate.
  • the memory 1630 may store at least one module, and the at least one module may be configured to be executed by the processing unit 1610 .
  • a function related to communication of data or information of the encoding device 1600 may be performed through the communication unit 1620 .
  • the communication unit 1620 may transmit a bitstream to a decoding apparatus 1700 to be described later.
  • 17 is a structural diagram of a decryption device according to an embodiment.
  • the decoding device 1700 may correspond to the decoding device 200 described above.
  • the decryption device 1700 includes a processing unit 1710, a memory 1730, a user interface (UI) input device 1750, a UI output device 1760, and storage that communicate with each other through a bus 1790. (1740). Also, the decoding apparatus 1700 may further include a communication unit 1720 connected to the network 1799.
  • UI user interface
  • the processor 1710 may be a semiconductor device that executes processing instructions stored in a central processing unit (CPU), memory 1730, or storage 1740.
  • the processing unit 1710 may be at least one hardware processor.
  • the processing unit 1710 may generate and process signals, data, or information input to the decoding device 1700, output from the decoding device 1700, or used inside the decoding device 1700, and signals, Inspection, comparison, and judgment related to data or information can be performed. In other words, in an embodiment, data or information generation and processing, and data or information related inspection, comparison, and judgment may be performed by the processing unit 1710 .
  • the processing unit 1710 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter A unit 260 and a reference picture buffer 270 may be included.
  • An entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter unit 260, and At least some of the reference picture buffers 270 may be program modules, and may communicate with an external device or system.
  • Program modules may be included in the decryption device 1700 in the form of an operating system, application program modules, and other program modules.
  • Program modules may be physically stored on various known storage devices. Also, at least some of these program modules may be stored in a remote storage device capable of communicating with the decryption device 1700 .
  • Program modules include routines, subroutines, programs, objects, components, and data that perform functions or operations according to an embodiment or implement abstract data types according to an embodiment.
  • a data structure, etc. may be encompassed, but is not limited thereto.
  • the program modules may include instructions or codes executed by at least one processor of the decoding device 1700 .
  • the processing unit 1710 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter Instructions or codes of unit 260 and reference picture buffer 270 may be executed.
  • Storage may represent memory 1730 and/or storage 1740 .
  • Memory 1730 and storage 1740 may be various forms of volatile or non-volatile storage media.
  • the memory 1730 may include at least one of a ROM 1731 and a RAM 1732 .
  • the storage unit may store data or information used for the operation of the decoding device 1700 .
  • data or information of the decoding device 1700 may be stored in the storage unit.
  • the storage unit may store pictures, blocks, lists, motion information, inter prediction information, and bitstreams.
  • the decryption device 1700 may be implemented in a computer system including a recording medium that can be read by a computer.
  • the recording medium may store at least one module required for the decoding apparatus 1700 to operate.
  • the memory 1730 may store at least one module, and the at least one module may be configured to be executed by the processing unit 1710 .
  • a function related to communication of data or information of the decoding device 1700 may be performed through the communication unit 1720 .
  • the communication unit 1720 may receive a bitstream from the encoding device 1600.
  • the processing unit may represent the processing unit 1610 of the encoding device 1600 and/or the processing unit 1710 of the decoding device 1700.
  • the processing unit may represent switch 115 and/or switch 245.
  • the processing unit may represent the inter prediction unit 110, the subtractor 125, and the adder 175, and may represent the inter prediction unit 250 and the adder 255.
  • the processing unit may represent the intra prediction unit 120, the subtractor 125, and the adder 175, and may represent the intra prediction unit 240 and the adder 255.
  • the processing unit may represent the transform unit 130 and the inverse transform unit 170, and may represent the inverse transform unit 230.
  • the processing unit may represent the quantization unit 140 and the inverse quantization unit 160, and may represent the inverse quantization unit 220.
  • the processing unit may represent the entropy encoding unit 150 and/or the entropy decoding unit 210.
  • the processing unit may represent the filter unit 180 and/or the filter unit 260.
  • the processing unit may indicate the reference picture buffer 190 and/or the reference picture buffer 270 .
  • Video compression techniques based on deep neural networks can show superior performance than conventional video compression techniques.
  • video compression techniques based on deep neural networks may have the disadvantage of requiring a very large execution time compared to conventional video compression techniques due to the enormous amount of computation of deep neural networks.
  • a method, apparatus, and recording medium for efficiently lightening an in-loop filter and a predictive deep neural network may be provided in order to improve encoding efficiency of an image and reduce a time required for encoding.
  • a method, apparatus, and recording medium for providing learning in a lightweight in-loop filter and lightweight predictive deep neural network through a knowledge distillation technique may be provided. there is.
  • an in-loop filter for improving the efficiency and speed of encoding an image and a learning method in a predictive deep neural network may be provided.
  • Deep neural network and “neural network” may be used interchangeably. That is to say, “deep” is an optional expression and may be removed or omitted in embodiments.
  • neural network and “network” may be used interchangeably. That is to say, the term “neural network” and the term “network” may have the same meaning.
  • the terms “learning” and “training” may be used interchangeably. That is to say, the term “learning” and the term “training” can have the same meaning.
  • FIG. 18 is a flowchart of an encoding method according to an embodiment.
  • a deep neural network may include one or more of an in-loop filter and a predictive deep neural network.
  • the deep neural network may represent one or more of an in-loop filter based on the deep neural network and a predictive deep neural network for prediction.
  • the deep neural network may be replaced with an in-loop filter and/or predictive deep neural network.
  • step 1810 the processing unit 1610 of the encoding device 1600 may perform learning in the deep neural network.
  • processing unit 1610 may select a deep neural network.
  • the processing unit 1610 may perform encoding on deep neural network information.
  • the processing unit 1610 may generate encoded deep neural network information by encoding the deep neural network information.
  • the processing unit 1610 may generate a bitstream including deep neural network information or encoded deep neural network information.
  • the processing unit 1610 may store the bitstream in the storage unit 1630 .
  • the communication unit 1620 may transmit the bitstream to the decoding device 1700.
  • Deep neural network information or encoded deep neural network information may be signaled from the encoding device 1600 to the decoding device 1700 through a bitstream.
  • 19 is a flowchart of a decoding method according to an embodiment.
  • a deep neural network may include one or more of an in-loop filter and a predictive deep neural network.
  • the deep neural network may represent one or more of an in-loop filter based on the deep neural network and a predictive deep neural network for prediction.
  • the deep neural network may be replaced with an in-loop filter and/or predictive deep neural network.
  • the communication unit 1730 may receive a bitstream from the encoding device 1600.
  • step 1920 the processing unit 1710 of the decoding device 1700 may perform learning in the deep neural network.
  • Steps 1910 and 1920 may be performed concurrently. Alternatively, step 1920 may be performed before step 1910 .
  • the storage unit 1720 may store a bitstream.
  • the processing unit 1710 may obtain a bitstream from the storage unit 1720 or the communication unit 1730.
  • the bitstream may include deep neural network information or encoded deep neural network information.
  • the processor 1610 may decode the encoded deep neural network information.
  • the processing unit 1610 may generate deep neural network information by encoding the encoded deep neural network information.
  • processing unit 1610 may select a deep neural network.
  • 20 is a flowchart of learning in a deep neural network according to an example.
  • Step 1810 may include steps 2010, 2020 and 2030 below.
  • Step 1920 may include steps 2010, 2020 and 2030 below.
  • learning in a deep neural network may refer to learning in an in-loop filter and/or learning in a predictive deep neural network.
  • the processing unit may perform learning on a teacher network.
  • the processing unit may perform a first learning in the student network.
  • the first learning may refer to first stage learning.
  • the processing unit may perform a second learning in the student network.
  • the second learning may refer to second stage learning.
  • the size of the input of the in-loop filter may be equal to the size of the reconstructed image or reconstructed block (before in-loop filtering is applied).
  • Learning in the filter described in the embodiments may be learning under a specific condition or learning for a specific target.
  • the specific condition may be a condition in which the value of a coding parameter is a specific value.
  • a specific condition may be that a value of a quantization parameter is a specific value.
  • the specific value could be 22, 27, 32, 37 or 42.
  • a specific object may be an image or a component of a block.
  • a specific object may be a luma component and/or a chroma component.
  • a specific target may be a slice type.
  • slice types may include Intra A , Intra B , and Inter .
  • low-latency B and Random Access can utilize intra-slice filters trained using different quantization parameters.
  • different quantization parameters may be ⁇ 19, 24, 29, 34, 39 ⁇ .
  • the in-loop filter may restore a reconstructed image or a reconstructed block for each component of an input image.
  • 21 illustrates learning in a teacher network according to an example.
  • in-loop filter learning based on a deep neural network may be performed to improve the quality of an image in which compression deterioration has occurred.
  • learning in an in-loop filter based on a deep neural network may be performed as shown in FIG. 21 .
  • An in-loop filter may include a filtering deep neural network.
  • a filtering deep neural network may include a plurality of modules.
  • An input of the in-loop filter may include an image in which compression degradation occurs and coding information of the image.
  • An output of the in-loop filter may be an image from which compression degradation has been removed.
  • elimination of compression degradation may not imply complete elimination of compression degradation.
  • an image from which compression degradation is removed may be an image from which compression degradation is partially removed.
  • an image from which compression degradation has been removed may be an image generated by applying a specific process to an image in which compression degradation occurs.
  • an image from which compression degradation has been removed may be an image closer to an original image than an image in which compression degradation has occurred.
  • an image from which compression degradation has been removed may simply mean an output of an in-loop filter, and the in-loop filter may perform processing to remove or reduce compression degradation in the image.
  • an image may refer to a target image including a target block.
  • the coding information may include the aforementioned coding parameters.
  • the coding information may be information related to the target image or target block described in the embodiments.
  • the input of the in-loop filter may be an image in which compression degradation occurs.
  • the output of the in-loop filter may be an image from which compression degradation has been removed.
  • learning in an in-loop filter based on a deep neural network may be performed so that an error between an output of the in-loop filter and an original image is minimized.
  • an original image may refer to an original block in an original image corresponding to a target block.
  • learnings in a plurality of in-loop filters may be performed according to various degrees of compression degradation.
  • an in-loop filter based on a deep neural network to be trained may be an image reconstruction deep neural network.
  • the image reconstruction deep neural network may include a plurality of convolutional neural network layers or fully-connected neural network layers.
  • a plurality of neural network layers may be grouped into one module.
  • 22 shows learnings in an intra-prediction deep neural network and an inter-prediction deep neural network according to an embodiment.
  • a deep neural network can be a predictive deep neural network.
  • the predictive deep neural network may generate a prediction image (or prediction block) similar to the original image (or original block) through prediction.
  • step 2010 learning in the predictive deep neural network may be performed to generate a prediction image (or prediction block) similar to the original image (or original block) through intra prediction and/or inter prediction.
  • block may be replaced with the term “signal”.
  • prediction block may be replaced with the term “prediction signal”.
  • learning in a predictive deep neural network can be configured as shown in FIG. 22 .
  • the predictive deep neural network may include an intra-predictive deep neural network and/or an inter-predictive deep neural network.
  • the predictive deep neural network may be an intra-predictive deep neural network or an inter-predictive deep neural network.
  • An inter-prediction deep neural network may include a plurality of modules.
  • Inputs to the intra-prediction deep neural network may include neighboring samples of the target block and coding information of an image.
  • the surrounding samples may be plural.
  • the output of the intra-prediction deep neural network may be an improved prediction block of the target block.
  • Inputs to the inter-prediction deep neural network may include a prediction block of a target block and coding information of an image.
  • a prediction block of the target block may be input to a first module among a plurality of modules.
  • Coding information of an image may be input to each module of a plurality of modules.
  • Coding information of an image may be input to one or more modules among a plurality of modules.
  • the output of the inter-prediction deep neural network may be an improved prediction block of the target block.
  • an improved prediction block of the target block may be generated using the output of the intra-prediction deep neural network and the output of the inter-prediction deep neural network.
  • an input of the intra prediction deep neural network may include at least one of a neighboring sample of the target block and a prediction block of the target block.
  • the neighboring samples may be samples adjacent to the target block.
  • the peripheral sample may be the reference sample described above in the embodiments.
  • Neighboring samples may be samples that have already been encoded/decoded.
  • learning in the predictive deep neural network may be performed to minimize an error between the output of the predictive deep neural network and the original image.
  • an input of an inter-prediction deep neural network may be a prediction block of a current block.
  • a prediction block may be a block in a reference picture.
  • a prediction block may be determined through compensation using motion that minimizes rate-distortion loss. It may be a prediction block in .
  • a reference picture may be a frame that has already been encoded/decoded.
  • learning in a plurality of predictive deep neural networks may be performed according to various degrees of compression degradation.
  • a predictive deep neural network may include multiple convolutional neural network layers or fully-connected neural network layers.
  • a plurality of neural network layers may be grouped into one module.
  • the coding information of the image may be used for learning in the teacher network.
  • coding information of an image used in learning in a teacher network may include a coding parameter.
  • the coding information of an image includes 1) information on block division of the image, 2) information on the encoding mode of the target block, 3) information on the encoding mode of neighboring blocks, and 4) information on quantization of the target block. and 5) information on the number of times the in-loop filter is performed on the target block.
  • coding information of an image may be input to a teacher network.
  • the coding information of the image may be input to the teacher network together with the input image of the teacher network or neighboring samples.
  • coding information of an image may be input to a specific module of the teacher network.
  • coding information of the image may be input to a specific module together with an output of a previous module.
  • a previous module can be a module linked to a specific module.
  • the previous module may be a module located before a specific module.
  • coding information of an image may be converted according to a specific position corresponding to an output of a specific module of the teacher network, and the converted coding information may be input to the specific position.
  • encoding information of an image may be input to directly change model parameters within a module of a teacher network.
  • the trained deep neural network described in the embodiments can be utilized as a teacher network in knowledge distillation.
  • Additional information may be input to the above-described filtering deep neural network and prediction deep neural network.
  • the additional information may include a prediction image (or prediction block), a slice quantization parameter, a base quantization parameter, and a slice type. Also, the additional information may include coding parameters.
  • the student network may be constructed with a deep neural network structure similar to that of the teacher network.
  • the pre-trained teacher network may be a deep neural network with greater complexity compared to the student network on which learning is to be performed. Meanwhile, the complexity of the teacher network and the complexity of the student network may be the same. The difference between the complexity of the teacher network and the complexity of the student network may not be large.
  • the number of modules in the teacher network and the number of modules in the student network may be the same.
  • the structure of the modules of the teacher network and the structure of the modules of the student network may be the same or similar to each other.
  • the size of the feature map of the teacher network and the size of the feature map of the student network may be the same.
  • the size of the activity vector of the teacher network and the size of the activity vector of the student network may be the same.
  • Learning in a student network can be performed using knowledge distillation using a pre-trained teacher network.
  • information of the teacher network may be transferred to the student network, and learning may be performed in the student network using the transferred information.
  • the teacher network can be pre-trained.
  • the student network can be trained using Attention Transfer (AT) loss.
  • AT Attention Transfer
  • Intermediate features of the teacher network and the student network can be averaged along the channel axis to obtain one-channel attention maps.
  • a student network can be trained to mimic the attention map obtained from the teacher network.
  • features can be mapped to a map of states.
  • the degree of compression degradation of the input of the teacher network and the degree of compression degradation of the input of the student network may be the same.
  • the size of neighboring samples input to the teacher network and the size of neighboring samples input to the student network may be the same.
  • learning in an in-loop filter based on a deep neural network may be performed until knowledge distillation errors converge through knowledge distillation.
  • learning when learning using knowledge distillation is performed, additional learning may not be performed in the learned teacher network, and learning may be performed only in the student network.
  • learning may refer to learning within a student network.
  • learning when learning using knowledge distillation is performed, learning may be performed in both the teacher network and the student network together.
  • learning may refer to learning within a teacher network and learning within a student network.
  • learning may be performed such that values of corresponding model parameters in the deep neural network of the teacher network and the deep neural network of the student network are equal.
  • learning may be performed such that an error between the result of the teacher network and the result of the student network is minimized.
  • learning on student networks can be performed using intermediate feature maps or activation vectors.
  • the above intermediate feature map or activation vector may be an output of a specific module among a plurality of modules of the teacher network.
  • a first module in the teacher network and a second module in the student network may correspond to each other. Correspondence between the first module in the teacher network and the second module in the student network may be established. Learning may be performed so that outputs from modules corresponding to each other in the teacher network and the student network have characteristics similar to each other.
  • the outputs may include intermediate feature maps or activity vectors.
  • learning may be performed on the teacher network and the student network such that it is difficult for a separate discriminator deep neural network to distinguish between outputs from the teacher network and outputs from the student network.
  • the output may include a feature map, an active vector, or an output image.
  • the output image may be an image from which compression deterioration has been removed.
  • feature maps or active vectors may be extracted from modules at the same position among the entire structure of the teacher network and the entire structure of the student network. Learning may be performed using extracted feature maps or extracted learning vectors.
  • results from all modules of the teacher network and the student network may be used for learning.
  • training may be performed such that the complexity of the student network is minimized.
  • learning can be performed such that the complexity of the student network and the knowledge distillation error are minimized at the same time.
  • the information of the teacher network may include one or more of model parameters, intermediate feature maps, active vectors, and filtered images.
  • Intermediate feature maps and activation vectors can be functions of specific training images.
  • the learning image may be an input image input to the teacher network.
  • the filtered image may be the (final) output from the teacher network.
  • information of a plurality of teacher networks may be used for learning in the teacher network and the student network.
  • information of a specific teacher network among a plurality of teacher networks may be used for learning.
  • the specific teacher network may be a teacher network that generates an output having the smallest error with respect to the original video among a plurality of teacher networks.
  • the information of the teacher network may include coding information of a learning image.
  • Information of the teacher network including coding information of the learning image may be used for learning.
  • Learning using knowledge distillation in embodiments may include one or more of the approaches described above.
  • Equation 1 the calculation process of the attention module can be expressed as Equation 1 below.
  • F_out F_in * f ( Rec , Pred , BS , QP ) + F_in
  • F_in may be an input of an attention module.
  • F_out may be the output of the attention module.
  • Rec, Pred, BS, and QP may represent reconstructed images, predicted images, boundary strengths, and quantization parameters, respectively.
  • the quantization parameter may be a sequence-level input quantization parameter.
  • f may consist of two convolutions. The activation function can be applied after the first convolutional layer. The purpose of f may be to generate an attention map from external information, and then to perform recalibration on the feature map F_in .
  • Inputs to the neural network may include reconstructed images, predicted images, boundary strengths, and quantization parameters. (Split can additionally be taken as an input within intra-slice models.)
  • Whether or not filtering is to be applied may be determined for each slice or each block.
  • a conditional parameter may be additionally determined from the candidate list.
  • the candidate list may include three candidates derived from the quantization parameter.
  • q may represent a sequence level quantization parameter.
  • the candidate list may include conditional parameters ⁇ q, q-5, q-10 ⁇ . This selection process may be based on the rate-distortion cost of the encoding device 1600.
  • the deep neural network information may include information indicating whether to use the selection process and indexes for conditional eye parameters.
  • the index may indicate a conditional parameter used for filtering among conditional parameters.
  • the granularity of the decision of the filter and the choice of parameters may vary based on the resolution and quantization parameters. For example, given higher resolution and larger quantization parameters, decisions and selections can be performed over larger domains.
  • the candidate parameter list for the temporal layer may be different.
  • the third candidate q - 10 can be replaced by q + 5.
  • parameter selection can be disabled while on/off control is still maintained.
  • a scaling factor may be signaled for each color component in a picture header.
  • the difference between the input image and the image filtered by the neural network may be scaled by a scaling factor before the difference is added to the input image. This scaling may be termed residual scaling.
  • the input image used in residual scaling may be the output of a deblocking filter.
  • Equation 2 may represent a process of residual scaling.
  • R NN can be the output of a neural network filter.
  • R DB can be the output of the deblocking filter.
  • w may be a weight
  • R Refine can be the result of residual scaling.
  • FIG. 23 illustrates a first learning in a student network according to one embodiment.
  • step 2020 learning in a learning network using a teacher network may be performed for learning in an in-loop filter using knowledge distillation.
  • first learning in a student network using knowledge distillation may be performed according to the configuration shown in FIG. 23 .
  • feature maps that are results of a module of a teacher network and a module of a student network can be extracted.
  • Each feature map of the extracted feature maps may be converted into an attention map.
  • Attention maps may be created using the extracted feature maps.
  • an average may be derived for each axis of the feature map, and an attention map may be constructed using the derived average.
  • a sum may be derived for each axis of the feature map, and an attention map may be constructed using the derived sum.
  • the first feature map may be the result of a module of a teacher network.
  • the second feature map may be the result of a module of the student network.
  • the attention map may be constructed by transforming the feature map using a transform module having learnable parameters.
  • the first attention map may be an attention map obtained from a result of a module of the teacher network.
  • the second attention map may be an attention map obtained from the result of the module of the student network. Learning may be performed to minimize an error between the first attentional map and the second attentional map.
  • the learning loss function may be configured as in Equation 3 below.
  • L step1 may represent a loss function of learning.
  • the attention map may represent the attention map derived from the feature map output from the ith module of the teacher network.
  • the attention map may represent the attention map derived from the feature map output from the i-th module of the student network.
  • FIG. 24 illustrates a first learning in a student network according to one embodiment.
  • step 2020 for learning in a predictive deep neural network using knowledge distillation, learning in a learning network using a teacher network may be performed.
  • first learning in a student network using knowledge distillation may be performed according to the configuration shown in FIG. 24 .
  • activation vectors that are results of a module of a teacher network and a module of a student network can be extracted.
  • the first activation vector may be the result of a module of the teacher network.
  • the second activation vector may be the result of a module of the student network.
  • a first activation vector can be extracted from the module of the teacher network.
  • a second activation vector may be extracted from a module of the student network.
  • a transformation module for equalizing the dimensions of the first activation vector and the dimensions of the second activation vector may be used.
  • a plurality of transform modules may be added to the predictive deep neural network.
  • the transform module may change the dimension of the second active vector to be the same as the dimension of the first active vector by performing transform on the second active vector.
  • the transform module may generate a second active vector having a changed dimension by performing a transform on the second active vector. Parameters of the transformation module may be determined by learning.
  • learning may be performed such that an error between activation vectors from a module of a teacher network and a module of a student network is minimized.
  • the active vectors may be a first active vector and a second active vector.
  • the activity vectors can be a first activity vector and a second activity vector with altered dimensions.
  • the learning loss function may be configured as in Equation 4 below.
  • L step1 may represent a loss function of learning.
  • the teacher network may represent the first activation vector output from the i-th module of the teacher network.
  • the student network may be a second activation vector having a modified dimension generated by performing transformation on a second activation vector output from the i-th module of the student network.
  • 25 illustrates second learning in a student network according to one embodiment.
  • step 2030 second learning may proceed with respect to the student network that has completed the first learning.
  • 1) the original image or surrounding samples and 2) the output of the teacher network may be used.
  • fine-tune may be performed on the student network to which the first learning is applied.
  • the output of the teacher network and the original image can be used as a supervision signal for fine-tuning.
  • Both directors can be used to measure the L1 loss.
  • Each of the two directors can be named imitation loss (to the output of the teacher network) and reconstruction loss (to the original video) respectively.
  • Equation 5 The purpose of the second learning can be expressed as Equation 5 below.
  • L Finetune can be an L1 loss.
  • L Reconstuction may be the reconstruction loss.
  • L imitation may be imitation loss.
  • can be (empirically) set to 1.
  • the second learning of the student network may be performed according to the configuration shown in FIG. 25 .
  • training in an in-loop filter and predictive deep neural network may be performed such that the error between the output of the student network and the output of the teacher network is minimized.
  • the output of the student network may be a resulting image output from the student network.
  • the output of the teacher network may be a result image output from the teacher network.
  • training in an in-loop filter and predictive deep neural network may be performed so that an error between the output of the student network and the original image is minimized.
  • the first error may be an error between the output of the student network and the output of the teacher network.
  • the second error may be an error between the output of the student network and the original image.
  • weights of the first error and the second error in learning may be adjusted by a Lagrange multiplier.
  • the value of the Lagrange multiplier may be set to 1.
  • learning in the in-loop filter and prediction deep neural network may be performed until the first error and the second error converge.
  • the learning loss function may be configured as in Equation 6 below.
  • L step2 may represent a loss function of learning.
  • the first loss function of the first learning in the student network and the second loss function of the second learning in the student network can be summed as one third loss function.
  • Learning in the in-loop filter and predictive deep neural network may be performed using the third loss function.
  • a deep neural network may be selected. Selecting a deep neural network may mean performing filtering on a target image using the selected deep neural network.
  • the target image may be a reconstructed image.
  • the target image may mean a target block or a reconstructed block.
  • filtering of the target image may be performed using a filter based on the learned deep neural network.
  • the deep neural network filter may be a trained deep neural network described in the embodiments.
  • the deep neural network filter may be a filter using a trained deep neural network described in the embodiments.
  • a filter may refer to a deep neural network filter.
  • the N filters may be N deep neural network filters.
  • the N deep neural network filters may each perform image reconstructions of different degrees. That is to say, the N deep neural network filters may differ from each other in the degree of image reconstruction.
  • the N deep neural network filters may be student networks trained using knowledge distillation.
  • a filter is applied to a specific target may be determined.
  • a specific object may be a unit including a target block.
  • a specific object is a (reconstructed) picture, (reconstructed) picture, (reconstructed) slice, (reconstructed) Coding Tree Unit (CTU), or (reconstructed) may be a block.
  • the size of the (reconstructed) block may be HxW.
  • N, H and W may be positive integers.
  • one filter out of N filters may be selected.
  • a filter candidate set may be configured according to the compression degree and compression method for a specific object (or image).
  • a filter candidate set may be some filters among N filters. In the filter selection described in the embodiments, one filter may be selected from among the filters of the filter candidate set.
  • a filter candidate set may be M deep neural network filters. M may be an integer less than or equal to N. The M deep neural network filters of the filter candidate set may each perform image reconstructions of different degrees.

Abstract

A method, a device and a recording medium for image encoding/decoding are disclosed. Provided in embodiments are a method, a device and a recording medium for efficiently lightening an in-loop filter and a predictive deep neural network in order to enhance encoding efficiency of an image and shorten the time required for encoding. Provided in embodiments is learning in a lightweight in-loop filter and a lightweight predictive deep neural network through knowledge distillation. According to embodiments, provided is a method for learning in an in-loop filter and a predictive deep neural network in order to enhance the efficiency and speed of image encoding and shorten the time required for encoding.

Description

영상 부호화/복호화를 위한 방법, 장치 및 기록 매체Method, apparatus and recording medium for video encoding/decoding
본 발명은 영상 부호화/복호화를 위한 방법, 장치 및 기록 매체에 관한 것이다.The present invention relates to a method, apparatus and recording medium for video encoding/decoding.
본 발명은 2021년 9월 29일 출원된 한국특허출원 제10-2021-0129157호의 출원일의 이익, 2022년 8월 25일 출원된 한국특허출원 제10-2022-0107154호의 출원일의 이익 및 2022년 9월 29일 출원된 한국특허출원 제10-2022-0124695호의 출원일의 이익을 주장하며, 그 내용 전부는 본 명세서에 포함된다.The present invention is the benefit of the filing date of Korean Patent Application No. 10-2021-0129157 filed on September 29, 2021, the benefit of the filing date of Korean Patent Application No. 10-2022-0107154 filed on August 25, 2022, and the Claims the benefit of the filing date of Korean Patent Application No. 10-2022-0124695 filed on the 29th of the month, all of which are incorporated herein.
정보 통신 산업의 지속적인 발달을 통해 HD(High Definition) 해상도를 가지는 방송 서비스가 세계적으로 확산되었다. 이러한 확산을 통해, 많은 사용자들이 고해상도이며 고화질인 영상(image) 및/또는 비디오(video)에 익숙해지게 되었다.Through the continuous development of the information communication industry, broadcasting services having high definition (HD) resolution have been spread worldwide. Through this proliferation, many users have become accustomed to high-resolution and high-definition images and/or videos.
높은 화질에 대한 사용자들의 수요를 만족시키기 위하여, 많은 기관들이 차세대 영상 기기에 대한 개발에 박차를 가하고 있다. 에이치디티브이(High Definition TV; HDTV) 및 풀에이치디(Full HD; FHD) TV뿐만 아니라, FHD TV에 비해 4배 이상의 해상도를 갖는 울트라에이치디(Ultra High Definition; UHD) TV에 대한 사용자들의 관심이 증대하였고, 이러한 관심의 증대에 따라, 더 높은 해상도 및 화질을 갖는 영상에 대한 영상 부호화(encoding)/복호화(decoding) 기술이 요구된다.In order to satisfy users' demand for high image quality, many organizations are accelerating the development of next-generation video devices. Users' interest in Ultra High Definition (UHD) TV, which has four times higher resolution than FHD TV, as well as High Definition TV (HDTV) and Full HD (FHD) TV. has increased, and according to this increase in interest, an image encoding/decoding technology for an image having a higher resolution and quality is required.
영상 압축 기술로서, 인터 예측 기술, 인트라 예측 기술, 변환 및 양자화 기술 및 엔트로피 부호화 기술 등 다양한 기술이 존재한다.As video compression technology, there are various technologies such as inter prediction technology, intra prediction technology, transformation and quantization technology, and entropy encoding technology.
인터 예측 기술은 현재 픽처의 이전 픽처 및/또는 이후 픽처를 사용하여 현재 픽처에 포함되는 픽셀의 값을 예측하는 기술이다. 인트라 예측 기술은 현재 픽처 내의 픽셀에 대한 정보를 사용하여 현재 픽처에 포함되는 픽셀의 값을 예측하는 기술이다. 변환 및 양자화 기술은 잔차 영상의 에너지를 압축하기 위한 기술이다. 엔트로피 부호화 기술은 높은 출현 빈도가 높은 값에 짧은 부호를 할당하고, 출현 빈도가 낮은 값에 긴 부호를 할당하는 기술이다.The inter-prediction technique is a technique of predicting a value of a pixel included in a current picture using pictures before and/or after the current picture. Intra-prediction technology is a technology of predicting a value of a pixel included in a current picture by using information about pixels in the current picture. The transformation and quantization technique is a technique for compressing the energy of the residual image. The entropy coding technique assigns short codes to values with a high frequency of occurrence and assigns long codes to values with a low frequency of occurrence.
이러한 영상 압축 기술을 사용하여 영상에 대한 데이터가 효과적으로 압축, 전송 및 저장될 수 있다.Using this video compression technology, data for video can be effectively compressed, transmitted, and stored.
일 실시예는 인-루프 필터 및 예측 심층 신경망에서의 학습을 제공하는 방법, 장치 및 기록 매체를 제공할 수 있다.An embodiment may provide a method, apparatus, and recording medium for providing learning in an in-loop filter and predictive deep neural network.
일 측에 있어서, 심층 신경망을 선택하는 단계; 상기 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보에 대한 부호화를 수행하여 부호화된 심층 신경망 정보를 생성하는 단계; 및 상기 부호화된 심층 신경망 정보를 포함하는 비트스트림을 생성하는 단계를 포함하는 영상 부호화 방법이 제공된다.In one aspect, selecting a deep neural network; generating coded deep neural network information by encoding deep neural network information used to construct the deep neural network; and generating a bitstream including the encoded deep neural network information.
상기 영상 부호화 방법은, 상기 심층 신경망에서의 학습을 수행하는 단계를 더 포함할 수 있다.The image encoding method may further include performing learning in the deep neural network.
상기 심층 신경망에서의 학습을 수행하는 단계는, 선생 네트워크에서의 학습을 수행하는 단계; 학생 네트워크에서의 제1 학습을 수행하는 단계; 및 상기 학생 네트워크에서의 제2 학습을 수행하는 단계를 포함할 수 있다.The step of performing learning in the deep neural network may include: performing learning in a teacher network; conducting first learning in the student network; and performing second learning in the student network.
상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행될 수 있다.Learning in the student network may be performed using knowledge distillation using the teacher network.
상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.Learning in an in-loop filter based on the deep neural network may be performed.
상기 인-루프 필터의 입력은 압축 열화가 발생한 영상일 수 있다.An input of the in-loop filter may be an image in which compression degradation occurs.
상기 인-루프 필터의 출력은 압축 열화가 제거된 영상일 수 있다.An output of the in-loop filter may be an image from which compression degradation has been removed.
상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행될 수 있다.Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
상기 심층 신경망은 예측을 통해 원본 영상과 유사한 예측 영상을 생성하는 예측 심층 신경망일 수 있다.The deep neural network may be a predictive deep neural network that generates a predicted image similar to an original image through prediction.
다른 일 측에 있어서, 부호화된 심층 신경망 정보를 포함하는 비트스트림을 수신하는 단계; 상기 부호화된 심층 신경망 정보에 대한 복호화를 수행하여 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보를 생성하는 단계; 및 상기 심층 신경망을 선택하는 단계를 포함하는 영상 복호화 방법이 제공된다.In another aspect, receiving a bitstream including coded deep neural network information; generating deep neural network information used to construct a deep neural network by decoding the encoded deep neural network information; and selecting the deep neural network.
상기 영상 복호화 방법은, 상기 심층 신경망에서의 학습을 수행하는 단계를 더 포함할 수 있다.The image decoding method may further include performing learning in the deep neural network.
상기 심층 신경망에서의 학습을 수행하는 단계는, 선생 네트워크에서의 학습을 수행하는 단계; 학생 네트워크에서의 제1 학습을 수행하는 단계; 및 상기 학생 네트워크에서의 제2 학습을 수행하는 단계를 포함할 수 있다.The step of performing learning in the deep neural network may include: performing learning in a teacher network; conducting first learning in the student network; and performing second learning in the student network.
상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행될 수 있다.Learning in the student network may be performed using knowledge distillation using the teacher network.
상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.Learning in an in-loop filter based on the deep neural network may be performed.
상기 인-루프 필터의 입력은 압축 열화가 발생한 영상일 수 있다.An input of the in-loop filter may be an image in which compression degradation occurs.
상기 인-루프 필터의 출력은 압축 열화가 제거된 영상일 수 있다.An output of the in-loop filter may be an image from which compression degradation has been removed.
상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행될 수 있다.Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
상기 심층 신경망은 예측을 통해 원본 영상과 유사한 예측 영상을 생성하는 예측 심층 신경망일 수 있다.The deep neural network may be a predictive deep neural network that generates a predicted image similar to an original image through prediction.
또 다른 일 측에 있어서, 영상 복호화를 위한 비트스트림을 저장하는 컴퓨터 판독 가능한 기록 매체에 있어서, 상기 비트스트림은, 부호화된 심층 신경망 정보를 포함하고, 상기 부호화된 심층 신경망 정보에 대한 복호화를 수행하여 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보가 생성되고, 상기 심층 신경망이 선택되는 컴퓨터 판독 가능한 기록매체가 제공된다.In another aspect, in a computer-readable recording medium storing a bitstream for image decoding, the bitstream includes encoded deep neural network information, and decoding the encoded deep neural network information is performed to A computer readable recording medium in which deep neural network information used to construct a deep neural network is generated and the deep neural network is selected is provided.
상기 심층 신경망에서의 학습이 수행될 수 있다.Learning in the deep neural network may be performed.
선생 네트워크에서의 학습이 수행될 수 있다.Learning in the teacher network can be performed.
학생 네트워크에서의 제1 학습이 수행될 수 있다.A first learning in the student network may be performed.
상기 학생 네트워크에서의 제2 학습을 수행될 수 있다.Second learning in the student network may be performed.
상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행될 수 있다.Learning in the student network may be performed using knowledge distillation using the teacher network.
상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.Learning in an in-loop filter based on the deep neural network may be performed.
상기 인-루프 필터의 입력은 압축 열화가 발생한 영상일 수 있다.An input of the in-loop filter may be an image in which compression degradation occurs.
상기 인-루프 필터의 출력은 압축 열화가 제거된 영상일 수 있다.An output of the in-loop filter may be an image from which compression degradation has been removed.
상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행될 수 있다.Learning in the in-loop filter may be performed to minimize an error between the output of the in-loop filter and the original image.
인-루프 필터 및 예측 심층 신경망에서의 학습을 제공하는 방법, 장치 및 기록 매체가 제공된다.A method, apparatus, and recording medium for providing learning in an in-loop filter and predictive deep neural network are provided.
도 1은 본 발명이 적용되는 부호화 장치의 일 실시예에 따른 구성을 나타내는 블록도이다.1 is a block diagram showing a configuration according to an embodiment of an encoding device to which the present invention is applied.
도 2는 본 발명이 적용되는 복호화 장치의 일 실시예에 따른 구성을 나타내는 블록도이다.2 is a block diagram showing a configuration according to an embodiment of a decoding device to which the present invention is applied.
도 3은 영상을 부호화 및 복호화할 때의 영상의 분할 구조를 개략적으로 나타내는 도면이다.3 is a diagram schematically illustrating a division structure of an image when encoding and decoding an image.
도 4는 코딩 유닛이 포함할 수 있는 예측 유닛의 형태를 도시한 도면이다.4 is a diagram illustrating a form of a prediction unit that a coding unit may include.
도 5는 코딩 유닛에 포함될 수 있는 변환 유닛의 형태를 도시한 도면이다.5 is a diagram illustrating a form of a transform unit that may be included in a coding unit.
도 6은 일 예에 따른 블록의 분할을 나타낸다.6 shows division of a block according to an example.
도 7은 인트라 예측 과정의 실시예를 설명하기 위한 도면이다.7 is a diagram for explaining an embodiment of an intra prediction process.
도 8은 인트라 예측 과정에서 사용되는 참조 샘플을 설명하기 위한 도면이다.8 is a diagram for explaining reference samples used in an intra prediction process.
도 9는 인터 예측 과정의 실시예를 설명하기 위한 도면이다.9 is a diagram for explaining an embodiment of an inter prediction process.
도 10은 일 예에 따른 공간적 후보들을 나타낸다.10 shows spatial candidates according to an example.
도 11은 일 예에 따른 공간적 후보들의 움직임 정보들의 머지 리스트로의 추가 순서를 나타낸다.11 illustrates an order of adding motion information of spatial candidates to a merge list according to an example.
도 12은 일 예에 따른 변환 및 양자화의 과정을 설명한다.12 illustrates a process of transformation and quantization according to an example.
도 13은 일 예에 따른 대각선 스캐닝을 나타낸다.13 illustrates diagonal scanning according to an example.
도 14는 일 예에 따른 수평 스캐닝을 나타낸다.14 illustrates horizontal scanning according to an example.
도 15는 일 예에 따른 수직 스캐닝을 나타낸다.15 illustrates vertical scanning according to an example.
도 16은 일 실시예에 따른 부호화 장치의 구조도이다.16 is a structural diagram of an encoding device according to an embodiment.
도 17은 일 실시예에 따른 복호화 장치의 구조도이다.17 is a structural diagram of a decryption device according to an embodiment.
도 18은 일 실시예에 따른 부호화 방법의 흐름도이다.18 is a flowchart of an encoding method according to an embodiment.
도 19는 일 실시예에 따른 복호화 방법의 흐름도이다.19 is a flowchart of a decoding method according to an embodiment.
도 20은 일 예에 따른 심층 신경망에서의 학습의 흐름도이다.20 is a flowchart of learning in a deep neural network according to an example.
도 21은 일 예에 따른 선생 네트워크에서의 학습을 나타낸다.21 illustrates learning in a teacher network according to an example.
도 22는 일 실시예에 따른 인트라 예측 심층 신경망 및 인터 예측 심층 신경망에서의 학습들을 나타낸다.22 shows learnings in an intra-prediction deep neural network and an inter-prediction deep neural network according to an embodiment.
도 23은 일 실시예에 따른 학생 네트워크에서의 제1 학습을 나타낸다.23 illustrates a first learning in a student network according to one embodiment.
도 24는 일 실시예에 따른 학생 네트워크에서의 제1 학습을 나타낸다.24 illustrates a first learning in a student network according to one embodiment.
도 25는 일 실시예에 따른 학생 네트워크에서의 제2 학습을 나타낸다.25 illustrates second learning in a student network according to one embodiment.
본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.Since the present invention can make various changes and have various embodiments, specific embodiments will be illustrated in the drawings and described in detail in the detailed description. However, this is not intended to limit the present invention to specific embodiments, and should be understood to include all modifications, equivalents, and substitutes included in the spirit and scope of the present invention.
후술하는 예시적 실시예들에 대한 상세한 설명은, 특정 실시예를 예시로서 도시하는 첨부 도면을 참조한다. 이들 실시예는 당업자가 실시예를 실시할 수 있기에 충분하도록 상세히 설명된다. 다양한 실시예들은 서로 다르지만 상호 배타적일 필요는 없음이 이해되어야 한다. 예를 들면, 여기에 기재되어 있는 특정 형상, 구조 및 특성은 일 실시예에 관련하여 본 발명의 정신 및 범위를 벗어나지 않으면서 다른 실시예로 구현될 수 있다. 또한, 각각의 개시된 실시예 내의 개별 구성요소의 위치 또는 배치는 실시예의 정신 및 범위를 벗어나지 않으면서 변경될 수 있음이 이해되어야 한다. 따라서, 후술하는 상세한 설명은 한정적인 의미로서 취하려는 것이 아니며, 예시적 실시예들의 범위는, 적절하게 설명된다면, 그 청구항들이 주장하는 것과 균등한 모든 범위와 더불어 첨부된 청구항에 의해서만 한정된다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS For detailed descriptions of exemplary embodiments described below, reference is made to the accompanying drawings, which illustrate specific embodiments by way of example. These embodiments are described in sufficient detail to enable those skilled in the art to practice the embodiments. It should be understood that the various embodiments are different, but need not be mutually exclusive. For example, specific shapes, structures, and characteristics described herein may be implemented in one embodiment in another embodiment without departing from the spirit and scope of the invention. Additionally, it should be understood that the location or arrangement of individual components within each disclosed embodiment may be changed without departing from the spirit and scope of the embodiment. Accordingly, the detailed description set forth below is not to be taken in a limiting sense, and the scope of the exemplary embodiments, if properly described, is limited only by the appended claims, along with all equivalents as claimed by those claims.
도면에서 유사한 참조부호는 여러 측면에 걸쳐서 동일하거나 유사한 기능을 지칭한다. 도면에서의 요소들의 형상 및 크기 등은 보다 명확한 설명을 위해 과장될 수 있다.Like reference numbers in the drawings indicate the same or similar function throughout the various aspects. The shapes and sizes of elements in the drawings may be exaggerated for clarity.
본 발명에서 제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들면, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. "및/또는"이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함할 수 있다.In the present invention, terms such as first and second may be used to describe various components, but the components should not be limited by the terms. These terms are only used for the purpose of distinguishing one component from another. For example, a first element may be termed a second element, and similarly, a second element may be termed a first element, without departing from the scope of the present invention. The term "and/or" may include any combination of a plurality of related listed items or any of a plurality of related listed items.
어떤 구성요소(component)가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 상기의 2개의 구성요소들이 서로 간에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있으나, 상기의 2개의 구성요소들의 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소(component)가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 상기의 2개의 구성요소들의 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다.When a component is referred to as being “connected” or “connected” to another component, the two components may be directly connected or connected to each other, but It will be understood that other components may exist in the middle of the two components. On the other hand, when a component is referred to as "directly connected" or "directly connected" to another component, it should be understood that no other component exists in the middle of the above two components. something to do.
실시예들에서 나타나는 구성요소들은 서로 다른 특징적인 기능들을 나타내기 위해 독립적으로 도시되는 것으로, 각 구성요소들이 분리된 하드웨어나 하나의 소프트웨어 구성단위로 이루어짐을 의미하지 않는다. 즉, 각 구성요소는 설명의 편의상 각각의 구성요소로 나열하여 포함한 것으로 각 구성요소 중 적어도 두 개의 구성요소가 합쳐져 하나의 구성요소로 이루어지거나, 하나의 구성요소가 복수 개의 구성요소로 나뉘어져 기능을 수행할 수 있고 이러한 각 구성요소의 통합된 실시예 및 분리된 실시예도 본 발명의 본질에서 벗어나지 않는 한 본 발명의 권리범위에 포함된다.Elements appearing in the embodiments are shown independently to represent different characteristic functions, and do not mean that each element is composed of separate hardware or a single software unit. That is, each component is listed and included as each component for convenience of description, and at least two of each component are combined to form one component, or one component is divided into a plurality of components to perform functions. It can be performed, and integrated embodiments and separate embodiments of each of these components are also included in the scope of the present invention as long as they do not depart from the essence of the present invention.
실시예들에서 사용된 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 실시예들에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다. 즉, 실시예들에서 특정 구성을 "포함"한다고 기술하는 내용은 해당 구성 이외의 구성을 배제하는 것이 아니며, 추가적인 구성 또한 본 발명의 실시 또는 본 발명의 기술적 사상의 범위에 포함될 수 있음을 의미한다.Terms used in the embodiments are only used to describe specific embodiments, and are not intended to limit the present invention. Singular expressions include plural expressions unless the context clearly dictates otherwise. In embodiments, the terms "comprise" or "have" are intended to indicate that there is a feature, number, step, operation, component, part, or combination thereof described in the specification, but one or more other It should be understood that the presence or addition of features, numbers, steps, operations, components, parts, or combinations thereof is not precluded. That is, the description of "including" a specific configuration in the embodiments does not exclude configurations other than the corresponding configuration, and means that additional configurations may also be included in the practice of the present invention or the scope of the technical idea of the present invention. .
실시예들에서 용어 "적어도 하나(at least one)"는 1, 2, 3 및 4와 같은 1 이상의 개수들 중 하나를 의미할 수 있다. 실시예들에서 용어 "복수(a plurality of)"는 2, 3 및 4와 같은 2 이상의 개수들 중 하나를 의미할 수 있다.In embodiments, the term “at least one” may mean one or more numbers such as 1, 2, 3, and 4. In embodiments, the term “a plurality of” may mean one of two or more numbers, such as 2, 3, and 4.
실시예들의 일부의 구성요소는 본 발명에서 본질적인 기능을 수행하는 필수적인 구성요소는 아니고 단지 성능을 향상시키기 위한 선택적 구성요소일 수 있다. 실시예들은, 단지 성능 향상을 위해 사용되는 구성요소가 제외된, 실시예들의 본질을 구현함에 있어 필수적인 구성요소만을 포함하여 구현될 수 있다. 단지 성능 향상을 위해 사용되는 선택적인 구성요소가 제외된 필수적인 구성요소만을 포함하는 구조도 실시예들의 권리범위에 포함된다.Some of the components of the embodiments are not essential components that perform essential functions in the present invention, but may be optional components for improving performance. Embodiments may be implemented by including only essential components in implementing the essence of the embodiments, excluding components used for performance improvement. A structure including only essential components excluding optional components used for performance improvement is also included in the scope of the embodiments.
이하에서는, 기술분야에서 통상의 지식을 가진 자가 실시예들을 용이하게 실시할 수 있도록 하기 위하여, 첨부된 도면을 참조하여 실시 형태에 대하여 구체적으로 설명한다. 실시예들을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 명세서의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다. 또한, 도면 상의 동일한 구성요소에 대해서는 동일한 참조부호를 사용하고, 동일한 구성요소에 대한 중복된 설명은 생략한다.Hereinafter, embodiments will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily practice the embodiments. In describing the embodiments, if it is determined that a detailed description of a related known configuration or function may obscure the gist of the present specification, the detailed description will be omitted. In addition, the same reference numerals are used for the same components in the drawings, and duplicate descriptions of the same components are omitted.
이하에서, 영상은 비디오(video)를 구성하는 하나의 픽처(picture)를 의미할 수 있으며, 비디오 자체를 나타낼 수도 있다. 예를 들면, "영상의 부호화 및/또는 복호화"는 "비디오의 부호화 및/또는 복호화"를 의미할 수 있으며, "비디오를 구성하는 영상들 중 하나의 영상의 부호화 및/또는 복호화"를 의미할 수도 있다.Hereinafter, an image may mean one picture constituting a video, and may also indicate the video itself. For example, "encoding and/or decoding an image" may mean "encoding and/or decoding a video", and may mean "encoding and/or decoding one of images constituting a video". may be
이하에서, 용어들 "비디오(video)" 및 "동영상(motion picture(s))"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “video” and “motion picture(s)” may be used interchangeably and may be used interchangeably.
이하에서, 대상 영상은 부호화의 대상인 부호화 대상 영상 및/또는 복호화의 대상인 복호화 대상 영상일 수 있다. 또한, 대상 영상은 부호화 장치로 입력된 입력 영상일 수 있고, 복호화 장치로 입력된 입력 영상일 수 있다. 또한, 대상 영상은 현재 부호화 및/또는 복호화의 대상인 현재 영상일 수 있다. 예를 들면, 용어들 "대상 영상" 및 "현재 영상"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the target image may be an encoding target image that is an encoding target and/or a decoding target image that is a decoding target. Also, the target image may be an input image input to an encoding device or an input image input to a decoding device. Also, the target image may be a current image that is a target of current encoding and/or decoding. For example, the terms “target image” and “current image” may be used interchangeably and may be used interchangeably.
이하에서, 용어들 "영상(image)", "픽처(picture)", "프레임(frame)" 및 "스크린(screen)"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “image”, “picture”, “frame” and “screen” may be used interchangeably and interchangeably.
이하에서, 대상 블록은 부호화의 대상인 부호화 대상 블록 및/또는 복호화의 대상인 복호화 대상 블록일 수 있다. 또한, 대상 블록은 현재 부호화 및/또는 복호화의 대상인 현재 블록일 수 있다. 예를 들면, 용어들 "대상 블록" 및 "현재 블록"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다. 현재 블록은 부호화 시 부호화의 대상이 되는 부호화 대상 블록 및/또는 복호화 시 복호화의 대상이 되는 복호화 대상 블록을 의미할 수 있다. 또한, 현재 블록은 코딩(coding) 블록, 예측 블록, 잔차 블록 및 변환 블록 중 적어도 하나일 수 있다.Hereinafter, the target block may be an encoding target block that is an encoding target and/or a decoding target block that is a decoding target. Also, the target block may be a current block that is a target of current encoding and/or decoding. For example, the terms “target block” and “current block” may be used interchangeably and may be used interchangeably. The current block may refer to a coding target block that is an encoding target during encoding and/or a decoding target block that is a decoding target during decoding. Also, the current block may be at least one of a coding block, a prediction block, a residual block, and a transform block.
이하에서, 용어들 "블록" 및 "유닛"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다. 또는 "블록"은 특정한 유닛을 나타낼 수 있다.Hereinafter, the terms “block” and “unit” may be used interchangeably and may be used interchangeably. Or "block" may represent a specific unit.
이하에서, 용어들 "영역(region)" 및 "세그먼트(segment)"는 서로 교체되어 사용될 수 있다.In the following, the terms "region" and "segment" may be used interchangeably.
실시예들에서, 특정된 정보, 데이터, 플래그(flag), 인덱스(index) 및 요소(element), 속성(attribute) 등의 각각은 값을 가질 수 있다. 정보, 데이터, 플래그, 인덱스, 요소 및 속성 등의 값 "0"은 거짓(false), 논리 거짓(logical false) 또는 제1 기정의된(predefined) 값을 나타낼 수 있다. 말하자면, 값 "0", 거짓, 논리 거짓 및 제1 기정의된 값은 서로 대체되어 사용될 수 있다. 정보, 데이터, 플래그, 인덱스, 요소 및 속성 등의 값 "1"은 참(true), 논리 참(logical true) 또는 제2 기정의된(predefined) 값을 나타낼 수 있다. 말하자면, 값 "1", 참, 논리 참 및 제2 기정의된 값은 서로 대체되어 사용될 수 있다.In embodiments, each of the specified information, data, flag, index and element, attribute, etc. may have a value. The value "0" of information, data, flags, indexes, elements, and attributes may represent false, logical false, or a first predefined value. That is to say, the value "0", false, logic false and the first predefined value may be used interchangeably. The value "1" of information, data, flags, indexes, elements, and attributes may represent true, logical true, or a second predefined value. In other words, the value "1", true, logically true, and the second predefined value may be used interchangeably.
행, 열 또는 인덱스를 나타내기 위해 i 또는 j 등의 변수가 사용될 때, i의 값은 0 이상의 정수일 수 있으며, 1 이상의 정수일 수도 있다. 말하자면, 실시예들에서 행, 열 및 인덱스 등은 0에서부터 카운트될 수 있으며, 1에서부터 카운트될 수 있다.When a variable such as i or j is used to indicate a row, column, or index, the value of i may be an integer greater than or equal to 0, or may be an integer greater than or equal to 1. That is to say, row, column, index, etc. may be counted from 0, in embodiments, may be counted from 1.
실시예들에서, 용어 "하나 이상" 또는 용어 "적어도 하나"는 용어 "복수"를 의미할 수 있다. "하나 이상" 또는 "적어도 하나"는 "복수"로 교체되어 사용될 수 있다.In embodiments, the term “one or more” or the term “at least one” may mean the term “plurality”. “One or more” or “at least one” may be used interchangeably with “plural”.
아래에서는, 실시예들에서 사용되는 용어가 설명된다.Below, terms used in the embodiments are explained.
부호화기(encoder): 부호화기는 부호화(encoding)를 수행하는 장치를 의미할 수 있다. 말하자면, 부호화기는 부호화 장치를 의미할 수 있다.Encoder: An encoder may mean a device that performs encoding. In other words, an encoder may mean an encoding device.
복호화기(decoder): 복호화기는 복호화(decoding)를 수행하는 장치를 의미할 수 있다. 말하자면, 복호화기는 복호화 장치를 의미할 수 있다.Decoder: A decoder may refer to a device that performs decoding. In other words, a decryptor may mean a decryption device.
유닛(unit): 유닛은 영상의 부호화 및/또는 복호화의 단위를 나타낼 수 있다. 용어들 "유닛" 및 "블록(block)"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Unit: A unit may represent a unit of encoding and/or decoding of an image. The terms "unit" and "block" may be used interchangeably and may be used interchangeably.
- 유닛은 샘플(sample)의 MxN 배열일 수 있다. M 및 N은 각각 양의 정수일 수 있다. 유닛은 흔히 2차원의 형태의 샘플들의 배열을 의미할 수 있다.- A unit may be an MxN array of samples. M and N may each be a positive integer. A unit may refer to an array of samples in a two-dimensional form.
- 영상의 부호화 및 복호화에 있어서, 유닛은 하나의 영상의 분할에 의해 생성된 영역일 수 있다. 말하자면, 유닛은 하나의 영상 내의 특정된 영역일 수 있다. 하나의 영상은 복수의 유닛들로 분할될 수 있다. 또는, 유닛은 하나의 영상을 세분화된 부분들로 분할하고, 분할된 부분에 대한 부호화 또는 복호화가 수행될 때, 상기의 분할된 부분을 의미할 수 있다.- In encoding and decoding of an image, a unit may be a region created by dividing one image. In other words, a unit may be a specified area within one image. One image may be divided into a plurality of units. Alternatively, the unit may refer to the divided parts when one image is divided into subdivided parts and encoding or decoding of the divided parts is performed.
- 영상의 부호화 및 복호화에 있어서, 유닛의 타입에 따라서 유닛에 대한 기정의된 처리가 수행될 수 있다.- In encoding and decoding of an image, a predefined process for a unit may be performed according to a unit type.
- 기능에 따라서, 유닛의 타입은 매크로 유닛(Macro Unit), 코딩 유닛(Coding Unit; CU), 예측 유닛(Prediction Unit; PU), 잔차 유닛(Residual Unit) 및 변환 유닛(Transform Unit; TU) 등으로 분류될 수 있다. 또는, 기능에 따라서, 유닛은 블록, 매크로블록(Macroblock), 코딩 트리 유닛(Coding Tree Unit), 코딩 트리 블록(Coding Tree Block), 코딩 유닛(Coding Unit), 부호화 블록(Coding Block), 예측 유닛(Prediction Unit), 예측 블록(Prediction Block), 잔차 유닛(Residual Unit), 잔차 블록(Residual Block), 변환 유닛(Transform Unit) 및 변환 블록(Transform Block) 등을 의미할 수 있다. 예를 들면, 대상 유닛은 부호화 및/또는 복호화의 대상인 CU, PU, 잔차 유닛 및 TU 중 적어도 하나일 수 있다.- Depending on the function, the type of unit is a macro unit, a coding unit (CU), a prediction unit (PU), a residual unit, and a transform unit (TU), etc. can be classified as Or, depending on the function, the unit is a block, macroblock, coding tree unit, coding tree block, coding unit, coding block, or prediction unit. It may mean a prediction unit, a prediction block, a residual unit, a residual block, a transform unit, a transform block, and the like. For example, the target unit may be at least one of a CU, a PU, a residual unit, and a TU to be encoded and/or decoded.
- 유닛은, 블록과 구분하여 지칭하기 위해, 루마(luma) 성분 블록 및 이에 대응하는 크로마(chroma) 성분 블록, 그리고 각 블록에 대한 신택스 요소(syntax element)를 포함하는 정보를 의미할 수 있다.- A unit may refer to information including a luma component block, a chroma component block corresponding to the luma component block, and a syntax element for each block, in order to be referred to as a block.
- 유닛의 크기 및 형태는 다양할 수 있다. 또한, 유닛은 다양한 크기 및 다양한 형태를 가질 수 있다. 특히 유닛의 형태는 정사각형뿐만 아니라 직사각형, 사다리꼴, 삼각형 및 오각형 등 2차원으로 표현될 수 있는 기하학적 도형을 포함할 수 있다.- Units may vary in size and shape. Also, units can have various sizes and shapes. In particular, the shape of the unit may include not only a square but also a two-dimensional geometric figure such as a rectangle, a trapezoid, a triangle, and a pentagon.
- 또한, 유닛 정보는 유닛의 타입, 유닛의 크기, 유닛의 깊이, 유닛의 부호화 순서 및 유닛의 복호화 순서 등 중 적어도 하나 이상을 포함할 수 있다. 예를 들면, 유닛의 타입은 CU, PU, 잔차 유닛 및 TU 등 중 하나를 가리킬 수 있다.- In addition, the unit information may include at least one or more of a unit type, a size of a unit, a depth of a unit, a coding order of a unit, a decoding order of a unit, and the like. For example, the unit type may indicate one of CU, PU, residual unit, and TU.
- 하나의 유닛은 유닛에 비해 더 작은 크기를 갖는 하위 유닛으로 더 분할될 수 있다.- One unit can be further divided into sub-units having a smaller size than the unit.
깊이(depth): 깊이는 유닛의 분할된 정도를 의미할 수 있다. 또한, 유닛의 깊이는 트리 구조로서 유닛(들)이 표현되었을 때 유닛이 존재하는 레벨을 나타낼 수 있다.Depth: Depth may mean the degree of division of a unit. Also, the depth of a unit may indicate a level at which the unit exists when the unit(s) are expressed as a tree structure.
- 유닛 분할 정보는 유닛의 깊이에 관한 깊이를 포함할 수 있다. 깊이는 유닛이 분할되는 회수 및/또는 정도를 나타낼 수 있다.- Unit division information may include depth about the depth of the unit. Depth may indicate the number and/or extent to which a unit is divided.
- 트리 구조에서, 루트 노드(root node)의 깊이가 가장 얕고, 리프 노드(leaf node)의 깊이가 가장 깊다고 볼 수 있다. 루트 노드는 가장 상위의 노드일 수 있다. 리프 노드는 가장 하위의 노드일 수 있다.- In the tree structure, the root node has the shallowest depth and the leaf node has the deepest depth. The root node may be the highest node. A leaf node may be the lowest node.
- 하나의 유닛은 트리 구조(tree structure)에 기반하여 깊이 정보(depth)를 가지면서 계층적으로(hierarchically) 복수의 하위 유닛들로 분할될 수 있다. 말하자면, 유닛 및 상기의 유닛의 분할에 의해 생성된 하위 유닛은 노드 및 상기의 노드의 자식 노드에 각각 대응할 수 있다. 각각의 분할된 하위 유닛은 깊이를 가질 수 있다. 깊이는 유닛이 분할된 회수 및/또는 정도를 나타내므로, 하위 유닛의 분할 정보는 하위 유닛의 크기에 관한 정보를 포함할 수도 있다.- One unit may be hierarchically divided into a plurality of sub-units while having depth information based on a tree structure. In other words, a unit and a sub-unit generated by division of the unit may correspond to a node and a child node of the node, respectively. Each divided sub-unit may have a depth. Since depth represents the number and/or degree of division of a unit, division information of a sub-unit may include information about the size of the sub-unit.
- 트리 구조에서, 가장 상위 노드는 분할되지 않은 최초의 유닛에 대응할 수 있다. 가장 상위 노드는 루트 노드로 칭해질 수 있다. 또한, 가장 상위 노드는 최소의 깊이 값을 가질 수 있다. 이 때, 가장 상위 노드는 레벨 0의 깊이를 가질 수 있다. - In the tree structure, the highest node may correspond to the first non-split unit. The highest node may be referred to as a root node. Also, the highest node may have the smallest depth value. In this case, the highest node may have a depth of level 0.
- 레벨 1의 깊이를 갖는 노드는 최초의 유닛이 한 번 분할됨에 따라 생성된 유닛을 나타낼 수 있다. 레벨 2의 깊이를 갖는 노드는 최초의 유닛이 두 번 분할됨에 따라 생성된 유닛을 나타낼 수 있다.- A node with a depth of level 1 may represent a unit created as the original unit is split once. A node with a depth of level 2 may represent a unit created as the original unit is split twice.
- 레벨 n의 깊이를 갖는 노드는 최초의 유닛이 n번 분할됨에 따라 생성된 유닛을 나타낼 수 있다.- A node with a depth of level n may represent a unit created as the initial unit is split n times.
- 리프 노드는 가장 하위의 노드일 수 있으며, 더 분할될 수 없는 노드일 수 있다. 리프 노드의 깊이는 최대 레벨일 수 있다. 예를 들면, 최대 레벨의 기정의된 값은 3일 수 있다.- A leaf node may be the lowest node and may be a node that cannot be further divided. The depth of a leaf node may be the maximum level. For example, the predefined value of the maximum level may be 3.
- QT 깊이는 쿼드 분할에 대한 깊이를 나타낼 수 있다. BT 깊이는 이진 분할에 대한 깊이를 나타낼 수 있다. TT 깊이는 삼진 분할에 대한 깊이를 나타낼 수 있다.-QT depth may indicate the depth for quad division. BT depth may indicate a depth for binary partitioning. The TT depth may indicate a depth for ternary division.
샘플(sample): 샘플은 블록을 구성하는 기반(base) 단위일 수 있다. 샘플은 비트 깊이(bit depth; Bd)에 따라서 0부터 2Bd-1까지의 값들로서 표현될 수 있다.Sample: A sample may be a base unit constituting a block. A sample may be represented as values from 0 to 2 Bd -1 according to a bit depth (Bd).
- 샘플은 픽셀 또는 픽셀 값일 수 있다.- A sample can be a pixel or a pixel value.
- 이하에서, 용어들 "픽셀", "화소" 및 "샘플"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.- In the following, the terms "pixel", "pixel" and "sample" may be used in the same meaning and may be used interchangeably.
코딩 트리 유닛(Coding Tree Unit; CTU): CTU는 하나의 루마 성분(Y) 코딩 트리 블록과, 상기의 루마 성분 코딩 트리 블록에 관련된 두 크로마 성분(Cb, Cr) 코딩 트리 블록들로 구성될 수 있다. 또한, CTU는 상기의 블록들과 상기의 블록들의 각 블록에 대한 신택스 요소를 포함한 것을 의미할 수도 있다.Coding Tree Unit (CTU): A CTU may consist of one luma component (Y) coding tree block and two chroma component (Cb, Cr) coding tree blocks related to the luma component coding tree block. there is. In addition, the CTU may mean including syntax elements for the above blocks and each block of the above blocks.
- 각 코딩 트리 유닛은 코딩 유닛, 예측 유닛 및 변환 유닛 등의 하위 유닛을 구성하기 위하여 쿼드 트리(Quad Tree: QT), 이진 트리(Binary Tree; BT) 및 삼진 트리(Ternary Tree; TT) 등과 같은 하나 이상의 분할 방식을 이용하여 분할될 수 있다. 쿼드 트리는 4진 트리(quarternary tree)를 의미할 수 있다. 또한, 각 코딩 트리 유닛은 하나 이상의 분할 방식들을 사용하는 복수 트리(MultiType Tree; MTT)을 이용하여 분할될 수 있다.- Each coding tree unit is a quad tree (QT), binary tree (BT), and ternary tree (TT) to construct sub units such as a coding unit, a prediction unit, and a transform unit. It can be segmented using one or more segmentation schemes. A quad tree may mean a quarternary tree. In addition, each coding tree unit may be split using a MultiType Tree (MTT) using one or more splitting schemes.
- CTU는 입력 영상의 분할에서와 같이, 영상의 복호화 및 부호화 과정에서의 처리 단위인 픽셀 블록을 지칭하기 위한 용어로서 사용될 수 있다.- CTU may be used as a term to refer to a pixel block, which is a processing unit in the process of decoding and encoding an image, as in segmentation of an input image.
코딩 트리 블록(Coding Tree Block; CTB): 코딩 트리 블록은 Y 코딩 트리 블록, Cb 코딩 트리 블록 및 Cr 코딩 트리 블록 중 어느 하나를 지칭하기 위한 용어로 사용될 수 있다.Coding Tree Block (CTB): A coding tree block may be used as a term to refer to any one of a Y coding tree block, a Cb coding tree block, and a Cr coding tree block.
이웃 블록(neighbor block): 이웃 블록은 대상 블록에 인접한 블록을 의미할 수 있다. 이웃 블록은 재구축된 이웃 블록을 의미할 수도 있다.Neighbor Block: A neighboring block may mean a block adjacent to a target block. A neighboring block may mean a reconstructed neighboring block.
- 이하에서, 용어들 "이웃 블록" 및 "인접 블록(adjacent block)"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.- In the following, the terms "neighboring block" and "adjacent block" may be used in the same meaning and may be used interchangeably.
- 이웃 블록은 재구축된 이웃 블록(reconstructed neighbor block)을 의미할 수도 있다.- A neighboring block may mean a reconstructed neighboring block.
공간적 이웃 블록(spatial neighbor block): 공간적 이웃 블록은 대상 블록에 공간적으로 인접한 블록일 수 있다. 이웃 블록은 공간적 이웃 블록을 포함할 수 있다.Spatial neighbor block: A spatial neighbor block may be a block that is spatially adjacent to the target block. Neighboring blocks may include spatial neighboring blocks.
- 대상 블록 및 공간적 이웃 블록은 대상 픽처 내에 포함될 수 있다.- The target block and spatial neighboring blocks may be included in the target picture.
- 공간적 이웃 블록은 대상 블록에 경계가 맞닿은 블록 또는 대상 블록으로부터 소정의 거리 내에 위치한 블록을 의미할 수 있다.- A spatial neighboring block may mean a block whose boundary meets the target block or a block located within a predetermined distance from the target block.
- 공간적 이웃 블록은 대상 블록의 꼭지점에 인접한 블록을 의미할 수 있다. 여기에서, 대상 블록의 꼭지점에 인접한 블록이란, 대상 블록에 가로로 인접한 이웃 블록에 세로로 인접한 블록 또는 대상 블록에 세로로 인접한 이웃 블록에 가로로 인접한 블록일 수 있다.- A spatial neighboring block may mean a block adjacent to a vertex of a target block. Here, the block adjacent to the vertex of the target block may be a block vertically adjacent to a neighboring block horizontally adjacent to the target block or a block horizontally adjacent to a neighboring block vertically adjacent to the target block.
시간적 이웃 블록(temporal neighbor block): 시간적 이웃 블록은 대상 블록에 시간적으로 인접한 블록일 수 있다. 이웃 블록은 시간적 이웃 블록을 포함할 수 있다.Temporal neighbor block: A temporal neighbor block may be a block that is temporally adjacent to the target block. Neighboring blocks may include temporal neighboring blocks.
- 시간적 이웃 블록은 콜 블록(co-located block; col block)을 포함할 수 있다.- A temporal neighboring block may include a co-located block (col block).
- 콜 블록은 이미 재구축된 콜 픽처(co-located picture; col picture) 내의 블록일 수 있다. 콜 블록의 콜 픽처 내에서의 위치는 대상 블록의 대상 픽처 내의 위치에 대응할 수 있다. 또는, 콜 블록의 콜 픽처 내에서의 위치는 대상 블록의 대상 픽처 내의 위치와 동일할 수 있다. 콜 픽처는 참조 픽처 리스트에 포함된 픽처일 수 있다.- A collocated block may be a block in an already reconstructed co-located picture (col picture). A position of a collocated block in a collocated picture may correspond to a position of a target block in a target picture. Alternatively, the position of the collocated block in the collocated picture may be the same as the position of the target block in the target picture. A collocated picture may be a picture included in a reference picture list.
- 시간적 이웃 블록은 대상 블록의 공간적 이웃 블록에 시간적으로 인접한 블록일 수 있다.- A temporal neighboring block may be a block temporally adjacent to a spatial neighboring block of a target block.
예측 모드(prediction mode): 예측 모드는 인트라 예측을 위해 사용되는 모드 또는 인터 예측을 위해 사용되는 모드를 지시하는 정보일 수 있다.Prediction mode: The prediction mode may be information indicating a mode used for intra prediction or a mode used for inter prediction.
예측 유닛(prediction unit): 예측 유닛은 인터 예측, 인트라 예측, 인터 보상(compensation), 인트라 보상 및 움직임 보상 등의 예측에 대한 기반 단위를 의미할 수 있다.Prediction unit: A prediction unit may mean a base unit for prediction such as inter prediction, intra prediction, inter compensation, intra compensation, and motion compensation.
- 하나의 예측 유닛은 더 작은 크기를 갖는 복수의 파티션(partition)들 또는 하위 예측 유닛들로 분할될 수도 있다. 복수의 파티션들 또한 예측 또는 보상의 수행에 있어서의 기반 단위일 수 있다. 예측 유닛의 분할에 의해 생성된 파티션 또한 예측 유닛일 수 있다.- One prediction unit may be divided into a plurality of smaller-sized partitions or sub-prediction units. A plurality of partitions may also be a basis unit in performing prediction or compensation. A partition generated by division of a prediction unit may also be a prediction unit.
예측 유닛 파티션(prediction unit partition): 예측 유닛 파티션은 예측 유닛이 분할된 형태를 의미할 수 있다.Prediction unit partition (prediction unit partition): A prediction unit partition may mean a form in which a prediction unit is divided.
재구축된 이웃 유닛(reconstructed neighboring unit): 재구축된 이웃 유닛은 대상 유닛의 이웃에 이미 복호화되어 재구축된 유닛일 수 있다.Reconstructed neighboring unit: A reconstructed neighboring unit may be a unit that has already been decoded and reconstructed in a neighbor of a target unit.
- 재구축된 이웃 유닛은 대상 유닛에 대한 공간적(spatial) 인접 유닛 또는 시간적(temporal) 인접 유닛일 수 있다.- The reconstructed neighbor unit may be a spatial neighbor unit or a temporal neighbor unit to the target unit.
- 재구축된 공간적 이웃 유닛은 대상 픽처 내의 유닛이면서 부호화 및/또는 복호화를 통해 이미 재구축된 유닛일 수 있다.- The reconstructed spatial neighboring unit may be a unit in the target picture and already reconstructed through encoding and/or decoding.
- 재구축된 시간적 이웃 유닛은 참조 영상 내의 유닛이면서 부호화 및/또는 복호화를 통해 이미 재구축된 유닛일 수 있다. 재구축된 시간적 이웃 유닛의 참조 영상 내에서의 위치는 대상 유닛의 대상 픽처 내에서의 위치와 같거나, 대상 유닛의 대상 픽처 내에서의 위치에 대응할 수 있다. 또는, 재구축된 시간적 이웃 유닛은 참조 영상 내의 대응하는 블록의 이웃 블록일 수 있다. 여기에서, 대응하는 블록의 참조 영상 내에서의 위치는 대상 영상 내에서의 대상 블록의 위치에 대응할 수 있다. 여기에서, 블록들의 위치들이 대응한다는 것은, 블록들의 위치들이 동일하다는 것을 의미할 수 있고, 하나의 블록이 다른 블록에 포함된다는 것을 의미할 수 있고, 하나의 블록이 다른 블록의 특정된 위치를 차지한다는 것을 의미할 수 있다.- The reconstructed temporal neighbor unit may be a unit in the reference picture and a unit that has already been reconstructed through encoding and/or decoding. A position of the reconstructed temporal neighboring unit within the reference image may be the same as a position within the target unit's target picture or may correspond to a position within the target unit's target picture. Alternatively, the reconstructed temporal neighboring unit may be a neighboring block of a corresponding block in the reference picture. Here, the position of the corresponding block in the reference image may correspond to the position of the target block in the target image. Here, the correspondence of the positions of the blocks may mean that the positions of the blocks are the same, and may mean that one block is included in another block, and one block occupies a specified position of the other block. can mean doing
서브-픽처: 픽처는 하나 이상의 서브-픽처들로 분할될 수 있다. 서브-픽처는 하나 이상의 타일 행들 및 하나 이상의 타일 열들로 구성될 수 있다.Sub-picture: A picture can be divided into one or more sub-pictures. A sub-picture may consist of one or more tile rows and one or more tile columns.
- 서브-픽처는 픽처 내의 정사각형(square) 형태 또는 직사각형(rectangular)(즉, 비-정사각형(non-square) 형태를 가지는 영역일 수 있다. 또한, 서브-픽처는 하나 이상의 CTU들을 포함할 수 있다.- A sub-picture may be an area having a square shape or a rectangular (ie, non-square) shape within a picture. In addition, a sub-picture may include one or more CTUs. .
- 서브-픽처는 하나의 픽처 내의 하나 이상의 슬라이스들의 직사각형 영역일 수 있다.- A sub-picture may be a rectangular area of one or more slices within one picture.
- 하나의 서브-픽처는 하나 이상의 타일(tile)들, 하나 이상의 브릭(brick)들 및/또는 하나 이상의 슬라이스(slice)들을 포함할 수 있다.- One sub-picture may include one or more tiles, one or more bricks, and/or one or more slices.
타일: 타일은 픽처 내의 정사각형 형태 또는 직사각형(즉, 비-정사각형 형태를 가지는 영역일 수 있다.Tile: A tile can be a square or rectangular (ie, non-square) area within a picture.
- 타일은 하나 이상의 CTU들을 포함할 수 있다.- A tile may contain one or more CTUs.
- 타일은 하나 이상의 브릭들로 분할될 수 있다.- A tile can be divided into one or more bricks.
브릭: 브릭은 타일 내의 하나 이상의 CTU 행들을 의미할 수 있다.Brick: A brick may mean one or more CTU rows within a tile.
- 타일은 하나 이상의 브릭들로 분할될 수 있다. 각 브릭은 하나 이상의 CTU 행들을 포함할 수 있다.- A tile can be divided into one or more bricks. Each brick may contain one or more CTU rows.
- 2 개 이상으로 분할되지 않는 타일도 브릭을 의미할 수 있다.- A tile that is not divided into two or more can also mean a brick.
슬라이스: 슬라이스는 픽처 내의 하나 이상의 타일들을 포함할 수 있다. 또는, 슬라이스는 타일 내의 하나 이상의 브릭들을 포함할 수 있다.Slice: A slice can include one or more tiles within a picture. Or, a slice may include one or more bricks within a tile.
- 서브-픽처는 픽처 내의 직사각형 영역을 집합적으로 커버하는 하나 이상의 슬라이스들을 포함할 수 있다. 이에 따라, 각 서브-픽처 경계는 항상 슬라이스 경계일 수 있다. 또한, 각 수직 서브-픽처 경계는 항상 수직 타일 경계일 수 있다.- A sub-picture may contain one or more slices that collectively cover a rectangular area within the picture. Accordingly, each sub-picture boundary may always be a slice boundary. Also, each vertical sub-picture boundary may always be a vertical tile boundary.
파라미터 세트(parameter set): 파라미터 세트는 비트스트림 내의 구조(structure) 중 헤더(header) 정보에 해당할 수 있다.Parameter set: A parameter set may correspond to header information among structures in a bitstream.
- 파라미터 세트는 비디오 파라미터 세트(Video Parameter Set; VPS), 시퀀스 파라미터 세트(Sequence Parameter Set: SPS), 픽처 파라미터 세트(Picture Parameter Set; PPS), 적응 파라미터 세트(Adaptation Parameter Set; APS) 및 복호화 파라미터 세트(Decoding Parameter Set; DPS) 등 중 적어도 하나를 포함할 수 있다.- Parameter sets include a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), an Adaptation Parameter Set (APS), and a decoding parameter It may include at least one of a set (Decoding Parameter Set; DPS), and the like.
파라미터 세트를 통해 시그널링된 정보는 파라미터 세트를 참조하는 픽처들에게 적용될 수 있다. 예를 들면, VPS 내의 정보는 VPS를 참조하는 픽처들에게 적용될 수 있다. SPS 내의 정보는 SPS를 참조하는 픽처들에게 적용될 수 있다. PPS 내의 정보는 PPS를 참조하는 픽처들에게 적용될 수 있다.Information signaled through a parameter set may be applied to pictures referring to the parameter set. For example, information in the VPS may be applied to pictures referring to the VPS. Information in the SPS may be applied to pictures referring to the SPS. Information in the PPS may be applied to pictures referring to the PPS.
파라미터 세트는 상위의 파라미터 세트를 참조할 수 있다. 예를 들면, PPS는 SPS를 참조할 수 있다. SPS는 VPS를 참조할 수 있다.A parameter set may refer to an upper parameter set. For example, PPS may refer to SPS. SPS may refer to VPS.
- 또한, 파라미터 세트는 타일(tile) 그룹, 슬라이스(slice) 헤더 정보 및 타일(tile) 헤더 정보를 포함할 수 있다. 타일 그룹은 복수의 타일들을 포함하는 그룹을 의미할 수 있다. 또한, 타일 그룹의 의미는 슬라이스의 의미와 동일할 수 있다.- In addition, the parameter set may include tile group, slice header information, and tile header information. A tile group may refer to a group including a plurality of tiles. Also, the meaning of a tile group may be the same as that of a slice.
율-왜곡 최적화(rate-distortion optimization): 부호화 장치는 코딩 유닛의 크기, 예측 모드, 예측 유닛의 크기, 움직임 정보 및, 변환 유닛의 크기 등의 조합을 이용해서 높은 부호화 효율을 제공하기 위해 율-왜곡 최적화를 사용할 수 있다.Rate-distortion optimization: The encoding device uses a combination of the size of the coding unit, the prediction mode, the size of the prediction unit, motion information, and the size of the conversion unit to provide high encoding efficiency. Distortion optimization can be used.
- 율-왜곡 최적화 방식은 상기의 조합들 중에서 최적의 조합을 선택하기 위해 각 조합의 율-왜곡 비용(rate-distortion cost)을 계산할 수 있다. 율-왜곡 비용은 수식 "D+λ*R"을 이용하여 계산될 수 있다. 일반적으로 수식 "D+λ*R"에 의한 율-왜곡 비용이 최소가 되는 조합이 율-왜곡 최적화 방식에 있어서의 최적의 조합으로 선택될 수 있다.- The rate-distortion optimization method may calculate a rate-distortion cost of each combination in order to select an optimal combination among the above combinations. The rate-distortion cost can be calculated using the formula “D+λ*R”. In general, a combination that minimizes the rate-distortion cost according to the equation “D+λ*R” can be selected as an optimal combination in the rate-distortion optimization method.
- D는 왜곡을 나타낼 수 있다. D는 변환 유닛 내에서 원래의 변환 계수들 및 재구축된 변환 계수들 간의 차이 값들의 제곱들의 평균(mean square error)일 수 있다.- D can represent distortion. D may be the mean square error of difference values between the original transform coefficients and the reconstructed transform coefficients within the transform unit.
- R은 율을 나타낼 수 있다. R은 관련된 문맥 정보를 이용한 비트 율을 나타낼 수 있다.- R can represent rate. R may represent a bit rate using related context information.
- λ는 라그랑지안 승수(Lagrangian multiplier)를 나타낼 수 있다. R은 예측 모드, 움직임 정보 및 코드된 블록 플래그(coded block flag) 등과 같은 코딩 파라미터 정보뿐만 아니라, 변환 계수의 부호화에 의해 발생하는 비트도 포함할 수 있다.- λ may represent a Lagrangian multiplier. R may include not only coding parameter information such as a prediction mode, motion information, and a coded block flag, but also bits generated by encoding transform coefficients.
- 부호화 장치는 정확한 D 및 R을 계산하기 위해 인터 예측, 인트라 예측, 변환, 양자화, 엔트로피 부호화, 역양자화 및/또는 역변환 등의 과정들을 수행할 수 있다. 이러한 과정들은 부호화 장치에서의 복잡도를 크게 증가시킬 수 있다.- The encoding device may perform processes such as inter prediction, intra prediction, transformation, quantization, entropy encoding, inverse quantization, and/or inverse transformation to calculate accurate D and R. These processes can greatly increase complexity in an encoding device.
비트스트림(bitstream): 비트스트림은 부호화된 영상 정보를 포함하는 비트의 열을 의미할 수 있다.Bitstream: A bitstream may mean a string of bits including coded image information.
파싱(parsing): 파싱은 비트스트림을 엔트로피 복호화하여 신택스 요소(syntax element)의 값을 결정하는 것을 의미할 수 있다. 또는, 파싱은 엔트로피 복호화 자체를 의미할 수 있다.Parsing: Parsing may mean determining a value of a syntax element by entropy decoding a bitstream. Alternatively, parsing may mean entropy decoding itself.
심볼(symbol): 부호화 대상 유닛 및/또는 복호화 대상 유닛의 신택스 요소, 코딩 파라미터(coding parameter) 및 변환 계수(transform coefficient) 등 중 적어도 하나를 의미할 수 있다. 또한, 심볼은 엔트로피 부호화의 대상 또는 엔트로피 복호화의 결과를 의미할 수 있다.Symbol: may mean at least one of a syntax element, a coding parameter, and a transform coefficient of a coding target unit and/or a decoding target unit. Also, a symbol may mean an object of entropy encoding or a result of entropy decoding.
참조 픽처(reference picture): 참조 픽처는 인터 예측 또는 움직임 보상을 위하여 유닛이 참조하는 영상을 의미할 수 있다. 또는, 참조 픽처는 인터 예측 또는 움직임 보상을 위해 대상 유닛이 참조하는 참조 유닛을 포함하는 영상일 수 있다.Reference picture: A reference picture may refer to an image that a unit refers to for inter prediction or motion compensation. Alternatively, the reference picture may be an image including a reference unit referred to by a target unit for inter prediction or motion compensation.
이하, 용어 "참조 픽처" 및 "참조 영상"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “reference picture” and “reference image” may be used interchangeably and may be used interchangeably.
참조 픽처 리스트(reference picture list): 참조 픽처 리스트는 인터 예측 또는 움직임 보상에 사용되는 하나 이상의 참조 영상들을 포함하는 리스트일 수 있다.Reference picture list: The reference picture list may be a list including one or more reference pictures used for inter prediction or motion compensation.
- 참조 픽처 리스트의 타입은 리스트 조합(List Combined; LC), 리스트 0(List 0; L0), 리스트 1(List 1; L1), 리스트 2(List 2; L2) 및 리스트 3(List 3; L3) 등이 있을 수 있다.- The types of reference picture lists are List Combined (LC), List 0 (L0), List 1 (L1), List 2 (List 2; L2), and List 3 (List 3; L3). ), etc. may be present.
- 인터 예측에는 하나 이상의 참조 픽처 리스트들이 사용될 수 있다.- One or more reference picture lists may be used for inter prediction.
인터 예측 지시자(inter prediction indicator): 인터 예측 지시자는 대상 유닛에 대한 인터 예측의 방향을 가리킬 수 있다. 인터 예측은 단방향 예측 및 양방향 예측 등 중 하나일 수 있다. 또는, 인터 예측 지시자는 대상 유닛의 예측 유닛을 생성할 때 사용되는 참조 픽처의 개수를 나타낼 수 있다. 또는, 인터 예측 지시자는 대상 유닛에 대한 인터 예측 혹은 움직임 보상을 위해 사용되는 예측 블록의 개수를 의미할 수 있다.Inter prediction indicator: The inter prediction indicator may indicate the direction of inter prediction for a target unit. Inter prediction can be one of uni-prediction and bi-prediction, etc. Alternatively, the inter prediction indicator may indicate the number of reference pictures used when generating a prediction unit of a target unit. Alternatively, the inter prediction indicator may indicate the number of prediction blocks used for inter prediction or motion compensation of the target unit.
예측 리스트 활용 플래그(prediction list utilization flag): 예측 리스트 활용 플래그는 특정한 참조 픽처 리스트 내의 적어도 하나의 참조 픽처를 사용하여 예측 유닛을 생성하는지 여부를 나타낼 수 있다.Prediction list utilization flag: The prediction list utilization flag may indicate whether a prediction unit is generated using at least one reference picture in a specific reference picture list.
- 예측 리스트 활용 플래그를 사용하여 인터 예측 지시자가 도출될 수 있다. 반대로, 인터 예측 지시자를 사용하여 예측 리스트 활용 플래그가 도출될 수 있다. 예를 들면, 예측 리스트 활용 플래그가 제1 값인 0을 지시하는 것은, 대상 유닛에 대하여, 참조 픽처 리스트 내의 참조 픽처를 사용하여 예측 블록이 생성되지 않는 것을 나타낼 수 있다. 예측 리스트 활용 플래그가 제2 값인 1을 지시하는 것은, 대상 유닛에 대하여, 참조 픽처 리스트를 이용하여 예측 유닛이 생성되는 것을 나타낼 수 있다.- An inter prediction indicator can be derived using the prediction list utilization flag. Conversely, the prediction list utilization flag can be derived using the inter prediction indicator. For example, when the prediction list utilization flag indicates a first value of 0, it may indicate that a prediction block is not generated using a reference picture in the reference picture list for the target unit. When the prediction list utilization flag indicates the second value of 1, it may indicate that a prediction unit is generated using the reference picture list for the target unit.
참조 픽처 인덱스(reference picture index): 참조 픽처 인덱스는 참조 픽처 리스트에서 특정 참조 픽처를 지시하는 인덱스일 수 있다.Reference picture index: The reference picture index may be an index indicating a specific reference picture in a reference picture list.
픽처 오더 카운트(Picture Order Count; POC): 픽처의 POC는 픽처의 디스플레이 순서를 나타낼 수 있다.Picture Order Count (POC): The POC of a picture may indicate a display order of pictures.
움직임 벡터(Motion Vector; MV): 움직임 벡터는 인터 예측 또는 움직임 보상에서 사용되는 2차원의 벡터일 수 있다. 움직임 벡터는 대상 영상 및 참조 영상 간의 오프셋을 의미할 수 있다.Motion Vector (MV): A motion vector may be a two-dimensional vector used in inter prediction or motion compensation. A motion vector may mean an offset between a target image and a reference image.
- 예를 들면, MV는 (mvx, mvy)와 같은 형태로 표현될 수 있다. mvx는 수평(horizontal) 성분을 나타낼 수 있고, mvy는 수직(vertical) 성분을 나타낼 수 있다.- For example, MV can be expressed as (mv x , mv y ). mv x may represent a horizontal component, and mv y may represent a vertical component.
탐색 영역(search range): 탐색 영역은 인터 예측 중 MV에 대한 탐색이 이루어지는 2차원의 영역일 수 있다. 예를 들면, 탐색 영역의 크기는 MxN일 수 있다. M 및 N은 각각 양의 정수일 수 있다.Search range: The search range may be a two-dimensional area where MVs are searched during inter prediction. For example, the size of the search area may be MxN. M and N may each be a positive integer.
움직임 벡터 후보(motion vector candidate): 움직임 벡터 후보는 움직임 벡터를 예측할 때 예측 후보인 블록 혹은 예측 후보인 블록의 움직임 벡터를 의미할 수 있다. Motion vector candidate: A motion vector candidate may mean a block as a prediction candidate or a motion vector of a block as a prediction candidate when predicting a motion vector.
- 움직임 벡터 후보는 움직임 벡터 후보 리스트에 포함될 수 있다.- A motion vector candidate may be included in a motion vector candidate list.
움직임 벡터 후보 리스트(motion vector candidate list): 움직임 벡터 후보 리스트는 하나 이상의 움직임 벡터 후보들을 이용하여 구성된 리스트를 의미할 수 있다.Motion vector candidate list: The motion vector candidate list may refer to a list constructed using one or more motion vector candidates.
움직임 벡터 후보 인덱스(motion vector candidate index): 움직임 벡터 후보 인덱스는 움직임 벡터 후보 리스트 내의 움직임 벡터 후보를 가리키는 지시자를 의미할 수 있다. 또는, 움직임 벡터 후보 인덱스는 움직임 벡터 예측기(motion vector predictor)의 인덱스(index)일 수 있다.Motion vector candidate index: The motion vector candidate index may mean an indicator indicating a motion vector candidate in the motion vector candidate list. Alternatively, the motion vector candidate index may be an index of a motion vector predictor.
움직임 정보(motion information): 움직임 정보는 움직임 벡터, 참조 픽처 인덱스 및 인터 예측 지시자(inter prediction indicator) 뿐만 아니라 참조 픽처 리스트 정보, 참조 영상, 움직임 벡터 후보, 움직임 벡터 후보 인덱스, 머지 후보 및 머지 인덱스 등 중 적어도 하나를 포함하는 정보를 의미할 수 있다.Motion information: Motion information includes not only motion vectors, reference picture indices and inter prediction indicators, but also reference picture list information, reference pictures, motion vector candidates, motion vector candidate indices, merge candidates and merge indices, etc. It may mean information including at least one of
머지 후보 리스트(merge candidate list): 머지 후보 리스트는 하나 이상의 머지 후보들을 이용하여 구성된 리스트를 의미할 수 있다.Merge candidate list: A merge candidate list may refer to a list constructed using one or more merge candidates.
머지 후보(merge candidate): 머지 후보는 공간적 머지 후보, 시간적 머지 후보, 조합된 머지 후보, 조합 양예측(combined bi-prediction) 머지 후보, 히스토리에 기반한 후보, 2 개의 후보들의 평균에 기반한 후보 및 제로 머지 후보 등을 의미할 수 있다. 머지 후보는 인터 예측 지시자를 포함할 수 있고, 각 리스트에 대한 참조 픽처 인덱스, 움직임 벡터, 예측 리스트 활용 플래그 및 인터 예측 지시자 등의 움직임 정보를 포함할 수 있다.Merge candidate: A merge candidate is a spatial merge candidate, a temporal merge candidate, a combined merge candidate, a combined bi-prediction merge candidate, a candidate based on history, a candidate based on an average of two candidates, and zero It may mean a merge candidate and the like. A merge candidate may include an inter prediction indicator, and may include motion information such as a reference picture index for each list, a motion vector, a prediction list utilization flag, and an inter prediction indicator.
머지 인덱스(merge index): 머지 인덱스는 머지 후보 리스트 내의 머지 후보를 가리키는 지시자일 수 있다.Merge index: A merge index may be an indicator pointing to a merge candidate in a merge candidate list.
- 머지 인덱스는 대상 유닛에 공간적으로 인접한 재구축된 유닛 및 대상 유닛에 시간적으로 인접한 재구축된 유닛 중 머지 후보를 유도한 재구축된 유닛을 지시할 수 있다.- The merge index may indicate a reconstructed unit that derives a merge candidate from among reconstructed units spatially adjacent to the target unit and reconstructed units temporally adjacent to the target unit.
- 머지 인덱스는 머지 후보의 움직임 정보들 중 적어도 하나를 지시할 수 있다.- The merge index may indicate at least one piece of motion information of a merge candidate.
변환 유닛(transform unit): 변환 유닛은 변환, 역변환, 양자화, 역양자화, 변환 계수 부호화 및 변환 계수 복호화 등과 같은 잔차 신호(residual signal) 부호화 및/또는 잔차 신호 복호화에 있어서의 기본 유닛일 수 있다. 하나의 변환 유닛은 더 작은 크기를 갖는 복수의 하위 변환 유닛들로 분할될 수 있다. 여기에서, 변환은 1차 변환 및 2차 변환 중 하나 이상을 포함할 수 있고, 역변환은 1차 역변환 및 2차 역변환 중 하나 이상을 포함할 수 있다.Transform unit: A transform unit may be a basic unit in residual signal encoding and/or residual signal decoding, such as transform, inverse transform, quantization, inverse quantization, transform coefficient encoding, and transform coefficient decoding. One transform unit may be divided into a plurality of sub-transform units having smaller sizes. Here, the transformation may include one or more of a first-order transformation and a second-order transformation, and the inverse transformation may include one or more of a first-order inverse transformation and a second-order inverse transformation.
스케일링(scaling): 스케일링은 변환 계수 레벨에 인수를 곱하는 과정을 의미할 수 있다. Scaling: Scaling may refer to a process of multiplying a transform coefficient level by a factor.
- 변환 계수 레벨에 대한 스케일링의 결과로서, 변환 계수가 생성될 수 있다. 스케일링은 역양자화(dequantization)로 칭해질 수도 있다.- As a result of the scaling to the transform coefficient level, a transform coefficient can be generated. Scaling may be referred to as dequantization.
양자화 파라미터(Quantization Parameter; QP): 양자화 파라미터는 양자화에서 변환 계수에 대해 변환 계수 레벨(transform coefficient level)을 생성할 때 사용되는 값을 의미할 수 있다. 또는, 양자화 파라미터는 역양자화에서 변환 계수 레벨을 스케일링(scaling)함으로써 변환 계수를 생성할 때 사용되는 값을 의미할 수도 있다. 또는, 양자화 파라미터는 양자화 스탭 크기(step size)에 매핑된 값일 수 있다.Quantization Parameter (QP): A quantization parameter may mean a value used when generating a transform coefficient level for a transform coefficient in quantization. Alternatively, the quantization parameter may refer to a value used when generating a transform coefficient by scaling a transform coefficient level in inverse quantization. Alternatively, the quantization parameter may be a value mapped to a quantization step size.
델타 양자화 파라미터(delta quantization parameter): 델타 양자화 파라미터는 예측된 양자화 파라미터 및 대상 유닛의 양자화 파라미터의 차분(difference) 값을 의미할 수 있다.Delta quantization parameter: The delta quantization parameter may refer to a difference value between a predicted quantization parameter and a quantization parameter of a target unit.
스캔(scan): 스캔은 유닛, 블록 또는 행렬 내의 계수들의 순서를 정렬하는 방법을 의미할 수 있다. 예를 들면, 2차원 배열을 1차원 배열 형태로 정렬하는 것을 스캔이라고 칭할 수 있다. 또는, 1차원 배열을 2차원 배열 형태로 정렬하는 것도 스캔 또는 역 스캔(inverse scan)이라고 칭할 수 있다.Scan: A scan may refer to a method of arranging the order of coefficients within a unit, block or matrix. For example, arranging a 2D array into a 1D array may be referred to as a scan. Alternatively, arranging a one-dimensional array into a two-dimensional array may also be referred to as scan or inverse scan.
변환 계수(transform coefficient): 변환 계수는 부호화 장치에서 변환을 수행함에 따라 생성된 계수 값일 수 있다. 또는, 변환 계수는 복호화 장치에서 엔트로피 복호화 및 역양자화 중 적어도 하나를 수행함에 따라 생성된 계수 값일 수 있다. Transform coefficient: A transform coefficient may be a coefficient value generated by performing transformation in an encoding device. Alternatively, the transform coefficient may be a coefficient value generated by performing at least one of entropy decoding and inverse quantization in the decoding apparatus.
- 변환 계수 또는 잔차 신호에 양자화를 적용함으로써 생성된 양자화된 레벨 또는 양자화된 변환 계수 레벨 또한 변환 계수의 의미에 포함될 수 있다.- A quantized level generated by applying quantization to a transform coefficient or a residual signal or a quantized transform coefficient level may also be included in the meaning of a transform coefficient.
양자화된 레벨(quantized level): 양자화된 레벨은 부호화 장치에서 변환 계수 또는 잔차 신호에 양자화를 수행함으로써 생성된 값을 의미할 수 있다. 또는, 양자화된 레벨은 복호화 장치에서 역양자화를 수행함에 있어서 역양자화의 대상이 되는 값을 의미할 수도 있다.Quantized level: A quantized level may refer to a value generated by performing quantization on a transform coefficient or a residual signal in an encoding device. Alternatively, the quantized level may mean a value to be subjected to inverse quantization when the decoding apparatus performs inverse quantization.
- 변환 및 양자화의 결과인 양자화된 변환 계수 레벨도 양자화된 레벨의 의미에 포함될 수 있다.- A quantized transform coefficient level, which is a result of transform and quantization, may also be included in the meaning of the quantized level.
비-제로 변환 계수(non-zero transform coefficient): 비-제로 변환 계수는 0이 아닌 값을 갖는 변환 계수 또는 0이 아닌 값을 갖는 변환 계수 레벨을 의미할 수 있다. 또는, 비-제로 변환 계수는 값의 크기가 0이 아닌 변환 계수 또는 값의 크기가 0이 아닌 변환 계수 레벨을 의미할 수 있다.Non-zero transform coefficient: A non-zero transform coefficient may mean a transform coefficient having a non-zero value or a transform coefficient level having a non-zero value. Alternatively, the non-zero transform coefficient may refer to a transform coefficient whose value is not 0 or a transform coefficient level whose value is not 0.
양자화 행렬(quantization matrix): 양자화 행렬은 영상의 주관적 화질 또는 객관적 화질을 향상시키기 위해서 양자화 과정 또는 역양자화 과정에서 이용되는 행렬을 의미할 수 있다. 양자화 행렬은 스케일링 리스트(scaling list)라고도 칭해질 수 있다.Quantization matrix: A quantization matrix may mean a matrix used in a quantization process or an inverse quantization process to improve subjective or objective picture quality of an image. A quantization matrix may also be referred to as a scaling list.
양자화 행렬 계수(quantization matrix coefficient): 양자화 행렬 계수는 양자화 행렬 내의 각 원소(element)를 의미할 수 있다. 양자화 행렬 계수는 행렬 계수(matrix coefficient)라고도 칭해질 수 있다.Quantization matrix coefficient: A quantization matrix coefficient may mean each element in a quantization matrix. Quantization matrix coefficients may also be referred to as matrix coefficients.
디폴트 행렬(default matrix): 디폴트 행렬은 부호화 장치 및 복호화 장치에서 기정의된 양자화 행렬일 수 있다.Default matrix: The default matrix may be a quantization matrix predefined in an encoding device and a decoding device.
비-디폴트 행렬(non-default matrix): 비-디폴트 행렬은 부호화 장치 및 복호화 장치에서 기정의되어 있지 않은 양자화 행렬일 수 있다. 비-디폴트 행렬은 사용자에 의해서 부호화 장치로부터 복호화 장치로 시그널링되는 양자화 행렬을 의미할 수 있다.Non-default matrix: The non-default matrix may be a quantization matrix that is not predefined in the encoding device and the decoding device. The non-default matrix may refer to a quantization matrix signaled from an encoding device to a decoding device by a user.
가장 가능성있는 모드(Most Probable Mode; MPM): MPM은 대상 블록의 인트라 예측을 위해 사용될 가능성이 높은 인트라 예측 모드를 나타낼 수 있다.Most Probable Mode (MPM): MPM may indicate an intra prediction mode that is highly likely to be used for intra prediction of a target block.
- 부호화 장치 및 복호화 장치는 대상 블록에 관련된 코딩 파라미터 및 대상 블록에 관련된 개체의 속성에 기반하여 하나 이상의 MPM들을 결정할 수 있다.- The encoding device and the decoding device may determine one or more MPMs based on a coding parameter related to the target block and an attribute of an object related to the target block.
- 부호화 장치 및 복호화 장치는 참조 블록의 인트라 예측 모드에 기반하여 하나 이상의 MPM들을 결정할 수 있다. 참조 블록은 복수일 수 있다. 복수의 참조 블록들은 대상 블록의 좌측에 인접한 공간적 이웃 블록 및 대상 블록의 상단에 인접한 공간적 이웃 블록을 포함할 수 있다. 말하자면, 참조 블록들에 대하여 어떠한 인트라 예측 모드들이 사용되었는가에 따라서 서로 다른 하나 이상의 MPM들이 결정될 수 있다.- The encoding device and the decoding device may determine one or more MPMs based on the intra prediction mode of the reference block. Reference blocks may be plural. The plurality of reference blocks may include a spatial neighboring block adjacent to the left side of the target block and a spatial neighboring block adjacent to the top of the target block. In other words, one or more different MPMs may be determined depending on which intra prediction modes are used for reference blocks.
- 하나 이상의 MPM들은 부호화 장치 및 복호화 장치에서 동일한 방식으로 결정될 수 있다. 말하자면, 부호화 장치 및 복호화 장치는 동일한 하나 이상의 MPM들을 포함하는 MPM 리스트를 공유할 수 있다.- One or more MPMs may be determined in the same way in the encoding device and the decoding device. In other words, the encoding device and the decoding device may share an MPM list including one or more identical MPMs.
MPM 리스트: MPM 리스트는 하나 이상의 MPM들을 포함하는 리스트일 수 있다. MPM 리스트 내의 하나 이상의 MPM들의 개수는 기정의될 수 있다.MPM List: An MPM list can be a list containing one or more MPMs. The number of one or more MPMs in the MPM list may be predefined.
MPM 지시자: MPM 지시자는 MPM 리스트의 하나 이상의 MPM들 중 대상 블록의 인트라 예측을 위해 사용되는 MPM을 지시할 수 있다. 예를 들면, MPM 지시자는 MPM 리스트에 대한 인덱스일 수 있다.MPM indicator: The MPM indicator may indicate an MPM used for intra prediction of a target block among one or more MPMs in the MPM list. For example, the MPM indicator may be an index to an MPM list.
- MPM 리스트는 부호화 장치 및 복호화 장치에서 동일한 방식으로 결정되기 때문에 MPM 리스트 자체는 부호화 장치로부터 복호화 장치로 전송될 필요가 없을 수 있다.- Since the MPM list is determined in the same way in the encoding device and the decoding device, the MPM list itself may not need to be transmitted from the encoding device to the decoding device.
- MPM 지시자는 부호화 장치로부터 복호화 장치로 시그널링될 수 있다. MPM 지시자가 시그널링됨에 따라 복호화 장치는 MPM 리스트의 MPM들 중 대상 블록에 대한 인트라 예측을 위해 사용될 MPM을 결정할 수 있다.- The MPM indicator may be signaled from the encoding device to the decoding device. As the MPM indicator is signaled, the decoding apparatus may determine an MPM to be used for intra prediction of the target block among MPMs in the MPM list.
MPM 사용 지시자: MPM 사용 지시자는 대상 블록에 대한 예측을 위해 MPM 사용 모드가 사용될지 여부를 지시할 수 있다. MPM 사용 모드는 MPM 리스트를 사용하여 대상 블록에 대한 인트라 예측을 위해 사용될 MPM을 결정하는 모드일 수 있다.MPM use indicator: The MPM use indicator may indicate whether an MPM use mode is to be used for prediction of a target block. The MPM use mode may be a mode for determining an MPM to be used for intra prediction of a target block by using an MPM list.
- MPM 사용 지시자는 부호화 장치로부터 복호화 장치로 시그널링될 수 있다.- The MPM use indicator may be signaled from the encoding device to the decoding device.
시그널링: 시그널링은 정보가 부호화 장치로부터 복호화 장치로 전송되는 것을 나타낼 수 있다. 또는, 시그널링은 부호화 장치가 정보를 비트스트림 또는 기록 매체 내에 포함시키는 것을 의미할 수 있다. 부호화 장치에 의해 시그널링된 정보는 복호화 장치에 의해 사용될 수 있다.Signaling: Signaling may indicate that information is transmitted from an encoding device to a decoding device. Alternatively, signaling may mean that an encoding device includes information in a bitstream or a recording medium. Information signaled by the encoding device may be used by the decoding device.
- 부호화 장치는 시그널링되는 정보에 대한 부호화를 수행하여 부호화된 정보를 생성할 수 있다. 부호화된 정보는 부호화 장치로부터 복호화 장치로 전송될 수 있다. 복호화 장치는 전송된 부호화된 정보에 대한 복호화를 수행하여 정보를 획득할 수 있다. 여기에서, 부호화는 엔트로피 부호화일 수 있고, 복호화는 엔트로피 복호화일 수 있다.- The encoding device may generate encoded information by performing encoding on signaled information. Encoded information may be transmitted from an encoding device to a decoding device. The decoding apparatus may obtain information by decoding the transmitted encoded information. Here, encoding may be entropy encoding, and decoding may be entropy decoding.
선택적인 시그널링: 정보는 선택적으로 시그널링될 수 있다. 정보에 대한 선택적인 시그널링은 부호화 장치가 정보를 (특정 조건에 따라) 선택적으로 비트스트림 또는 기록 매체 내에 포함시키는 것을 의미할 수 있다. 정보에 대한 선택적인 시그널링은 복호화 장치가 정보를 (특정 조건에 따라) 선택적으로 비트스트림으로부터 추출하는 것을 의미할 수 있다.Optional Signaling: Information can be selectively signaled. Selective signaling of information may mean that an encoding device selectively includes information in a bitstream or a recording medium (according to specific conditions). Selective signaling of information may mean that a decoding apparatus selectively extracts information from a bitstream (according to a specific condition).
시그널링의 생략: 정보에 대한 시그널링은 생략될 수 있다. 정보에 대한 정보에 대한 시그널링의 생략은 부호화 장치가 (특정 조건에 따라)정보를 비트스트림 또는 기록 매체 내에 포함시키지 않는 것을 의미할 수 있다. 정보에 대한 시그널링의 생략은 복호화 장치가 (특정 조건에 따라) 정보를 비트스트림으로부터 추출하지 않는 것을 의미할 수 있다.Omission of signaling: Signaling of information may be omitted. Omission of signaling of information about information may mean that an encoding device does not include information in a bitstream or a recording medium (according to a specific condition). Omission of signaling for information may mean that the decoding apparatus does not extract information from the bitstream (according to a specific condition).
통계 값(statistic value): 변수, 코딩 파라미터 및 상수 등은 연산될 수 있는 값을 가질 수 있다. 통계 값은 이러한 특정된 대상들의 값들에 대한 연산에 의해 생성된 값일 수 있다. 예를 들면, 통계 값은 특정된 변수, 특정된 코딩 파라미터 및 특정된 상수 등의 값들에 대한 평균 값, 가중치가 부여된(weighted) 평균 값, 가중치가 부여된 합, 최소 값, 최대 값, 최빈 값, 중간 값 및 보간 값 중 하나 이상일 수 있다.Statistical value: Variables, coding parameters and constants, etc. can have values that can be computed. A statistical value may be a value generated by an operation on the values of these specified objects. For example, the statistical value is an average value, a weighted average value, a weighted sum, a minimum value, a maximum value, and a mode for values such as a specified variable, a specified coding parameter, and a specified constant. It can be one or more of a value, a median value, and an interpolated value.
도 1은 본 발명이 적용되는 부호화 장치의 일 실시예에 따른 구성을 나타내는 블록도이다.1 is a block diagram showing a configuration according to an embodiment of an encoding device to which the present invention is applied.
부호화 장치(100)는 인코더, 비디오 부호화 장치 또는 영상 부호화 장치일 수 있다. 비디오는 하나 이상의 영상들을 포함할 수 있다. 부호화 장치(100)는 비디오의 하나 이상의 영상들을 순차적으로 부호화할 수 있다.The encoding device 100 may be an encoder, a video encoding device, or an image encoding device. A video may include one or more images. The encoding apparatus 100 may sequentially encode one or more images of a video.
도 1을 참조하면, 부호화 장치(100)는 인터 예측부(110), 인트라 예측부(120), 스위치(115), 감산기(125), 변환부(130), 양자화부(140), 엔트로피 부호화부(150), 역양자화부(160), 역변환부(170), 가산기(175), 필터부(180) 및 참조 픽처 버퍼(190)를 포함할 수 있다.Referring to FIG. 1, an encoding apparatus 100 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, and entropy encoding. It may include a unit 150, an inverse quantization unit 160, an inverse transform unit 170, an adder 175, a filter unit 180, and a reference picture buffer 190.
부호화 장치(100)는 인트라 모드 및/또는 인터 모드를 사용하여 대상 영상에 대한 부호화를 수행할 수 있다. 말하자면, 대상 블록에 대한 예측 모드는 인트라 모드 및 인터 모드 중 하나일 수 있다.The encoding apparatus 100 may perform encoding on a target image using an intra mode and/or an inter mode. In other words, the prediction mode for the target block may be one of an intra mode and an inter mode.
이하에서, 용어들 "인트라 모드", "인트라 예측 모드", "화면 내 모드" 및 "화면 내 예측 모드"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “intra mode”, “intra prediction mode”, “in-picture mode” and “in-picture prediction mode” may be used interchangeably and interchangeably.
이하에서, 용어들 "인터 모드", "인터 예측 모드", "화면 간 모드" 및 "화면 간 예측 모드"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “inter mode”, “inter prediction mode”, “inter-screen mode” and “inter-prediction mode” may be used in the same meaning and may be used interchangeably.
이하에서, 용어 "영상"은 단지 영상의 일부를 가리킬 수 있으며, 블록을 가리킬 수 있다. 또한, "영상"에 대한 처리는 복수의 블록들에 대한 순차적인 처리를 나타낼 수 있다.Hereinafter, the term “video” may refer to only a part of an image or may refer to a block. Also, processing of “image” may indicate sequential processing of a plurality of blocks.
또한, 부호화 장치(100)는 대상 영상에 대한 부호화를 통해 부호화된 정보를 포함하는 비트스트림을 생성할 수 있고, 생성된 비트스트림을 출력 및 저장할 수 있다. 생성된 비트스트림은 컴퓨터 판독가능한 기록 매체에 저장될 수 있고, 유선 및/또는 무선 전송 매체를 통해 스트리밍될 수 있다.Also, the encoding device 100 may generate a bitstream including encoded information through encoding of a target image, and output and store the generated bitstream. The generated bitstream may be stored in a computer readable recording medium and may be streamed through a wired and/or wireless transmission medium.
예측 모드로서, 인트라 모드가 사용되는 경우, 스위치(115)는 인트라로 전환될 수 있다. 예측 모드로서, 인터 모드가 사용되는 경우, 스위치(115)는 인터로 전환될 수 있다.As the prediction mode, if the intra mode is used, the switch 115 can be switched to intra. As the prediction mode, when the inter mode is used, the switch 115 can be switched to inter.
부호화 장치(100)는 대상 블록에 대한 예측 블록을 생성할 수 있다. 또한, 부호화 장치(100)는 예측 블록이 생성된 후, 대상 블록 및 예측 블록의 잔차(residual)를 사용하여 대상 블록에 대한 잔차 블록을 부호화할 수 있다.The encoding apparatus 100 may generate a prediction block for the target block. Also, after the prediction block is generated, the encoding apparatus 100 may encode a residual block for the target block by using the target block and the residual of the prediction block.
예측 모드가 인트라 모드인 경우, 인트라 예측부(120)는 대상 블록의 이웃에 있는, 이미 부호화 및/또는 복호화된 블록의 픽셀을 참조 샘플로서 이용할 수 있다. 인트라 예측부(120)는 참조 샘플을 이용하여 대상 블록에 대한 공간적 예측을 수행할 수 있고, 공간적 예측을 통해 대상 블록에 대한 예측 샘플들을 생성할 수 있다. 예측 샘플은 예측 블록 내의 샘플을 의미할 수 있다.When the prediction mode is the intra mode, the intra predictor 120 may use a pixel of a block already encoded and/or decoded, which is adjacent to the target block, as a reference sample. The intra predictor 120 may perform spatial prediction on the target block using the reference sample, and generate prediction samples for the target block through the spatial prediction. A prediction sample may mean a sample within a prediction block.
인터 예측부(110)는 움직임 예측부 및 움직임 보상부를 포함할 수 있다.The inter prediction unit 110 may include a motion estimation unit and a motion compensation unit.
예측 모드가 인터 모드인 경우, 움직임 예측부는, 움직임 예측 과정에서 참조 영상으로부터 대상 블록과 가장 매치가 잘 되는 영역을 검색할 수 있고, 검색된 영역을 이용하여 대상 블록 및 검색된 영역에 대한 움직임 벡터를 도출할 수 있다. 이 때, 움직임 예측부는 검색의 대상인 영역으로서 탐색 영역을 사용할 수 있다.When the prediction mode is the inter mode, the motion prediction unit may search for a region that best matches the target block from the reference image in the motion prediction process, and derive motion vectors for the target block and the searched region using the searched region. can do. At this time, the motion prediction unit may use a search area as a search target area.
참조 영상은 참조 픽처 버퍼(190)에 저장될 수 있으며, 참조 영상에 대한 부호화 및/또는 복호화가 처리되었을 때 부호화 및/또는 복호화된 참조 영상은 참조 픽처 버퍼(190)에 저장될 수 있다.The reference picture may be stored in the reference picture buffer 190, and when encoding and/or decoding of the reference picture is processed, the encoded and/or decoded reference picture may be stored in the reference picture buffer 190.
복호화된 픽처가 저장됨에 따라, 참조 픽처 버퍼(190)는 복호화된 픽처 버퍼(Decoded Picture Buffer; DPB)일 수 있다.As a decoded picture is stored, the reference picture buffer 190 may be a decoded picture buffer (DPB).
움직임 보상부는 움직임 벡터를 이용하는 움직임 보상을 수행함으로써 대상 블록에 대한 예측 블록을 생성할 수 있다. 여기에서, 움직임 벡터는 인터 예측에 사용되는 2차원 벡터일 수 있다. 또한 움직임 벡터는 대상 영상 및 참조 영상 간의 오프셋(offset)을 나타낼 수 있다.The motion compensator may generate a prediction block for the target block by performing motion compensation using a motion vector. Here, the motion vector may be a 2D vector used for inter prediction. Also, the motion vector may indicate an offset between the target image and the reference image.
움직임 예측부 및 움직임 보상부는 움직임 벡터가 정수가 아닌 값을 가진 경우 참조 영상 내의 일부 영역에 대해 보간 필터(interpolation filter)를 적용함으로써 예측 블록을 생성할 수 있다. 인터 예측 또는 움직임 보상을 수행하기 위해, CU를 기준으로 CU에 포함된 PU의 움직임 예측 및 움직임 보상의 방법이 스킵 모드(skip mode), 머지 모드(merge mode), 향상된 움직임 벡터 예측(Advanced Motion Vector Prediction; AMVP) 모드 및 현재 픽처 참조 모드 중 어떠한 방법인지 여부가 판단될 수 있고, 각 모드에 따라 인터 예측 또는 움직임 보상이 수행될 수 있다.The motion estimation unit and the motion compensation unit may generate a prediction block by applying an interpolation filter to a partial region in a reference image when a motion vector has a non-integer value. In order to perform inter prediction or motion compensation, methods of motion prediction and motion compensation of PUs included in the CU based on the CU include skip mode, merge mode, and advanced motion vector prediction (Advanced Motion Vector Prediction (AMVP) mode and current picture reference mode may be determined, and inter prediction or motion compensation may be performed according to each mode.
감산기(125)는 대상 블록 및 예측 블록의 차분인 잔차 블록(residual block)을 생성할 수 있다. 잔차 블록은 잔차 신호로 칭해질 수도 있다.The subtractor 125 may generate a residual block that is a difference between the target block and the prediction block. A residual block may also be referred to as a residual signal.
잔차 신호는 원 신호 및 예측 신호 간의 차이(difference)를 의미할 수 있다. 또는, 잔차 신호는 원신호 및 예측 신호 간의 차이를 변환(transform)하거나 양자화하거나 또는 변환 및 양자화함으로써 생성된 신호일 수 있다. 잔차 블록은 블록 단위에 대한 잔차 신호일 수 있다.The residual signal may mean a difference between the original signal and the prediction signal. Alternatively, the residual signal may be a signal generated by transforming, quantizing, or transforming and quantizing the difference between the original signal and the predicted signal. A residual block may be a residual signal for a block unit.
변환부(130)는 잔차 블록에 대해 변환(transform)을 수행하여 변환 계수를 생성할 수 있고, 생성된 변환 계수(transform coefficient)를 출력할 수 있다. 여기서, 변환 계수는 잔차 블록에 대한 변환을 수행함으로써 생성된 계수 값일 수 있다.The transform unit 130 may generate transform coefficients by performing transform on the residual block, and may output the generated transform coefficients. Here, the transform coefficient may be a coefficient value generated by performing transform on the residual block.
변환부(130)는 변환을 수행함에 있어서 기정의된 복수의 변환 방법들 중 하나를 사용할 수 있다.The conversion unit 130 may use one of a plurality of predefined conversion methods in performing the conversion.
기정의된 복수의 변환 방법들은 이산 코사인 변환(Discrete Cosine Transform; DCT), 이산 사인 변환(Discrete Sine Transform; DST) 및 카루넨-루베 변환(Karhunen-Loeve Transform; KLT) 기반 변환 등을 포함할 수 있다.A plurality of predefined transform methods may include discrete cosine transform (DCT), discrete sine transform (DST), and Karhunen-Loeve transform (KLT) based transform. there is.
잔차 블록에 대한 변환을 위해 사용되는 변환 방법은 대상 블록 및/또는 이웃 블록에 대한 코딩 파라미터들 중 적어도 하나에 따라 결정될 수 있다. 예를 들면, 변환 방법은 PU에 대한 인터 예측 모드, PU에 대한 인트라 예측 모드, TU의 크기 및 TU의 형태 중 적어도 하나에 기반하여 결정될 수 있다. 또는, 변환 방법을 지시하는 변환 정보가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수도 있다.A transform method used for transforming the residual block may be determined according to at least one of coding parameters for the target block and/or neighboring blocks. For example, the transform method may be determined based on at least one of an inter prediction mode for a PU, an intra prediction mode for a PU, a TU size, and a TU shape. Alternatively, transformation information indicating a transformation method may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
변환 스킵(transform skip) 모드가 적용되는 경우, 변환부(130)는 잔차 블록에 대한 변환을 생략할 수도 있다.When a transform skip mode is applied, the transform unit 130 may skip transforming the residual block.
변환 계수에 양자화를 적용함으로써 양자화된 변환 계수 레벨(transform coefficient level) 또는 양자화된 레벨이 생성될 수 있다. 이하, 실시예들에서는 양자화된 변환 계수 레벨 및 양자화된 레벨도 변환 계수로 칭해질 수 있다.A quantized transform coefficient level or a quantized level may be generated by applying quantization to the transform coefficients. Hereinafter, in the embodiments, a quantized transform coefficient level and a quantized level may also be referred to as a transform coefficient.
양자화부(140)는 변환 계수를 양자화 파라미터에 맞춰 양자화함으로써 양자화된 변환 계수 레벨(quantized transform coefficient level)(말하자면, 양자화된 레벨 또는 양자화된 계수)를 생성할 수 있다. 양자화부(140)는 생성된 양자화된 변환 계수 레벨을 출력할 수 있다. 이때, 양자화부(140)에서는 양자화 행렬을 사용하여 변환 계수를 양자화할 수 있다.The quantization unit 140 may generate a quantized transform coefficient level (ie, a quantized level or a quantized coefficient) by quantizing a transform coefficient according to a quantization parameter. The quantization unit 140 may output the generated quantized transform coefficient level. At this time, the quantization unit 140 may quantize the transform coefficient using a quantization matrix.
엔트로피 부호화부(150)는, 양자화부(140)에서 산출된 값들 및/또는 부호화 과정에서 산출된 코딩 파라미터 값들 등에 기초하여 확률 분포에 따른 엔트로피 부호화를 수행함으로써 비트스트림(bitstream)을 생성할 수 있다. 엔트로피 부호화부(150)는 생성된 비트스트림을 출력할 수 있다.The entropy encoding unit 150 may generate a bitstream by performing entropy encoding according to a probability distribution based on values calculated by the quantization unit 140 and/or coding parameter values calculated in the encoding process. . The entropy encoding unit 150 may output the generated bitstream.
엔트로피 부호화부(150)는 영상의 픽셀에 관한 정보 및 영상의 복호화를 위한 정보에 대한 엔트로피 부호화를 수행할 수 있다. 예를 들면, 영상의 복호화를 위한 정보는 신택스 요소(syntax element) 등을 포함할 수 있다. The entropy encoding unit 150 may perform entropy encoding on information about pixels of an image and information for decoding an image. For example, information for decoding an image may include a syntax element and the like.
엔트로피 부호화가 적용되는 경우, 높은 발생 확률을 갖는 심볼에 적은 수의 비트가 할당될 수 있고, 낮은 발생 확률을 갖는 심볼에 많은 수의 비트가 할당될 수 있다. 이러한 할당을 통해 심볼이 표현됨에 따라, 부호화의 대상인 심볼들에 대한 비트열(bitstring)의 크기가 감소될 수 있다. 따라서, 엔트로피 부호화를 통해서 영상 부호화의 압축 성능이 향상될 수 있다. When entropy encoding is applied, a small number of bits may be allocated to a symbol having a high probability of occurrence, and a large number of bits may be allocated to a symbol having a low probability of occurrence. As symbols are represented through such allocation, the size of bitstrings for symbols that are encoding targets can be reduced. Therefore, compression performance of image encoding can be improved through entropy encoding.
또한, 엔트로피 부호화부(150)는 엔트로피 부호화를 위해 지수 골롬(exponential golomb), 문맥-적응형 가변 길이 코딩(Context-Adaptive Variable Length Coding; CAVLC) 및 문맥-적응형 이진 산술 코딩(Context-Adaptive Binary Arithmetic Coding; CABAC) 등과 같은 부호화 방법을 사용할 수 있다. 예를 들면, 엔트로피 부호화부(150)는 가변 길이 코딩(Variable Length Coding/Code; VLC) 테이블을 이용하여 엔트로피 부호화를 수행할 수 있다. 예를 들면, 엔트로피 부호화부(150)는 대상 심볼에 대한 이진화(binarization) 방법을 도출할 수 있다. 또한, 엔트로피 부호화부(150)는 대상 심볼/빈(bin)의 확률 모델(probability model)을 도출할 수 있다. 엔트로피 부호화부(150)는 도출된 이진화 방법, 확률 모델 및 문맥 모델(context model)을 사용하여 산술 부호화를 수행할 수도 있다.In addition, the entropy encoding unit 150 uses exponential golomb, context-adaptive variable length coding (CAVLC), and context-adaptive binary arithmetic coding (Context-Adaptive Binary Coding) for entropy encoding. A coding method such as Arithmetic Coding (CABAC) may be used. For example, the entropy encoding unit 150 may perform entropy encoding using a variable length coding/code (VLC) table. For example, the entropy encoding unit 150 may derive a binarization method for a target symbol. Also, the entropy encoding unit 150 may derive a probability model of the target symbol/bin. The entropy encoding unit 150 may perform arithmetic encoding using the derived binarization method, probability model, and context model.
엔트로피 부호화부(150)는 양자화된 변환 계수 레벨을 부호화하기 위해 변환 계수 스캐닝(transform coefficient scanning) 방법을 통해 2차원의 블록의 형태(form)의 계수를 1차원의 벡터의 형태로 변경할 수 있다.The entropy encoding unit 150 may change coefficients in the form of a 2-dimensional block into a form of a 1-dimensional vector through a transform coefficient scanning method in order to encode the quantized transform coefficient level.
코딩 파라미터는 부호화 및/또는 복호화를 위해 요구되는 정보일 수 있다. 코딩 파라미터는 부호화 장치(100)에서 부호화되어 부호화 장치(100)로부터 복호화 장치로 전달되는 정보를 포함할 수 있고, 부호화 혹은 복호화 과정에서 유도될 수 있는 정보를 포함할 수 있다. 예를 들면, 복호화 장치로 전달되는 정보로서, 신택스 요소가 있다.A coding parameter may be information required for encoding and/or decoding. The coding parameter may include information that is encoded in the encoding device 100 and transmitted from the encoding device 100 to the decoding device, and may include information that can be derived in an encoding or decoding process. For example, as information transmitted to the decoding device, there is a syntax element.
코딩 파라미터(coding parameter)는 신택스 요소와 같이 부호화 장치에서 부호화되고, 부호화 장치로부터 복호화 장치로 시그널링되는 정보(또는, 플래그 및 인덱스 등)뿐만 아니라, 부호화 과정 또는 복호화 과정에서 유도되는 정보를 포함할 수 있다. 또한, 코딩 파라미터는 영상을 부호화하거나 복호화함에 있어서 요구되는 정보를 포함할 수 있다. 예를 들면, 유닛/블록의 크기, 유닛/블록의 형태 유닛/블록의 깊이, 유닛/블록의 분할 정보, 유닛/블록의 분할 구조, 유닛/블록이 쿼드 트리 형태로 분할되는지 여부를 나타내는 정보, 유닛/블록이 이진 트리 형태로 분할되는지 여부를 나타내는 정보, 이진 트리 형태의 분할 방향(가로 방향 또는 세로 방향), 이진 트리 형태의 분할 형태(대칭 분할 또는 비대칭 분할), 유닛/블록이 삼진 트리 형태로 분할되는지 여부를 나타내는 정보, 삼진 트리 형태의 분할 방향(가로 방향 또는 세로 방향), 삼진 트리 형태의 분할 형태(대칭 분할 또는 비대칭 분할 등), 유닛/블록이 멀티-타입(multi-type) 트리 형태로 분할되는지 여부를 나타내는 정보, 멀티-타입 트리 형태의 분할의 조합 및 방향(가로 방향 또는 세로 방향 등), 멀티-타입 트리 형태의 분할의 분할 형태(대칭 분할 또는 비대칭 분할), 멀티-타입 트리 형태의 분할 트리(이진 트리 또는 삼진 트리), 예측 모드의 타입(인트라 예측 또는 인터 예측), 인트라 예측 모드/방향, 인트라 루마 예측 모드/방향, 인트라 크로마 예측 모드/방향, 인트라 분할 정보, 인터 분할 정보, 코딩 블록 분할 플래그, 예측 블록 분할 플래그, 변환 블록 분할 플래그, 참조 샘플 필터링 방법, 참조 샘플 필터 탭(tap), 참조 샘플 필터 계수, 예측 블록 필터링 방법, 예측 블록 필터 탭, 예측 블록 필터 계수, 예측 블록 경계 필터링 방법, 예측 블록 경계 필터 탭, 예측 블록 경계 필터 계수, 인터 예측 모드, 움직임 정보, 움직임 벡터, 움직임 벡터 차분, 참조 픽처 인덱스, 인터 예측 방향, 인터 예측 지시자, 예측 리스트 활용(utilization) 플래그, 참조 픽처 리스트, 참조 영상, POC, 움직임 벡터 예측기, 움직임 벡터 예측 인덱스, 움직임 벡터 예측 후보, 움직임 벡터 후보 리스트, 머지 모드를 사용하는지 여부를 나타내는 정보, 머지 인덱스, 머지 후보, 머지 후보 리스트, 스킵(skip) 모드를 사용하는지 여부를 나타내는 정보, 보간 필터의 타입, 보간 필터의 필터 탭, 보간 필터의 필터 계수, 움직임 벡터 크기, 움직임 벡터 표현 정확도, 변환 타입, 변환 크기, 1차 변환을 사용하는지 여부를 나타내는 정보, 추가(2차) 변환을 사용하는지 여부를 나타내는 정보, 1차 변환 선택 정보(또는, 1차 변환 인덱스), 2차 변환 선택 정보(또는, 2차 변환 인덱스), 잔차 신호의 유무를 나타내는 정보, 코드된 블록 패턴(coded block pattern), 코드된 블록 플래그(coded block flag), 양자화 파라미터, 잔차 양자화 파라미터, 양자화 행렬, 인트라-루프 필터에 대한 정보, 인트라-루프 필터를 적용하는지 여부를 나타내는 정보, 인트라-루프 필터의 계수, 인트라-루프의 필터 탭, 인트라 루프 필터의 모양(shape)/형태(form), 디블록킹 필터를 적용하는지 여부를 나타내는 정보, 디블록킹 필터의 계수, 디블록킹 필터의 필터 탭, 디블록킹 필터의 강도, 디블록킹 필터의 모양/형태, 적응적 샘플 오프셋을 적용하는지 여부를 나타내는 정보, 적응적 샘플 오프셋 값, 적응적 샘플 오프셋 카테고리, 적응적 샘플 오프셋 타입, 적응적 인-루프(in-loop) 필터를 적용하는지 여부를 나타내는 정보, 적응적 인-루프 필터의 계수, 적응적 인-루프 필터의 필터 탭, 적응적 인-루프 필터의 모양/형태, 이진화/역이진화 방법, 문맥 모델, 문맥 모델 결정 방법, 문맥 모델 업데이트 방법, 레귤러 모드를 수행하는지 여부를 나타내는 정보, 바이패스 모드를 수행하는지 여부를 나타내는 정보, 중요(significant) 계수 플래그, 마지막 중요 계수 플래그, 계수 그룹 단위 코딩 플래그, 마지막 중요 계수 위치, 계수 값이 1보다 더 큰지 여부를 나타내는 플래그, 계수 값이 2보다 더 큰지 여부를 나타내는 플래그, 계수 값이 3보다 더 큰지 여부를 나타내는 플래그, 나머지 계수 값 정보, 부호(sign) 정보, 재구축된 루마 샘플, 재구축된 크로마 샘플, 문맥 빈, 바이패스 빈, 잔차 루마 샘플, 잔차 크로마 샘플, 변환 계수, 루마 변환 계수, 크로마 변환 계수, 양자화된 레벨, 루마 양자화된 레벨, 크로마 양자화된 레벨, 변환 계수 레벨, 루마 변환 계수 레벨, 크로마 변환 계수 레벨, 변환 계수 레벨 스캐닝 방법, 복호화 장치의 측면에서의 움직임 벡터 탐색 영역의 크기, 복호화 장치의 측면에서의 움직임 벡터 탐색 영역의 형태, 복호화 장치의 측면에서의 움직임 벡터 탐색 횟수, CTU 크기,최소 블록 크기, 최대 블록 크기, 최대 블록 깊이, 최소 블록 깊이, 영상의 디스플레이/출력 순서, 슬라이스 식별 정보, 슬라이스 타입, 슬라이스 분할 정보, 타일 그룹 식별 정보, 타일 그룹 타입, 타일 그룹 분할 정보, 타일 식별 정보, 타일 타입, 타일 분할 정보, 픽처 타입, 비트 심도, 입력 샘플 비트 심도, 재구축된 샘플 비트 심도, 잔차 샘플 비트 심도, 변환 계수 비트 심도, 양자화된 레벨 비트 심도, 루마 신호에 대한 정보, 크로마 신호에 대한 정보, 대상 블록의 색 공간(color space) 및 잔차 블록의 색 공간 중 적어도 하나의 값, 조합된 형태 또는 통계가 코딩 파라미터에 포함될 수 있다. 또한, 전술된 코딩 파라미터에 관련된 정보도 코딩 파라미터에 포함될 수 있다. 전술된 코딩 파라미터를 계산 및/또는 유도하기 위해 사용되는 정보도 코딩 파라미터에 포함될 수 있다. 전술된 코딩 파라미터를 사용하여 계산 또는 유도되는 정보도 코딩 파라미터에 포함될 수 있다.A coding parameter may include information derived from an encoding process or a decoding process, as well as information (or flags and indexes, etc.) encoded in an encoding device and signaled from an encoding device to a decoding device, such as a syntax element. there is. Also, the coding parameter may include information required for encoding or decoding an image. For example, the size of the unit/block, the shape of the unit/block, the depth of the unit/block, division information of the unit/block, division structure of the unit/block, information indicating whether the unit/block is divided in the form of a quad tree, Information indicating whether the unit/block is split into a binary tree, the split direction of the binary tree (horizontal or vertical), the split type of the binary tree (symmetric or asymmetric), the unit/block is a ternary tree information indicating whether it is split into ternary tree type split direction (horizontal direction or vertical direction), ternary tree type split type (symmetric split or asymmetric split, etc.), unit/block multi-type tree information indicating whether or not to split into a multi-type tree, combination and direction (horizontal or vertical, etc.) of multi-type tree split, split type of multi-type tree split (symmetric split or asymmetric split), multi-type Split tree in tree form (binary tree or ternary tree), type of prediction mode (intra prediction or inter prediction), intra prediction mode/direction, intra luma prediction mode/direction, intra chroma prediction mode/direction, intra partitioning information, inter prediction Split information, coding block split flag, prediction block split flag, transform block split flag, reference sample filtering method, reference sample filter tap (tap), reference sample filter coefficient, prediction block filtering method, prediction block filter tap, prediction block filter coefficient , prediction block boundary filtering method, prediction block boundary filter tap, prediction block boundary filter coefficient, inter prediction mode, motion information, motion vector, motion vector difference, reference picture index, inter prediction direction, inter prediction indicator, prediction list utilization ) flag, reference picture list, reference picture, POC, motion vector predictor, motion vector prediction index, motion vector prediction candidate, motion vector candidate list, information indicating whether merge mode is used, merge index, merge candidate, merge candidate list , information indicating whether skip mode is used, interpolation filter type, interpolation filter filter tap, interpolation filter filter coefficient, motion vector magnitude, motion vector representation accuracy, transform type, transform size, and primary transform. Information indicating whether or not to use, information indicating whether to use additional (secondary) transform, primary transform selection information (or primary transform index), secondary transform selection information (or secondary transform index), residual Information indicating the presence or absence of a signal, a coded block pattern, a coded block flag, a quantization parameter, a residual quantization parameter, a quantization matrix, information about an intra-loop filter, and an intra-loop filter Information indicating whether to apply, coefficients of intra-loop filter, filter tap of intra-loop, shape/form of intra-loop filter, information indicating whether to apply deblocking filter, information indicating whether to apply deblocking filter, coefficient, filter tap of deblocking filter, strength of deblocking filter, shape/shape of deblocking filter, information indicating whether to apply adaptive sample offset, adaptive sample offset value, adaptive sample offset category, adaptive sample Offset type, information indicating whether the adaptive in-loop filter is applied, coefficients of the adaptive in-loop filter, filter tap of the adaptive in-loop filter, shape/shape of the adaptive in-loop filter Shape, binarization/inverse binarization method, context model, context model determination method, context model update method, information indicating whether regular mode is performed, information indicating whether bypass mode is performed, significant coefficient flags, last Significant coefficient flag, coefficient group unit coding flag, last significant coefficient position, flag indicating whether coefficient value is greater than 1, flag indicating whether coefficient value is greater than 2, flag indicating whether coefficient value is greater than 3 , remaining coefficient value information, sign information, reconstructed luma sample, reconstructed chroma sample, context bin, bypass bin, residual luma sample, residual chroma sample, transform coefficient, luma transform coefficient, chroma transform coefficient, Quantized level, luma quantized level, chroma quantized level, transform coefficient level, luma transform coefficient level, chroma transform coefficient level, transform coefficient level scanning method, size of motion vector search region from the side of a decoding device, decoding device The shape of the motion vector search area on the side, the number of motion vector searches on the side of the decoding device, CTU size, minimum block size, maximum block size, maximum block depth, minimum block depth, image display/output order, slice identification information , slice type, slice division information, tile group identification information, tile group type, tile group division information, tile identification information, tile type, tile division information, picture type, bit depth, input sample bit depth, reconstructed sample bit depth , residual sample bit depth, transform coefficient bit depth, quantized level bit depth, luma signal information, chroma signal information, a color space of a target block, and a value of at least one of a color space of a residual block, Combined forms or statistics can be included in the coding parameters. In addition, information related to the aforementioned coding parameters may also be included in the coding parameters. Information used to calculate and/or derive the aforementioned coding parameters may also be included in the coding parameters. Information calculated or derived using the aforementioned coding parameters may also be included in the coding parameters.
1차 변환 선택 정보는 대상 블록에 적용되는 1차 변환을 나타낼 수 있다.The primary transform selection information may indicate a primary transform applied to the target block.
2차 변환 선택 정보는 대상 블록에 적용되는 2차 변환을 나타낼 수 있다.The secondary transform selection information may indicate a secondary transform applied to the target block.
잔차 신호는 원 신호 및 예측 신호 간의 차분(difference)을 나타낼 수 있다. 또는, 잔차 신호는 원신호 및 예측 신호 간의 차분을 변환(transform)함으로써 생성된 신호일 수 있다. 또는, 잔차 신호는 원 신호 및 예측 신호 간의 차분을 변환 및 양자화함으로써 생성된 신호일 수 있다. 잔차 블록은 블록에 대한 잔차 신호일 수 있다.The residual signal may represent a difference between the original signal and the predicted signal. Alternatively, the residual signal may be a signal generated by transforming a difference between the original signal and the predicted signal. Alternatively, the residual signal may be a signal generated by transforming and quantizing a difference between the original signal and the predicted signal. A residual block may be a residual signal for a block.
여기서, 정보를 시그널링(signaling)한다는 것은 부호화 장치(100)에서는 플래그 또는 인덱스에 대한 엔트로피 부호화(entropy encoding)를 수행함으로써 생성된 엔트로피 부호화된 정보를 비트스트림(Bitstream)에 포함시키는 것을 의미할 수 있고, 복호화 장치(200)에서는 비트스트림으로부터 추출된 엔트로피 부호화된 정보에 대한 엔트로피 복호화(entropy decoding)를 수행함으로써 정보를 획득하는 것을 의미할 수 있다. 여기에서, 정보는 플래그 및 인덱스 등을 포함할 수 있다.Here, signaling information may mean that the encoding device 100 includes entropy-encoded information generated by performing entropy encoding on a flag or index in a bitstream, , in the decoding apparatus 200, may mean obtaining information by performing entropy decoding on entropy-encoded information extracted from a bitstream. Here, the information may include flags and indexes.
신호는 시그널링되는 정보를 의미할 수 있다. 이하에서, 영상 및 블록에 대한 정보는 신호로 칭해질 수 있다. 또한, 이하에서, 용어들 "정보" 및 "신호"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다. 예를 들면, 특정한 신호는 특정한 블록을 나타내는 신호일 수 있다. 원(original) 신호는 대상 블록을 나타내는 신호일 수 있다. 예측(prediction) 신호는 예측 블록을 나타내는 신호일 수 있다. 잔차(residual) 신호는 잔차 블록을 나타내는 신호일 수 있다.A signal may refer to signaled information. Hereinafter, information on images and blocks may be referred to as signals. Also, in the following, the terms “information” and “signal” may be used interchangeably and may be used interchangeably. For example, the specific signal may be a signal representing a specific block. An original signal may be a signal representing a target block. A prediction signal may be a signal representing a prediction block. A residual signal may be a signal representing a residual block.
비트스트림은 특정된 신택스에 따른 정보를 포함할 수 있다. 부호화 장치(100)는 특정된 신택스에 따라 정보를 포함하는 비트스트림을 생성할 수 있다. 부호화 장치(200)는 특정된 신택스에 따라 비트스트림으로부터 정보를 획득할 수 있다.A bitstream may include information according to a specified syntax. The encoding device 100 may generate a bitstream including information according to a specified syntax. The encoding device 200 may obtain information from a bitstream according to a specified syntax.
부호화 장치(100)에 의해 인터 예측을 통한 부호화가 수행되기 때문에, 부호화된 대상 영상은 이후에 처리되는 다른 영상(들)에 대하여 참조 영상으로서 사용될 수 있다. 따라서, 부호화 장치(100)는 부호화된 대상 영상을 다시 재구축 또는 복호화할 수 있고, 재구축 또는 복호화된 영상을 참조 영상으로서 참조 픽처 버퍼(190)에 저장할 수 있다. 복호화를 위해 부호화된 대상 영상에 대한 역양자화 및 역변환이 처리될 수 있다.Since encoding through inter prediction is performed by the encoding apparatus 100, the encoded target image may be used as a reference image for other image(s) to be processed later. Accordingly, the encoding apparatus 100 may reconstruct or decode the encoded target image and store the reconstructed or decoded image in the reference picture buffer 190 as a reference image. Inverse quantization and inverse transformation may be performed on the encoded target image for decoding.
양자화된 레벨은 역양자화부(160)에서 역양자화될(inversely quantized) 수 있고, 역변환부(170)에서 역변환될(inversely transformed) 수 있다. 역양자화부(160)는 양자화된 레벨에 대한 역양자화를 수행함으로써 역양자화된 계수를 생성할 수 있다. 역변환부(170)는 역양자화된 계수에 대한 역변환을 수행함으로써 역양자화 및 역변환된 계수를 생성할 수 있다.The quantized level may be inversely quantized in the inverse quantization unit 160 and inversely transformed in the inverse transformation unit 170 . The inverse quantization unit 160 may generate inverse quantized coefficients by performing inverse quantization on the quantized level. The inverse transform unit 170 may generate inverse quantized and inverse transformed coefficients by performing an inverse transform on the inverse quantized coefficients.
역양자화 및 역변환된 계수는 가산기(175)를 통해 예측 블록과 합해질 수 있다, 역양자화 및 역변환된 계수와 예측 블록을 합함으로써 재구축된(reconstructed) 블록이 생성될 수 있다. 여기서, 역양자화 및/또는 역변환된 계수는 역양자화(dequantization) 및 역변환(inverse-transformation) 중 적어도 하나 이상이 수행된 계수를 의미할 수 있고, 재구축된 잔차 블록을 의미할 수 있다. 여기서, 재구축된 블록은 복원(recovered) 블록 또는 복호(decoded) 블록을 의미할 수 있다.The inverse quantized and inverse transformed coefficients may be combined with the prediction block through the adder 175. A reconstructed block may be generated by adding the inverse quantized and inverse transformed coefficients and the prediction block. Here, the inverse quantized and/or inverse transformed coefficient may mean a coefficient on which at least one of dequantization and inverse-transformation has been performed, and may mean a reconstructed residual block. Here, the reconstructed block may mean a recovered block or a decoded block.
재구축된 블록은 필터부(180)를 거칠 수 있다. 필터부(180)는 디블록킹 필터(deblocking filter), 샘플 적응적 오프셋(Sample Adaptive Offset; SAO), 적응적 루프 필터(Adaptive Loop Filter; ALF) 및 논 로컬 필터(Non Local Filter; NLF) 중 적어도 하나 이상을 재구축된 샘플, 재구축된 블록 또는 재구축된 픽처에 적용할 수 있다. 필터부(180)는 인-루프(in-loop) 필터로 칭해질 수도 있다.The reconstructed block may pass through the filter unit 180 . The filter unit 180 may include at least one of a deblocking filter, a sample adaptive offset (SAO), an adaptive loop filter (ALF), and a non-local filter (NLF). One or more may be applied to a reconstructed sample, reconstructed block or reconstructed picture. The filter unit 180 may also be referred to as an in-loop filter.
디블록킹 필터는 재구축된 픽처 내의 블록들 간의 경계에서 발생한 블록 왜곡을 제거할 수 있다. 디블록킹 필터를 적용할지 여부를 판단하기 위해, 블록에 포함된 몇 개의 열 또는 행에 포함된 픽셀(들)에 기반하여 대상 블록에 디블록킹 필터를 적용할지 여부가 판단될 수 있다.The deblocking filter may remove block distortion generated at a boundary between blocks in a reconstructed picture. In order to determine whether to apply the deblocking filter, it may be determined whether to apply the deblocking filter to the target block based on pixel(s) included in several columns or rows included in the block.
대상 블록에 디블록킹 필터를 적용하는 경우, 적용되는 필터는 요구되는 디블록킹 필터링의 강도에 따라 다를 수 있다. 말하자면, 서로 다른 필터들 중 디블록킹 필터링의 강도에 따라 결정된 필터가 대상 블록에 적용될 수 있다. 대상 블록에 디블록킹 필터가 적용되는 경우, 요구되는 디블록킹 필터링의 강도에 따라 롱-탭 필터(long-tap filter), 강한 필터(strong filter), 약한 필터(weak filter) 및 가우시안 필터(Gaussian filter) 중 하나 이상의 필터가 대상 블록에 적용될 수 있다.When a deblocking filter is applied to a target block, the applied filter may vary according to the required strength of deblocking filtering. In other words, among different filters, a filter determined according to the strength of deblocking filtering may be applied to the target block. When a deblocking filter is applied to the target block, a long-tap filter, a strong filter, a weak filter, and a Gaussian filter are selected according to the strength of the deblocking filtering required. ) may be applied to the target block.
또한, 대상 블록에 수직 방향 필터링 및 수평 방향 필터링이 수행되는 경우, 수평 방향 필터링 및 수직 방향 필터링이 병행으로 처리될 수 있다.Also, when vertical filtering and horizontal filtering are performed on a target block, horizontal filtering and vertical filtering may be processed in parallel.
SAO는 코딩 에러에 대한 보상을 위해 픽셀의 픽셀 값에 적정한 오프셋(offset)을 더할 수 있다. SAO는 디블록킹이 적용된 영상에 대해, 픽셀의 단위로 원본 영상 및 디블록킹이 적용된 영상 간의 차이에 대하여 오프셋을 사용하는 보정을 수행할 수 있다. 영상에 대한 오프셋 보정을 수행하기 위해, 영상에 포함된 픽셀들을 일정한 수의 영역들로 구분한 후, 구분된 영역들 중 오프셋이 수행될 영역을 결정하고, 결정된 영역에 오프셋을 적용하는 방법이 사용될 수 있고, 영상의 각 픽셀의 에지 정보를 고려하여 오프셋을 적용하는 방법이 사용될 수 있다.SAO may add an appropriate offset to a pixel value of a pixel to compensate for a coding error. The SAO may perform correction using an offset on a difference between an original image and an image to which deblocking is applied in units of pixels for an image to which deblocking is applied. In order to perform offset correction on an image, a method of dividing pixels included in the image into a certain number of areas, determining an area to be offset from among the divided areas, and applying the offset to the determined area will be used. Alternatively, a method of applying an offset in consideration of edge information of each pixel of the image may be used.
ALF는 재구축된 영상 및 원래의 영상을 비교한 값에 기반하여 필터링을 수행할 수 있다. 영상에 포함된 픽셀들을 소정의 그룹들로 분할한 후, 각 분할된 그룹에 적용될 필터가 결정될 수 있고, 그룹 별로 차별적으로 필터링이 수행될 수 있다. 적응적 루프 필터를 적용할지 여부에 관련된 정보는 CU 별로 시그널링될 수 있다. 이러한 정보는 루마 신호에 대하여 시그널링될 수 있다. 각 블록에 적용될 ALF의 모양 및 필터 계수는 블록 별로 다를 수 있다. 또는, 블록의 특징과는 무관하게, 고정된 형태의 ALF가 블록에 적용될 수 있다.ALF may perform filtering based on a value obtained by comparing the reconstructed image and the original image. After dividing the pixels included in the image into predetermined groups, a filter to be applied to each divided group may be determined, and filtering may be performed differentially for each group. Information related to whether to apply the adaptive loop filter may be signaled for each CU. This information may be signaled for the luma signal. The shape and filter coefficients of ALF to be applied to each block may be different for each block. Alternatively, a fixed type of ALF may be applied to the block regardless of the characteristics of the block.
논 로컬 필터는 대상 블록과 유사한 재구축된 블록들에 기반하여 필터링을 수행할 수 있다. 재구축된 영상에서 대상 블록과 유사한 영역이 선택될 수 있고, 선택된 유사한 영역의 통계적 성질을 사용하여 대상 블록의 필터링이 수행될 수 있다. 논 로컬 필터를 적용할지 여부에 관련된 정보는 CU에 대하여 시그널링될 수 있다. 또한, 블록들에 적용될 논 로컬 필터의 모양들 및 필터 계수들은 블록에 따라서 서로 다를 수 있다.The non-local filter may perform filtering based on reconstructed blocks similar to the target block. A region similar to the target block may be selected from the reconstructed image, and filtering of the target block may be performed using statistical properties of the selected similar region. Information related to whether to apply the non-local filter may be signaled to the CU. Also, shapes and filter coefficients of non-local filters to be applied to blocks may be different according to blocks.
필터부(180)를 거친 재구축된 블록 또는 재구축된 영상은 참조 픽처로서 참조 픽처 버퍼(190)에 저장될 수 있다. 필터부(180)를 거친 재구축된 블록은 참조 픽처의 일부일 수 있다. 말하자면, 참조 픽처는 필터부(180)를 거친 재구축된 블록들로 구성된 재구축된 픽처일 수 있다. 저장된 참조 픽처는 이후 인터 예측 또는 움직임 보상에 사용될 수 있다.A reconstructed block or a reconstructed image that has passed through the filter unit 180 may be stored in the reference picture buffer 190 as a reference picture. A reconstructed block that has passed through the filter unit 180 may be part of a reference picture. In other words, the reference picture may be a reconstructed picture composed of reconstructed blocks that have passed through the filter unit 180. The stored reference picture can then be used for inter prediction or motion compensation.
도 2는 본 발명이 적용되는 복호화 장치의 일 실시예에 따른 구성을 나타내는 블록도이다.2 is a block diagram showing a configuration according to an embodiment of a decoding device to which the present invention is applied.
복호화 장치(200)는 디코더, 비디오 복호화 장치 또는 영상 복호화 장치일 수 있다.The decoding device 200 may be a decoder, a video decoding device, or an image decoding device.
도 2를 참조하면, 복호화 장치(200)는 엔트로피 복호화부(210), 역양자화부(220), 역변환부(230), 인트라 예측부(240), 인터 예측부(250), 스위치(245), 가산기(255), 필터부(260) 및 참조 픽처 버퍼(270)를 포함할 수 있다.Referring to FIG. 2 , the decoding apparatus 200 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, and a switch 245. , an adder 255, a filter unit 260, and a reference picture buffer 270.
복호화 장치(200)는 부호화 장치(100)에서 출력된 비트스트림을 수신할 수 있다. 복호화 장치(200)는 컴퓨터 판독가능한 기록 매체에 저장된 비트스트림을 수신할 수 있고, 유선/무선 전송 매체를 통해 스트리밍되는 비트스트림을 수신할 수 있다.The decoding device 200 may receive the bitstream output from the encoding device 100. The decoding apparatus 200 may receive a bitstream stored in a computer readable recording medium or may receive a bitstream streamed through a wired/wireless transmission medium.
복호화 장치(200)는 비트스트림에 대하여 인트라 모드 및/또는 인터 모드의 복호화를 수행할 수 있다. 또한, 복호화 장치(200)는 복호화를 통해 재구축된 영상 또는 복호화된 영상을 생성할 수 있고, 생성된 재구축된 영상 또는 복호화된 영상을 출력할 수 있다.The decoding apparatus 200 may perform intra mode and/or inter mode decoding on a bitstream. Also, the decoding apparatus 200 may generate a reconstructed image or a decoded image through decoding, and output the generated reconstructed image or decoded image.
예를 들면, 복호화에 사용되는 예측 모드에 따른 인트라 모드 또는 인터 모드로의 전환은 스위치(245)에 의해 이루어질 수 있다. 복호화에 사용되는 예측 모드가 인트라 모드인 경우 스위치(245)가 인트라로 전환될 수 있다. 복호화에 사용되는 예측 모드가 인터 모드인 경우 스위치(245)가 인터로 전환될 수 있다.For example, conversion to an intra mode or an inter mode according to a prediction mode used for decoding may be performed by the switch 245 . When the prediction mode used for decoding is an intra mode, the switch 245 may be switched to intra mode. When the prediction mode used for decoding is the inter mode, the switch 245 may be switched to inter mode.
복호화 장치(200)는 입력된 비트스트림을 복호화함으로써 재구축된 잔차 블록(reconstructed residual block)을 획득할 수 있고, 예측 블록을 생성할 수 있다. 재구축된 잔차 블록 및 예측 블록이 획득되면, 복호화 장치(200)는 재구축된 잔차 블록 및 예측 블록을 합함으로써 복호화의 대상이 되는 재구축된 블록을 생성할 수 있다.The decoding apparatus 200 may obtain a reconstructed residual block by decoding the input bitstream and generate a prediction block. When the reconstructed residual block and the prediction block are obtained, the decoding apparatus 200 may generate a reconstructed block to be decoded by summing the reconstructed residual block and the prediction block.
엔트로피 복호화부(210)는 비트스트림에 대한 확률 분포에 기초하여 비트스트림에 대한 엔트로피 복호화를 수행함으로써 심볼들을 생성할 수 있다. 생성된 심볼들은 양자화된 변환 계수 레벨(quantized transform coefficient level)(말하자면, 양자화된 레벨 또는 양자화된 계수) 형태의 심볼을 포함할 수 있다. 여기에서, 엔트로피 복호화 방법은 상술된 엔트로피 부호화 방법과 유사할 수 있다. 예를 들면, 엔트로피 복호화 방법은 상술된 엔트로피 부호화 방법의 역과정일 수 있다.The entropy decoding unit 210 may generate symbols by performing entropy decoding on the bitstream based on the probability distribution of the bitstream. The generated symbols may include symbols in the form of quantized transform coefficient levels (ie, quantized levels or quantized coefficients). Here, the entropy decoding method may be similar to the above-described entropy encoding method. For example, the entropy decoding method may be a reverse process of the above-described entropy encoding method.
엔트로피 복호화부(210)는 양자화된 변환 계수 레벨을 복호화하기 위해 변환 계수 스캐닝 방법을 통해 1차원의 벡터의 형태의 계수를 2차원의 블록의 형태로 변경할 수 있다.The entropy decoding unit 210 may change a coefficient in the form of a 1-dimensional vector into a form of a 2-dimensional block through a transform coefficient scanning method in order to decode the quantized transform coefficient level.
예를 들면, 우상단 대각 스캔을 이용하여 블록의 계수들을 스캔함으로써 계수들이 2차원 블록 형태로 변경될 수 있다. 또는, 블록의 크기 및/또는 인트라 예측 모드에 따라 우상단 대각 스캔, 수직 스캔 및 수평 스캔 중 어떤 스캔이 사용될 것인지가 결정될 수 있다.For example, the coefficients may be changed into a 2D block form by scanning the coefficients of a block using an upper-right diagonal scan. Alternatively, which scan to be used among the upper-right diagonal scan, vertical scan, and horizontal scan may be determined according to the size of the block and/or the intra prediction mode.
양자화된 계수는 역양자화부(220)에서 역양자화될 수 있다. 역양자화부(220)는 양자화된 계수에 대한 역양자화를 수행함으로써 역양자화된 계수를 생성할 수 있다. 또한, 역양자화된 계수는 역변환부(230)에서 역변환될 수 있다. 역변환부(230)는 역양자화된 계수에 대한 역변환을 수행함으로써 재구축된 잔차 블록을 생성할 수 있다. 양자화된 계수에 대한 역양자화 및 역변환이 수행된 결과로서, 재구축된 잔차 블록이 생성될 수 있다. 이때, 역양자화부(220)는 재구축된 잔차 블록을 생성함에 있어서 양자화된 계수에 양자화 행렬을 적용할 수 있다.The quantized coefficient may be inversely quantized in the inverse quantization unit 220 . The inverse quantization unit 220 may generate inverse quantized coefficients by performing inverse quantization on the quantized coefficients. In addition, the inverse quantized coefficient may be inversely transformed in the inverse transform unit 230 . The inverse transform unit 230 may generate a reconstructed residual block by performing an inverse transform on the inverse quantized coefficient. As a result of performing inverse quantization and inverse transformation on the quantized coefficients, a reconstructed residual block may be generated. In this case, the inverse quantization unit 220 may apply a quantization matrix to the quantized coefficients in generating the reconstructed residual block.
인트라 모드가 사용되는 경우, 인트라 예측부(240)는 대상 블록의 이웃의 이미 복호화된 블록의 픽셀 값을 이용하는 공간적 예측을 대상 블록에 대하여 수행함으로써 예측 블록을 생성할 수 있다.When the intra mode is used, the intra predictor 240 may generate a prediction block by performing spatial prediction on the target block using pixel values of previously decoded blocks adjacent to the target block.
인터 예측부(250)는 움직임 보상부를 포함할 수 있다. 또는, 인터 예측부(250)는 움직임 보상부로 명명될 수 있다.The inter prediction unit 250 may include a motion compensation unit. Alternatively, the inter prediction unit 250 may be referred to as a motion compensation unit.
인터 모드가 사용되는 경우, 움직임 보상부는 움직임 벡터 및 참조 픽처 버퍼(270)에 저장된 참조 영상을 이용하는 움직임 보상을 대상 블록에 대하여 수행함으로써 예측 블록을 생성할 수 있다.When the inter mode is used, the motion compensator may generate a prediction block by performing motion compensation on the target block using a motion vector and a reference image stored in the reference picture buffer 270 .
움직임 보상부는 움직임 벡터가 정수가 아닌 값을 가진 경우, 참조 영상 내의 일부 영역에 대해 보간 필터를 적용할 수 있고, 보간 필터가 적용된 참조 영상을 사용하여 예측 블록을 생성할 수 있다. 움직임 보상부는 움직임 보상을 수행하기 위해 CU를 기준으로 CU에 포함된 PU를 위해 사용되는 움직임 보상 방법이 스킵 모드, 머지 모드, AMVP 모드 및 현재 픽처 참조 모드 중 어떤 모드인가를 결정할 수 있고, 결정된 모드에 따라 움직임 보상을 수행할 수 있다.When the motion vector has a non-integer value, the motion compensator may apply an interpolation filter to a partial region in the reference image and generate a prediction block using the reference image to which the interpolation filter is applied. The motion compensation unit may determine which mode among skip mode, merge mode, AMVP mode, and current picture reference mode is a motion compensation method used for a PU included in a CU based on the CU to perform motion compensation, and the determined mode Accordingly, motion compensation may be performed.
재구축된 잔차 블록 및 예측 블록은 가산기(255)를 통해 더해질 수 있다. 가산기(255)는 재구축된 잔차 블록 및 예측 블록을 더함으로써 재구축된 블록을 생성할 수 있다.The reconstructed residual block and the prediction block may be added through an adder 255. Adder 255 may produce a reconstructed block by adding the reconstructed residual block and the prediction block.
재구축된 블록은 필터부(260)를 거칠 수 있다. 필터부(260)는 디블록킹 필터, SAO, ALF 및 논 로컬 필터 중 적어도 하나를 재구축된 블록 또는 재구축된 영상에 적용할 수 있다. 재구축된 영상은 재구축된 블록을 포함하는 픽처일 수 있다.The reconstructed block may pass through the filter unit 260 . The filter unit 260 may apply at least one of a deblocking filter, an SAO filter, an ALF filter, and a non-local filter to a reconstructed block or a reconstructed image. A reconstructed image may be a picture including a reconstructed block.
필터부(260)는 재구축된 영상을 출력할 수 있다.The filter unit 260 may output a reconstructed image.
필터부(260)를 거친 재구축된 블록 및/또는 재구축된 영상은 참조 픽처 버퍼(270)에 참조 픽처로서 저장될 수 있다. 필터부(260)를 거친 재구축된 블록은 참조 픽처의 일부일 수 있다. 말하자면, 참조 픽처는 필터부(260)를 거친 재구축된 블록들로 구성된 재구축된 영상일 수 있다. 저장된 참조 픽처는 이후 인터 예측 및/또는 움직임 보상을 위해 사용될 수 있다.The reconstructed block and/or the reconstructed image that has passed through the filter unit 260 may be stored as a reference picture in the reference picture buffer 270 . A reconstructed block that has passed through the filter unit 260 may be part of a reference picture. In other words, the reference picture may be a reconstructed image composed of reconstructed blocks that have passed through the filter unit 260 . The stored reference picture can then be used for inter prediction and/or motion compensation.
도 3은 영상을 부호화 및 복호화할 때의 영상의 분할 구조를 개략적으로 나타내는 도면이다.3 is a diagram schematically illustrating a division structure of an image when encoding and decoding an image.
도 3은 하나의 유닛이 복수의 하위 유닛들로 분할되는 예를 개략적으로 나타낼 수 있다.3 may schematically show an example in which one unit is divided into a plurality of sub-units.
영상을 효율적으로 분할하기 위해, 부호화 및 복호화에 있어서, 코딩 유닛(Coding Unit; CU)이 사용될 수 있다. 유닛은 1) 영상 샘플들을 포함하는 블록 및 2) 신택스 요소(syntax element)을 합쳐서 지칭하는 용어일 수 있다. 예를 들면, "유닛의 분할"은 "유닛에 해당하는 블록의 분할"을 의미할 수 있다.In order to efficiently segment an image, a coding unit (CU) may be used in encoding and decoding. A unit may be a term that collectively refers to 1) a block including image samples and 2) a syntax element. For example, “division of a unit” may mean “division of a block corresponding to a unit”.
영상 부호화 및/또는 복호화의 기반 단위로서 CU가 사용될 수 있다. 또한, CU는 영상 부호화 및/또는 복호화에 있어서 인트라 모드 및 인터 모드 중 하나의 선택된 모드가 적용되는 단위로 사용될 수 있다. 말하자면, 영상 부호화 및/또는 복호화에 있어서, 각 CU에 대해서 인트라 모드 및 인터 모드 중 어떤 모드가 적용될 것인가가 결정될 수 있다.A CU may be used as a base unit for image encoding and/or decoding. In addition, the CU may be used as a unit to which one selected mode of intra mode and inter mode is applied in video encoding and/or decoding. In other words, in video encoding and/or decoding, it may be determined which mode among the intra mode and the inter mode is to be applied to each CU.
또한, CU는 예측, 변환, 양자화, 역변환, 역양자화 및 변환 계수의 부호화 및/또는 복호화에 있어서 기반 단위일 수 있다.Also, a CU may be a base unit in encoding and/or decoding of prediction, transform, quantization, inverse transform, inverse quantization, and transform coefficients.
도 3을 참조하면, 영상(300)은 최대 코딩 유닛(Largest Coding Unit; LCU)의 단위로 순차적으로 분할될 수 있다. 각 LCU에 대해, 분할 구조가 결정될 수 있다. 여기서, LCU는 코딩 트리 유닛(Coding Tree Unit; CTU)과 동일한 의미로 사용될 수 있다.Referring to FIG. 3 , an image 300 may be sequentially divided into units of largest coding units (LCUs). For each LCU, a partition structure may be determined. Here, LCU may be used as the same meaning as Coding Tree Unit (CTU).
유닛의 분할은 유닛에 해당하는 블록의 분할을 의미할 수 있다. 블록 분할 정보는 유닛의 깊이(depth)에 관한 깊이 정보를 포함할 수 있다. 깊이 정보는 유닛이 분할되는 회수 및/또는 정도를 나타낼 수 있다. 하나의 유닛은 트리 구조(tree structure)에 기반하여 깊이 정보를 가지고 계층적으로 복수의 하위 유닛들로 분할될 수 있다.Division of a unit may mean division of a block corresponding to the unit. The block division information may include depth information about the depth of a unit. Depth information may indicate the number and/or degree of division of a unit. One unit may be hierarchically divided into a plurality of sub-units with depth information based on a tree structure.
각각의 분할된 하위 유닛은 깊이 정보를 가질 수 있다. 깊이 정보는 CU의 크기를 나타내는 정보일 수 있다. 깊이 정보는 각 CU마다 저장될 수 있다.Each divided sub-unit may have depth information. Depth information may be information indicating the size of a CU. Depth information may be stored for each CU.
각 CU는 깊이 정보를 가질 수 있다. CU가 분할되면, 분할에 의해 생성된 CU들은 분할된 CU의 깊이에서 1 증가한 깊이를 가질 수 있다.Each CU may have depth information. When a CU is split, CUs generated by splitting may have a depth increased by 1 from the depth of the split CU.
분할 구조는 LCU(310) 내에서의, 영상을 효율적으로 부호화하기 위한, CU의 분포를 의미할 수 있다. 이러한 분포는 하나의 CU를 복수의 CU들로 분할할지 여부에 따라 결정될 수 있다. 분할된 CU들의 개수는 2, 4, 8 및 16 등을 포함하는 2 이상의 양의 정수일 수 있다.The division structure may refer to a distribution of CUs in the LCU 310 to efficiently encode an image. This distribution may be determined according to whether one CU is to be divided into a plurality of CUs. The number of divided CUs may be a positive integer greater than or equal to 2, including 2, 4, 8 and 16, and the like.
분할에 의해 생성된 CU의 가로 크기 및 세로 크기는, 분할에 의해 생성된 CU들의 개수에 따라, 분할 전의 CU의 가로 크기 및 세로 크기보다 더 작을 수 있다. 예를 들면, 분할에 의해 생성된 CU의 가로 크기 및 세로 크기는 분할 전의 CU의 가로 크기의 절반 및 세로 크기의 절반일 수 있다.The horizontal and vertical sizes of the CU generated by division may be smaller than the horizontal and vertical sizes of the CU before division, depending on the number of CUs generated by division. For example, the horizontal size and vertical size of the CU generated by division may be half of the horizontal size and half of the vertical size of the CU before division.
분할된 CU는 동일한 방식으로 복수의 CU들로 재귀적으로 분할될 수 있다. 재귀적 분할에 의해, 분할된 CU의 가로 크기 및 세로 크기 중 적어도 하나의 크기가 분할 전의 CU의 가로 크기 및 세로 크기 중 적어도 하나에 비해 감소될 수 있다.A divided CU may be recursively divided into a plurality of CUs in the same way. By recursive division, at least one of the horizontal size and the vertical size of the divided CU may be reduced compared to at least one of the horizontal and vertical sizes of the CU before division.
CU의 분할은 기정의된 깊이 또는 기정의된 크기까지 재귀적으로 이루어질 수 있다.The division of the CU may be made recursively to a predefined depth or to a predefined size.
예를 들면, CU의 깊이는 0 내지 3의 값을 가질 수 있다. CU의 크기는 CU의 깊이에 따라 64x64로부터 8x8까지의 크기일 수 있다.For example, the depth of CU may have a value of 0 to 3. The size of the CU may range from 64x64 to 8x8 depending on the depth of the CU.
예를 들면, LCU(310)의 깊이는 0일 수 있고, 최소 코딩 유닛(Smallest Coding Unit; SCU)의 깊이는 기정의된 최대 깊이일 수 있다. 여기서, LCU는 상술된 것과 같이 최대의 코딩 유닛 크기를 가지는 CU일 수 있고, SCU는 최소의 코딩 유닛 크기를 가지는 CU일 수 있다. For example, the depth of the LCU 310 may be 0, and the depth of the smallest coding unit (SCU) may be a predefined maximum depth. Here, the LCU may be a CU having the largest coding unit size as described above, and the SCU may be a CU having the smallest coding unit size.
LCU(310)로부터 분할이 시작될 수 있고, 분할에 의해 CU의 가로 크기 및/또는 세로 크기가 줄어들 때마다 CU의 깊이는 1씩 증가할 수 있다. The division may start from the LCU 310, and the depth of the CU may increase by 1 whenever the horizontal size and/or the vertical size of the CU are reduced by the division.
예를 들면, 각각의 깊이 별로, 분할되지 않는 CU는 2Nx2N 크기를 가질 수 있다. 또한, 분할되는 CU의 경우, 2Nx2N 크기의 CU가 NxN 크기를 가지는 4개의 CU들로 분할될 수 있다. N의 크기는 깊이가 1씩 증가할 때마다 절반으로 감소할 수 있다. For example, for each depth, a CU that is not split may have a size of 2Nx2N. In addition, in the case of a CU to be divided, a CU of 2Nx2N size may be divided into 4 CUs having a size of NxN. The size of N can be halved every time the depth increases by 1.
도 3을 참조하면, 깊이가 0인 LCU는 64x64 픽셀들 또는 64x64 블록일 수 있다. 0은 최소 깊이일 수 있다. 깊이가 3인 SCU는 8x8 픽셀들 또는 8x8 블록일 수 있다. 3은 최대 깊이일 수 있다. 이때, LCU인 64x64 블록의 CU는 깊이 0으로 표현될 수 있다. 32x32 블록의 CU는 깊이 1로 표현될 수 있다. 16x16 블록의 CU는 깊이 2로 표현될 수 있다. SCU인 8x8 블록의 CU는 깊이 3으로 표현될 수 있다. Referring to FIG. 3 , an LCU having a depth of 0 may be 64x64 pixels or a 64x64 block. 0 may be the minimum depth. A SCU with a depth of 3 can be 8x8 pixels or an 8x8 block. 3 may be the maximum depth. In this case, the CU of the 64x64 block, which is the LCU, may be expressed as a depth of 0. A CU of a 32x32 block can be represented with a depth of 1. A CU of a 16x16 block can be represented with a depth of 2. A CU of an 8x8 block, which is an SCU, can be expressed as a depth of 3.
CU가 분할되는지 여부에 대한 정보는 CU의 분할 정보를 통해 표현될 수 있다. 분할 정보는 1비트의 정보일 수 있다. SCU를 제외한 모든 CU는 분할 정보를 포함할 수 있다. 예를 들면, 분할되지 않는 CU의 분할 정보의 값은 제1 값일 수 있고, 분할되는 CU의 분할 정보의 값은 제2 값일 수 있다. 분할 정보가 CU가 분할하는지 여부를 나타내는 경우, 제1 값은 0일 수 있고, 제2 값은 1일 수 있다.Information on whether the CU is split may be expressed through split information of the CU. The division information may be 1 bit of information. All CUs except for the SCU may include partition information. For example, a value of partition information of a CU that is not split may be a first value, and a value of partition information of a CU that is split may be a second value. When the split information indicates whether the CU splits, the first value may be 0 and the second value may be 1.
예를 들면, 하나의 CU가 4 개의 CU들로 분할되는 경우, 분할에 의해 생성된 4 개의 CU들의 각 CU의 가로 크기 및 세로 크기는 각각 분할 전의 CU의 가로 크기의 절반 및 세로 크기의 절반일 수 있다. 32x32 크기의 CU가 4 개의 CU들로 분할되는 경우, 분할된 4 개의 CU들의 크기들은 16x16일 수 있다. 하나의 CU가 4 개의 CU들로 분할되는 경우, CU가 쿼드-트리 형태로 분할되었다고 할 수 있다. 말하자면, CU에 대해 쿼드 트리 분할(quad-tree partition)이 적용되었다고 볼 수 있다.For example, when one CU is divided into 4 CUs, the horizontal and vertical sizes of each CU of the 4 CUs generated by the division are half of the horizontal size and half of the vertical size of the CU before the division, respectively. can When a 32x32 CU is divided into 4 CUs, the sizes of the 4 CUs may be 16x16. When one CU is divided into 4 CUs, it can be said that the CU is divided in a quad-tree form. In other words, it can be seen that quad-tree partitioning is applied to the CU.
예를 들면, 하나의 CU가 2 개의 CU들로 분할되는 경우, 분할에 의해 생성된 2 개의 CU들의 각 CU의 가로 크기 또는 세로 크기는 각각 분할 전의 CU의 가로 크기의 절반 또는 세로 크기의 절반일 수 있다. 32x32 크기의 CU가 2 개의 CU들로 세로로 분할되는 경우, 분할된 2 개의 CU들의 크기들은 16x32일 수 있다. 32x32 크기의 CU가 2 개의 CU들로 가로로 분할되는 경우, 분할된 2 개의 CU들의 크기들은 32x16일 수 있다. 하나의 CU가 2 개의 CU들로 분할되는 경우, CU가 이진-트리(binary-tree) 형태로 분할되었다고 할 수 있다. 말하자면, CU에 대해 2진 트리 분할(binary-tree partition)이 적용되었다고 볼 수 있다.For example, when one CU is split into two CUs, the horizontal size or vertical size of each CU of the two CUs generated by the split is half of the horizontal size or half of the vertical size of the CU before the split, respectively. can When a CU of 32x32 size is vertically divided into two CUs, the sizes of the two divided CUs may be 16x32. When a CU of 32x32 size is horizontally divided into two CUs, the sizes of the two divided CUs may be 32x16. When one CU is divided into two CUs, it can be said that the CU is divided in a binary-tree form. In other words, it can be seen that binary-tree partitioning has been applied to the CU.
예를 들면, 하나의 CU가 3 개의 CU들로 분할 될 경우, 분할되기 전의 CU의 가로 크기 또는 세로 크기를 1:2:1의 비율로 분할함으로써, 3 개의 분할된 CU들이 생성될 수 있다. 예를 들면, 16x32 크기의 CU가 가로 방향으로 3 개의 CU들로 분할되는 경우, 분할된 3 개의 CU들은 위에서부터 각각 16x8, 16x16 및 16x8의 크기를 가질 수 있다. 예를 들면, 32x32 크기의 CU가 세로 방향으로 3 개의 CU들로 분할되는 경우, 분할된 3 개의 CU들은 좌측으로부터 각각 8x32, 16x32 및 8x32의 크기를 가질 수 있다. 하나의 CU가 3 개의 CU들로 분할되는 경우, CU가 삼진-트리(ternary-tree) 형태로 분할되었다고 할 수 있다. 말하자면, CU에 대해 3진 트리 분할(ternary-tree partition)이 적용되었다고 볼 수 있다.For example, when one CU is divided into three CUs, the three divided CUs may be generated by dividing the horizontal or vertical size of the CU before being divided at a ratio of 1:2:1. For example, when a CU of 16x32 size is divided into 3 CUs in the horizontal direction, the 3 divided CUs may have sizes of 16x8, 16x16 and 16x8, respectively, from the top. For example, when a CU of size 32x32 is divided into three CUs in the vertical direction, the three divided CUs may have sizes of 8x32, 16x32, and 8x32 from the left, respectively. When one CU is divided into three CUs, it can be said that the CU is divided in a ternary-tree form. In other words, it can be seen that ternary-tree partitioning is applied to the CU.
도 3의 LCU(310)에는 쿼드-트리 형태의 분할 및 이진-트리 형태의 분할이 모두 적용되었다.Both quad-tree partitioning and binary-tree partitioning are applied to the LCU 310 of FIG. 3 .
부호화 장치(100)에서, 64x64 크기의 코딩 트리 유닛(Coding Tree Unit; CTU)은 재귀적인 쿼드-크리 구조에 의해 더 작은 복수의 CU들로 분할될 수 있다. 하나의 CU는 동일한 크기들을 갖는 4개의 CU들로 분할될 수 있다. CU는 재귀적으로 분할될 수 있으며, 각 CU는 쿼드 트리의 구조를 가질 수 있다.In the encoding apparatus 100, a 64x64 Coding Tree Unit (CTU) may be divided into a plurality of smaller CUs by a recursive quad-tree structure. One CU can be divided into 4 CUs with equal sizes. CUs can be partitioned recursively, and each CU can have a structure of a quad tree.
CU에 대한 재귀적인 분할을 통해, 최소의 율-왜곡 비율을 발생시키는 최적의 분할 방법이 선택될 수 있다.Through recursive segmentation on the CU, an optimal segmentation method that results in the smallest rate-distortion ratio can be selected.
도 3의 CTU(320)는 쿼드 트리 분할, 이진 트리 분할 및 삼진 트리 분할이 모두 적용된 CTU의 일 예이다.The CTU 320 of FIG. 3 is an example of a CTU to which quad tree partitioning, binary tree partitioning, and ternary tree partitioning are all applied.
전술된 것과 같이, CTU를 분할하기 위해, 쿼드 트리 분할, 이진 트리 분할 및 삼진 트리 분할 중 적어도 하나가 CTU에 적용될 수 있다. 분할들은 특정된 우선 순위에 기초하여 적용될 수 있다.As described above, in order to divide the CTU, at least one of quad tree partitioning, binary tree partitioning, and ternary tree partitioning may be applied to the CTU. Partitions can be applied based on a specified priority order.
예를 들면, CTU에 대해 쿼드 트리 분할이 우선적으로 적용될 수 있다. 더 이상 쿼드 트리 분할될 수 없는 CU는 쿼드 트리의 리프 노드에 해당될 수 있다. 쿼드 트리의 리프 노드에 해당하는 CU는 이진 트리 및/또는 삼진 트리의 루트 노드가 될 수 있다. 즉, 쿼드 트리의 리프 노드에 해당하는 CU는 이진 트리 형태 또는 삼진 트리 형태로 분할될 수 있고, 또는 더 이상 분할되지 않을 수 있다. 이 때, 쿼드 트리의 리프 노드에 해당하는 CU에 이진 트리 분할 또는 삼진 트리 분할을 적용함으로써 생성된 CU에 대해서는 다시 쿼드 트리 분할이 적용되지 않도록 함으로써, 블록의 분할 및/또는 블록 분할 정보의 시그널링이 효과적으로 수행될 수 있다.For example, quad tree partitioning may be preferentially applied to CTUs. A CU that cannot be further divided into a quad tree may correspond to a leaf node of a quad tree. A CU corresponding to a leaf node of a quad tree may be a root node of a binary tree and/or a ternary tree. That is, a CU corresponding to a leaf node of a quad tree may be split in the form of a binary tree or a ternary tree, or may not be split any further. At this time, quad tree splitting is not applied again to a CU generated by applying binary tree splitting or ternary tree splitting to a CU corresponding to a leaf node of a quad tree, so that block splitting and/or signaling of block splitting information is performed. can be done effectively.
쿼드 트리의 각 노드에 해당하는 CU의 분할은 쿼드 분할 정보를 이용하여 시그널링될 수 있다. 제1 값(예를 들면, "1")을 갖는 쿼드 분할 정보는 CU가 쿼드 트리 형태로 분할됨을 지시할 수 있다. 제2 값(예를 들면, "0")을 갖는 쿼드 분할 정보는 CU가 쿼드 트리 형태로 분할되지 않음을 지시할 수 있다. 쿼드 분할 정보는 특정된 길이(예를 들면, 1비트)를 갖는 플래그일 수 있다.Splitting of a CU corresponding to each node of the quad tree may be signaled using quad splitting information. Quad splitting information having a first value (eg, “1”) may indicate that the CU is split in the form of a quad tree. Quad splitting information having a second value (eg, “0”) may indicate that the CU is not split in the form of a quad tree. The quad division information may be a flag having a specified length (eg, 1 bit).
이진 트리 분할 및 삼진 트리 분할의 간에는 우선순위가 존재하지 않을 수 있다. 즉, 쿼드 트리의 리프 노드에 해당하는 CU는 이진 트리 형태로 분할되거나 삼진 트리 형태로 분할될 수 있다. 또한, 이진 트리 분할 또는 삼진 트리 분할에 의해 생성된 CU는 다시 이진 트리 형태 또는 삼진 트리 형태로 분할될 수 있고, 또는 더 이상 분할되지 않을 수 있다. There may be no priority between binary tree splitting and ternary tree splitting. That is, a CU corresponding to a leaf node of a quad tree may be partitioned in a binary tree form or a ternary tree form. In addition, a CU generated by binary tree splitting or ternary tree splitting may be split again into a binary tree shape or a ternary tree shape, or may not be split any further.
이진 트리 분할 및 삼진 트리 분할 간에 우선순위가 존재하지 않는 경우의 분할은 멀티-타입 트리 분할(multi-type tree partition)로 칭해질 수 있다. 즉, 쿼드 트리의 리프 노드에 해당하는 CU는 멀티-타입 트리(multi-type tree)의 루트 노드가 될 수 있다. 멀티-타입 트리의 각 노드에 해당하는 CU의 분할에 대해서, 멀티-타입 트리의 분할 여부를 나타내는 정보, 분할 방향 정보 및 분할 트리 정보 중 적어도 하나를 이용하여 시그널링될 수 있다. 멀티-타입 트리의 각 노드에 해당하는 CU의 분할을 위해 순차적으로 분할 여부를 나타내는 정보, 분할 방향 정보 및 분할 트리 정보가 시그널링될 수도 있다.Partitioning in the case where there is no priority between binary tree partitioning and ternary tree partitioning may be referred to as multi-type tree partitioning. That is, a CU corresponding to a leaf node of a quad tree may become a root node of a multi-type tree. Splitting of a CU corresponding to each node of the multi-type tree may be signaled using at least one of information indicating whether or not the multi-type tree is split, splitting direction information, and splitting tree information. For splitting of a CU corresponding to each node of the multi-type tree, information indicating whether to split or not, splitting direction information, and splitting tree information may be signaled sequentially.
예를 들면, 제1 값(예를 들면, "1")을 갖는 멀티-타입 트리의 분할 여부를 나타내는 정보는 해당 CU가 멀티-타입 트리 형태로 분할됨을 지시할 수 있다. 제2 값(예를 들면, "0")을 갖는 멀티-타입 트리의 분할 여부를 나타내는 정보는 해당 CU이 멀티-타입 트리 형태로 분할되지 않음을 지시할 수 있다.For example, information indicating whether a multi-type tree having a first value (eg, “1”) is split may indicate that the corresponding CU is split into a multi-type tree. Information indicating whether the multi-type tree having a second value (eg, “0”) is split may indicate that the corresponding CU is not split into a multi-type tree.
멀티-타입 트리의 각 노드에 해당하는 CU가 멀티-타입 트리 형태로 분할되는 경우, 해당 CU는 분할 방향 정보를 더 포함할 수 있다.When a CU corresponding to each node of a multi-type tree is split into a multi-type tree, the corresponding CU may further include splitting direction information.
분할 방향 정보는 멀티-타입 트리 분할의 분할 방향을 지시할 수 있다. 제1 값(예를 들면, "1")을 갖는 분할 방향 정보는 해당 CU가 세로 방향으로 분할됨을 지시할 수 있다. 제2 값(예를 들면, "0")을 갖는 분할 방향 정보는 해당 CU가 가로 방향으로 분할됨을 지시할 수 있다.The splitting direction information may indicate a splitting direction of multi-type tree splitting. The division direction information having a first value (eg, “1”) may indicate that the corresponding CU is divided in the vertical direction. The division direction information having a second value (eg, “0”) may indicate that the corresponding CU is divided in the horizontal direction.
멀티-타입 트리의 각 노드에 해당하는 CU가 멀티-타입 트리 형태로 분할되는 경우, 해당 CU는 분할 트리 정보를 더 포함할 수 있다. 분할 트리 정보는 멀티-타입 트리 분할을 위해 사용된 트리를 지시할 수 있다.When a CU corresponding to each node of a multi-type tree is split into a multi-type tree, the corresponding CU may further include split tree information. Split tree information may indicate a tree used for multi-type tree split.
예를 들면, 제1 값(예를 들면, "1")을 갖는 분할 트리 정보는 해당 CU가 이진 트리 형태로 분할됨을 지시할 수 있다. 제2 값(예를 들면, "0")을 갖는 분할 트리 정보는 해당 CU가 삼진 트리 형태로 분할됨을 지시할 수 있다.For example, split tree information having a first value (eg, “1”) may indicate that the corresponding CU is split in the form of a binary tree. Split tree information having a second value (eg, “0”) may indicate that the corresponding CU is split in the form of a ternary tree.
여기에서, 전술된 분할 여부를 나타내는 정보, 분할 트리 정보 및 분할 방향 정보의 각각은 특정된 길이(예를 들면, 1 비트)를 갖는 플래그일 수 있다.Here, each of the aforementioned information indicating whether to split or not, split tree information, and split direction information may be a flag having a specified length (eg, 1 bit).
전술된 쿼드 분할 정보, 멀티-타입 트리의 분할 여부를 나타내는 정보, 분할 방향 정보 및 분할 트리 정보 중 적어도 하나는 엔트로피 부호화 및/또는 엔트로피 복호화될 수 있다. 이러한 정보들의 엔트로피 부호화/복호화를 위해, 대상 CU에 인접한 이웃 CU의 정보가 이용될 수 있다.At least one of the above-described quad splitting information, information indicating whether to split a multi-type tree, splitting direction information, and splitting tree information may be entropy-encoded and/or entropy-decoded. For entropy encoding/decoding of such information, information of neighboring CUs adjacent to the target CU may be used.
예를 들면, 좌측 CU 및/또는 상측 CU의 분할 형태(말하자면, 분할 여부, 분할 트리 및/또는 분할 방향) 및 대상 CU의 분할 형태는 서로 유사할 확률이 높다고 간주될 수 있다. 따라서, 이웃 CU의 정보에 기초하여, 대상 CU의 정보의 엔트로피 부호화 및/또는 엔트로피 복호화를 위한 컨텍스트 정보가 유도될 수 있다. 이때, 이웃 CU의 정보는 이웃 CU의 1) 쿼드 분할 정보, 2) 멀티-타입 트리의 분할 여부를 나타내는 정보, 3) 분할 방향 정보 및 4) 분할 트리 정보 중 적어도 하나를 포함할 수 있다.For example, it may be considered that there is a high probability that the division shape of the left CU and/or the upper CU (that is, whether or not to split, the split tree, and/or the split direction) and the split shape of the target CU are similar to each other. Accordingly, context information for entropy encoding and/or entropy decoding of information of a target CU may be derived based on information of a neighboring CU. In this case, the information of the neighboring CU may include at least one of 1) quad split information, 2) information indicating whether the multi-type tree is split, 3) split direction information, and 4) split tree information of the neighboring CU.
다른 실시예로서, 이진 트리 분할 및 삼진 트리 분할 중에서, 이진 트리 분할이 우선적으로 수행될 수 있다. 즉, 이진 트리 분할이 먼저 적용되고, 이진 트리의 리프 노드에 해당하는 CU가 삼진 트리의 루트 노드로 설정될 수도 있다. 이러한 경우, 삼진 트리의 노드에 해당하는 CU에 대해서는 쿼드 트리 분할 및 이진 트리 분할이 수행되지 않을 수 있다.As another embodiment, binary tree splitting may be preferentially performed among binary tree splitting and ternary tree splitting. That is, binary tree splitting is applied first, and a CU corresponding to a leaf node of the binary tree may be set as a root node of the ternary tree. In this case, quad tree splitting and binary tree splitting may not be performed on a CU corresponding to a node of a ternary tree.
쿼드 트리 분할, 이진 트리 분할 및/또는 삼진 트리 분할에 의해 더 이상 분할되지 않는 CU는 부호화, 예측 및/또는 변환의 단위가 될 수 있다. 즉, 예측 및/또는 변환을 위해, CU가 더 이상 분할되지 않을 수 있다. 따라서, CU를 예측 유닛 및/또는 변환 유닛으로 분할하기 위한 분할 구조 및 분할 정보 등이 비트스트림 내에 존재하지 않을 수 있다.A CU that is not further split by quad tree splitting, binary tree splitting, and/or ternary tree splitting may become a unit of encoding, prediction, and/or transformation. That is, for prediction and/or transformation, the CU may not be further split. Accordingly, a partitioning structure and partitioning information for dividing a CU into prediction units and/or transform units may not exist in the bitstream.
다만, 분할의 단위가 되는 CU의 크기가 최대 변환 블록의 크기보다 더 큰 경우, 이러한 CU는 CU의 크기가 최대 변환 블록의 크기의 이하가 될 때까지 재귀적으로 분할될 수 있다. 예를 들면, CU의 크기가 64x64이고, 최대 변환 블록의 크기가 32x32인 경우, CU는 변환을 위해, 4개의 32x32 블록들로 분할될 수 있다. 예를 들면, CU의 크기가 32x64이고, 최대 변환 블록의 크기가 32x32인 경우, CU는 변환을 위해, 2개의 32x32 블록들로 분할될 수 있다.However, when the size of a CU serving as a unit of division is larger than the size of the maximum transform block, this CU may be recursively split until the size of the CU is less than or equal to the size of the maximum transform block. For example, when the size of a CU is 64x64 and the size of a maximum transform block is 32x32, the CU may be divided into four 32x32 blocks for transform. For example, when the size of a CU is 32x64 and the size of a maximum transform block is 32x32, the CU may be divided into two 32x32 blocks for transform.
이러한 경우, 변환을 위해 CU가 분할되는지 여부에 대한 정보는 별도로 시그널링되지 않을 수 있다. 시그널링 없이, CU의 분할의 여부는 CU의 가로 크기(및/또는 세로 크기) 및 최대 변환 블록의 가로 크기(및/또는, 세로 크기) 간의 비교에 의해 결정될 수 있다. 예를 들면, CU의 가로 크기가 최대 변환 블록의 가로 크기보다 더 큰 경우, CU는 세로로 2 등분될 수 있다. 또한, CU의 세로 크기가 최대 변환 블록의 세로 크기보다 더 큰 경우, CU는 가로로 2 등분될 수 있다.In this case, information on whether the CU is split for conversion may not be separately signaled. Without signaling, whether to split the CU may be determined by comparing the horizontal size (and/or vertical size) of the CU and the horizontal size (and/or vertical size) of the largest transform block. For example, when the horizontal size of the CU is greater than the horizontal size of the largest transform block, the CU may be vertically divided into two parts. In addition, when the vertical size of the CU is greater than the vertical size of the largest transform block, the CU may be divided into two horizontally.
CU의 최대 크기 및/또는 최소 크기에 관한 정보, 변환 블록의 최대 크기 및/또는 최소 크기에 관한 정보는 CU에 대한 상위 레벨에서 시그널링되거나 결정될 수 있다. 예를 들면, 상위 레벨은 시퀀스 레벨, 픽처 레벨, 타일 레벨, 타일 그룹 레벨 및 슬라이스 레벨 등일 수 있다. 예를 들면, CU의 최소 크기는 4x4로 결정될 수 있다. 예를 들면, 변환 블록의 최대 크기는 64x64로 결정될 수 있다. 예를 들면, 변환 블록의 최소 크기는 4x4로 결정될 수 있다.Information on the maximum size and/or minimum size of a CU and information on the maximum size and/or minimum size of a transform block may be signaled or determined at a higher level for a CU. For example, the upper level may be a sequence level, a picture level, a tile level, a tile group level, and a slice level. For example, the minimum size of a CU may be determined to be 4x4. For example, the maximum size of a transform block may be determined to be 64x64. For example, the minimum size of a transform block may be determined to be 4x4.
쿼드 트리의 리프 노드에 해당하는 CU의 최소 크기(말하자면, 쿼드 트리 최소 크기)에 관한 정보 및/또는 멀티-타입 트리의 루트 노드로부터 리프 노드로의 경로의 최대 깊이(말하자면, 멀티-타입 트리 최대 깊이)에 관한 정보는 CU에 대한 상위 레벨에서 시그널링되거나 결정될 수 있다. 예를 들면, 상위 레벨은 시퀀스 레벨, 픽처 레벨, 슬라이스 레벨, 타일 그룹 레벨 및 타일 레벨 등일 수 있다. 쿼드 트리 최소 크기에 관한 정보 및/또는 멀티-타입 트리 최대 깊이에 관한 정보는 인트라 내 슬라이스 및 인터 슬라이스의 각각에 대해 별도로 시그널링되거나 결정될 수 있다.Information about the minimum size of a CU corresponding to a leaf node of a quad tree (ie quad tree minimum size) and/or the maximum depth of a path from the root node of a multi-type tree to a leaf node (ie multi-type tree maximum size). depth) may be signaled or determined at a higher level for the CU. For example, the higher level may be a sequence level, a picture level, a slice level, a tile group level, and a tile level. Information on the minimum size of the quad tree and/or information on the maximum depth of the multi-type tree may be separately signaled or determined for each intra-slice and inter-slice.
CTU의 크기 및 변환 블록의 최대 크기에 대한 차분 정보는 CU에 대한 상위 레벨에서 시그널링되거나 결정될 수 있다. 예를 들면, 상위 레벨은 시퀀스 레벨, 픽처 레벨, 슬라이스 레벨, 타일 그룹 레벨 및 타일 레벨 등일 수 있다. 이진 트리의 각 노드에 해당하는 CU의 최대 크기(말하자면, 이진 트리 최대 크기)에 관한 정보는 CTU의 크기 및 차분 정보를 기반으로 결정될 수 있다. 삼진 트리의 각 노드에 해당하는 CU의 최대 크기(말하자면, 삼진 트리 최대 크기)는 슬라이스의 타입에 따라서 다른 값을 가질 수 있다. 예를 들면, 인트라 슬라이스 내에서, 삼진 트리 최대 크기는 32x32일 수 있다. 또한, 예를 들면, 인터 슬라이스 내에서, 삼진 트리 최대 크기는 128x128일 수 있다. 예를 들면, 이진 트리의 각 노드에 해당하는 CU의 최소 크기(말하자면, 이진 트리 최소 크기) 및/또는 삼진 트리의 각 노드에 해당하는 CU의 최소 크기(말하자면, 삼진 트리 최소 크기)는 CU의 최소 크기로 설정될 수 있다.Difference information about the size of the CTU and the maximum size of the transform block may be signaled or determined at a higher level for the CU. For example, the higher level may be a sequence level, a picture level, a slice level, a tile group level, and a tile level. Information about the maximum size of the CU corresponding to each node of the binary tree (ie, the maximum size of the binary tree) may be determined based on the size and difference information of the CTU. The maximum size of the CU corresponding to each node of the ternary tree (ie, the maximum size of the ternary tree) may have a different value depending on the slice type. For example, within an intra slice, the maximum size of the ternary tree may be 32x32. Also, for example, within an inter slice, the maximum size of a ternary tree may be 128x128. For example, the minimum size of a CU corresponding to each node of a binary tree (say, the minimum size of a binary tree) and/or the minimum size of a CU corresponding to each node of a ternary tree (say, the minimum size of a ternary tree) is Can be set to a minimum size.
또 다른 예로, 이진 트리 최대 크기 및/또는 삼진 트리 최대 크기는 슬라이스 레벨에서 시그널링되거나 결정될 수 있다. 또한, 이진 트리 최소 크기 및/또는 삼진 트리 최소 크기는 슬라이스 레벨에서 시그널링되거나 결정될 수 있다. As another example, the maximum size of the binary tree and/or the maximum size of the ternary tree may be signaled or determined at the slice level. Also, the minimum size of the binary tree and/or the minimum size of the ternary tree may be signaled or determined at the slice level.
전술된 다양한 블록 크기 및 다양한 깊이에 기반하여, 쿼드 분할 정보, 멀티-타입 트리의 분할 여부를 나타내는 정보, 분할 트리 정보 및/또는 분할 방향 정보 등은 비트스트림 내에 존재하거나 존재하지 않을 수 있다. Based on the aforementioned various block sizes and various depths, quad splitting information, information indicating whether to split a multi-type tree, splitting tree information, and/or splitting direction information may or may not exist in the bitstream.
예를 들면, CU의 크기가 쿼드 트리 최소 크기보다 더 크지 않으면, CU는 쿼드 분할 정보를 포함하지 않을 수 있고, CU에 대한 쿼드 분할 정보는 제2 값으로 추론될 수 있다.For example, if the size of the CU is not larger than the quad tree minimum size, the CU may not include quad splitting information, and the quad splitting information for the CU may be inferred as a second value.
예를 들면, 멀티-타입 트리의 노드에 해당하는 CU의 크기(가로 크기 및 세로 크기)가 이진 트리 최대 크기(가로 크기 및 세로 크기) 및/또는 삼진 트리 최대 크기(가로 크기 및 세로 크기)보다 더 큰 경우, CU는 이진 트리 형태 및/또는 삼진 트리 형태로 분할되지 않을 수 있다. 이러한 결정 방식에 따라, 멀티-타입 트리의 분할 여부를 나타내는 정보는 시그널링되지 않을 수 있고, 제2 값으로 추론될 수 있다. For example, if the size (horizontal size and vertical size) of a CU corresponding to a node of a multi-type tree is larger than the binary tree maximum size (horizontal size and vertical size) and/or the ternary tree maximum size (horizontal size and vertical size) If larger, the CU may not be partitioned into binary tree form and/or ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
또는, 멀티-타입 트리의 노드에 해당하는 CU의 크기(가로 크기 및 세로 크기)가 이진 트리 최소 크기(가로 크기 및 세로 크기)와 동일하거나, CU의 크기(가로 크기 및 세로 크기)가 삼진 트리 최소 크기(가로 크기 및 세로 크기)의 2 배와 동일한 경우, CU는 이진 트리 형태 및/또는 삼진 트리 형태로 분할되지 않을 수 있다. 이러한 결정 방식에 따라, 멀티-타입 트리의 분할 여부를 나타내는 정보는 시그널링되지 않을 수 있고, 제2 값으로 추론될 수 있다. 왜냐하면, CU을 이진 트리 형태 및/또는 삼진 트리 형태로 분할할 경우, 이진 트리 최소 크기 및/또는 삼진 트리 최소 크기보다 더 작은 CU이 생성되기 때문이다.Alternatively, the size (horizontal size and vertical size) of a CU corresponding to a node of a multi-type tree is equal to the minimum size (horizontal size and vertical size) of a binary tree, or the size of a CU (horizontal size and vertical size) is equal to the size of a ternary tree. When equal to twice the minimum size (horizontal size and vertical size), the CU may not be split into a binary tree shape and/or a ternary tree shape. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value. This is because when the CU is divided into a binary tree shape and/or a ternary tree shape, a CU smaller than the minimum size of the binary tree and/or the minimum size of the ternary tree is generated.
또는, 이진 트리 분할 또는 삼진 트리 분할은 가상의 파이프라인 데이터 유닛의 크기(즉, 파이프라인 버퍼 크기)에 기초하여 제한될 수 있다. 예를 들면, 이진 트리 분할 또는 삼진 트리 분할에 의해, CU가 파이프라인 버퍼 크기에 적합하지 않은 서브 CU로 분할될 경우, 이진 트리 분할 또는 삼진 트리 분할은 제한될 수 있다. 파이프라인 버퍼 크기는 최대 변환 블록의 크기(예를 들면, 64X64)와 동일할 수 있다.Alternatively, binary tree splitting or ternary tree splitting may be limited based on the size of the virtual pipeline data unit (ie, pipeline buffer size). For example, binary tree splitting or ternary tree splitting may be limited when a CU is split into sub-CUs not suitable for a pipeline buffer size by binary tree splitting or ternary tree splitting. The pipeline buffer size may be equal to the size of the largest transform block (eg, 64X64).
예를 들면, 파이프라인 버퍼 크기가 64X64일 때, 아래와 같은 분할들은 제한될 수 있다.For example, when the pipeline buffer size is 64X64, the following partitions can be limited.
- NxM(N 및/또는 M은 128) CU에 대한 삼진 트리 분할- ternary tree split over NxM (N and/or M is 128) CUs
- 128xN(N <= 64) CU에 대한 수평 방향 이진 트리 분할- horizontal binary tree partitioning over 128xN (N <= 64) CUs
- Nx128(N <= 64) CU에 대한 수직 방향 이진 트리 분할- Vertical binary tree partitioning for Nx128 (N <= 64) CUs
또는, 멀티-타입 트리의 노드에 해당하는 CU의 멀티-타입 트리 내의 깊이가 멀티-타입 트리 최대 깊이와 동일한 경우, CU는 이진 트리 형태 및/또는 삼진 트리 형태로 분할되지 않을 수 있다. 이러한 결정 방식에 따라, 멀티-타입 트리의 분할 여부를 나타내는 정보는 시그널링되지 않을 수 있고, 제2 값으로 추론될 수 있다.Alternatively, when the depth in the multi-type tree of a CU corresponding to a node of the multi-type tree is equal to the maximum depth of the multi-type tree, the CU may not be split into a binary tree form and/or a ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
또는, 멀티-타입 트리의 노드에 해당하는 CU에 대해, 수직 방향 이진 트리 분할, 수평 방향 이진 트리 분할, 수직 방향 삼진 트리 분할 및 수평 방향 삼진 트리 분할 중 적어도 하나가 가능한 경우에만, 멀티-타입 트리의 분할 여부를 나타내는 정보가 시그널링될 수 있다. 그렇지 않으면, CU는 이진 트리 형태 및/또는 삼진 트리 형태로 분할되지 않을 수 있다. 이러한 결정 방식에 따라, 멀티-타입 트리의 분할 여부를 나타내는 정보는 시그널링되지 않을 수 있고, 제2 값으로 추론될 수 있다.Alternatively, only when at least one of vertical binary tree splitting, horizontal binary tree splitting, vertical ternary tree splitting, and horizontal ternary tree splitting is possible for a CU corresponding to a node of a multi-type tree, a multi-type tree Information indicating whether to divide may be signaled. Otherwise, the CU may not be partitioned into binary tree form and/or ternary tree form. According to this determination method, information indicating whether to split the multi-type tree may not be signaled and may be inferred as a second value.
또는, 멀티-타입 트리의 노드에 해당하는 CU에 대해 수직 방향 이진 트리 분할 및 수평 방향 이진 트리 분할이 모두 가능하거나, 수직 방향 삼진 트리 분할 및 수평 방향 삼진 트리 분할이 모두 가능한 경우에만, 분할 방향 정보가 시그널링될 수 있다. 그렇지 않으면, 분할 방향 정보는 시그널링되지 않을 수 있고, CU가 분할될 수 있는 방향을 지시하는 값으로 추론될 수 있다.Alternatively, only when both vertical binary tree splitting and horizontal binary tree splitting are possible for a CU corresponding to a node of a multi-type tree, or both vertical ternary tree splitting and horizontal ternary tree splitting are possible, splitting direction information may be signaled. Otherwise, the division direction information may not be signaled and may be inferred as a value indicating a direction in which the CU may be divided.
또는, 멀티-타입 트리의 노드에 해당하는 CU에 대해 수직 방향 이진 트리 분할 및 수직 방향 삼진 트리 분할이 모두 가능하거나, 수평 방향 이진 트리 분할 및 수평 방향 삼진 트리 분할이 모두 가능한 경우에만, 분할 트리 정보가 시그널링될 수 있다. 그렇지 않으면, 분할 트리 정보는 시그널링되지 않을 수 있고, CU의 분할에 적용될 수 있는 트리를 지시하는 값으로 추론될 수 있다.Alternatively, only when both vertical binary tree splitting and vertical ternary tree splitting are possible for a CU corresponding to a node of a multi-type tree, or both horizontal binary tree splitting and horizontal ternary tree splitting are possible, split tree information may be signaled. Otherwise, the split tree information may not be signaled and may be inferred as a value indicating a tree applicable to split of a CU.
도 4는 코딩 유닛이 포함할 수 있는 예측 유닛의 형태를 도시한 도면이다.4 is a diagram illustrating a form of a prediction unit that a coding unit may include.
LCU로부터 분할된 CU 중 더 이상 분할되지 않는 CU는 하나 이상의 예측 유닛(Prediction Unit; PU)들로 분할될 수 있다.Among the CUs divided from the LCU, a CU that is not further divided may be divided into one or more prediction units (PUs).
PU는 예측에 대한 기본 단위일 수 있다. PU는 스킵(skip) 모드, 인터 모드 및 인트라 모드 중 어느 하나로 부호화 및 복호화될 수 있다. PU는 각 모드에 따라서 다양한 형태로 분할될 수 있다. 예를 들면, 도 1을 참조하여 전술된 대상 블록 및 도 2를 참조하여 전술된 대상 블록은 PU일 수 있다.A PU may be a basic unit for prediction. A PU may be coded and decoded in any one of skip mode, inter mode, and intra mode. A PU may be divided into various types according to each mode. For example, the target block described above with reference to FIG. 1 and the target block described above with reference to FIG. 2 may be PUs.
CU는 PU들로 분할되지 않을 수 있다. CU가 PU들로 분할되지 않는 경우 CU의 크기 및 PU의 크기는 같을 수 있다.A CU may not be divided into PUs. When a CU is not divided into PUs, the size of a CU and the size of a PU may be the same.
스킵 모드에서는, CU 내에 분할이 존재하지 않을 수 있다. 스킵 모드에서는 분할 없이 PU 및 CU의 크기들이 동일한 2Nx2N 모드(410)가 지원될 수 있다.In skip mode, there may not be a split within a CU. In the skip mode, a 2Nx2N mode 410 in which sizes of PU and CU are the same may be supported without division.
인터 모드에서는, CU 내에서 8가지로 분할된 형태들이 지원될 수 있다. 예를 들면, 인터 모드에서는 2Nx2N 모드(410), 2NxN 모드(415), Nx2N 모드(420), NxN 모드(425), 2NxnU 모드(430), 2NxnD 모드(435), nLx2N 모드(440) 및 nRx2N 모드(445)가 지원될 수 있다.In inter mode, 8 divided types can be supported within the CU. For example, in inter mode, 2Nx2N mode 410, 2NxN mode 415, Nx2N mode 420, NxN mode 425, 2NxnU mode 430, 2NxnD mode 435, nLx2N mode 440 and nRx2N Mode 445 may be supported.
인트라 모드에서는, 2Nx2N 모드(410) 및 NxN 모드(425)가 지원될 수 있다.In intra mode, 2Nx2N mode 410 and NxN mode 425 may be supported.
2Nx2N 모드(410)에서는 2Nx2N의 크기의 PU가 부호화될 수 있다. 2Nx2N의 크기의 PU는 CU의 크기와 동일한 크기의 PU를 의미할 수 있다. 예를 들면, 2Nx2N의 크기의 PU는 64x64, 32x32, 16x16 또는 8x8의 크기를 가질 수 있다.In the 2Nx2N mode 410, a PU having a size of 2Nx2N may be encoded. A PU having a size of 2Nx2N may mean a PU having the same size as that of a CU. For example, a 2Nx2N PU may have a size of 64x64, 32x32, 16x16 or 8x8.
NxN 모드(425)에서는 NxN의 크기의 PU가 부호화될 수 있다.In the NxN mode 425, a PU having a size of NxN may be encoded.
예를 들면, 인트라 예측에서, PU의 크기가 8x8일 때, 4개의 분할된 PU들이 부호화될 수 있다. 분할된 PU의 크기는 4x4일 수 있다.For example, in intra prediction, when the size of a PU is 8x8, 4 divided PUs can be coded. The size of the divided PU may be 4x4.
PU가 인트라 모드에 의해 부호화될 경우, PU는 복수의 인트라 예측 모드들 중 하나의 인트라 예측 모드를 사용하여 부호화될 수 있다. 예를 들면, 고 효율 비디오 코딩(High Efficiency Video Coding; HEVC) 기술에서는 35 개의 인트라 예측 모드들을 제공할 수 있고, PU는 35 개의 인트라 예측 모드들 중 하나의 인트라 예측 모드로 부호화될 수 있다.When a PU is coded using an intra mode, the PU may be coded using one intra prediction mode among a plurality of intra prediction modes. For example, High Efficiency Video Coding (HEVC) technology may provide 35 intra prediction modes, and a PU may be coded in one intra prediction mode among the 35 intra prediction modes.
PU가 2Nx2N 모드(410) 및 NxN 모드(425) 중 어느 모드에 의해 부호화될 것인가는 율-왜곡 비용(rate-distortion cost)에 의해 결정될 수 있다.Which mode among the 2Nx2N mode 410 and the NxN mode 425 the PU will be encoded may be determined by a rate-distortion cost.
부호화 장치(100)는 2Nx2N 크기의 PU에 대해 부호화 연산을 수행할 수 있다. 여기에서, 부호화 연산은 부호화 장치(100)가 사용할 수 있는 복수의 인트라 예측 모드들의 각각으로 PU를 부호화하는 것일 수 있다. 부호화 연산을 통해 2Nx2N 크기의 PU에 대한 최적의 인트라 예측 모드가 도출될 수 있다. 최적의 인트라 예측 모드는 부호화 장치(100)가 사용할 수 있는 복수의 인트라 예측 모드들 중 2Nx2N 크기의 PU의 부호화에 대하여 최소의 율-왜곡 비용을 발생시키는 인트라 예측 모드일 수 있다.The encoding apparatus 100 may perform an encoding operation on a PU having a size of 2Nx2N. Here, the encoding operation may be encoding a PU in each of a plurality of intra prediction modes usable by the encoding apparatus 100 . An optimal intra prediction mode for a PU having a size of 2Nx2N may be derived through an encoding operation. An optimal intra prediction mode may be an intra prediction mode that generates a minimum rate-distortion cost for encoding a 2Nx2N PU among a plurality of intra prediction modes usable by the encoding apparatus 100 .
또한, 부호화 장치(100)는 NxN으로 분할된 PU들의 각 PU에 대해서 순차적으로 부호화 연산을 수행할 수 있다. 여기에서, 부호화 연산은 부호화 장치(100)가 사용할 수 있는 복수의 인트라 예측 모드들의 각각으로 PU를 부호화하는 것일 수 있다. 부호화 연산을 통해 NxN 크기의 PU에 대한 최적의 인트라 예측 모드가 도출될 수 있다. 최적의 인트라 예측 모드는 부호화 장치(100)가 사용할 수 있는 복수의 인트라 예측 모드들 중 NxN 크기의 PU의 부호화에 대하여 최소의 율-왜곡 비용을 발생시키는 인트라 예측 모드일 수 있다.Also, the encoding apparatus 100 may sequentially perform an encoding operation on each PU of NxN-divided PUs. Here, the encoding operation may be encoding a PU in each of a plurality of intra prediction modes usable by the encoding apparatus 100 . An optimal intra prediction mode for an NxN-sized PU may be derived through an encoding operation. An optimal intra-prediction mode may be an intra-prediction mode that generates the lowest rate-distortion cost for encoding an NxN-sized PU among a plurality of intra-prediction modes usable by the encoding apparatus 100.
부호화 장치(100)는 2Nx2N 크기의 PU의 율-왜곡 비용 및 NxN 크기의 PU들의 율-왜곡 비용들의 비교에 기반하여 2Nx2N 크기의 PU 및 NxN 크기의 PU들 중 어느 것을 부호화할 지를 결정할 수 있다.The encoding apparatus 100 may determine which of the 2Nx2N-sized PU and the NxN-sized PUs to encode based on the comparison of the rate-distortion cost of the 2Nx2N-sized PU and the rate-distortion costs of the NxN-sized PUs.
하나의 CU는 하나 이상의 PU들로 분할될 수 있고, PU도 복수의 PU들로 분할될 수 있다.One CU may be divided into one or more PUs, and a PU may also be divided into a plurality of PUs.
예를 들면, 하나의 PU가 4 개의 PU들로 분할되는 경우, 분할에 의해 생성된 4 개의 PU들의 각 PU의 가로 크기 및 세로 크기는 각각 분할 전의 PU의 가로 크기의 절반 및 세로 크기의 절반일 수 있다. 32x32 크기의 PU가 4 개의 PU들로 분할되는 경우, 분할된 4 개의 PU들의 크기들은 16x16일 수 있다. 하나의 PU가 4 개의 PU들로 분할되는 경우, PU가 쿼드-트리 형태로 분할되었다고 할 수 있다.For example, when one PU is divided into 4 PUs, the horizontal size and vertical size of each of the 4 PUs generated by the division are half of the horizontal size and half of the vertical size of the PU before the division, respectively. can When a 32x32 PU is divided into 4 PUs, the sizes of the 4 PUs may be 16x16. When one PU is divided into 4 PUs, it can be said that the PU is divided in a quad-tree shape.
예를 들면, 하나의 PU가 2 개의 PU들로 분할되는 경우, 분할에 의해 생성된 2 개의 PU들의 각 PU의 가로 크기 또는 세로 크기는 각각 분할 전의 PU의 가로 크기의 절반 또는 세로 크기의 절반일 수 있다. 32x32 크기의 PU가 2 개의 PU들로 세로로 분할되는 경우, 분할된 2 개의 PU들의 크기들은 16x32일 수 있다. 32x32 크기의 PU가 2 개의 PU들로 가로로 분할되는 경우, 분할된 2 개의 PU들의 크기들은 32x16일 수 있다. 하나의 PU가 2 개의 PU들로 분할되는 경우, PU가 이진-트리 형태로 분할되었다고 할 수 있다.For example, when one PU is split into two PUs, the horizontal size or vertical size of each PU of the two PUs generated by the split is half of the horizontal size or half of the vertical size of the PU before splitting, respectively. can When a 32x32 PU is vertically divided into 2 PUs, the sizes of the 2 PUs may be 16x32. When a 32x32-sized PU is horizontally divided into two PUs, the sizes of the two divided PUs may be 32x16. When one PU is divided into two PUs, it can be said that the PU is divided in the form of a binary-tree.
도 5는 코딩 유닛에 포함될 수 있는 변환 유닛의 형태를 도시한 도면이다.5 is a diagram illustrating a form of a transform unit that may be included in a coding unit.
변환 유닛(Transform Unit; TU)은 CU 내에서 변환, 양자화, 역변환, 역양자화, 엔트로피 부호화 및 엔트로피 복호화의 과정을 위해 사용되는 기본 단위일 수 있다.A transform unit (TU) may be a basic unit used for transformation, quantization, inverse transformation, inverse quantization, entropy encoding, and entropy decoding processes within the CU.
TU는 정사각형 형태 또는 직사각형 형태를 가질 수 있다. TU의 형태는 CU의 크기 및/또는 형태에 의존하여 결정될 수 있다.A TU may have a square shape or a rectangular shape. The shape of the TU may be determined depending on the size and/or shape of the CU.
LCU로부터 분할된 CU 중, 더 이상 CU들로 분할되지 않는 CU는 하나 이상의 TU들로 분할될 수 있다. 이때, TU의 분할 구조는 쿼드-트리(quad-tree) 구조일 수 있다. 예컨대, 도 5에서 도시된 것과 같이, 하나의 CU(510)가 쿼드-트리 구조에 따라서 한 번 또는 그 이상 분할될 수 있다. 분할을 통해, 하나의 CU(510)는 다양한 크기의 TU들로 구성될 수 있다.Among the CUs split from the LCU, a CU that is no longer split into CUs may be split into one or more TUs. In this case, the division structure of the TU may be a quad-tree structure. For example, as shown in FIG. 5 , one CU 510 may be divided one or more times according to a quad-tree structure. Through division, one CU 510 may be composed of TUs of various sizes.
하나의 CU가 2 번 이상 분할될 경우, CU는 재귀적으로 분할되는 것으로 볼 수 있다. 분할을 통해, 하나의 CU는 다양한 크기들을 갖는 TU들로 구성될 수 있다.When one CU is split two or more times, the CU can be considered to be split recursively. Through splitting, one CU may be composed of TUs having various sizes.
또는, 하나의 CU는 CU를 분할하는 수직 선 및/또는 수평 선의 개수에 기반하여 하나 이상의 TU들로 분할될 수도 있다.Alternatively, one CU may be divided into one or more TUs based on the number of vertical and/or horizontal lines dividing the CU.
CU는 대칭형의 TU들로 분할될 수 있고, 비대칭형의 TU들로 분할될 수도 있다. 비대칭형의 TU들로의 분할을 위해, TU의 크기 및/또는 형태에 대한 정보가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 또는, TU의 크기 및/또는 형태는 CU의 크기 및/또는 형태에 대한 정보로부터 유도될 수 있다.A CU may be divided into symmetric TUs or asymmetric TUs. For division into asymmetric TUs, information on the size and/or shape of a TU may be signaled from the encoding device 100 to the decoding device 200. Alternatively, the size and/or shape of the TU may be derived from information on the size and/or shape of the CU.
CU는 TU들로 분할되지 않을 수 있다. CU가 TU들로 분할되지 않는 경우 CU의 크기 및 TU의 크기는 같을 수 있다.A CU may not be divided into TUs. When a CU is not divided into TUs, the size of a CU and the size of a TU may be the same.
하나의 CU는 하나 이상의 TU들로 분할될 수 있고, TU도 복수의 TU들로 분할될 수 있다.One CU may be divided into one or more TUs, and a TU may also be divided into a plurality of TUs.
예를 들면, 하나의 TU가 4 개의 TU들로 분할되는 경우, 분할에 의해 생성된 4 개의 TU들의 각 TU의 가로 크기 및 세로 크기는 각각 분할 전의 TU의 가로 크기의 절반 및 세로 크기의 절반일 수 있다. 32x32 크기의 TU가 4 개의 TU들로 분할되는 경우, 분할된 4 개의 TU들의 크기들은 16x16일 수 있다. 하나의 TU가 4 개의 TU들로 분할되는 경우, TU가 쿼드-트리 형태로 분할되었다고 할 수 있다.For example, when one TU is divided into 4 TUs, the horizontal and vertical sizes of each TU of the 4 TUs generated by the division are half of the horizontal size and half of the vertical size of the TU before the division, respectively. can When a TU of 32x32 size is divided into 4 TUs, the sizes of the 4 divided TUs may be 16x16. When one TU is divided into 4 TUs, it can be said that the TU is divided in the form of a quad-tree.
예를 들면, 하나의 TU가 2 개의 TU들로 분할되는 경우, 분할에 의해 생성된 2 개의 TU들의 각 TU의 가로 크기 또는 세로 크기는 각각 분할 전의 TU의 가로 크기의 절반 또는 세로 크기의 절반일 수 있다. 32x32 크기의 TU가 2 개의 TU들로 세로로 분할되는 경우, 분할된 2 개의 TU들의 크기들은 16x32일 수 있다. 32x32 크기의 TU가 2 개의 TU들로 가로로 분할되는 경우, 분할된 2 개의 TU들의 크기들은 32x16일 수 있다. 하나의 TU가 2 개의 TU들로 분할되는 경우, TU가 이진-트리 형태로 분할되었다고 할 수 있다.For example, when one TU is split into two TUs, the horizontal size or vertical size of each TU of the two TUs generated by the split is half of the horizontal size or half of the vertical size of the TU before the split, respectively. can When a 32x32 size TU is vertically split into two TUs, the sizes of the two split TUs may be 16x32. When a TU of size 32x32 is horizontally divided into two TUs, the sizes of the two divided TUs may be 32x16. When one TU is split into two TUs, it can be said that the TU is split in a binary-tree format.
도 5에서 도시된 것 외의 다른 방식으로 CU가 분할될 수도 있다.CUs may be divided in other ways than shown in FIG. 5 .
예를 들면, 하나의 CU는 3 개의 CU들로 분할될 수 있다. 분할된 3 개의 CU들의 가로 크기 또는 세로 크기는 각각 분할전의 CU의 가로 크기 또는 세로 크기의 1/4, 1/2 및 1/4일 수 있다.For example, one CU may be split into 3 CUs. The horizontal size or vertical size of the three divided CUs may be 1/4, 1/2, and 1/4 of the horizontal or vertical size of the CU before division, respectively.
일 예로, 32x32 크기의 CU가 3 개의 CU들로 세로로 분할되는 경우, 분할된 3 개의 CU들의 크기들은 각각 8x32, 16x32 및 8x32일 수 있다. 이와 같이, 하나의 CU가 3 개의 CU들로 분할되는 경우, CU는 삼진 트리의 형태로 분할되었다고 볼 수 있다.For example, when a CU of 32x32 size is vertically divided into 3 CUs, the sizes of the 3 divided CUs may be 8x32, 16x32 and 8x32, respectively. In this way, when one CU is split into three CUs, it can be considered that the CU is split in the form of a ternary tree.
예시된 쿼드 트리의 형태의 분할, 이진 트리의 형태의 분할 및 삼진 트리의 형태의 분할 중 하나가 CU의 분할을 위해 적용될 수 있으며, 복수 개의 분할 방식들이 함께 조합되어 CU의 분할을 위해 사용될 수도 있다. 이 때, 복수 개의 분할 방식들이 조합되어 사용되는 경우를 복합 트리의 형태의 분할이라고 칭할 수 있다.One of the exemplified quad tree-type partitioning, binary tree-type partitioning, and ternary tree-type partitioning may be applied for partitioning of the CU, and a plurality of partitioning schemes may be combined together and used for partitioning of the CU. . In this case, a case in which a plurality of partitioning methods are combined and used may be referred to as a composite tree type of partitioning.
도 6은 일 예에 따른 블록의 분할을 나타낸다.6 shows division of a block according to an example.
영상의 부호화 및/또는 복호화의 과정에서, 도 6과 같이 대상 블록이 분할될 수 있다. 예를 들면, 대상 블록은 CU일 수 있다.In the process of encoding and/or decoding an image, a target block may be divided as shown in FIG. 6 . For example, the target block may be a CU.
대상 블록의 분할을 위해, 분할 정보를 나타내는 지시자가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 분할 정보는 대상 블록이 어떻게 분할되는가를 나타내는 정보일 수 있다.For division of the target block, an indicator indicating division information may be signaled from the encoding apparatus 100 to the decoding apparatus 200. The division information may be information indicating how the target block is divided.
분할 정보는 분할 플래그(이하, "split_flag"로 표시), 쿼드-이진 플래그(이하, "QB_flag"로 표시), 쿼드 트리 플래그(이하, "quadtree_flag"로 표시), 이진 트리 플래그(이하, "binarytree_flag"로 표시) 및 이진 타입 플래그(이하, "Btype_flag"로 표시) 중 하나 이상일 수 있다.Splitting information includes a split flag (hereinafter referred to as “split_flag”), a quad-binary flag (hereinafter referred to as “QB_flag”), a quad-tree flag (hereinafter referred to as “quadtree_flag”), and a binary tree flag (hereinafter referred to as “binarytree_flag”). ") and a binary type flag (hereinafter referred to as "Btype_flag").
split_flag는 블록이 분할되는지 여부를 나타내는 플래그일 수 있다. 예를 들면, split_flag의 값 1은 블록이 분할됨을 나타낼 수 있다. split_flag의 값 0은 블록이 분할되지 않음을 나타낼 수 있다.split_flag may be a flag indicating whether a block is split. For example, a value of 1 of split_flag may indicate that a block is split. A value of 0 of split_flag may indicate that the block is not split.
QB_flag는 블록이 쿼드 트리 형태 및 이진 트리 형태 중 어떤 형태로 분할되는가를 나타내는 플래그일 수 있다. 예를 들면, QB_flag의 값 0은 블록이 쿼드 트리 형태로 분할됨을 나타낼 수 있다. QB_flag의 값 1은 블록이 이진 트리 형태로 분할됨을 나타낼 수 있다. 또는, QB_flag의 값 0은 블록이 이진 트리 형태로 분할됨을 나타낼 수 있다. QB_flag의 값 1은 블록이 쿼드 트리 형태로 분할됨을 나타낼 수 있다.QB_flag may be a flag indicating in which form a block is divided into a quad tree form and a binary tree form. For example, a value of 0 of QB_flag may indicate that a block is divided in a quad tree form. A value of 1 of QB_flag may indicate that a block is divided in the form of a binary tree. Alternatively, a value of 0 of QB_flag may indicate that the block is divided in the form of a binary tree. A value of 1 for QB_flag may indicate that a block is divided in a quad tree form.
quadtree_flag는 블록이 쿼드 트리 형태로 분할되는지 여부를 나타내는 플래그일 수 있다. 예를 들면, quadtree_flag의 값 1은 블록이 쿼드 트리 형태로 분할됨을 나타낼 수 있다. quadtree_flag의 값 0은 블록이 쿼드 트리 형태로 분할되지 않음을 나타낼 수 있다.quadtree_flag may be a flag indicating whether a block is split into a quad tree. For example, a value of 1 of quadtree_flag may indicate that a block is split into a quad tree. A value of 0 of quadtree_flag may indicate that a block is not split in the form of a quad tree.
binarytree_flag는 블록이 이진 트리 형태로 분할되었는지 여부를 나타내는 플래그일 수 있다. 예를 들면, binarytree_flag의 값 1은 블록이 이진 트리 형태로 분할됨을 나타낼 수 있다. binarytree_flag의 값 0은 블록이 이진 트리 형태로 분할되지 않음을 나타낼 수 있다.binarytree_flag may be a flag indicating whether a block is split in the form of a binary tree. For example, a value of 1 in binarytree_flag may indicate that a block is split into a binary tree. A value of 0 in binarytree_flag may indicate that a block is not split in the form of a binary tree.
Btype_flag는 블록이 이진 트리 형태로 분할되는 경우, 수직 분할 및 수평 분할 중 어떤 것으로 분할되었는지를 나타내는 플래그일 수 있다. 예를 들면, Btype_flag의 값 0은 블록이 수평 방향으로 분할됨을 나타낼 수 있다. Btype_flag의 값 1은 블록이 수직 방향으로 분할됨을 나타낼 수 있다. 또는, Btype_flag의 값 0은 블록이 수직 방향으로 분할되었음을 나타낼 수 있다. Btype_flag의 값 1은 블록이 수평 방향으로 분할되었음을 나타낼 수 있다.Btype_flag may be a flag indicating whether the block is split vertically or horizontally when the block is split in the form of a binary tree. For example, a value of 0 in Btype_flag may indicate that a block is divided in a horizontal direction. A value of 1 of Btype_flag may indicate that a block is divided in a vertical direction. Alternatively, a value of 0 of Btype_flag may indicate that the block is divided in the vertical direction. A value of 1 of Btype_flag may indicate that the block is divided in the horizontal direction.
예를 들면, 도 6의 블록에 대한 분할 정보는 아래의 표 1과 같이 quadtree_flag, binarytree_flag 및 Btype_flag 중 적어도 하나를 시그널링함으로써 유도할 수 있다.For example, partition information for the block of FIG. 6 can be derived by signaling at least one of quadtree_flag, binarytree_flag, and Btype_flag as shown in Table 1 below.
[표 1][Table 1]
Figure PCTKR2022014710-appb-img-000001
Figure PCTKR2022014710-appb-img-000001
예를 들면, 도 6의 블록에 대한 분할 정보는 아래의 표 2와 같이 split_flag, QB_flag 및 Btype_flag 중 적어도 하나를 시그널링함으로써 유도할 수 있다.For example, the split information for the block of FIG. 6 can be derived by signaling at least one of split_flag, QB_flag, and Btype_flag as shown in Table 2 below.
[표 2][Table 2]
Figure PCTKR2022014710-appb-img-000002
Figure PCTKR2022014710-appb-img-000002
분할 방법은 블록의 크기 및/또한 형태에 따라 쿼드 트리로만 제한될 수 있고, 또는 이진 트리로만 제한될 수 있다. 이러한 제한이 적용되는 경우, split_flag는 쿼드 트리 형태로의 분할 여부를 나타내는 플래그 또는 이진 트리 형태로의 분할 여부를 나타내는 플래그일 수 있다. 블록의 크기 및 형태는 블록의 깊이 정보에 따라서 유도될 수 있으며, 깊이 정보는 부호화 장치(100)로부터 복호화 장치(200)로 시그널링 될 수 있다. The partitioning method may be limited to a quad tree, or a binary tree, depending on the size and/or shape of the block. When this restriction is applied, split_flag may be a flag indicating whether to split into a quad tree type or a flag indicating whether to split into a binary tree type. The size and shape of the block may be derived according to the depth information of the block, and the depth information may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
블록의 크기가 특정된 범위 내에 속하는 경우, 쿼드 트리 형태의 분할만이 가능할 수 있다. 예를 들면, 특정된 범위는 쿼드 트리 형태의 분할만이 가능한 최대 블록 크기 및 최소 블록 크기 중 적어도 하나에 의해 정의될 수 있다.When the size of a block falls within a specified range, only quad-tree partitioning may be possible. For example, the specified range may be defined by at least one of a maximum block size and a minimum block size in which quad-tree partitioning is possible.
쿼트 트리 형태의 분할만이 가능한 최대 블록 크기 및/또는 최소 블록 크기를 나타내는 정보는 비트스트림을 통해 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 또한, 이러한 정보는 비디오, 시퀀스, 픽처, 파라미터, 타일 그룹 및 슬라이스(또는, 세그먼트) 중 적어도 하나의 단위에 대하여 시그널링될 수 있다.Information indicating the maximum block size and/or minimum block size in which only quad tree-type division is possible may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream. Also, this information may be signaled for at least one unit of video, sequence, picture, parameter, tile group, and slice (or segment).
또는, 최대 블록 크기 및/또는 최소 블록 크기는 부호화 장치(100) 및 복호화 장치(200)에서 기정의된 고정된 크기일 수 있다. 예를 들면, 블록의 크기가 64x64의 이상이며, 256x256의 이하인 경우에는 쿼드 트리 형태의 분할만이 가능할 수 있다. 이러한 경우, split_flag는 쿼드 트리 형태로의 분할 여부를 나타내는 플래그일 수 있다.Alternatively, the maximum block size and/or the minimum block size may be fixed sizes predefined in the encoding apparatus 100 and the decoding apparatus 200. For example, when the size of a block is larger than 64x64 and smaller than 256x256, only quad-tree partitioning may be possible. In this case, split_flag may be a flag indicating whether to split into a quad tree.
블록의 크기가 최대 변환 블록 크기보다 더 큰 경우, 쿼드 트리 형태의 분할만이 가능할 수 있다. 이 때, 분할되는 블록은 CU 및 TU 중 적어도 하나일 수 있다.If the size of the block is larger than the maximum transform block size, only a quad tree type of splitting may be possible. In this case, the divided block may be at least one of CU and TU.
이러한 경우, split_flag는 쿼드 트리 형태로의 분할 여부를 나타내는 플래그일 수 있다.In this case, split_flag may be a flag indicating whether to split into a quad tree.
블록의 크기가 특정된 범위 내에 속하는 경우, 이진 트리 형태 또는 삼진 트리 형태의 분할만이 가능할 수 있다. 여기서, 예를 들면, 특정된 범위는 이진 트리 형태 또는 삼진 트리 형태의 분할만이 가능한 최대 블록 크기 및 최소 블록 크기 중 적어도 하나에 의해 정의될 수 있다.When the size of a block falls within a specified range, only binary tree or ternary tree partitioning may be possible. Here, for example, the specified range may be defined by at least one of a maximum block size and a minimum block size in which binary tree or ternary tree partitioning is possible.
이진 트리 형태의 분할 또는 삼진 트리 형태의 분할만이 가능한 최대 블록 크기 및/또는 최소 블록 크기를 나타내는 정보는 비트스트림을 통해 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 또한, 이러한 정보는 시퀀스, 픽처 및 슬라이스(또는, 세그먼트) 중 적어도 하나의 단위에 대하여 시그널링될 수 있다.Information representing a maximum block size and/or a minimum block size in which only binary tree-type division or ternary tree-type division is possible may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream. In addition, this information may be signaled for at least one unit of sequence, picture, and slice (or segment).
또는, 최대 블록 크기 및/또는 최소 블록 크기는 부호화 장치(100) 및 복호화 장치(200)에서 기정의된 고정된 크기일 수 있다. 예를 들면, 블록의 크기가 8x8의 이상이며, 16x16의 이하인 경우에는 이진 트리 형태의 분할만이 가능할 수 있다. 이러한 경우, split_flag는 이진 트리 형태 또는 삼진 트리 형태로의 분할 여부를 나타내는 플래그일 수 있다.Alternatively, the maximum block size and/or the minimum block size may be fixed sizes predefined in the encoding apparatus 100 and the decoding apparatus 200. For example, when the size of a block is greater than 8x8 and less than 16x16, only binary tree partitioning may be possible. In this case, split_flag may be a flag indicating whether to split into a binary tree type or a ternary tree type.
전술된 쿼드 트리 형태의 분할에 관한 설명은 이진 트리 형태 및/또는 삼진 트리 형태의 분할에 대해서도 동일하게 적용될 수 있다.The above-described quad tree partitioning may be equally applied to binary tree and/or ternary tree partitioning.
블록의 분할은 이전의 분할에 의해 제한될 수 있다. 예를 들면, 블록이 특정된 이진 트리 형태로 분할되어 복수의 분할된 블록들이 생성된 경우, 각 분할된 블록은 특정된 트리 형태로만 추가로 분할될 수 있다. 여기에서, 특정된 트리 형태는 이진 트리 형태, 삼진 트리 형태 및 쿼드 트리 형태 중 적어도 하나일 수 있다.The division of a block may be limited by the previous division. For example, when a block is divided into a specified binary tree shape to generate a plurality of divided blocks, each divided block may be additionally divided only into the specified tree shape. Here, the specified tree type may be at least one of a binary tree type, a ternary tree type, and a quad tree type.
분할된 블록의 가로 크기 또는 세로 크기가 더 이상 분할될 수 없는 크기에 해당하는 경우 전술된 지시자는 시그널링되지 않을 수 있다.When the horizontal size or vertical size of a divided block corresponds to a size that cannot be further divided, the aforementioned indicator may not be signaled.
도 7은 인트라 예측 과정의 실시예를 설명하기 위한 도면이다.7 is a diagram for explaining an embodiment of an intra prediction process.
도 7의 그래프의 중심으로부터 외곽으로의 화살표들은 방향성 인트라 예측 모드들의 예측 방향들을 나타낼 수 있다. 또한, 화살표에 근접하게 표시된 숫자는 인트라 예측 모드 또는 인트라 예측 모드의 예측 방향에 할당된 모드 값의 일 예를 나타낼 수 있다.Arrows extending from the center to the periphery of the graph of FIG. 7 may represent prediction directions of directional intra prediction modes. Also, numbers displayed adjacent to arrows may represent examples of mode values assigned to an intra prediction mode or a prediction direction of the intra prediction mode.
도 7에서, 숫자 0은 비방향성 인트라 예측 모드인 플래너(Planar) 모드를 나타낼 수 있다. 숫자 1은 비방향성 인트라 예측 모드인 디씨(DC) 모드를 나타낼 수 있다.In FIG. 7 , the number 0 may indicate a planar mode, which is a non-directional intra prediction mode. Number 1 may indicate a DC mode, which is a non-directional intra prediction mode.
인트라 부호화 및/또는 복호화는 대상 블록의 이웃 블록의 참조 샘플을 이용하여 수행될 수 있다. 이웃 블록은 재구축된 이웃 블록일 수 있다. 참조 샘플은 이웃 샘플을 의미할 수 있다.Intra coding and/or decoding may be performed using reference samples of neighboring blocks of the target block. A neighboring block may be a reconstructed neighboring block. A reference sample may mean a neighboring sample.
예를 들면, 인트라 부호화 및/또는 복호화는 재구축된 이웃 블록이 포함하는 참조 샘플의 값 또는 코딩 파라미터를 이용하여 수행될 수 있다.For example, intra encoding and/or decoding may be performed using a value of a reference sample included in a reconstructed neighboring block or a coding parameter.
부호화 장치(100) 및/또는 복호화 장치(200)는 대상 영상 내의 샘플의 정보에 기초하여 대상 블록에 대한 인트라 예측을 수행함으로써 예측 블록을 생성할 수 있다. 인트라 예측을 수행할 때, 부호화 장치(100) 및/또는 복호화 장치(200)는 대상 영상 내의 샘플의 정보에 기반하여 인트라 예측을 수행함으로써 대상 블록에 대한 예측 블록을 생성할 수 있다. 인트라 예측을 수행할 때, 부호화 장치(100) 및/또는 복호화 장치(200)는 적어도 하나의 재구축된 참조 샘플에 기반하여 방향성 예측 및/또는 비방향성 예측을 수행할 수 있다.The encoding apparatus 100 and/or the decoding apparatus 200 may generate a prediction block by performing intra prediction on the target block based on sample information in the target image. When performing intra prediction, the encoding apparatus 100 and/or the decoding apparatus 200 may generate a prediction block for a target block by performing intra prediction based on sample information in a target image. When intra prediction is performed, the encoding device 100 and/or the decoding device 200 may perform directional prediction and/or non-directional prediction based on at least one reconstructed reference sample.
예측 블록은 인트라 예측의 수행의 결과로 생성된 블록을 의미할 수 있다. 예측 블록은 CU, PU 및 TU 중 적어도 하나에 해당할 수 있다.A prediction block may refer to a block generated as a result of performing intra prediction. A prediction block may correspond to at least one of CU, PU, and TU.
예측 블록의 단위는 CU, PU 및 TU 중 적어도 하나의 크기일 수 있다. 예측 블록은 2Nx2N의 크기 또는 NxN의 크기를 갖는, 정사각형의 형태를 가질 수 있다. NxN의 크기는 4x4, 8x8, 16x16, 32x32 및 64x64 등을 포함할 수 있다.A unit of a prediction block may be the size of at least one of CU, PU, and TU. The prediction block may have a square shape with a size of 2Nx2N or NxN. The size of NxN may include 4x4, 8x8, 16x16, 32x32, and 64x64.
또는, 예측 블록은 2x2, 4x4, 8x8, 16x16, 32x32 또는 64x64 등의 크기를 갖는 정사각형의 형태의 블록일 수 있고, 2x8, 4x8, 2x16, 4x16 및 8x16 등의 크기를 갖는 직사각형 모양의 블록일 수도 있다.Alternatively, the prediction block may be a square block having a size of 2x2, 4x4, 8x8, 16x16, 32x32, or 64x64, or may be a rectangular block having a size of 2x8, 4x8, 2x16, 4x16, or 8x16. there is.
인트라 예측은 대상 블록에 대한 인트라 예측 모드에 따라 수행될 수 있다. 대상 블록이 가질 수 있는 인트라 예측 모드의 개수는 기정의된 고정된 값일 수 있으며, 예측 블록의 속성에 따라 다르게 결정된 값일 수 있다. 예를 들면, 예측 블록의 속성은 예측 블록의 크기 및 예측 블록의 타입 등을 포함할 수 있다. 또한, 예측 블록의 속성은 예측 블록에 대한 코딩 파라미터를 가리킬 수 있다.Intra prediction may be performed according to an intra prediction mode for a target block. The number of intra prediction modes that the target block may have may be a predefined fixed value or may be a value determined differently according to properties of the prediction block. For example, the properties of the prediction block may include the size of the prediction block and the type of the prediction block. Also, the properties of the prediction block may indicate coding parameters for the prediction block.
예를 들면, 인트라 예측 모드의 개수는 예측 블록의 크기에 관계없이 N 개로 고정될 수 있다. 또는, 예를 들면, 인트라 예측 모드의 개수는 3, 5, 9, 17, 34, 35, 36, 65, 67 또는 95 등일 수 있다.For example, the number of intra prediction modes may be fixed to N regardless of the size of a prediction block. Alternatively, for example, the number of intra prediction modes may be 3, 5, 9, 17, 34, 35, 36, 65, 67, or 95.
인트라 예측 모드는 비방향성(non-directional) 모드 또는 방향성(directional) 모드일 수 있다.The intra prediction mode may be a non-directional mode or a directional mode.
예를 들면, 인트라 예측 모드는, 도 7에서 도시된 번호 0 내지 66에 대응하는, 2 개의 비방향성 모드들 및 65 개의 방향성 모드들을 포함할 수 있다.For example, the intra prediction mode may include two non-directional modes and 65 directional modes, corresponding to numbers 0 to 66 shown in FIG. 7 .
예를 들면, 특정된 인트라 예측 방법이 사용되는 경우, 인트라 예측 모드는 도 7에서 도시된 번호 -14 내지 80에 대응하는, 2 개의 비방향성 모드들 및 93 개의 방향성 모드들을 포함할 수 있다.For example, when a specified intra prediction method is used, the intra prediction mode may include two non-directional modes and 93 directional modes, corresponding to numbers -14 to 80 shown in FIG. 7 .
2 개의 비방향성 모드들은 디씨(DC) 모드 및 플래너(Planar) 모드를 포함할 수 있다.The two non-directional modes may include DC mode and Planar mode.
방향성 모드는 특정한 방향 또는 특정한 각도를 갖는 예측 모드일 수 있다. 방향성 모드는 각 모드(argular mode)로 칭해질 수도 있다.The directional mode may be a prediction mode having a specific direction or a specific angle. The directional mode may also be referred to as an argular mode.
인트라 예측 모드는 모드 번호, 모드 값 모드 각도 및 모드 방향 중 적어도 하나로 표현될 수 있다. 말하자면, 용어들 "인트라 예측 모드의 (모드) 번호", "인트라 예측 모드의 (모드) 값", "인트라 예측 모드의 (모드) 각도" 및 "인트라 예측 모드의 (모드) 방향)은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.The intra prediction mode may be expressed as at least one of a mode number, a mode value, a mode angle, and a mode direction. That is to say, the terms “(mode) number of an intra prediction mode”, “(mode) value of an intra prediction mode”, “(mode) angle of an intra prediction mode” and “(mode) direction of an intra prediction mode) have the same meaning. and can be used interchangeably.
인트라 예측 모드의 개수는 M일 수 있다. M은 1 이상일 수 있다. 말하자면, 인트라 예측 모드는 비방향성 모드의 개수 및 방향성 모드의 개수를 포함하는 M 개일 수 있다.The number of intra prediction modes may be M. M may be 1 or more. In other words, the number of intra prediction modes may be M including the number of non-directional modes and the number of directional modes.
인트라 예측 모드의 개수는 블록의 크기 및/또는 색 성분(color component)에 관계없이 M 개로 고정될 수 있다. 예를 들면, 인트라 예측 모드의 개수는, 블록의 크기와 무관하게, 35 또는 67 중 하나로 고정될 수 있다.The number of intra prediction modes may be fixed to M regardless of block sizes and/or color components. For example, the number of intra prediction modes may be fixed to either 35 or 67 regardless of the size of a block.
또는, 인트라 예측 모드의 개수는 블록의 모양, 크기 및/또는 색 성분의 타입에 따라 상이할 수 있다.Alternatively, the number of intra prediction modes may be different according to the shape, size, and/or color component type of a block.
예를 들면, 도 7에서, 점선으로 도시된 방향성 예측 모드들은 비-정사각형(non-square) 블록에 대한 예측에만 적용될 수 있다.For example, in FIG. 7 , directional prediction modes indicated by dotted lines may be applied only to prediction for non-square blocks.
예를 들면, 블록의 크기가 커질수록 인트라 예측 모드의 개수는 많아질 수 있다. 또는, 블록의 크기가 커질수록 인트라 예측 모드의 개수는 적어질 수 있다. 블록의 크기가 4x4 또는 8x8인 경우에는 인트라 예측 모드의 개수는 67일 수 있다. 블록의 크기가 16x16인 경우에는 인트라 예측 모드의 개수는 35일 수 있다. 블록의 크기가 32x32인 경우에는 인트라 예측 모드의 개수는 19일 수 있다. 블록의 크기가 64x64인 경우에는 인트라 예측 모드의 개수는 7일 수 있다.For example, as the block size increases, the number of intra prediction modes may increase. Alternatively, as the block size increases, the number of intra prediction modes may decrease. When the size of a block is 4x4 or 8x8, the number of intra prediction modes may be 67. When the size of a block is 16x16, the number of intra prediction modes may be 35. When the size of a block is 32x32, the number of intra prediction modes may be 19. When the size of a block is 64x64, the number of intra prediction modes may be 7.
예를 들면, 색 성분이 루마(luma) 신호인지 아니면 크로마(chroma) 신호인지에 따라 인트라 예측 모드의 개수가 다를 수 있다. 또는 루마 성분 블록의 인트라 예측 모드의 개수는 크로마 성분 블록의 인트라 예측 모드의 개수보다 더 클 수 있다.For example, the number of intra prediction modes may be different depending on whether the color component is a luma signal or a chroma signal. Alternatively, the number of intra prediction modes of the luma component block may be greater than the number of intra prediction modes of the chroma component block.
예를 들면, 모드 값이 50인 수직 모드의 경우, 참조 샘플의 픽셀 값에 기반하여 수직 방향으로 예측이 수행될 수 있다. 예를 들면, 모드 값이 18인 수평 모드의 경우, 참조 샘플의 픽셀 값에 기반하여 수평 방향으로 예측이 수행될 수 있다.For example, in the case of a vertical mode having a mode value of 50, prediction may be performed in a vertical direction based on a pixel value of a reference sample. For example, in the case of a horizontal mode having a mode value of 18, prediction may be performed in a horizontal direction based on a pixel value of a reference sample.
전술된 모드 이외의 방향성 모드인 경우에도 부호화 장치(100) 및 복호화 장치(200)는 방향성 모드에 대응하는 각도에 따라 참조 샘플을 이용하여 대상 유닛에 대한 인트라 예측을 수행할 수 있다.Even in a directional mode other than the aforementioned mode, the encoding apparatus 100 and the decoding apparatus 200 may perform intra prediction on a target unit using a reference sample according to an angle corresponding to the directional mode.
수직 모드의 우측에 위치한 인트라 예측 모드는 수직 우측 모드(vertical-right mode)로 명명될 수 있다. 수평 모드의 하단에 위치한 인트라 예측 모드는 수형 하단 모드(horizontal-below mode)로 명명될 수 있다. 예를 들면, 도 7에서, 모드 값이 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65 및 66 중 하나인 인트라 예측 모드들은 수직 우측 모드들일 수 있다. 모드 값이 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 및 17 중 하나인 인트라 예측 모드들은 수평 하단 모드들일 수 있다.An intra prediction mode positioned to the right of the vertical mode may be named a vertical-right mode. An intra-prediction mode positioned below the horizontal mode may be named a horizontal-below mode. For example, in FIG. 7 , intra prediction modes having a mode value of one of 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, and 66 are vertical It can be the right modes. Intra prediction modes having a mode value of 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, and 17 may be horizontal bottom modes.
비방향성 모드는 디씨(DC) 모드 및 플래너(planar) 모드를 포함할 수 있다. 예를 들면, 디씨 모드의 모드 값은 1일 수 있다. 플래너 모드의 모드 값은 0일 수 있다.The non-directional mode may include a DC mode and a planar mode. For example, the mode value of the DC mode may be 1. The mode value of the planner mode may be 0.
방향성 모드는 각진(angular) 모드를 포함할 수 있다. 복수의 인트라 예측 모드들 중 DC 모드 및 플래너 모드를 제외한 나머지의 모드는 방향성 모드일 수 있다.The directional mode may include an angular mode. Modes other than the DC mode and the planner mode among the plurality of intra prediction modes may be directional modes.
인트라 예측 모드가 DC 모드인 경우, 복수의 참조 샘플들의 픽셀 값들의 평균에 기반하여 예측 블록이 생성될 수 있다. 예를 들면, 예측 블록의 픽셀의 값은 복수의 참조 샘플들의 픽셀 값들의 평균에 기반하여 결정될 수 있다.When the intra prediction mode is the DC mode, a prediction block may be generated based on an average of pixel values of a plurality of reference samples. For example, a pixel value of a prediction block may be determined based on an average of pixel values of a plurality of reference samples.
전술된 인트라 예측 모드들의 개수 및 각 인트라 예측 모드들의 모드 값은 단지 예시적인 것일 수 있다. 전술된 인트라 예측 모드들의 개수 및 각 인트라 예측 모드들의 모드 값은 실시예, 구현 및/또는 필요에 따라 다르게 정의될 수도 있다.The number of intra prediction modes and the mode value of each intra prediction mode described above may be merely illustrative. The number of the aforementioned intra prediction modes and the mode value of each intra prediction mode may be differently defined according to embodiments, implementations, and/or needs.
대상 블록에 대한 인트라 예측을 수행하기 위해 재구축된 이웃 블록에 포함되는 샘플들이 대상 블록의 참조 샘플로서 이용될 수 있는지 여부를 검사하는 단계가 수행될 수 있다. 이웃 블록의 샘플들 중 대상 블록의 참조 샘플로 이용할 수 없는 샘플이 존재하는 경우, 재구축된 이웃 블록에 포함된 샘플들 중 적어도 하나의 샘플 값을 사용하는 복사 및/또는 보간에 의해 생성된 값이 참조 샘플로 이용될 수 없는 샘플의 샘플 값으로 대체될 수 있다. 복사 및/또는 보간에 의해 생성된 값이 샘플의 샘플 값으로 대체되면, 샘플이 대상 블록의 참조 샘플로서 이용될 수 있다.In order to perform intra prediction on the target block, a step of checking whether samples included in the reconstructed neighboring block can be used as reference samples of the target block may be performed. If there is a sample that cannot be used as a reference sample of the target block among the samples of the neighboring block, a value generated by copying and/or interpolation using at least one sample value among the samples included in the reconstructed neighboring block This can be replaced with the sample value of a sample that cannot be used as a reference sample. If a value generated by copying and/or interpolation is replaced with a sample value of a sample, the sample may be used as a reference sample of the target block.
인트라 예측이 사용될 때, 인트라 예측 모드 및 대상 블록의 크기 중 적어도 하나에 기반하여 참조 샘플 또는 예측 샘플 중 적어도 하나에 필터가 적용될 수 있다.When intra prediction is used, a filter may be applied to at least one of a reference sample or a prediction sample based on at least one of an intra prediction mode and a size of a target block.
참조 샘플 또는 예측 샘플 중 적어도 하나에 적용되는 필터의 타입은 대상 블록의 인트라 예측 모드, 대상 블록의 크기 및 대상 블록의 형태 중 적어도 하나에 따라서 다를 수 있다. 필터의 타입은 필터 탭(tap)의 길이, 필터 계수의 값 및 필터 강도 중 하나 이상에 따라서 분류될 수 있다. 상기의 필터 탭의 길이는 필터 탭 수를 의미할 수 있다. 또한, 필터 탭 수는 필터의 길이를 의미할 수 있다.The type of filter applied to at least one of the reference sample and the prediction sample may differ according to at least one of an intra prediction mode of the target block, a size of the target block, and a shape of the target block. The type of filter may be classified according to one or more of a length of a filter tap, a value of a filter coefficient, and a filter strength. The length of the filter tap may mean the number of filter taps. Also, the number of filter taps may mean the length of a filter.
인트라 예측 모드가 플래너 모드인 경우, 대상 블록의 예측 블록을 생성함에 있어서, 예측 대상 샘플의 예측 블록 내 위치에 따라, 대상 샘플의 상단 참조 샘플, 대상 샘플의 좌측 참조 샘플, 대상 블록의 우상단 참조 샘플 및 대상 블록의 좌하단 참조 샘플의 가중치가 부여된 합(weight-sum)을 이용하여 예측 대상 샘플의 샘플 값이 생성될 수 있다.When the intra prediction mode is the planner mode, in generating the prediction block of the target block, the upper reference sample of the target sample, the left reference sample of the target sample, and the upper right reference sample of the target block according to the location of the prediction target sample in the prediction block. A sample value of the prediction target sample may be generated using a weight-sum of the lower left reference sample of the target block.
인트라 예측 모드가 DC 모드인 경우, 대상 블록의 예측 블록을 생성함에 있어서, 대상 블록의 상단 참조 샘플들 및 좌측 참조 샘플들의 평균 값이 이용될 수 있다. 또한, 대상 블록 내의 특정된 행들 또는 특정된 열들에 대해서는 참조 샘플들의 값들을 이용하는 필터링이 수행될 수 있다. 특정된 행들은 참조 샘플과 인접한 하나 이상의 상단 행들일 수 있다. 특정된 열들은 참조 샘플과 인접한 하나 이상의 좌측 열들일 수 있다.When the intra prediction mode is the DC mode, an average value of upper reference samples and left reference samples of the target block may be used to generate a prediction block of the target block. In addition, filtering using values of reference samples may be performed on specified rows or specified columns within the target block. The specified rows may be one or more top rows adjacent to the reference sample. The specified columns may be one or more left columns adjacent to the reference sample.
인트라 예측 모드가 방향성 모드인 경우 대상 블록의 상단 참조 샘플, 좌측 참조 샘플, 우상단 참조 샘플 및/또는 좌하단 참조 샘플을 이용하여 예측 블록이 생성될 수 있다.When the intra prediction mode is a directional mode, a prediction block may be generated using an upper reference sample, a left reference sample, an upper right reference sample, and/or a lower left reference sample of the target block.
전술된 예측 샘플을 생성하기 위해 실수 단위의 보간이 수행될 수도 있다. Interpolation in units of real numbers may be performed to generate the prediction samples described above.
대상 블록의 인트라 예측 모드는 대상 블록의 이웃 블록의 인트라 예측 모드로부터 예측될 수 있으며, 예측을 위해 사용되는 정보가 엔트로피 부호화/복호화될 수 있다.The intra prediction mode of the target block may be predicted from the intra prediction modes of neighboring blocks of the target block, and information used for prediction may be entropy encoded/decoded.
예를 들면, 대상 블록 및 이웃 블록의 인트라 예측 모드들이 동일하면 기정의된 플래그를 이용하여 대상 블록 및 이웃 블록의 인트라 예측 모드들이 동일하다는 것이 시그널링될 수 있다.For example, if the intra prediction modes of the target block and the neighboring block are the same, it may be signaled that the intra prediction modes of the target block and the neighboring block are the same using a predefined flag.
예를 들면, 복수의 이웃 블록들의 인트라 예측 모드들 중 대상 블록의 인트라 예측 모드와 동일한 인트라 예측 모드를 가리키는 지시자가 시그널링될 수 있다.For example, an indicator indicating an intra prediction mode identical to that of a target block among intra prediction modes of a plurality of neighboring blocks may be signaled.
대상 블록 및 이웃 블록의 인트라 예측 모드들이 서로 다르면, 엔트로피 부호화 및/또는 복호화를 사용하여 대상 블록의 인트라 예측 모드의 정보가 부호화 및/또는 복호화될 수 있다.If intra prediction modes of the target block and neighboring blocks are different from each other, information of the intra prediction mode of the target block may be encoded and/or decoded using entropy encoding and/or decoding.
도 8은 인트라 예측 과정에서 사용되는 참조 샘플을 설명하기 위한 도면이다.8 is a diagram for explaining reference samples used in an intra prediction process.
대상 블록의 인트라 예측에 사용되는 재구축된 참조 샘플은 하단 좌측(below-left) 참조 샘플들, 좌측(left) 참조 샘플들, 상단 좌측(above-left) 코너 참조 샘플, 상단(above) 참조 샘플들 및 상단 우측(above-right) 참조 샘플들 등을 포함할 수 있다.The reconstructed reference samples used for intra prediction of the target block include below-left reference samples, left reference samples, above-left corner reference samples, and above reference samples. s and above-right reference samples, etc.
예를 들면, 좌측 참조 샘플들은 대상 블록의 좌측에 인접한 재구축된 참조 픽셀을 의미할 수 있다. 상단 참조 샘플들은 대상 블록의 상단에 인접한 재구축된 참조 픽셀을 의미할 수 있다. 상단 좌측 코너 참조 샘플은 대상 블록의 상단 좌측 코너에 위치한 재구축된 참조 픽셀을 의미할 수 있다. 또한, 하단 좌측 참조 샘플들은 좌측 참조 샘플들로 구성된 좌측 샘플 라인과 동일 선상에 위치한 샘플들 중에서 좌측 샘플 라인의 하단에 위치한 참조 샘플을 의미할 수 있다. 상단 우측 참조 샘플들은 상단 참조 샘플들로 구성된 상단 샘플 라인과 동일 선상에 위치한 샘플들 중에서 상단 픽셀 라인의 우측에 위치한 참조 샘플들을 의미할 수 있다.For example, the left reference samples may refer to reconstructed reference pixels adjacent to the left side of the target block. Top reference samples may refer to reconstructed reference pixels adjacent to the top of the target block. The top left corner reference sample may refer to a reconstructed reference pixel located at the top left corner of the target block. In addition, the lower left reference samples may refer to a reference sample located at the lower end of the left sample line among samples located on the same line as the left sample line composed of the left reference samples. The upper right reference samples may refer to reference samples located to the right of the upper pixel line among samples located on the same line as the upper sample line composed of the upper reference samples.
대상 블록의 크기가 NxN일 때, 하단 좌측 참조 샘플들, 좌측 참조 샘플들, 상단 참조 샘플들 및 상단 우측 참조 샘플들은 각각 N개일 수 있다.When the size of the target block is NxN, each of the lower left reference samples, the left reference samples, the upper reference samples, and the upper right reference samples may be N.
대상 블록에 대한 인트라 예측을 통해 예측 블록이 생성될 수 있다. 예측 블록의 생성은 예측 블록의 픽셀들의 값이 결정되는 것을 포함할 수 있다. 대상 블록 및 예측 블록의 크기는 동일할 수 있다.A prediction block may be generated through intra prediction of the target block. Generation of the prediction block may include determining values of pixels of the prediction block. The size of the target block and the prediction block may be the same.
대상 블록의 인트라 예측에 사용되는 참조 샘플은 대상 블록의 인트라 예측 모드에 따라 달라질 수 있다. 인트라 예측 모드의 방향은 참조 샘플들 및 예측 블록의 픽셀들 간의 의존 관계를 나타낼 수 있다. 예를 들면, 특정된 참조 샘플의 값이 예측 블록의 특정된 하나 이상의 픽셀들의 값으로서 사용될 수 있다. 이 경우, 특정된 참조 샘플 및 예측 블록의 특정된 하나 이상의 픽셀들은 인트라 예측 모드의 방향의 직선으로 지정되는 샘플 및 픽셀들일 수 있다. 말하자면, 특정된 참조 샘플의 값은 인트라 예측 모드의 방향의 역방향에 위치한 픽셀의 값으로 복사될 수 있다. 또는, 예측 블록의 픽셀의 값은 상기의 픽셀의 위치를 기준으로 인트라 예측 모드의 방향에 위치한 참조 샘플의 값일 수 있다.Reference samples used for intra prediction of the target block may vary according to the intra prediction mode of the target block. A direction of an intra prediction mode may represent a dependency relationship between reference samples and pixels of a prediction block. For example, a value of a specified reference sample may be used as a value of one or more specified pixels of a prediction block. In this case, the specified reference sample and the specified one or more pixels of the prediction block may be samples and pixels specified as a straight line in the direction of the intra prediction mode. In other words, the value of the specified reference sample may be copied to a value of a pixel located in a direction opposite to the direction of the intra prediction mode. Alternatively, the value of a pixel of the prediction block may be a value of a reference sample located in the direction of the intra prediction mode based on the position of the pixel.
예를 들면, 대상 블록의 인트라 예측 모드가 수직 모드인 경우, 상단 참조 샘플들이 인트라 예측에 사용될 수 있다. 인트라 예측 모드가 수직 모드인 경우, 예측 블록의 픽셀의 값은 상기의 픽셀의 위치를 기준으로 수직으로 위에 위치한 참조 샘플의 값일 수 있다. 따라서, 대상 블록에 상단으로 인접한 상단 참조 샘플들이 인트라 예측을 위해 사용될 수 있다. 또한, 예측 블록의 한 행의 픽셀들의 값들은 상단 참조 샘플들의 값들과 동일할 수 있다.For example, when the intra prediction mode of the target block is a vertical mode, upper reference samples may be used for intra prediction. When the intra prediction mode is a vertical mode, a value of a pixel of a prediction block may be a value of a reference sample positioned vertically above the position of the pixel. Accordingly, the top reference samples that are top adjacent to the target block may be used for intra prediction. Also, values of pixels in one row of the prediction block may be the same as values of upper reference samples.
예를 들면, 대상 블록의 인트라 예측 모드가 수평 모드인 경우, 좌측 참조 샘플들이 인트라 예측에 사용될 수 있다. 인트라 예측 모드가 수평 모드인 경우, 예측 블록의 픽셀의 값은 상기의 픽셀을 기준으로 수평으로 좌측에 위치한 참조 샘플의 값일 수 있다. 따라서, 대상 블록에 좌측으로 인접한 좌측 참조 샘플들이 인트라 예측을 위해 사용될 수 있다. 또한, 예측 블록의 한 열의 픽셀들의 값들은 좌측 참조 샘플들의 값들과 동일할 수 있다.For example, when the intra prediction mode of the target block is a horizontal mode, left reference samples may be used for intra prediction. When the intra prediction mode is a horizontal mode, a value of a pixel of a prediction block may be a value of a reference sample located horizontally to the left of the pixel. Accordingly, left reference samples adjacent to the left of the target block may be used for intra prediction. Also, values of pixels of one column of the prediction block may be the same as values of left reference samples.
예를 들면, 대상 블록의 인트라 예측 모드의 모드 값이 34인 경우 좌측 참조 샘플들의 적어도 일부, 상단 좌측 코너 참조 샘플 및 상단 참조 샘플들의 적어도 일부가 인트라 예측에 사용될 수 있다. 인트라 예측 모드의 모드 값이 34인 경우, 예측 블록의 픽셀의 값은 상기의 픽셀을 기준으로 대각선으로 상단 좌측에 위치한 참조 샘플의 값일 수 있다.For example, when the mode value of the intra prediction mode of the target block is 34, at least some of the left reference samples, the upper left corner reference sample, and the upper reference samples may be used for intra prediction. When the mode value of the intra prediction mode is 34, the value of the pixel of the prediction block may be the value of the reference sample located diagonally at the top left of the pixel.
또한, 모드 값이 52 내지 66 중 하나인 인트라 예측 모드가 사용되는 경우에는 상단 우측 참조 샘플들 중 적어도 일부가 인트라 예측에 사용될 수 있다.Also, when an intra prediction mode having a mode value of one of 52 to 66 is used, at least some of the upper right reference samples may be used for intra prediction.
또한, 모드 값이 2 내지 17 중 하나인 인트라 예측 모드가 사용되는 경우에는 하단 좌측 참조 샘플들 중 적어도 일부가 인트라 예측에 사용될 수 있다.Also, when an intra prediction mode having a mode value of one of 2 to 17 is used, at least some of lower left reference samples may be used for intra prediction.
또한, 모드 값이 19 내지 49 중 하나인 인트라 예측 모드가 사용되는 경우에는 상단 좌측 코너 참조 샘플이 인트라 예측에 사용될 수 있다.Also, when an intra prediction mode having a mode value of one of 19 to 49 is used, the upper left corner reference sample may be used for intra prediction.
예측 블록의 하나의 픽셀의 픽셀 값을 결정하기 위해 사용되는 참조 샘플은 1개일 수 있고, 2개 이상일 수도 있다.The number of reference samples used to determine the pixel value of one pixel of the prediction block may be one or two or more.
전술된 것과 같이 예측 블록의 픽셀의 픽셀 값은 상기의 픽셀의 위치 및 인트라 예측 모드의 방향에 의해 가리켜지는 참조 샘플의 위치에 따라 결정될 수 있다. 픽셀의 위치 및 인트라 예측 모드의 방향에 의해 가리켜지는 참조 샘플의 위치가 정수 위치인 경우, 정수 위치가 가리키는 하나의 참조 샘플의 값이 예측 블록의 픽셀의 픽셀 값을 결정하기 위해 사용될 수 있다.As described above, a pixel value of a pixel of a prediction block may be determined according to the position of the pixel and the position of the reference sample indicated by the direction of the intra prediction mode. When the position of the reference sample indicated by the position of the pixel and the direction of the intra prediction mode is an integer position, a value of one reference sample indicated by the integer position may be used to determine a pixel value of a pixel of the prediction block.
픽셀의 위치 및 인트라 예측 모드의 방향에 의해 가리켜지는 참조 샘플의 위치가 정수 위치가 아닌 경우, 참조 샘플의 위치에 가장 가까운 2개의 참조 샘플들에 기반하여 보간된(interpolated) 참조 샘플이 생성될 수 있다. 보간된 참조 샘플의 값이 예측 블록의 픽셀의 픽셀 값을 결정하기 위해 사용될 수 있다. 말하자면, 예측 블록의 픽셀의 위치 및 인트라 예측 모드의 방향에 의해 가리켜지는 참조 샘플의 위치가 2개의 참조 샘플들 간의 사이를 나타낼 때, 상기의 2개의 샘플들의 값들에 기반하여 보간된 값이 생성될 수 있다.When the position of the reference sample indicated by the position of the pixel and the direction of the intra prediction mode is not an integer position, an interpolated reference sample may be generated based on two reference samples closest to the position of the reference sample. there is. The value of the interpolated reference sample may be used to determine a pixel value of a pixel of the predictive block. In other words, when the location of a pixel of the prediction block and the location of a reference sample indicated by the direction of the intra prediction mode indicate a gap between two reference samples, an interpolated value will be generated based on the values of the two samples. can
예측에 의해 생성된 예측 블록은 원래의 대상 블록과는 동일하지 않을 수 있다. 말하자면, 대상 블록 및 예측 블록 간의 차이(difference)인 예측 오차(prediction error)가 존재할 수 있으며, 대상 블록의 픽셀 및 예측 블록의 픽셀 간에도 예측 오차가 존재할 수 있다.A prediction block generated by prediction may not be the same as the original target block. In other words, a prediction error, which is a difference between a target block and a prediction block, may exist, and a prediction error may also exist between pixels of the target block and pixels of the prediction block.
이하에서, 용어들 "차이(difference)", "오차(error)" 및 "잔차(residual)"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “difference”, “error” and “residual” may be used interchangeably and interchangeably.
예를 들면, 방향성 인트라 예측의 경우, 예측 블록의 픽셀 및 참조 샘플 간의 거리가 더 멀수록 더 큰 예측 오차가 발생할 수 있다. 이러한 예측 오차에 등 의해 생성된 예측 블록 및 이웃 블록 간에는 불연속성이 발생할 수 있다.For example, in the case of directional intra prediction, a larger prediction error may occur as the distance between a pixel of a prediction block and a reference sample increases. A discontinuity may occur between a prediction block generated by such a prediction error and a neighboring block.
예측 오차의 감소를 위해 예측 블록에 대한 필터링이 사용될 수 있다. 필터링은 예측 블록 중 큰 예측 오차를 갖는 것으로 간주되는 영역에 대해 적응적으로 필터를 적용하는 것일 수 있다. 예를 들면, 큰 예측 오차를 갖는 것으로 간주되는 영역은 예측 블록의 경계일 수 있다. 또한, 인트라 예측 모드에 따라서 예측 블록 중 큰 예측 오차를 갖는 것으로 간주되는 영역이 다를 수 있으며, 필터의 특징이 다를 수 있다.Filtering of prediction blocks may be used to reduce prediction errors. Filtering may be adaptively applying a filter to a region considered to have a large prediction error among prediction blocks. For example, a region considered to have a large prediction error may be a boundary of a prediction block. Also, depending on the intra-prediction mode, a region considered to have a large prediction error among prediction blocks may be different, and filter characteristics may be different.
도 8에서 도시된 것과 같이, 대상 블록의 인트라 예측을 위해, 참조 라인 0 내지 참조 라인 3 중 적어도 하나가 이용될 수 있다. As shown in FIG. 8 , at least one of reference lines 0 to 3 may be used for intra prediction of a target block.
도 8의 각 참조 라인은 하나 이상의 참조 샘플들을 포함하는 참조 샘플 라인을 나타낼 수 있다. 참조 라인의 번호가 더 작을수록 대상 블록에 더 가까운 참조 샘플들의 라인일 수 있다.Each reference line in FIG. 8 may represent a reference sample line including one or more reference samples. The smaller the reference line number, the closer the reference sample line may be to the target block.
세그먼트 A 및 세그먼트 F의 샘플들은 재구축된 이웃 블록으로부터 획득되는 대신, 각각 세그먼트 B 및 세그먼트 E의 가장 가까운 샘플들을 사용하는 패딩을 통해 획득될 수 있다.Samples of segment A and segment F may be obtained through padding using the nearest samples of segment B and segment E, respectively, instead of being obtained from reconstructed neighboring blocks.
대상 블록의 인트라 예측을 위해 사용될 참조 샘플 라인을 지시하는 인덱스 정보가 시그널링될 수 있다. 인덱스 정보는 복수의 참조 샘플 라인들 중 대상 블록의 인트라 예측을 위해 사용되는 참조 샘플 라인을 가리킬 수 있다. 예를 들면, 인덱스 정보는 0 내지 3 중 하나의 값을 가질 수 있다.Index information indicating a reference sample line to be used for intra prediction of a target block may be signaled. The index information may indicate a reference sample line used for intra prediction of a target block among a plurality of reference sample lines. For example, index information may have a value of 0 to 3.
대상 블록의 상단 경계가 CTU의 경계인 경우, 참조 샘플 라인 0만이 가용할 수 있다. 따라서 이러한 경우, 인덱스 정보는 시그널링되지 않을 수 있다. 참조 샘플 라인 0 이외에 다른 참조 샘플 라인이 사용되는 경우, 후술되는 예측 블록에 대한 필터링은 수행되지 않을 수 있다.When the upper boundary of the target block is the boundary of the CTU, only reference sample line 0 may be available. Therefore, in this case, index information may not be signaled. When a reference sample line other than reference sample line 0 is used, filtering of a prediction block described later may not be performed.
색 성분간(inter-color) 인트라 예측의 경우, 제1 색 성분(component)의 대응 재구축된 블록에 기초하여, 제2 색 성분의 대상 블록에 대한 예측 블록이 생성될 수 있다.In the case of inter-color intra prediction, a prediction block for a target block of a second color component may be generated based on a corresponding reconstructed block of a first color component.
예를 들면, 제1 색 성분은 루마 성분일 수 있고, 제2 색 성분은 크로마 성분일 수 있다.For example, the first color component may be a luma component, and the second color component may be a chroma component.
색 성분간 인트라 예측을 위해, 제1 색 성분 및 제2 색 성분 간의 선형 모델의 파라미터가 템플릿에 기초하여 유도될 수 있다.For intra prediction between color components, parameters of a linear model between a first color component and a second color component may be derived based on a template.
템플릿은 대상 블록의 상단 참조 샘플 및/또는 좌측 참조 샘플을 포함할 수 있고, 이러한 참조 샘플들에 대응하는 제1 색 성분의 재구축된 블록의 상단 참조 샘플 및/또는 좌측 참조 샘플을 포함할 수 있다.The template may include the top reference sample and/or the left reference sample of the target block, and the top reference sample and/or left reference sample of the reconstructed block of the first color component corresponding to these reference samples. there is.
예를 들면, 선형 모델의 파라미터는 1) 템플릿 내의 샘플들 중 최대 값을 갖는 제1 색 성분의 샘플의 값, 2) 이러한 제1 색 성분의 샘플에 대응하는 제2 색 성분의 샘플의 값, 3) 템플릿 내의 샘플들 중 최소 값을 갖는 제1 색 성분의 샘플의 값 및 4) 이러한 제1 색 성분의 샘플에 대응하는 제2 색 성분의 샘플의 값을 사용하여 유도될 수 있다.For example, the parameters of the linear model are: 1) the value of the sample of the first color component having the largest value among the samples in the template, 2) the value of the sample of the second color component corresponding to the sample of this first color component, 3) the value of the sample of the first color component having the minimum value among the samples in the template and 4) the value of the sample of the second color component corresponding to the sample of the first color component.
선형 모델의 파라미터가 유도되면, 대응 재구축된 블록을 선형 모델에 적용함으로써 대상 블록에 대한 예측 블록이 생성될 수 있다.When parameters of the linear model are derived, a prediction block for the target block may be generated by applying the corresponding reconstructed block to the linear model.
영상 포맷에 따라서, 제1 색 성분의 재구축된 블록의 주변 샘플 및 대응 재구축된 블록에 대해 서브 샘플링이 수행될 수 있다. 예를 들면, 제2 색 성분의 1 개의 샘플이 제1 색 성분의 4 개의 샘플들에 대응하는 경우, 제1 색 성분의 4 개의 샘플들에 대한 서브 샘플링에 의해 1 개의 대응 샘플이 계산될 수 있다. 서브 샘플링이 수행되는 경우, 선형 모델의 파라미터의 유도 및 색 성분간 인트라 예측은 서브 샘플링된 대응 샘플에 기초하여 수행될 수 있다.Depending on the image format, sub-sampling may be performed on the neighboring samples of the reconstructed block of the first color component and the corresponding reconstructed block. For example, when one sample of the second color component corresponds to four samples of the first color component, one corresponding sample may be calculated by subsampling the four samples of the first color component. there is. When subsampling is performed, derivation of parameters of the linear model and intra prediction between color components may be performed based on the subsampled corresponding samples.
색 성분간 인트라 예측을 수행하는지 여부 및/또는 템플릿의 범위는 인트라 예측 모드로서 시그널링될 수 있다.Whether intra prediction between color components is performed and/or a template range may be signaled as an intra prediction mode.
대상 블록은 가로 방향 및/또는 세로 방향으로 2 개 또는 4 개의 서브 블록들로 분할될 수 있다.A target block may be divided into 2 or 4 sub-blocks in a horizontal direction and/or a vertical direction.
분할된 서브 블록들은 순차적으로 재구축될 수 있다. 즉, 서브 블록에 대해 인트라 예측이 수행됨에 따라, 서브 블록에 대한 서브 예측 블록이 생성될 수 있다. 또한, 서브 블록에 대해 역양자화 및/또는 역변환이 수행됨에 따라 서브 블록에 대한 서브 잔차 블록이 생성될 수 있다. 서브 예측 블록을 서브 잔차 블록에 더함으로써 재구축된 서브 블록이 생성될 수 있다. 재구축된 서브 블록은 후 순위의 서브 블록의 인트라 예측을 위한 참조 샘플로서 이용될 수 있다.Divided sub-blocks may be sequentially reconstructed. That is, as intra prediction is performed on a sub-block, a sub-prediction block for the sub-block may be generated. In addition, as inverse quantization and/or inverse transformation are performed on the sub-block, a sub-residual block for the sub-block may be generated. A reconstructed sub-block may be generated by adding the sub-prediction block to the sub-residual block. The reconstructed subblock may be used as a reference sample for intra prediction of a subblock of a later order.
서브 블록은 특정된 개수(예를 들면, 16개)의 이상의 샘플들을 포함하는 블록일 수 있다. 따라서, 예를 들면, 대상 블록이 8x4 블록 또는 4x8 블록의 경우, 대상 블록은 2 개의 서브 블록들로 분할될 수 있다. 또한, 대상 블록이 4x4 블록인 경우, 대상 블록은 서브 블록들로 분할될 수 없다. 대상 블록이 그 외의 크기를 갖는 경우, 대상 블록은 4 개의 서브 블록들로 분할될 수 있다.A sub-block may be a block including a specified number (eg, 16) or more samples. Thus, for example, when the target block is an 8x4 block or a 4x8 block, the target block may be divided into two sub-blocks. Also, if the target block is a 4x4 block, the target block cannot be divided into sub blocks. If the target block has other sizes, the target block may be divided into 4 sub-blocks.
이러한 서브 블록에 기반하는 인트라 예측이 수행되는지 여부 및/또는 분할 방향(가로 방향 또는 세로 방향)에 관한 정보가 시그널링될 수 있다.Information about whether intra prediction based on these sub-blocks is performed and/or a division direction (horizontal direction or vertical direction) may be signaled.
이러한 서브 블록 기반의 인트라 예측은 참조 샘플 라인 0을 이용하는 경우에만 수행되도록 제한될 수 있다. 서브 블록 기반의 인트라 예측이 수행되는 경우, 후술하는 예측 블록에 대한 필터링은 수행되지 않을 수 있다.Such sub-block-based intra prediction may be limited to being performed only when the reference sample line 0 is used. When sub-block-based intra prediction is performed, filtering of a prediction block described later may not be performed.
인트라 예측에 의해 생성된 예측 블록에 대한 필터링을 수행함으로써 최종 예측 블록이 생성될 수 있다.A final prediction block may be generated by performing filtering on a prediction block generated by intra prediction.
필터링은 필터링의 대상인 필터링 대상 샘플, 좌측 참조 샘플, 상단 참조 샘플 및/또는 좌상단 참조 샘플에 특정된 가중치를 적용함으로써 수행될 수 있다.Filtering may be performed by applying specific weights to the filtering target sample, the left reference sample, the top reference sample, and/or the top left reference sample.
필터링에 이용되는 가중치 및/또는 참조 샘플(또는, 참조 샘플의 범위 또는 참조 샘플의 위치 등)은 블록 크기, 인트라 예측 모드 및 필터링 대상 샘플의 예측 블록 내에서의 위치 중 적어도 하나에 기초하여 결정될 수 있다.A weight and/or a reference sample (or a range of reference samples or a location of the reference sample) used for filtering may be determined based on at least one of a block size, an intra prediction mode, and a position of a sample to be filtered within a prediction block. there is.
예를 들면, 필터링은 특정된 인트라 예측 모드(예컨대, DC 모드, 플래너 모드, 수직 모드, 수평 모드, 대각 모드 및/또는 인접 대각 모드)에 대해서만 수행될 수 있다.For example, filtering may be performed only for a specified intra prediction mode (eg, DC mode, planar mode, vertical mode, horizontal mode, diagonal mode, and/or adjacent diagonal mode).
인접 대각 모드는 대각 모드의 번호에 k가 더해진 번호를 갖는 모드일 수 있고, 대각 모드의 번호로부터 k가 감해진 번호를 갖는 모드일 수 있다. 말하자면, 인접 대각 모드의 번호는 대각 모드의 번호 및 k의 합일 수 있으며, 대각 모드의 번호 및 k 간의 차일 수 있다. 예를 들면, k는 8 이하의 양의 정수일 수 있다.The adjacent diagonal mode may be a mode having a number obtained by adding k to the number of the diagonal mode, or a mode having a number obtained by subtracting k from the number of the diagonal mode. In other words, the number of adjacent diagonal modes may be the sum of the number of diagonal modes and k, and may be the difference between the number of diagonal modes and k. For example, k may be a positive integer of 8 or less.
대상 블록의 인트라 예측 모드는 대상 블록의 주변에 존재하는 이웃 블록의 인트라 예측 모드를 사용하여 유도될 수 있고, 이러한 유도된 인트라 예측 모드가 엔트로피 부호화 및/또는 엔트로피 복호화될 수 있다.The intra prediction mode of the target block may be derived using intra prediction modes of neighboring blocks existing around the target block, and the derived intra prediction mode may be entropy-encoded and/or entropy-decoded.
예를 들면, 대상 블록의 인트라 예측 모드 및 이웃 블록의 인트라 예측 모드가 동일하면, 특정된 플래그 정보를 사용하여 대상 블록의 인트라 예측 모드 및 이웃 블록의 인트라 예측 모드가 동일하다는 정보가 시그널링될 수 있다.For example, if the intra-prediction mode of the target block and the intra-prediction mode of the neighboring block are the same, information that the intra-prediction mode of the target block and the intra-prediction mode of the neighboring block are the same may be signaled using specified flag information. .
또한, 예를 들면, 복수의 이웃 블록들의 인트라 예측 모드들 중 대상 블록의 인트라 예측 모드와 동일한 인트라 예측 모드를 갖는 이웃 블록에 대한 지시자 정보가 시그널링될 수 있다.Also, for example, indicator information about a neighboring block having the same intra prediction mode as that of the target block among intra prediction modes of a plurality of neighboring blocks may be signaled.
예를 들면, 대상 블록의 인트라 예측 모드 및 이웃 블록의 인트라 예측 모드가 서로 다르면, 이웃 블록의 인트라 예측 모드에 기반하는 엔트로피 부호화 및/또는 엔트로피 복호화를 수행함으로써 대상 블록의 인트라 예측 모드에 대한 정보에 대한 엔트로피 부호화 및/또는 엔트로피 복호화가 수행될 수 있다.For example, if the intra prediction mode of the target block and the intra prediction mode of the neighboring block are different, entropy encoding and/or entropy decoding based on the intra prediction mode of the neighboring block is performed to obtain information about the intra prediction mode of the target block. Entropy encoding and/or entropy decoding may be performed.
도 9는 인터 예측 과정의 실시예를 설명하기 위한 도면이다.9 is a diagram for explaining an embodiment of an inter prediction process.
도 9에서 도시된 사각형은 영상(또는, 픽처)를 나타낼 수 있다. 또한, 도 9에서 화살표는 예측 방향을 나타낼 수 있다. 제1 픽처로부터 제2 픽처로의 화살표는 제2 픽처가 제1 픽처를 참조한다는 것을 나타낼 수 있다. 즉, 영상은 예측 방향에 따라 부호화 및/또는 복호화될 수 있다.The rectangle shown in FIG. 9 may represent an image (or picture). Also, arrows in FIG. 9 may indicate prediction directions. An arrow pointing from a first picture to a second picture may indicate that the second picture refers to the first picture. That is, an image may be encoded and/or decoded according to a prediction direction.
각 영상은 부호화 타입에 따라 I 픽처(Intra Picture), P 픽처(Uni-prediction Picture) 및 B 픽처(Bi-prediction Picture)로 분류될 수 있다. 각 픽처는 각 픽처의 부호화 타입에 따라 부호화 및/또는 복호화될 수 있다.Each image may be classified into an intra picture (I picture), a uni-prediction picture (P picture), and a bi-prediction picture (B picture) according to an encoding type. Each picture may be coded and/or decoded according to the coding type of each picture.
부호화의 대상인 대상 영상이 I 픽처인 경우, 대상 영상은 다른 영상을 참조하는 인터 예측 없이 영상 자체 내의 데이터를 사용하여 부호화될 수 있다. 예를 들면, I 픽처는 인트라 예측으로만 부호화될 수 있다.When a target image to be encoded is an I-picture, the target image may be encoded using data within the image itself without inter prediction referring to another image. For example, an I picture can be coded only with intra prediction.
대상 영상이 P 픽처인 경우, 대상 영상은 단방향에 존재하는 참조 픽처만을 이용하는 인터 예측을 통해 부호화될 수 있다. 여기에서, 단방향은 순방향 또는 역방향일 수 있다.When the target image is a P picture, the target image may be coded through inter prediction using only reference pictures existing in one direction. Here, the unidirectional direction may be a forward direction or a reverse direction.
대상 영상이 B 픽처인 경우, 대상 영상은 양방향에 존재하는 참조 픽처들을 이용하는 인터 예측 또는 순방향 및 역방향 중 일 방향에 존재하는 참조 픽처를 이용하는 인터 예측을 통해 부호화될 수 있다. 여기에서, 양방향은 순방향 및 역방향일 수 있다.When the target video is a B picture, the target video may be coded through inter prediction using reference pictures existing in both directions or inter prediction using reference pictures existing in one of forward and backward directions. Here, both directions may be forward and reverse directions.
참조 픽처를 이용하여 부호화 및/또는 복호화되는 P 픽처 및 B 픽처는 인터 예측이 사용되는 영상으로 간주될 수 있다.P-pictures and B-pictures that are coded and/or decoded using reference pictures may be regarded as pictures in which inter prediction is used.
아래에서, 실시예에 따른 인터 모드에서의 인터 예측에 대해 구체적으로 설명된다.Below, inter prediction in inter mode according to an embodiment is described in detail.
인터 예측 또는 움직임 보상은 참조 영상 및 움직임 정보를 이용하여 수행될 수 있다.Inter prediction or motion compensation may be performed using a reference image and motion information.
인터 모드에서, 부호화 장치(100)는 대상 블록에 대한 인터 예측 및/또는 움직임 보상을 수행할 수 있다. 복호화 장치(200)는 대상 블록에 대하여 부호화 장치(100)에서의 인터 예측 및/또는 움직임 보상에 대응하는 인터 예측 및/또는 움직임 보상을 수행할 수 있다.In the inter mode, the encoding apparatus 100 may perform inter prediction and/or motion compensation on a target block. The decoding apparatus 200 may perform inter prediction and/or motion compensation corresponding to inter prediction and/or motion compensation performed in the encoding apparatus 100 on a target block.
대상 블록에 대한 움직임 정보는 부호화 장치(100) 및 복호화 장치(200)의 각각에 의해 인터 예측 중 도출될 수 있다. 움직임 정보는 재구축된 이웃 블록의 움직임 정보, 콜 블록의 움직임 정보 및/또는 콜 블록에 인접한 블록의 움직임 정보를 이용하여 도출될 수 있다.Motion information on the target block may be derived during inter prediction by each of the encoding apparatus 100 and the decoding apparatus 200 . Motion information may be derived using motion information of a reconstructed neighboring block, motion information of a collocated block, and/or motion information of a block adjacent to the collocated block.
예를 들면, 부호화 장치(100) 또는 복호화 장치(200)는 공간적 후보(spatial candidate) 및/또는 시간적 후보(temporal candidate)의 움직임 정보를 대상 블록의 움직임 정보로 사용함으로써 예측 및/또는 움직임 보상을 수행할 수 있다. 대상 블록은 PU 및/또는 PU 파티션을 의미할 수 있다.For example, the encoding apparatus 100 or the decoding apparatus 200 performs prediction and/or motion compensation by using motion information of a spatial candidate and/or a temporal candidate as motion information of a target block. can be done A target block may mean a PU and/or a PU partition.
공간적 후보는 대상 블록에 공간적으로 인접한 재구축된 블록일 수 있다.A spatial candidate may be a reconstructed block that is spatially adjacent to the target block.
시간적 후보는 이미 재구축된 콜 픽처(collocated picture; col picture) 내의 대상 블록에 대응하는 재구축된 블록일 수 있다.A temporal candidate may be a reconstructed block corresponding to a target block in an already reconstructed collocated picture (col picture).
인터 예측에 있어서, 부호화 장치(100) 및 복호화 장치(200)는 공간적 후보 및/또는 시간적 후보의 움직임 정보를 이용함으로써 부호화 효율 및 복호화 효율을 향상시킬 수 있다. 공간적 후보의 움직임 정보는 공간적 움직임 정보로 칭해질 수 있다. 시간적 후보의 움직임 정보는 시간적 움직임 정보로 칭해질 수 있다.In inter prediction, the encoding apparatus 100 and the decoding apparatus 200 may improve encoding efficiency and decoding efficiency by using motion information of spatial candidates and/or temporal candidates. Motion information of spatial candidates may be referred to as spatial motion information. Motion information of temporal candidates may be referred to as temporal motion information.
이하에서, 공간적 후보의 움직임 정보는, 공간적 후보를 포함하는 PU의 움직임 정보일 수 있다. 시간적 후보의 움직임 정보는, 시간적 후보를 포함하는 PU의 움직임 정보일 수 있다. 후보 블록의 움직임 정보는, 후보 블록을 포함하는 PU의 움직임 정보일 수 있다.Hereinafter, motion information of a spatial candidate may be motion information of a PU including the spatial candidate. Motion information of the temporal candidate may be motion information of a PU including the temporal candidate. Motion information of the candidate block may be motion information of a PU including the candidate block.
인터 예측은 참조 픽처를 이용하여 수행될 수 있다.Inter prediction may be performed using a reference picture.
참조 픽처(reference picture)는 대상 픽처의 이전 픽처 또는 대상 픽처의 이후 픽처 중 적어도 하나일 수 있다. 참조 픽처는 대상 블록의 예측에 이용되는 영상을 의미할 수 있다.A reference picture may be at least one of a previous picture of the target picture or a subsequent picture of the target picture. A reference picture may refer to an image used for prediction of a target block.
인터 예측에 있어서, 참조 픽처를 지시하는 참조 픽처 인덱스(또는, refIdx) 및 후술될 움직임 벡터(motion vector) 등을 이용함으로써 참조 픽처 내의 영역이 특정될 수 있다. 여기에서, 참조 픽처 내의 특정된 영역은 참조 블록을 나타낼 수 있다.In inter prediction, a region within a reference picture may be specified by using a reference picture index (or refIdx) indicating a reference picture and a motion vector to be described later. Here, a specified region within a reference picture may represent a reference block.
인터 예측은 참조 픽처를 선택할 수 있고, 참조 픽처 내에서 대상 블록에 대응하는 참조 블록을 선택할 수 있다. 또한, 인터 예측은 선택된 참조 블록을 사용하여 대상 블록에 대한 예측 블록을 생성할 수 있다.Inter prediction may select a reference picture and may select a reference block corresponding to a target block within the reference picture. In addition, inter prediction may generate a prediction block for a target block using the selected reference block.
움직임 정보는 부호화 장치(100) 및 복호화 장치(200)의 각각에 의해 인터 예측 중 도출될 수 있다.Motion information may be derived during inter prediction by each of the encoding apparatus 100 and the decoding apparatus 200 .
공간적 후보는, 1) 대상 픽처 내의 존재하며, 2) 이미 부호화 및/또는 복호화를 통해 재구축되었고, 3) 대상 블록에 인접하거나, 대상 블록의 코너에 위치한 블록일 수 있다. 여기에서, 대상 블록의 코너에 위치한 블록이란, 대상 블록에 가로로 인접한 이웃 블록에 세로로 인접한 블록 또는 대상 블록에 세로로 인접한 이웃 블록에 가로로 인접한 블록일 수 있다. "대상 블록의 코너에 위치한 블록"은 "대상 블록의 코너에 인접한 블록"과 동일한 의미일 수 있다. "대상 블록의 코너에 위치한 블록"은 "대상 블록에 인접한 블록"에 포함될 수 있다.A spatial candidate may be a block that 1) exists in the target picture, 2) has already been reconstructed through encoding and/or decoding, and 3) is located adjacent to or at a corner of the target block. Here, the block located at the corner of the target block may be a block vertically adjacent to a neighboring block horizontally adjacent to the target block or a block horizontally adjacent to a neighboring block vertically adjacent to the target block. "A block located at a corner of a target block" may have the same meaning as "a block adjacent to a corner of a target block". A "block located at a corner of a target block" may be included in a "block adjacent to the target block".
예를 들면, 공간적 후보는 대상 블록의 좌측에 위치한 재구축된 블록, 대상 블록의 상단에 위치한 재구축된 블록, 대상 블록의 좌측 하단 코너에 위치한 재구축된 블록, 대상 블록의 우측 상단 코너에 위치한 재구축된 블록 또는 대상 블록의 좌측 상단 코너에 위치한 재구축된 블록일 수 있다.For example, spatial candidates include a reconstructed block located to the left of the target block, a reconstructed block located on top of the target block, a reconstructed block located at the lower left corner of the target block, and a reconstructed block located at the upper right corner of the target block. It can be a reconstructed block or a reconstructed block located in the upper left corner of the target block.
부호화 장치(100) 및 복호화 장치(200)의 각각은 콜(col) 픽처 내에서 대상 블록에 공간적으로 대응하는 위치에 존재하는 블록을 식별할 수 있다. 대상 픽처 내의 대상 블록의 위치 및 콜 픽처 내의 식별된 블록의 위치는 서로 대응할 수 있다.Each of the encoding apparatus 100 and the decoding apparatus 200 may identify a block existing at a position spatially corresponding to a target block within a col picture. A position of a target block in a target picture and a position of an identified block in a collocated picture may correspond to each other.
부호화 장치(100) 및 복호화 장치(200)의 각각은 식별된 블록에 대하여 기정의된 상대적인 위치에 존재하는 콜(col) 블록을 시간적 후보로서 결정할 수 있다. 기정의된 상대적인 위치는 식별된 블록의 내부의 위치 및/또는 외부의 위치일 수 있다.Each of the encoding apparatus 100 and the decoding apparatus 200 may determine a col block existing at a predefined relative position with respect to the identified block as a temporal candidate. The predefined relative position may be a position inside and/or outside the identified block.
예를 들면, 콜 블록은 제1 콜 블록 및 제2 콜 블록을 포함할 수 있다. 식별된 블록의 좌표들이 (xP, yP)이고, 식별된 블록의 크기가 (nPSW, nPSH)일 때, 제1 콜 블록은 좌표들 (xP + nPSW, yP + nPSH)에 위치한 블록일 수 있다. 제2 콜 블록은 좌표들 (xP + (nPSW >> 1), yP + (nPSH >> 1))에 위치한 블록일 수 있다. 제2 콜 블록은 제1 콜 블록이 가용하지 않을(unavailable) 경우 선택적으로 사용될 수 있다.For example, the collocated block may include a first collocated block and a second collocated block. When the coordinates of the identified block are (xP, yP) and the size of the identified block is (nPSW, nPSH), the first collocated block may be a block located at the coordinates (xP + nPSW, yP + nPSH). The second collocated block may be a block located at coordinates (xP + (nPSW >> 1), yP + (nPSH >> 1). The second call block may be selectively used when the first call block is unavailable.
대상 블록의 움직임 벡터는 콜 블록의 움직임 벡터에 기반하여 결정될 수 있다. 부호화 장치(100) 및 복호화 장치(200)의 각각은 콜 블록의 움직임 벡터를 스케일(scale)할 수 있다. 콜 블록의 스케일된(scale) 움직임 벡터가 대상 블록의 움직임 벡터로서 이용될 수 있다. 또한, 리스트에 저장되는 시간적 후보의 움직임 정보의 움직임 벡터는 스케일된 움직임 벡터일 수 있다.The motion vector of the target block may be determined based on the motion vector of the collocated block. Each of the encoding apparatus 100 and the decoding apparatus 200 may scale a motion vector of a collocated block. A scaled motion vector of the collocated block may be used as a motion vector of the target block. Also, a motion vector of motion information of a temporal candidate stored in the list may be a scaled motion vector.
대상 블록의 움직임 벡터 및 콜 블록의 움직임 벡터의 비율(ratio)은 제1 시간적 거리 및 제2 시간적 거리의 비율과 같을 수 있다. 제1 시간적 거리는 대상 블록의 참조 픽처 및 대상 픽처 간의 거리일 수 있다. 제2 시간적 거리는 콜 블록의 참조 픽처 및 콜 픽처 간의 거리일 수 있다.A ratio of the motion vector of the target block and the motion vector of the collocated block may be equal to the ratio of the first temporal distance to the second temporal distance. The first temporal distance may be the distance between the reference picture of the target block and the target picture. The second temporal distance may be a distance between a reference picture of a collocated block and a collocated picture.
움직임 정보의 도출 방식은 대상 블록의 인터 예측 모드에 따라 변할 수 있다. 예를 들면, 인터 예측을 위해 적용되는 인터 예측 모드로서, 향상된 움직임 벡터 예측자(Advanced Motion Vector Predictor; AMVP) 모드, 머지(merge) 모드 및 스킵(skip) 모드, 움직임 벡터 차분을 갖는 머지 모드, 서브 블록 머지 모드, 삼각 분할 모드, 인터-인트라 결합 예측 모드, 어파인 인터 모드 및 현재 픽처 참조 모드 등이 있을 수 있다. 머지 모드는 움직임 머지 모드(motion merge mode)로 칭해질 수도 있다. 아래에서는, 모드들의 각각에 대해서 상세하게 설명된다.A method of deriving motion information may change according to an inter prediction mode of a target block. For example, as inter prediction modes applied for inter prediction, an Advanced Motion Vector Predictor (AMVP) mode, a merge mode and a skip mode, a merge mode with motion vector difference, There may be sub-block merge mode, triangulation mode, inter-intra combined prediction mode, affine inter mode, and current picture reference mode. Merge mode may also be referred to as motion merge mode. Below, each of the modes is described in detail.
1) AMVP 모드1) AMVP Mode
AMVP 모드가 사용되는 경우, 부호화 장치(100)는 대상 블록의 이웃에서 유사한 블록을 검색할 수 있다. 부호화 장치(100)는 검색된 유사한 블록의 움직임 정보를 이용하여 대상 블록에 대한 예측을 수행함으로써 예측 블록을 획득할 수 있다. 부호화 장치(100)는 대상 블록 및 예측 블록 간의 차이인 잔차 블록을 부호화할 수 있다.When the AMVP mode is used, the encoding apparatus 100 may search for similar blocks in the neighborhood of the target block. The encoding apparatus 100 may obtain a prediction block by performing prediction on a target block using motion information of a similar block found. The encoding apparatus 100 may encode a residual block that is a difference between a target block and a prediction block.
1-1) 예측 움직임 벡터 후보 리스트의 작성1-1) Creating a predicted motion vector candidate list
예측 모드로서 AMVP 모드가 사용되는 경우, 부호화 장치(100) 및 복호화 장치(200)의 각각은 공간적 후보의 움직임 벡터, 시간적 후보의 움직임 벡터 및 제로 벡터를 이용하여 예측 움직임 벡터 후보 리스트를 생성할 수 있다. 예측 움직임 벡터 후보 리스트는 하나 이상의 예측 움직임 벡터 후보들을 포함할 수 있다. 공간적 후보의 움직임 벡터, 시간적 후보의 움직임 벡터 및 제로 벡터 중 적어도 하나가 예측 움직임 벡터 후보로서 결정 및 사용될 수 있다. When the AMVP mode is used as the prediction mode, each of the encoding apparatus 100 and the decoding apparatus 200 may generate a predictive motion vector candidate list using a motion vector of a spatial candidate, a motion vector of a temporal candidate, and a zero vector. there is. The predicted motion vector candidate list may include one or more predicted motion vector candidates. At least one of the motion vector of the spatial candidate, the motion vector of the temporal candidate, and the zero vector may be determined and used as the predicted motion vector candidate.
이하에서, 용어들 "예측 움직임 벡터 (후보)" 및 "움직임 벡터 (후보)"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다. Hereinafter, the terms “predicted motion vector (candidate)” and “motion vector (candidate)” may be used interchangeably and may be used interchangeably.
이하에서, 용어들 "예측 움직임 벡터 후보" 및 "AMVP 후보"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “predicted motion vector candidate” and “AMVP candidate” may be used interchangeably and may be used interchangeably.
이하에서, 용어들 "예측 움직임 벡터 후보 리스트" 및 "AMVP 후보 리스트"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “prediction motion vector candidate list” and “AMVP candidate list” may be used in the same meaning and may be used interchangeably.
공간적 후보는 재구축된 공간적 이웃 블록을 포함할 수 있다. 말하자면, 재구축된 이웃 블록의 움직임 벡터는 공간적 예측 움직임 벡터 후보(spatial prediction motion vector candidate)라 칭해질 수 있다.Spatial candidates may include reconstructed spatial neighboring blocks. In other words, the motion vector of the reconstructed neighboring block may be referred to as a spatial prediction motion vector candidate.
시간적 후보는 콜 블록 및 콜 블록에 인접한 블록을 포함할 수 있다. 말하자면, 콜 블록의 움직임 벡터 또는 콜 블록에 인접한 블록의 움직임 벡터는 시간적 예측 움직임 벡터 후보(temporal prediction motion vector candidate)로 칭해질 수 있다.Temporal candidates may include a collocated block and a block adjacent to the collocated block. In other words, a motion vector of a collocated block or a motion vector of a block adjacent to the collocated block may be referred to as a temporal prediction motion vector candidate.
제로 벡터는 (0, 0) 움직임 벡터일 수 있다.The zero vector may be a (0, 0) motion vector.
예측 움직임 벡터 후보는 움직임 벡터의 예측을 위한 움직임 벡터 예측자(motion vector predictor)일 수 있다. 또한, 부호화 장치(100)에 있어서 예측 움직임 벡터 후보는 움직임 벡터 초기 검색 위치일 수 있다.The predictive motion vector candidate may be a motion vector predictor for motion vector prediction. Also, in the encoding apparatus 100, the predicted motion vector candidate may be an initial motion vector search position.
1-2) 예측 움직임 벡터 후보 리스트를 사용하는 움직임 벡터의 검색1-2) Motion vector search using a predictive motion vector candidate list
부호화 장치(100)는 예측 움직임 벡터 후보 리스트를 사용하여 검색 범위 내에서 대상 블록의 부호화를 위해 사용될 움직임 벡터를 결정할 수 있다. 또한, 부호화 장치(100)는 예측 움직임 벡터 후보 리스트의 예측 움직임 벡터 후보들 중 대상 블록의 예측 움직임 벡터로 사용할 예측 움직임 벡터 후보를 결정할 수 있다.The encoding apparatus 100 may determine a motion vector to be used for encoding a target block within a search range by using the predictive motion vector candidate list. Also, the encoding apparatus 100 may determine a predictive motion vector candidate to be used as a predictive motion vector of the target block from among predictive motion vector candidates in the predictive motion vector candidate list.
대상 블록의 부호화를 위해 사용될 움직임 벡터는 최소의 비용으로 부호화될 수 있는 움직임 벡터일 수 있다.A motion vector to be used for encoding a target block may be a motion vector that can be encoded with minimal cost.
또한, 부호화 장치(100)는 대상 블록의 부호화에 있어서 AMVP 모드를 사용할지 여부를 결정할 수 있다.Also, the encoding apparatus 100 may determine whether to use the AMVP mode in encoding the target block.
1-3) 인터 예측 정보의 전송1-3) Transmission of inter prediction information
부호화 장치(100)는 인터 예측을 위해 요구되는 인터 예측 정보를 포함하는 비트스트림을 생성할 수 있다. 복호화 장치(200)는 비트스트림의 인터 예측 정보를 사용하여 대상 블록에 대한 인터 예측을 수행할 수 있다.The encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction. The decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
인터 예측 정보는, 1) AMVP 모드를 사용하는지 여부를 나타내는 모드 정보, 2) 예측 움직임 벡터 인덱스, 3) 움직임 벡터 차분(Motion Vector Difference; MVD), 4) 참조 방향 및 5) 참조 픽처 인덱스를 포함할 수 있다.The inter-prediction information includes 1) mode information indicating whether the AMVP mode is used, 2) predictive motion vector index, 3) motion vector difference (MVD), 4) reference direction, and 5) reference picture index. can do.
이하에서, 용어들 "예측 움직임 벡터 인덱스" 및 "AMVP 인덱스"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.Hereinafter, the terms “predicted motion vector index” and “AMVP index” may be used interchangeably and may be used interchangeably.
또한, 인터 예측 정보는 잔차 신호를 포함할 수 있다.Also, the inter prediction information may include a residual signal.
복호화 장치(200)는 모드 정보가 AMVP 모드를 사용하는 것을 나타낼 경우 엔트로피 복호화를 통해 예측 움직임 벡터 인덱스, 움직임 벡터 차분, 참조 방향 및 참조 픽처 인덱스를 비트스트림으로부터 획득할 수 있다.When the mode information indicates that the AMVP mode is used, the decoding apparatus 200 may obtain a predicted motion vector index, a motion vector difference, a reference direction, and a reference picture index from a bitstream through entropy decoding.
예측 움직임 벡터 인덱스는 예측 움직임 벡터 후보 리스트에 포함된 예측 움직임 벡터 후보들 중에서 대상 블록의 예측을 위해 사용되는 예측 움직임 벡터 후보를 가리킬 수 있다.The predictive motion vector index may indicate a predictive motion vector candidate used for prediction of a target block among predictive motion vector candidates included in the predictive motion vector candidate list.
1-4) 인터 예측 정보를 사용하는 AMVP 모드의 인터 예측1-4) Inter prediction of AMVP mode using inter prediction information
복호화 장치(200)는 예측 움직임 벡터 후보 리스트를 이용하여 예측 움직임 벡터 후보를 유도할 수 있고, 유도된 예측 움직임 벡터 후보에 기반하여 대상 블록의 움직임 정보를 결정할 수 있다.The decoding apparatus 200 may derive a predicted motion vector candidate using the predicted motion vector candidate list, and may determine motion information of a target block based on the derived motion vector predicted candidate.
복호화 장치(200)는 예측 움직임 벡터 인덱스를 사용하여 예측 움직임 벡터 후보 리스트에 포함된 예측 움직임 벡터 후보 중에서 대상 블록에 대한 움직임 벡터 후보를 결정할 수 있다. 복호화 장치(200)는 예측 움직임 벡터 후보 리스트에 포함된 예측 움직임 벡터 후보들 중에서 예측 움직임 벡터 인덱스가 가리키는 예측 움직임 벡터 후보를 대상 블록의 예측 움직임 벡터로서 선택할 수 있다.The decoding apparatus 200 may determine a motion vector candidate for a target block from among motion vector predictor candidates included in a predictor motion vector candidate list by using the predictor motion vector index. The decoding apparatus 200 may select a predicted motion vector candidate indicated by a predicted motion vector index as a predicted motion vector of a target block from among motion vector predicted candidates included in the predicted motion vector candidate list.
부호화 장치(100)는 예측 움직임 벡터 인덱스에 엔트로피 부호화를 적용함으로써 엔트로피 부호화된 예측 움직임 벡터 인덱스를 생성할 수 있고, 엔트로피 부호화된 예측 움직임 벡터 인덱스를 포함하는 비트스트림을 생성할 수 있다. 엔트로피 부호화된 예측 움직임 벡터 인덱스는 비트스트림을 통해 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 예측 움직임 벡터 인덱스를 추출할 수 있고, 엔트로피 부호화된 예측 움직임 벡터 인덱스에 대해 엔트로피 복호화를 적용함으로써 예측 움직임 벡터 인덱스를 획득할 수 있다.The encoding apparatus 100 may generate an entropy-encoded predicted motion vector index by applying entropy encoding to the predicted motion vector index, and may generate a bitstream including the entropy-encoded predicted motion vector index. The entropy-encoded predicted motion vector index may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream. The decoding apparatus 200 may extract an entropy-encoded predictive motion vector index from a bitstream and obtain the predictive motion vector index by applying entropy decoding to the entropy-encoded predictive motion vector index.
대상 블록의 인터 예측을 위해 실제로 사용될 움직임 벡터는 예측 움직임 벡터와 일치하지 않을 수 있다. 대상 블록의 인터 예측을 위해 실제로 사용될 움직임 벡터는 및 예측 움직임 벡터 간의 차분을 나타내기 위해 MVD가 사용될 수 있다. 부호화 장치(100)는 가능한 작은 크기의 MVD를 사용하기 위해 대상 블록의 인터 예측을 위해 실제로 사용될 움직임 벡터와 유사한 예측 움직임 벡터를 도출할 수 있다.A motion vector actually used for inter prediction of a target block may not coincide with a predicted motion vector. MVD may be used to represent a difference between a motion vector actually used for inter prediction of a target block and a predicted motion vector. The encoding apparatus 100 may derive a predicted motion vector similar to a motion vector actually used for inter prediction of a target block in order to use an MVD having a size as small as possible.
MVD는 대상 블록의 움직임 벡터 및 예측 움직임 벡터 간의 차분일 수 있다. 부호화 장치(100)는 MVD를 계산할 수 있고, MVD에 엔트로피 부호화를 적용함으로써 엔트로피 부호화된 MVD를 생성할 수 있다. 부호화 장치(100)는 엔트로피 부호화된 MDV를 포함하는 비트스트림을 생성할 수 있다.MVD may be a difference between a motion vector of a target block and a predicted motion vector. The encoding apparatus 100 may calculate the MVD and generate an entropy-encoded MVD by applying entropy encoding to the MVD. The encoding apparatus 100 may generate a bitstream including an entropy-encoded MDV.
MVD는 비트스트림을 통해 부호화 장치(100)로부터 복호화 장치(200)로 전송될 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 MVD를 추출할 수 있고, 엔트로피 부호화된 MVD에 엔트로피 복호화를 적용함으로써 MVD를 획득할 수 있다.The MVD may be transmitted from the encoding device 100 to the decoding device 200 through a bitstream. The decoding apparatus 200 may extract the entropy-encoded MVD from the bitstream and obtain the MVD by applying entropy decoding to the entropy-encoded MVD.
복호화 장치(200)는 MVD 및 예측 움직임 벡터를 합함으로써 대상 블록의 움직임 벡터를 유도(derive)할 수 있다. 말하자면, 복호화 장치(200)에서 도출되는 대상 블록의 움직임 벡터는 MVD 및 움직임 벡터 후보의 합일 수 있다.The decoding apparatus 200 may derive the motion vector of the target block by adding the MVD and the predicted motion vector. In other words, the motion vector of the target block derived by the decoding apparatus 200 may be the sum of the MVD and the motion vector candidate.
또한, 부호화 장치(100)는 계산된 MVD 해상도 정보에 엔트로피 부호화를 적용함으로써 엔트로피 부호화된 MVD 해상도 정보를 생성할 수 있고, 엔트로피 부호화된 MVD 해상도 정보를 포함하는 비트스트림을 생성할 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 MVD 해상도 정보를 추출할 수 있고, 엔트로피 부호화된 MVD 해상도 정보에 엔트로피 복호화를 적용함으로써 MVD 해상도 정보를 획득할 수 있다. 복호화 장치(200)는 MVD 해상도 정보를 사용하여 MVD의 해상도를 조정할 수 있다.Also, the encoding apparatus 100 may generate entropy-encoded MVD resolution information by applying entropy encoding to the calculated MVD resolution information, and may generate a bitstream including the entropy-encoded MVD resolution information. The decoding apparatus 200 may extract entropy-encoded MVD resolution information from a bitstream, and obtain MVD resolution information by applying entropy decoding to the entropy-encoded MVD resolution information. The decoding apparatus 200 may adjust the resolution of the MVD using the MVD resolution information.
한편, 부호화 장치(100)는 어파인 모델에 기반하여 MVD를 계산할 수 있다. 복호화 장치(200)는 MVD 및 어파인 제어 움직임 벡터 후보의 합을 통해 대상 블록의 어파인 제어 움직임 벡터를 도출할 수 있고, 어파인 제어 움직임 벡터를 사용하여 서브 블록에 대한 움직임 벡터를 유도할 수 있다.Meanwhile, the encoding device 100 may calculate the MVD based on the affine model. The decoding apparatus 200 may derive an affine control motion vector of the target block through the sum of the MVD and the affine control motion vector candidate, and may derive a motion vector for a subblock using the affine control motion vector. there is.
참조 방향은 대상 블록의 예측을 위해 사용되는 참조 픽처 리스트를 가리킬 수 있다. 예를 들면, 참조 방향은 참조 픽처 리스트 L0 및 참조 픽처 리스트 L1 중 하나를 가리킬 수 있다.A reference direction may indicate a reference picture list used for prediction of a target block. For example, the reference direction may indicate one of a reference picture list L0 and a reference picture list L1.
참조 방향은 대상 블록의 예측을 위해 사용되는 참조 픽처 리스트를 가리킬 뿐, 참조 픽처들의 방향들이 순방향(forward direction) 또는 역방향(backward direction)으로 제한된다는 것을 나타내는 것을 아닐 수 있다. 말하자면, 참조 픽처 리스트 L0 및 참조 픽처 리스트 L1의 각각은 순방향 및/또는 역방향의 픽처들을 포함할 수 있다.The reference direction indicates only a reference picture list used for prediction of the target block, and may not indicate that directions of reference pictures are limited to a forward direction or a backward direction. In other words, each of the reference picture list L0 and the reference picture list L1 may include forward and/or backward pictures.
참조 방향이 단방향(uni-direction)이란 것은 하나의 참조 픽처 리스트가 사용된다는 것을 의미할 수 있다. 참조 방향이 양방향(bi-direction)이란 것은 2 개의 참조 픽처 리스트들이 사용된다는 것을 의미할 수 있다. 말하자면, 참조 방향은, 참조 픽처 리스트 L0만이 사용된다는 것, 참조 픽처 리스트 L1만이 사용된다는 것 및 2 개의 참조 픽처 리스트들 것 중 하나를 가리킬 수 있다.That the reference direction is uni-direction may mean that one reference picture list is used. Bi-direction of the reference direction may mean that two reference picture lists are used. In other words, the reference direction can indicate one of: that only the reference picture list L0 is used, that only the reference picture list L1 is used, and two reference picture lists.
참조 픽처 인덱스는 참조 픽처 리스트의 참조 픽처들 중 대상 블록의 예측을 위해 사용되는 참조 픽처를 가리킬 수 있다. 부호화 장치(100)는 참조 픽처 인덱스에 엔트로피 부호화를 적용함으로써 엔트로피 부호화된 참조 픽처 인덱스를 생성할 수 있고, 엔트로피 부호화된 참조 픽처 인덱스를 포함하는 비트스트림을 생성할 수 있다. 엔트로피 부호화된 참조 픽처 인덱스는 비트스트림을 통해 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 참조 픽처 인덱스를 추출할 수 있고, 엔트로피 부호화된 참조 픽처 인덱스에 엔트로피 복호화를 적용함으로써 참조 픽처 인덱스를 획득할 수 있다.The reference picture index may indicate a reference picture used for prediction of a target block among reference pictures of a reference picture list. The encoding apparatus 100 may generate an entropy-coded reference picture index by applying entropy encoding to the reference picture index, and may generate a bitstream including the entropy-coded reference picture index. The entropy-encoded reference picture index may be signaled from the encoding device 100 to the decoding device 200 through a bitstream. The decoding apparatus 200 may extract an entropy-encoded reference picture index from a bitstream and obtain the reference picture index by applying entropy decoding to the entropy-encoded reference picture index.
대상 블록의 예측을 위해 2 개의 참조 픽처 리스트가 사용될 경우. 각 참조 픽처 리스트에 대해 하나의 참조 픽처 인덱스 및 하나의 움직임 벡터가 사용될 수 있다. 또한, 대상 블록의 예측을 위해 2 개의 참조 픽처 리스트가 사용될 경우, 대상 블록에 대해 2 개의 예측 블록들이 특정될 수 있다. 예를 들면, 대상 블록에 대한 2 개의 예측 블록들의 평균 또는 가중치가 부여된 합(weighed-sum)을 통해 대상 블록의 (최종적인) 예측 블록이 생성될 수 있다.When two reference picture lists are used for prediction of a target block. One reference picture index and one motion vector may be used for each reference picture list. Also, when two reference picture lists are used for prediction of a target block, two prediction blocks may be specified for the target block. For example, a (final) prediction block of the target block may be generated through an average or a weighted-sum of two prediction blocks of the target block.
예측 움직임 벡터 인덱스, MVD, 참조 방향 및 참조 픽처 인덱스에 의해 대상 블록의 움직임 벡터가 유도될 수 있다.The motion vector of the target block may be derived by the predicted motion vector index, MVD, reference direction, and reference picture index.
복호화 장치(200)는 유도된 움직임 벡터 및 참조 픽처 인덱스에 기반하여 대상 블록에 대한 예측 블록을 생성할 수 있다. 예를 들면, 예측 블록은 참조 픽처 인덱스가 가리키는 참조 픽처 내의 유도된 움직임 벡터가 가리키는 참조 블록일 수 있다.The decoding apparatus 200 may generate a prediction block for the target block based on the derived motion vector and the reference picture index. For example, the prediction block may be a reference block indicated by a derived motion vector in a reference picture indicated by a reference picture index.
대상 블록의 움직임 벡터 자체를 부호화하지 않고, 예측 움직임 벡터 인덱스 및 MVD를 부호화함에 따라 부호화 장치(100)로부터 복호화 장치(200)로 전송되는 비트량이 감소될 수 있고, 부호화 효율이 향상될 수 있다.By encoding the predicted motion vector index and the MVD without encoding the motion vector of the target block, the amount of bits transmitted from the encoding apparatus 100 to the decoding apparatus 200 can be reduced and encoding efficiency can be improved.
대상 블록에 대해서 재구축된 이웃 블록의 움직임 정보가 사용될 수 있다. 특정한 인터 예측 모드에서는, 부호화 장치(100)가 대상 블록에 대한 움직임 정보 자체는 별도로 부호화하지 않을 수도 있다. 대상 블록의 움직임 정보가 부호화되지 않고, 재구축된 이웃 블록의 움직임 정보를 통해 대상 블록의 움직임 정보를 유도할 수 있는 다른 정보가 대신 부호화될 수 있다. 다른 정보가 대신 부호화됨에 따라, 복호화 장치(200)로 전송되는 비트량이 감소될 수 있고, 부호화 효율이 향상될 수 있다.Motion information of a neighboring block reconstructed with respect to the target block may be used. In a specific inter-prediction mode, the encoding apparatus 100 may not separately encode the motion information of the target block itself. Motion information of the target block is not encoded, and other information capable of inducing motion information of the target block through motion information of the reconstructed neighboring block may be encoded instead. As other information is encoded instead, the amount of bits transmitted to the decoding apparatus 200 can be reduced and encoding efficiency can be improved.
예를 들면, 이러한 대상 블록의 움직임 정보가 직접적으로 부호화되지 않는 인터 예측 모드로서, 스킵 모드(skip mode) 및/또는 머지 모드(merge mode) 등이 있을 수 있다. 이때, 부호화 장치(100) 및 복호화 장치(200)는 재구축된 이웃 유닛들 중 어떤 유닛의 움직임 정보가 대상 유닛의 움직임 정보로서 사용되는지를 지시하는 식별자 및/또는 인덱스를 사용할 수 있다.For example, as an inter prediction mode in which motion information of the target block is not directly encoded, there may be a skip mode and/or a merge mode. In this case, the encoding apparatus 100 and the decoding apparatus 200 may use an identifier and/or an index indicating which unit's motion information among reconstructed neighboring units is used as the motion information of the target unit.
2) 머지 모드2) Merge Mode
대상 블록의 움직임 정보를 도출하는 방식으로서, 머지(merge)가 있다. 머지는 복수의 블록들에 대한 움직임들의 병합을 의미할 수 있다. 머지는 하나의 블록의 움직임 정보를 다른 블록에도 함께 적용시키는 것을 의미할 수 있다. 말하자면, 머지 모드는 대상 블록의 움직임 정보가 이웃 블록의 움직임 정보로부터 유도되는 모드를 의미할 수 있다.As a method of deriving motion information of a target block, there is a merge. Merge may refer to merging of motions of a plurality of blocks. Merge may mean applying motion information of one block to another block as well. In other words, merge mode may refer to a mode in which motion information of a target block is derived from motion information of neighboring blocks.
머지 모드가 사용되는 경우, 부호화 장치(100)는 공간적 후보의 움직임 정보 및/또는 시간적 후보의 움직임 정보를 이용하여 대상 블록의 움직임 정보에 대한 예측을 수행할 수 있다. 공간적 후보는 대상 블록에 공간적으로 인접한 재구축된 공간적 이웃 블록을 포함할 수 있다. 공간적 이웃 블록은 좌측 이웃 블록 및 상단 이웃 블록을 포함할 수 있다. 시간적 후보는 콜 블록을 포함할 수 있다. 용어들 "공간적 후보" 및 "공간적 머지 후보"는 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다. 용어들 "시간적 후보" 및 "시간적 머지 후보"은 동일한 의미로 사용될 수 있으며, 서로 교체되어 사용될 수 있다.When merge mode is used, the encoding apparatus 100 may perform prediction of motion information of a target block by using motion information of a spatial candidate and/or motion information of a temporal candidate. The spatial candidate may include a reconstructed spatial neighboring block spatially adjacent to the target block. A spatial neighboring block may include a left neighboring block and an upper neighboring block. Temporal candidates may include call blocks. The terms "spatial candidate" and "spatial merge candidate" may be used interchangeably and may be used interchangeably. The terms "temporal candidate" and "temporal merge candidate" may be used interchangeably and may be used interchangeably.
부호화 장치(100)는 예측을 통해 예측 블록을 획득할 수 있다. 부호화 장치(100)는 대상 블록 및 예측 블록의 차이인 잔차 블록을 부호화할 수 있다.The encoding apparatus 100 may obtain a prediction block through prediction. The encoding apparatus 100 may encode a residual block that is a difference between a target block and a prediction block.
2-1) 머지 후보 리스트(merge candidate list)의 작성2-1) Creating a merge candidate list
머지 모드가 사용되는 경우, 부호화 장치(100) 및 복호화 장치(200)의 각각은 공간적 후보의 움직임 정보 및/또는 시간적 후보의 움직임 정보를 이용하여 머지 후보 리스트를 생성할 수 있다. 움직임 정보는 1) 움직임 벡터, 2) 참조 픽처 인덱스, 및 3) 참조 방향을 포함할 수 있다. 참조 방향은 단방향 또는 양방향일 수 있다. 참조 방향은 인터 예측 지시자를 의미할 수 있다.When the merge mode is used, each of the encoding apparatus 100 and the decoding apparatus 200 may generate a merge candidate list using motion information of spatial candidates and/or motion information of temporal candidates. Motion information may include 1) a motion vector, 2) a reference picture index, and 3) a reference direction. The reference direction can be unidirectional or bidirectional. The reference direction may mean an inter prediction indicator.
머지 후보 리스트는 머지 후보들을 포함할 수 있다. 머지 후보는 움직임 정보일 수 있다. 말하자면, 머지 후보 리스트는 움직임 정보들이 저장된 리스트일 수 있다.The merge candidate list may include merge candidates. A merge candidate may be motion information. In other words, the merge candidate list may be a list in which motion information is stored.
머지 후보들은 시간적 후보 및/또는 공간적 후보 등의 움직임 정보들일 수 있다. 말하자면, 머지 후보 리스트는 시간적 후보 및/또는 공간적 후보 등의 움직임 정보들을 포함할 수 있다.Merge candidates may be motion information such as temporal candidates and/or spatial candidates. In other words, the merge candidate list may include motion information such as a temporal candidate and/or a spatial candidate.
또한, 머지 후보 리스트는 머지 후보 리스트에 이미 존재하는 머지 후보들의 조합에 의해 생성된 새로운 머지 후보를 포함할 수 있다. 말하자면, 머지 후보 리스트는 머지 후보 리스트에 이미 존재하는 움직임 정보들의 조합에 의해 생성된 새로운 움직임 정보를 포함할 수 있다.Also, the merge candidate list may include a new merge candidate generated by a combination of merge candidates already existing in the merge candidate list. In other words, the merge candidate list may include new motion information generated by combining motion information already existing in the merge candidate list.
또한, 머지 후보 리스트는 히스토리 기반 머지 후보(history-based merge candidate)를 포함할 수 있다. 히스토리 기반 머지 후보는 대상 블록보다 먼저 부호화 및/또는 복호화된 블록의 움직임 정보일 수 있다.Also, the merge candidate list may include a history-based merge candidate. A history-based merge candidate may be motion information of a block encoded and/or decoded prior to a target block.
또한, 머지 후보 리스트는 2 개의 머지 후보들의 평균에 기반한 머지 후보를 포함할 수 있다.Also, the merge candidate list may include a merge candidate based on an average of two merge candidates.
머지 후보들은 인터 예측 정보를 유도하는 특정된 모드들일 수 있다. 머지 후보는 인터 예측 정보를 유도하는 특정된 모드를 가리키는 정보일 수 있다. 머지 후보가 가리키는 특정된 모드에 따라 대상 블록의 인터 예측 정보가 유도될 수 있다. 이 때, 특정된 모드는 일련의 인터 예측 정보를 유도하는 과정을 포함할 수 있다. 이러한 특정된 모드는 인터 예측 정보 유도 모드 또는 움직임 정보 유도 모드일 수 있다.Merge candidates may be specified modes for deriving inter prediction information. A merge candidate may be information indicating a specific mode for deriving inter prediction information. Inter prediction information of a target block may be derived according to a specified mode indicated by a merge candidate. In this case, the specified mode may include a process of deriving a series of inter prediction information. This specified mode may be an inter prediction information derivation mode or a motion information derivation mode.
머지 후보 리스트 내의 머지 후보들 중 머지 인덱스에 의해 선택된 머지 후보가 가리키는 모드에 따라서 대상 블록의 인터 예측 정보가 유도될 수 있다.Inter prediction information of a target block may be derived according to a mode indicated by a merge candidate selected by a merge index among merge candidates in the merge candidate list.
예를 들면, 머지 후보 리스트 내의 움직임 정보 유도 모드들은, 1) 서브 블록 단위의 움직임 정보 유도 모드 및 2) 어파인 움직임 정보 유도 모드 중 적어도 하나일 수 있다.For example, the motion information derivation modes in the merge candidate list may be at least one of 1) a motion information derivation mode in units of sub-blocks and 2) an affine motion information derivation mode.
또한, 머지 후보 리스트는 제로 벡터의 움직임 정보를 포함할 수 있다. 제로 벡터는 제로 머지 후보로 칭해질 수도 있다.Also, the merge candidate list may include motion information of a zero vector. A zero vector may be referred to as a zero merge candidate.
말하자면, 머지 후보 리스트 내의 움직임 정보들은, 1) 공간적 후보의 움직임 정보, 2) 시간적 후보의 움직임 정보, 3) 이미 머지 후보 리스트에 존재하는 움직임 정보들의 조합에 의해 생성된 움직임 정보, 4) 제로 벡터 중 적어도 하나일 수 있다.In other words, the motion information in the merge candidate list is: 1) motion information of a spatial candidate, 2) motion information of a temporal candidate, 3) motion information generated by a combination of motion information already existing in the merge candidate list, 4) zero vector may be at least one of
움직임 정보는 1) 움직임 벡터, 2) 참조 픽처 인덱스 및 3) 참조 방향을 포함할 수 있다. 참조 방향은 인터 예측 지시자로 칭해질 수도 있다. 참조 방향은 단방향 또는 양방향일 수 있다. 단방향의 참조 방향은 L0 예측 또는 L1 예측을 나타낼 수 있다.Motion information may include 1) a motion vector, 2) a reference picture index, and 3) a reference direction. A reference direction may be referred to as an inter prediction indicator. The reference direction can be unidirectional or bidirectional. A unidirectional reference direction may represent L0 prediction or L1 prediction.
머지 후보 리스트는 머지 모드에 의한 예측이 수행되기 전에 생성될 수 있다.The merge candidate list may be generated before prediction by merge mode is performed.
머지 후보 리스트의 머지 후보들의 개수는 기정의될 수 있다. 머지 후보 리스트가 기정의된 개수의 머지 후보들을 갖도록 부호화 장치(100) 및 복호화 장치(200)는 기정의된 방식 및 기정의된 순위에 따라서 머지 후보 리스트에 머지 후보를 추가할 수 있다. 기정의된 방식 및 기정의된 순위를 통해 부호화 장치(100)의 머지 후보 리스트 및 복호화 장치(200)의 머지 후보 리스트는 동일하게 될 수 있다. The number of merge candidates in the merge candidate list may be predefined. The encoding device 100 and the decoding device 200 may add merge candidates to the merge candidate list according to a predefined method and a predefined order so that the merge candidate list includes a predefined number of merge candidates. The merge candidate list of the encoding device 100 and the merge candidate list of the decoding device 200 may be the same through a predefined method and a predefined ranking.
머지는 CU 단위 또는 PU 단위로 적용될 수 있다. CU 단위 또는 PU 단위로 머지가 수행되는 경우, 부호화 장치(100)는 기정의된 정보를 포함하는 비트스트림을 복호화 장치(200)로 전송할 수 있다. 예를 들면, 기정의된 정보는, 1) 블록 파티션(partition) 별로 머지를 수행할지 여부를 나타내는 정보, 2) 대상 블록에 대하여 공간적 후보 및/또는 시간적 후보인 블록들 중 어떤 블록과 머지를 할 것인가에 대한 정보를 포함할 수 있다.Merge may be applied in units of CUs or units of PUs. When merging is performed in units of CUs or PUs, the encoding apparatus 100 may transmit a bitstream including predefined information to the decoding apparatus 200. For example, the predefined information includes 1) information indicating whether merging is to be performed for each block partition, 2) which block to merge with among blocks that are spatial candidates and/or temporal candidates for the target block. It may contain information on whether
2-2) 머지 후보 리스트를 사용하는 움직임 벡터의 검색2-2) Motion vector search using merge candidate list
부호화 장치(100)는 대상 블록의 부호화를 위해 사용될 머지 후보를 결정할 수 있다. 예를 들면, 부호화 장치(100)는 머지 후보 리스트의 머지 후보들을 사용하여 대상 블록에 대한 예측들을 수행하고, 머지 후보들에 대한 잔차 블록들을 생성할 수 있다. 부호화 장치(100)는 예측과 잔차 블록의 부호화에 있어서 최소의 비용을 요구하는 머지 후보를 대상 블록의 부호화를 위해 사용할 수 있다.The encoding apparatus 100 may determine a merge candidate to be used for encoding a target block. For example, the encoding apparatus 100 may perform predictions on a target block using merge candidates of the merge candidate list and generate residual blocks for the merge candidates. The encoding apparatus 100 may use a merge candidate that requires the least cost in encoding the prediction and residual blocks for encoding the target block.
또한, 부호화 장치(100)는 대상 블록의 부호화에 있어서 머지 모드를 사용할지 여부를 결정할 수 있다.Also, the encoding apparatus 100 may determine whether to use merge mode in encoding a target block.
2-3) 인터 예측 정보의 전송2-3) Transmission of inter prediction information
부호화 장치(100)는 인터 예측을 위해 요구되는 인터 예측 정보를 포함하는 비트스트림을 생성할 수 있다. 부호화 장치(100)는 인터 예측 정보에 대한 엔트로피 부호화를 수행하여 엔트로피 부호화된 인터 예측 정보를 생성할 수 있고, 엔트로피 부호화된 인터 예측 정보를 포함하는 비트스트림을 복호화 장치(200)로 전송할 수 있다. 비트스트림을 통해, 엔트로피 부호화된 인터 예측 정보가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 인터 예측 정보를 추출할 수 있고, 엔트로피 부호화된 인터 예측 정보에 대한 엔트로피 복호화를 수행함으로써 인터 예측 정보를 획득할 수 있다.The encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction. The encoding apparatus 100 may generate entropy-encoded inter-prediction information by performing entropy encoding on the inter-prediction information, and may transmit a bitstream including the entropy-encoded inter-prediction information to the decoding apparatus 200. Entropy-encoded inter prediction information may be signaled from the encoding apparatus 100 to the decoding apparatus 200 through a bitstream. The decoding apparatus 200 may extract entropy-encoded inter prediction information from a bitstream and obtain inter prediction information by performing entropy decoding on the entropy-encoded inter prediction information.
복호화 장치(200)는 비트스트림의 인터 예측 정보를 사용하여 대상 블록에 대한 인터 예측을 수행할 수 있다.The decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
인터 예측 정보는, 1) 머지 모드를 사용하는지 여부를 나타내는 모드 정보, 2) 머지 인덱스 및 3) 보정 정보를 포함할 수 있다.The inter prediction information may include 1) mode information indicating whether merge mode is used, 2) merge index, and 3) correction information.
또한, 인터 예측 정보는 잔차 신호를 포함할 수 있다.Also, the inter prediction information may include a residual signal.
복호화 장치(200)는 모드 정보가 머지 모드를 사용하는 것을 나타낼 경우에만 머지 인덱스를 비트스트림으로부터 획득할 수 있다.The decoding apparatus 200 may obtain the merge index from the bitstream only when the mode information indicates that the merge mode is used.
모드 정보는 머지 플래그일 수 있다. 모드 정보의 단위는 블록일 수 있다. 블록에 대한 정보는 모드 정보를 포함할 수 있고, 모드 정보는 블록에 대하여 머지 모드가 적용되는지 여부를 나타낼 수 있다.Mode information may be a merge flag. A unit of mode information may be a block. Information about a block may include mode information, and the mode information may indicate whether merge mode is applied to the block.
머지 인덱스는 머지 후보 리스트에 포함된 머지 후보들 중에서 대상 블록의 예측을 위해 사용되는 머지 후보를 가리킬 수 있다. 또는, 머지 인덱스는 대상 블록에 공간적 또는 시간적으로 인접한 이웃 블록들 중 어떤 블록과의 머지가 수행되는가를 가리킬 수 있다.The merge index may indicate a merge candidate used for prediction of a target block among merge candidates included in the merge candidate list. Alternatively, the merge index may indicate which block among neighboring blocks that are spatially or temporally adjacent to the target block is merged with.
부호화 장치(100)는 머지 후보 리스트에 포함된 머지 후보들 중 가장 높은 부호화 성능을 갖는 머지 후보를 선택할 수 있고, 선택된 머지 후보를 가리키도록 머지 인덱스의 값을 설정할 수 있다.The encoding apparatus 100 may select a merge candidate having the highest encoding performance among merge candidates included in the merge candidate list, and set a merge index value to indicate the selected merge candidate.
보정 정보는 움직임 벡터의 보정을 위해 사용되는 정보일 수 있다. 부호화 장치(100)는 보정 정보를 생성할 수 있다. 복호화 장치(200)는 보정 정보에 기반하여 머지 인덱스에 의해 선택된 머지 후보의 움직임 벡터를 보정할 수 있다.The correction information may be information used for motion vector correction. The encoding device 100 may generate correction information. The decoding apparatus 200 may correct the motion vector of the merge candidate selected by the merge index based on the correction information.
보정 정보는 보정 여부를 나타내는 정보, 보정 방향 정보 및 보정 크기 정보 중 적어도 하나를 포함할 수 있다. 시그널링되는 보정 정보에 기반하여 움직임 벡터를 보정하는 예측 모드가 움직임 벡터 차분을 가진 머지 모드로 칭해질 수 있다.The correction information may include at least one of information indicating whether correction is performed, correction direction information, and correction size information. A prediction mode for correcting a motion vector based on signaled correction information may be referred to as a merge mode with motion vector difference.
2-4) 인터 예측 정보를 사용하는 머지 모드의 인터 예측2-4) Inter prediction of merge mode using inter prediction information
복호화 장치(200)는 머지 후보 리스트에 포함된 머지 후보들 중에서 머지 인덱스가 가리키는 머지 후보를 사용하여 대상 블록에 대한 예측을 수행할 수 있다.The decoding apparatus 200 may perform prediction on a target block by using a merge candidate indicated by a merge index among merge candidates included in the merge candidate list.
머지 인덱스가 가리키는 머지 후보의 움직임 벡터, 참조 픽처 인덱스 및 참조 방향에 의해 대상 블록의 움직임 벡터가 특정될 수 있다.The motion vector of the target block may be specified by the motion vector of the merge candidate indicated by the merge index, the reference picture index, and the reference direction.
3) 스킵 모드3) Skip Mode
스킵 모드는 공간적 후보의 움직임 정보 또는 시간적 후보의 움직임 정보를 그대로 대상 블록에 적용하는 모드일 수 있다. 또한, 스킵 모드는 잔차 신호를 사용하지 않는 모드일 수 있다. 말하자면, 스킵 모드가 사용될 때, 재구축된 블록은 예측 블록과 동일할 수 있다.The skip mode may be a mode in which motion information of a spatial candidate or motion information of a temporal candidate is applied to a target block as it is. Also, the skip mode may be a mode not using a residual signal. That is to say, when skip mode is used, the reconstructed block may be the same as the predicted block.
머지 모드 및 스킵 모드의 차이는 잔차 신호의 전송 또는 사용의 여부일 수 있다. 말하자면, 스킵 모드는 잔차 신호가 전송 또는 사용되지 않는다는 점을 제외하고는 머지 모드와 유사할 수 있다.A difference between merge mode and skip mode may be transmission or use of a residual signal. In other words, skip mode may be similar to merge mode except that no residual signal is transmitted or used.
스킵 모드가 사용되는 경우, 부호화 장치(100)는 공간적 후보 또는 시간적 후보인 블록들 중 어떤 블록의 움직임 정보가 대상 블록의 움직임 정보로서 이용되는 지를 나타내는 정보를 비트스트림을 통해 복호화 장치(200)에 전송할 수 있다. 부호화 장치(100)는 이러한 정보에 대한 엔트로피 부호화를 수행하여 엔트로피 부호화된 정보를 생성할 수 있고, 비트스트림을 통해 엔트로피 부호화된 정보를 복호화 장치(200)로 시그널링할 수 있다. 복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 정보를 추출할 수 있고, 엔트로피 부호화된 정보에 대한 엔트로피 복호화를 수행함으로써 정보를 획득할 수 있다.When the skip mode is used, the encoding apparatus 100 transmits information indicating which block's motion information among spatial or temporal candidate blocks is used as the motion information of the target block to the decoding apparatus 200 through a bitstream. can transmit The encoding apparatus 100 may generate entropy-encoded information by performing entropy encoding on such information, and may signal the entropy-encoded information to the decoding apparatus 200 through a bitstream. The decoding apparatus 200 may extract entropy-encoded information from a bitstream and obtain information by performing entropy decoding on the entropy-encoded information.
또한, 스킵 모드가 사용되는 경우 부호화 장치(100)는 MVD와 같은 다른 신택스 요소 정보는 복호화 장치(200)에 전송하지 않을 수 있다. 예를 들면, 스킵 모드가 사용되는 경우, 부호화 장치(100)는 MVD, 코드된 블록 플래그 및 변환 계수 레벨 중 적어도 하나에 관한 신택스 요소를 복호화 장치(200)에 시그널링하지 않을 수 있다.Also, when the skip mode is used, the encoding device 100 may not transmit other syntax element information such as MVD to the decoding device 200. For example, when the skip mode is used, the encoding apparatus 100 may not signal a syntax element related to at least one of the MVD, the coded block flag, and the transform coefficient level to the decoding apparatus 200.
3-1) 머지 후보 리스트의 작성3-1) Creation of merge candidate list
스킵 모드 또한 머지 후보 리스트를 사용할 수 있다. 말하자면, 머지 후보 리스트는 머지 모드 및 스킵 모드의 양자에서 사용될 수 있다. 이러한 측면에서, 머지 후보 리스트는 "스킵 후보 리스트" 또는 "머지/스킵 후보 리스트"로 명명될 수도 있다.Skip mode can also use a merge candidate list. In other words, the merge candidate list can be used in both merge mode and skip mode. In this regard, the merge candidate list may be referred to as a "skip candidate list" or a "merge/skip candidate list".
또는, 스킵 모드는 머지 모드와는 다른 별개의 후보 리스트를 사용할 수도 있다. 이러한 경우, 아래의 설명에서 머지 후보 리스트 및 머지 후보는 스킵 후보 리스트 및 스킵 후보로 각각 대체될 수 있다.Alternatively, skip mode may use a separate candidate list different from merge mode. In this case, in the description below, the merge candidate list and the merge candidate may be replaced with the skip candidate list and the skip candidate, respectively.
머지 후보 리스트는 스킵 모드에 의한 예측이 수행되기 전에 생성될 수 있다.The merge candidate list may be generated before prediction by skip mode is performed.
3-2) 머지 후보 리스트를 사용하는 움직임 벡터의 검색3-2) Motion vector search using merge candidate list
부호화 장치(100)는 대상 블록의 부호화를 위해 사용될 머지 후보를 결정할 수 있다. 예를 들면, 부호화 장치(100)는 머지 후보 리스트의 머지 후보들을 사용하여 대상 블록에 대한 예측들을 수행할 수 있다. 부호화 장치(100)는 예측에 있어서 최소의 비용을 요구하는 머지 후보를 대상 블록의 부호화를 위해 사용할 수 있다.The encoding apparatus 100 may determine a merge candidate to be used for encoding a target block. For example, the encoding apparatus 100 may perform predictions on a target block using merge candidates of a merge candidate list. The encoding apparatus 100 may use a merge candidate requiring a minimum prediction cost for encoding a target block.
또한, 부호화 장치(100)는 대상 블록의 부호화에 있어서 스킵 모드를 사용할지 여부를 결정할 수 있다.Also, the encoding apparatus 100 may determine whether to use a skip mode in encoding a target block.
3-3) 인터 예측 정보의 전송3-3) Transmission of inter prediction information
부호화 장치(100)는 인터 예측을 위해 요구되는 인터 예측 정보를 포함하는 비트스트림을 생성할 수 있다. 복호화 장치(200)는 비트스트림의 인터 예측 정보를 사용하여 대상 블록에 대한 인터 예측을 수행할 수 있다.The encoding apparatus 100 may generate a bitstream including inter prediction information required for inter prediction. The decoding apparatus 200 may perform inter prediction on a target block using inter prediction information of a bitstream.
인터 예측 정보는, 1) 스킵 모드를 사용하는지 여부를 나타내는 모드 정보 및 2) 스킵 인덱스를 포함할 수 있다.The inter-prediction information may include 1) mode information indicating whether a skip mode is used and 2) a skip index.
스킵 인덱스는 전술된 머지 인덱스와 동일할 수 있다.The skip index may be the same as the aforementioned merge index.
스킵 모드가 사용될 경우, 대상 블록은 잔차 신호 없이 부호화될 수 있다. 인터 예측 정보는 잔차 신호를 포함하지 않을 수 있다. 또는, 비트스트림은 잔차 신호를 포함하지 않을 수 있다.When the skip mode is used, the target block may be coded without a residual signal. Inter prediction information may not include a residual signal. Alternatively, the bitstream may not include a residual signal.
복호화 장치(200)는 모드 정보가 스킵 모드를 사용하는 것을 나타낼 경우에만 스킵 인덱스를 비트스트림으로부터 획득할 수 있다. 전술된 것과 같이, 머지 인덱스 및 스킵 인덱스는 동일한 것일 수 있다. 복호화 장치(200)는 모드 정보가 머지 모드 또는 스킵 모드를 사용하는 것을 나타낼 경우에만 스킵 인덱스를 비트스트림으로부터 획득할 수 있다.The decoding apparatus 200 may obtain the skip index from the bitstream only when the mode information indicates that the skip mode is used. As mentioned above, the merge index and skip index may be the same. The decoding apparatus 200 may obtain the skip index from the bitstream only when the mode information indicates that merge mode or skip mode is used.
스킵 인덱스는 머지 후보 리스트에 포함된 머지 후보들 중에서 대상 블록의 예측을 위해 사용되는 머지 후보를 가리킬 수 있다.The skip index may indicate a merge candidate used for prediction of a target block among merge candidates included in the merge candidate list.
3-4) 인터 예측 정보를 사용하는 스킵 모드의 인터 예측3-4) Skip Mode Inter Prediction Using Inter Prediction Information
복호화 장치(200)는 머지 후보 리스트에 포함된 머지 후보들 중에서 스킵 인덱스가 가리키는 머지 후보를 사용하여 대상 블록에 대한 예측을 수행할 수 있다.The decoding apparatus 200 may perform prediction on a target block by using a merge candidate indicated by a skip index among merge candidates included in the merge candidate list.
스킵 인덱스가 가리키는 머지 후보의 움직임 벡터, 참조 픽처 인덱스 및 참조 방향에 의해 대상 블록의 움직임 벡터가 특정될 수 있다.A motion vector of a target block may be specified by a motion vector of a merge candidate indicated by a skip index, a reference picture index, and a reference direction.
4) 현재 픽처 참조 모드4) Current picture reference mode
현재 픽처 참조 모드는 대상 블록이 속한 대상 픽처 내의 기-재구축된 영역을 이용하는 예측 모드를 의미할 수 있다.The current picture reference mode may mean a prediction mode using a pre-reconstructed region in a target picture to which a target block belongs.
기-재구축된 영역을 특정하기 위한 움직임 벡터가 이용될 수 있다. 대상 블록이 현재 픽처 참조 모드로 부호화되는지 여부는 대상 블록의 참조 픽처 인덱스를 이용하여 판단될 수 있다.A motion vector may be used to specify the pre-reconstructed area. Whether the target block is encoded in the current picture reference mode can be determined using the reference picture index of the target block.
대상 블록이 현재 픽처 참조 모드로 부호화된 블록인지 여부를 나타내는 플래그 또는 인덱스가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수도 있다. 또는, 대상 블록이 현재 픽처 참조 모드로 부호화된 블록인지 여부는 대상 블록의 참조 픽처 인덱스를 통해 유추될 수도 있다.A flag or index indicating whether the target block is a block encoded in the current picture reference mode may be signaled from the encoding device 100 to the decoding device 200. Alternatively, whether the target block is a block coded in the current picture reference mode may be inferred through a reference picture index of the target block.
대상 블록이 현재 픽처 참조 모드로 부호화된 경우, 대상 픽처는 대상 블록을 위한 참조 픽처 리스트 내에서 고정된 위치 또는 임의의 위치에 존재할 수 있다.When the target block is coded in the current picture reference mode, the target picture may exist at a fixed position or an arbitrary position in the reference picture list for the target block.
예를 들면, 고정된 위치는 참조 픽처 인덱스의 값이 0인 위치 또는 가장 마지막의 위치일 수 있다.For example, the fixed position may be a position where the value of the reference picture index is 0 or the last position.
대상 픽처가 참조 픽처 리스트 내의 임의의 위치에 존재하는 경우, 이러한 임의의 위치를 나타내는 별도의 참조 픽처 인덱스가 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수도 있다.If the target picture exists at an arbitrary position in the reference picture list, a separate reference picture index indicating such an arbitrary position may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
5) 서브 블록 머지 모드(subblock merge mode)5) Subblock merge mode
서브 블록 머지 모드는, CU의 서브 블록에 대하여 움직임 정보를 유도하는 모드를 의미할 수 있다.A sub-block merge mode may mean a mode for deriving motion information for a sub-block of a CU.
서브 블록 머지 모드가 적용되는 경우, 참조 영상에서 대상 서브 블록의 콜 서브 블록의 움직임 정보(말하자면, 서브 블록 기반 시간적 머지 후보(Sub-block based temporal merge candidate)) 및/또는 어파인 제어 포인트 움직임 벡터 머지 후보(affine control point motion vector merge candidate)를 사용하여 서브 블록 머지 후보 리스트(subblock merge candidate list)가 생성될 수 있다.When the sub-block merge mode is applied, motion information of a call sub-block of a target sub-block in a reference image (ie, a sub-block based temporal merge candidate) and/or an affine control point motion vector A subblock merge candidate list may be generated using an affine control point motion vector merge candidate.
6) 삼각 분할 모드(triangle partition mode)6) Triangle partition mode
삼각 분할 모드에서, 대상 블록을 대각선 방향으로 분할함으로써 분할된 대상 블록들이 생성될 수 있다. 각 분할된 대상 블록에 대하여, 각 분할된 대상 블록의 움직임 정보가 유도될 수 있고, 유도된 움직임 정보를 이용하여 각 분할된 대상 블록에 대한 예측 샘플이 유도될 수 있다. 분할된 대상 블록들의 예측 샘플들의 가중치가 부여된 합을 통해 대상 블록의 예측 샘플이 유도될 수 있다.In the triangular division mode, divided target blocks may be generated by dividing the target block in a diagonal direction. For each divided target block, motion information of each divided target block may be derived, and prediction samples for each divided target block may be derived using the derived motion information. A prediction sample of the target block may be derived through a weighted sum of prediction samples of the divided target blocks.
7) 인터 인트라 결합 예측 모드7) Inter-intra combined prediction mode
인터 인트라 결합 예측 모드는, 인터 예측에 의해 생성된 예측 샘플 및 인트라 예측에 의해 생성된 예측 샘플의 가중치가 부여된 합을 사용하여 대상 블록의 예측 샘플을 유도하는 모드일 수 있다.The inter-intra combined prediction mode may be a mode in which a prediction sample of a target block is derived by using a weighted sum of prediction samples generated by inter prediction and prediction samples generated by intra prediction.
전술된 모드들에 있어서, 복호화 장치(200)는 도출된 움직임 정보에 대한 자체적인 보정을 수행할 수 있다. 예를 들면, 복호화 장치(200)는 도출된 움직임 정보가 지시하는 참조 블록을 기준으로 특정된 구역을 탐색하여 최소의 절대 차이들의 합(Sum of Absolute Differences; SAD)를 갖는 움직임 정보를 검색할 수 있고, 검색된 움직임 정보를 보정된 움직임 정보로서 유도할 수 있다.In the aforementioned modes, the decoding apparatus 200 may perform self-correction on the derived motion information. For example, the decoding apparatus 200 may search a specific area based on a reference block indicated by the derived motion information to search for motion information having a minimum sum of absolute differences (SAD). and the searched motion information may be derived as corrected motion information.
전술된 모드들에 있어서, 복호화 장치(200)는 광학적 흐름(optical flow)을 사용하여 인터 예측을 통해 유도된 예측 샘플에 대한 보상을 수행할 수 있다.In the aforementioned modes, the decoding apparatus 200 may perform compensation for prediction samples derived through inter prediction using an optical flow.
전술된 AMVP 모드, 머지 모드 및 스킵 모드 등에서는 리스트에 대한 인덱스를 통해 리스트 내의 움직임 정보들 중 대상 블록의 예측을 위해 사용될 움직임 정보가 특정될 수 있다.In the aforementioned AMVP mode, merge mode, and skip mode, motion information to be used for prediction of a target block among motion information in the list may be specified through an index of the list.
부호화 효율의 향상을 위해서, 부호화 장치(100)는 리스트의 요소들 중 대상 블록의 인터 예측에 있어서 최소의 비용을 유발하는 요소의 인덱스만을 시그널링할 수 있다. 부호화 장치(100)는 인덱스를 부호화할 수 있으며, 부호화된 인덱스를 시그널링할 수 있다.In order to improve encoding efficiency, the encoding apparatus 100 may signal only the index of an element that causes the least cost in inter prediction of a target block among elements in the list. The encoding device 100 may encode the index and signal the encoded index.
따라서, 전술된 리스트들(즉, 예측 움직임 벡터 후보 리스트 및 머지 후보 리스트)은 부호화 장치(100) 및 복호화 장치(200)에서 동일한 데이터에 기반하여 동일한 방식으로 유도되어야 할 수 있다. 여기에서, 동일한 데이터는 재구축된 픽처 및 재구축된 블록을 포함할 수 있다. 또한, 인덱스로 요소를 특정하기 위해, 리스트 내에서 요소들의 순서는 일정해야 할 수 있다.Accordingly, the aforementioned lists (ie, the predicted motion vector candidate list and the merge candidate list) may have to be derived in the same manner based on the same data in the encoding apparatus 100 and the decoding apparatus 200. Here, the same data may include a reconstructed picture and a reconstructed block. Also, in order to specify an element by index, the order of the elements within the list may need to be constant.
도 10은 일 예에 따른 공간적 후보들을 나타낸다.10 shows spatial candidates according to an example.
도 10에서는, 공간적 후보들의 위치가 도시되었다.In Fig. 10, the positions of spatial candidates are shown.
가운데의 큰 블록은 대상 블록을 나타낼 수 있다. 5 개의 작은 블록들은 공간적 후보들을 나타낼 수 있다.A large block in the middle may represent a target block. Five small blocks may represent spatial candidates.
대상 블록의 좌표들은 (xP, yP)일 수 있고, 대상 블록의 크기는 (nPSW, nPSH)일 수 있다.Coordinates of the target block may be (xP, yP), and the size of the target block may be (nPSW, nPSH).
공간적 후보 A0은 대상 블록의 좌측 하단의 코너에 인접한 블록일 수 있다. A0은 좌표들 (xP - 1, yP + nPSH)의 픽셀을 차지하는 블록일 수 있다.The spatial candidate A 0 may be a block adjacent to the lower left corner of the target block. A 0 may be a block occupying pixels of coordinates (xP - 1, yP + nPSH).
공간적 후보 A1은 대상 블록의 좌측에 인접한 블록일 수 있다. A1은 대상 블록의 좌측에 인접한 블록들 중 최 하단의 블록일 수 있다. 또는, A1은 A0의 상단에 인접한 블록일 수 있다. A1은 좌표들 (xP - 1, yP + nPSH - 1)의 픽셀을 차지하는 블록일 수 있다.Spatial candidate A 1 may be a block adjacent to the left of the target block. A 1 may be the lowest block among blocks adjacent to the left side of the target block. Alternatively, A 1 may be a block adjacent to the top of A 0 . A 1 may be a block occupying pixels of coordinates (xP - 1, yP + nPSH - 1).
공간적 후보 B0은 대상 블록의 우측 상단의 코너에 인접한 블록일 수 있다. B0은 좌표들 (xP + nPSW, yP - 1)의 픽셀을 차지하는 블록일 수 있다.Spatial candidate B 0 may be a block adjacent to the upper right corner of the target block. B 0 may be a block occupying pixels of coordinates (xP + nPSW, yP - 1).
공간적 후보 B1은 대상 블록의 상단에 인접한 블록일 수 있다. B1은 대상 블록의 상단에 인접한 블록들 중 최 우측의 블록일 수 있다. 또는, B1은 B0의 좌측에 인접한 블록일 수 있다. B1은 좌표들 (xP + nPSW - 1, yP - 1)의 픽셀을 차지하는 블록일 수 있다.Spatial candidate B 1 may be a block adjacent to the top of the target block. B 1 may be the rightmost block among blocks adjacent to the top of the target block. Alternatively, B 1 may be a block adjacent to the left side of B 0 . B 1 may be a block occupying pixels of coordinates (xP + nPSW - 1, yP - 1).
공간적 후보 B2는 대상 블록의 좌측 상단의 코너에 인접한 블록일 수 있다. B2는 좌표들 (xP - 1, yP - 1)의 픽셀을 차지하는 블록일 수 있다.Spatial candidate B 2 may be a block adjacent to the upper left corner of the target block. B 2 may be a block occupying pixels of coordinates (xP - 1, yP - 1).
공간적 후보 및 시간적 후보의 가용성(availability)의 판단Determination of the availability of spatial and temporal candidates
공간적 후보의 움직임 정보 또는 시간적 후보의 움직임 정보를 리스트에 포함시키기 위해서는, 공간적 후보의 움직임 정보 또는 시간적 후보의 움직임 정보가 가용한지 여부가 판단되어야 한다.In order to include the motion information of the spatial candidate or the motion information of the temporal candidate in the list, it must be determined whether the motion information of the spatial candidate or the motion information of the temporal candidate is available.
이하에서, 후보 블록은 공간적 후보 및 시간적 후보를 포함할 수 있다.Hereinafter, a candidate block may include a spatial candidate and a temporal candidate.
예를 들면, 상기의 판단은 아래의 단계 1) 내지 단계 4)를 순차적으로 적용함으로써 이루어질 수 있다.For example, the above determination may be made by sequentially applying steps 1) to 4) below.
단계 1) 후보 블록을 포함하는 PU가 픽처의 경계의 밖에 있으면 후보 블록의 가용성은 거짓(false)으로 설정될 수 있다. "가용성이 거짓으로 설정된다"는 것은 "비가용한 것으로 설정된다"는 것과 동일한 의미일 수 있다. Step 1) If the PU including the candidate block is outside the boundary of the picture, the availability of the candidate block may be set to false. "Availability is set to false" may mean the same as "availability is set to unavailability".
단계 2) 후보 블록을 포함하는 PU가 슬라이스의 경계의 밖에 있으면 후보 블록의 가용성은 거짓으로 설정될 수 있다. 대상 블록 및 후보 블록이 서로 다른 슬라이스들 내에 위치하면, 후보 블록의 가용성은 거짓으로 설정될 수 있다. Step 2) If the PU including the candidate block is outside the boundary of the slice, the availability of the candidate block may be set to false. If the target block and the candidate block are located in different slices, the availability of the candidate block may be set to false.
단계 3) 후보 블록을 포함하는 PU가 타일의 경계의 밖에 있으면 후보 블록의 가용성은 거짓으로 설정될 수 있다. 대상 블록 및 후보 블록이 서로 다른 타일들 내에 위치하면, 후보 블록의 가용성은 거짓으로 설정될 수 있다. Step 3) If the PU including the candidate block is outside the boundary of the tile, the availability of the candidate block may be set to false. If the target block and the candidate block are located in different tiles, the availability of the candidate block may be set to false.
단계 4) 후보 블록을 포함하는 PU의 예측 모드가 인트라 예측 모드이면 후보 블록의 가용성은 거짓으로 설정될 수 있다. 후보 블록을 포함하는 PU가 인터 예측을 사용하지 않으면 후보 블록의 가용성은 거짓으로 설정될 수 있다. Step 4) If the prediction mode of the PU including the candidate block is an intra prediction mode, availability of the candidate block may be set to false. If the PU containing the candidate block does not use inter prediction, the availability of the candidate block may be set to false.
도 11은 일 예에 따른 공간적 후보들의 움직임 정보들의 머지 리스트로의 추가 순서를 나타낸다.11 illustrates an order of adding motion information of spatial candidates to a merge list according to an example.
도 11에서 도시된 것처럼, 공간적 후보들의 움직임 정보들을 머지 리스트에 추가함에 있어서, A1, B1, B0, A0 및 B2의 순서가 사용될 수 있다. 즉, A1, B1, B0, A0 및 B2의 순서로, 가용한 공간적 후보의 움직임 정보가 머지 리스트에 추가될 수 있다.As shown in FIG. 11 , in adding motion information of spatial candidates to the merge list, the order of A 1 , B 1 , B 0 , A 0 and B 2 may be used. That is, in the order of A 1 , B 1 , B 0 , A 0 and B 2 , motion information of available spatial candidates may be added to the merge list.
머지 모드 및 스킵 모드에서의 머지 리스트의 유도 방법Merge list derivation method in merge mode and skip mode
전술된 것과 같이, 머지 리스트 내의 머지 후보들의 최대 개수는 설정될 수 있다. 설정된 최대 개수를 N으로 표시한다. 설정된 개수는 부호화 장치(100)로부터 복호화 장치(200)로 전송될 수 있다. 슬라이스의 슬라이스 헤더는 N을 포함할 수 있다. 말하자면, 슬라이스 헤더에 의해 슬라이스의 대상 블록에 대한 머지 리스트의 머지 후보들의 최대 개수가 설정될 수 있다. 예를 들면, 기본적으로 N의 값은 5일 수 있다.As described above, the maximum number of merge candidates in the merge list may be set. The set maximum number is indicated by N. The set number may be transmitted from the encoding device 100 to the decoding device 200. A slice header of a slice may include N. In other words, the maximum number of merge candidates of the merge list for the target block of the slice may be set by the slice header. For example, the value of N may be 5 by default.
움직임 정보(즉, 머지 후보)는 아래의 단계 1) 내지 단계 4)의 순서로 머지 리스트에 추가될 수 있다.Motion information (ie, merge candidates) may be added to the merge list in the order of steps 1) to 4) below.
단계 1) 공간적 후보들 중 가용한 공간적 후보들이 머지 리스트에 추가될 수 있다. 가용한 공간적 후보들의 움직임 정보들은 도 11에서 도시된 순서대로 머지 리스트에 추가될 수 있다. 이 때, 가용한 공간적 후보의 움직임 정보가 이미 머지 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 움직임 정보는 머지 리스트에 추가되지 않을 수 있다. 리스트 내에 존재하는 다른 움직임 정보와 중복되는지 여부를 검사하는 것은 "중복성 검사"로 약술될 수 있다. Step 1) Available spatial candidates among spatial candidates may be added to the merge list. Motion information of available spatial candidates may be added to the merge list in the order shown in FIG. 11 . In this case, if motion information of an available spatial candidate overlaps with other motion information already existing in the merge list, the motion information may not be added to the merge list. Checking whether it overlaps with other motion information existing in the list can be abbreviated as "redundancy check".
추가되는 움직임 정보들은 최대 N 개일 수 있다.A maximum of N pieces of motion information may be added.
단계 2) 머지 리스트 내의 움직임 정보들의 개수가 N 보다 더 작고, 시간적 후보가 가용하면, 시간적 후보의 움직임 정보가 머지 리스트에 추가될 수 있다. 이 때, 가용한 시간적 후보의 움직임 정보가 이미 머지 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 움직임 정보는 머지 리스트에 추가되지 않을 수 있다. Step 2) If the number of pieces of motion information in the merge list is smaller than N and a temporal candidate is available, the motion information of the temporal candidate may be added to the merge list. In this case, if motion information of an available temporal candidate overlaps with other motion information already existing in the merge list, the motion information may not be added to the merge list.
단계 3) 머지 리스트 내의 움직임 정보들의 개수가 N 보다 더 작고, 대상 슬라이스의 타입이 "B"이면, 조합된 양방향 예측(combined bi-prediction)에 의해 생성된 조합된 움직임 정보가 머지 리스트에 추가될 수 있다. Step 3) If the number of pieces of motion information in the merge list is smaller than N and the type of the target slice is "B", the combined motion information generated by combined bi-prediction is added to the merge list. can
대상 슬라이스는 대상 블록을 포함하는 슬라이스일 수 있다.The target slice may be a slice including the target block.
조합된 움직임 정보는 L0 움직임 정보 및 L1 움직임 정보의 조합일 수 있다. L0 움직임 정보는 참조 픽처 리스트 L0만을 참조하는 움직임 정보일 수 있다. L1 움직임 정보는 참조 픽처 리스트 L1만을 참조하는 움직임 정보일 수 있다.The combined motion information may be a combination of L0 motion information and L1 motion information. The L0 motion information may be motion information referring only to the reference picture list L0. The L1 motion information may be motion information referring only to the reference picture list L1.
머지 리스트 내에서, L0 움직임 정보는 하나 이상일 수 있다. 또한, 머지 리스트 내에서, L1 움직임 정보는 하나 이상일 수 있다.Within the merge list, there may be one or more L0 motion information. Also, within the merge list, there may be one or more L1 motion information.
조합된 움직임 정보는 하나 이상일 수 있다. 조합된 움직임 정보를 생성함에 있어서 하나 이상의 L0 움직임 정보들 및 하나 이상의 L1 움직임 정보들 중 어떤 L0 움직임 정보 및 어떤 L1 움직임 정보를 사용할 것인가는 기정의될 수 있다. 하나 이상의 조합된 움직임 정보는 머지 리스트 내의 서로 다른 움직임 정보들의 쌍(pair)을 사용하는 조합된 양방향 예측에 의해 기정의된 순서로 생성될 수 있다. 서로 다른 움직임 정보들의 쌍 중 하나는 L0 움직임 정보이고 다른 하나는 L1 움직임 정보일 수 있다.The combined motion information may be one or more. In generating the combined motion information, which L0 motion information and which L1 motion information among one or more pieces of L0 motion information and one or more pieces of L1 motion information are to be used may be predefined. One or more pieces of combined motion information may be generated in a predefined order by combined bidirectional prediction using pairs of different pieces of motion information in a merge list. One of the pairs of different motion information may be L0 motion information and the other may be L1 motion information.
예를 들면, 최우선적으로 추가되는 조합된 움직임 정보는 머지 인덱스가 0인 L0 움직임 정보 및 머지 인덱스가 1인 L1 움직임 정보의 조합일 수 있다. 머지 인덱스가 0인 움직임 정보가 L0 움직임 정보가 아니거나, 머지 인덱스가 1인 움직임 정보가 L1 움직임 정보가 아니면 상기의 조합된 움직임 정보는 생성 및 추가되지 않을 수 있다. 다음으로 추가되는 움직임 정보는 머지 인덱스가 1인 L0 움직임 정보 및 머지 인덱스가 0인 L1 움직임 정보의 조합일 수 있다. 이하의 구체적인 조합은 비디오의 부호화/복호화 분야의 다른 조합을 따를 수 있다.For example, the combined motion information added with the highest priority may be a combination of L0 motion information having a merge index of 0 and L1 motion information having a merge index of 1. If the motion information with a merge index of 0 is not L0 motion information or the motion information with a merge index of 1 is not L1 motion information, the combined motion information may not be generated and added. Motion information added next may be a combination of L0 motion information having a merge index of 1 and L1 motion information having a merge index of 0. The following specific combinations may follow other combinations in the field of encoding/decoding of video.
이 때, 조합된 움직임 정보가 이미 머지 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 조합된 움직임 정보는 머지 리스트에 추가되지 않을 수 있다.In this case, if the combined motion information overlaps with other motion information already existing in the merge list, the combined motion information may not be added to the merge list.
단계 4) 머지 리스트 내의 움직임 정보들의 개수가 N 보다 더 작으면, 제로 벡터 움직임 정보가 머지 리스트에 추가될 수 있다. Step 4) If the number of pieces of motion information in the merge list is smaller than N, zero vector motion information may be added to the merge list.
제로 벡터 움직임 정보는 움직임 벡터가 제로 벡터인 움직임 정보일 수 있다.The zero vector motion information may be motion information in which a motion vector is a zero vector.
제로 벡터 움직임 정보는 하나 이상일 수 있다. 하나 이상의 제로 벡터 움직임 정보들의 참조 픽처 인덱스들은 서로 상이할 수 있다. 예를 들면, 첫 번째의 제로 벡터 움직임 정보의 참조 픽처 인덱스의 값은 0일 수 있다. 두 번째의 제로 벡터 움직임 정보의 참조 픽처 인덱스의 값은 1일 수 있다.One or more zero vector motion information may be provided. Reference picture indexes of one or more zero vector motion information may be different from each other. For example, the value of the reference picture index of the first zero vector motion information may be 0. The value of the reference picture index of the second zero vector motion information may be 1.
제로 벡터 움직임 정보들의 개수는 참조 픽처 리스트 내의 참조 픽처들의 개수와 동일할 수 있다.The number of zero vector motion information may be equal to the number of reference pictures in the reference picture list.
제로 벡터 움직임 정보의 참조 방향은 양방향일 수 있다. 2 개의 움직임 벡터들은 모두 제로 벡터들일 수 있다. 제로 벡터 움직임 정보들의 개수는 참조 픽처 리스트 L0 내의 참조 픽처들의 개수 및 참조 픽처 리스트 L1 내의 참조 픽처들의 개수 중 더 작은 것일 수 있다. 또는, 참조 픽처 리스트 L0 내의 참조 픽처들의 개수 및 참조 픽처 리스트 L1 내의 참조 픽처들의 개수가 서로 다를 경우, 하나의 참조 픽처 리스트에만 적용될 수 있는 참조 픽처 인덱스에 대해서는 단방향의 참조 방향이 사용될 수 있다.The reference direction of the zero vector motion information may be bidirectional. Both motion vectors may be zero vectors. The number of zero vector motion information may be the smaller of the number of reference pictures in the reference picture list L0 and the number of reference pictures in the reference picture list L1. Alternatively, when the number of reference pictures in the reference picture list L0 and the number of reference pictures in the reference picture list L1 are different from each other, a unidirectional reference direction may be used for a reference picture index applicable to only one reference picture list.
부호화 장치(100) 및/또는 복호화 장치(200)는 참조 픽처 인덱스를 변경하면서 순차적으로 제로 벡터 움직임 정보를 머지 리스트에 추가할 수 있다.The encoding apparatus 100 and/or the decoding apparatus 200 may sequentially add zero vector motion information to the merge list while changing the reference picture index.
제로 벡터 움직임 정보가 이미 머지 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 제로 벡터 움직임 정보는 머지 리스트에 추가되지 않을 수 있다.If the zero vector motion information overlaps with other motion information already present in the merge list, the zero vector motion information may not be added to the merge list.
전술된 단계 1) 내지 단계 4)의 순서는 단지 예시적인 것으로, 단계들 간의 순서는 서로 바뀔 수 있다. 또한, 단계들 중 일부는 기정의된 조건에 따라 생략될 수 있다.The order of steps 1) to 4) described above is merely exemplary, and the order between steps may be interchanged. Also, some of the steps may be omitted according to predefined conditions.
AMVP 모드에서의 예측 움직임 벡터 후보 리스트의 유도 방법Derivation method of predictive motion vector candidate list in AMVP mode
예측 움직임 벡터 후보 리스트 내의 예측 움직임 벡터 후보들의 최대 개수는 기정의될 수 있다. 기정의된 최대 개수를 N으로 표시한다. 예를 들면, 기정의된 최대 개수는 2일 수 있다.The maximum number of motion vector predictor candidates in the predictor motion vector candidate list may be predefined. The predefined maximum number is denoted by N. For example, the predefined maximum number may be 2.
움직임 정보(즉, 예측 움직임 벡터 후보)는 아래의 단계 1) 내지 단계 3)의 순서로 예측 움직임 벡터 후보 리스트에 추가될 수 있다.Motion information (ie, predicted motion vector candidates) may be added to the predicted motion vector candidate list in the order of steps 1) to 3) below.
단계 1) 공간적 후보들 중 가용한 공간적 후보들이 예측 움직임 벡터 후보 리스트에 추가될 수 있다. 공간적 후보들은 제1 공간적 후보 및 제2 공간적 후보를 포함할 수 있다. Step 1) Among the spatial candidates, available spatial candidates may be added to the predicted motion vector candidate list. Spatial candidates may include a first spatial candidate and a second spatial candidate.
제1 공간적 후보는 A0, A1, 스케일된(scaled) A0 및 스케일된 A1 중 하나일 수 있다. 제2 공간적 후보는 B0, B1, B2, 스케일된 B0, 스케일된 B1 및 스케일된 B2 중 하나일 수 있다.The first spatial candidate may be one of A 0 , A 1 , scaled A 0 and scaled A 1 . The second spatial candidate may be one of B 0 , B 1 , B 2 , scaled B 0 , scaled B 1 , and scaled B 2 .
가용한 공간적 후보들의 움직임 정보들은 제1 공간적 후보 및 제2 공간적 후보의 순서로 예측 움직임 벡터 후보 리스트에 추가될 수 있다. 이 때, 가용한 공간적 후보의 움직임 정보가 이미 예측 움직임 벡터 후보 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 움직임 정보는 예측 움직임 벡터 후보 리스트에 추가되지 않을 수 있다. 말하자면, N의 값이 2인 경우, 제2 공간적 후보의 움직임 정보가 제1 공간적 후보의 움직임 정보와 동일하면 제2 공간적 후보의 움직임 정보는 예측 움직임 벡터 후보 리스트에 추가되지 않을 수 있다.Motion information of available spatial candidates may be added to the predicted motion vector candidate list in the order of the first spatial candidate and the second spatial candidate. In this case, when motion information of an available spatial candidate overlaps with other motion information already existing in the motion vector predictor candidate list, the motion information may not be added to the predictor motion vector candidate list. In other words, when the value of N is 2, if the motion information of the second spatial candidate is identical to the motion information of the first spatial candidate, the motion information of the second spatial candidate may not be added to the predicted motion vector candidate list.
추가되는 움직임 정보들은 최대 N 개일 수 있다.A maximum of N pieces of motion information may be added.
단계 2) 예측 움직임 벡터 후보 리스트 내의 움직임 정보들의 개수가 N 보다 더 작고, 시간적 후보가 가용하면, 시간적 후보의 움직임 정보가 예측 움직임 벡터 후보 리스트에 추가될 수 있다. 이 때, 가용한 시간적 후보의 움직임 정보가 이미 예측 움직임 벡터 후보 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 움직임 정보는 예측 움직임 벡터 후보 리스트에 추가되지 않을 수 있다. Step 2) If the number of pieces of motion information in the predicted motion vector candidate list is smaller than N and a temporal candidate is available, the motion information of the temporal candidate may be added to the predicted motion vector candidate list. In this case, when motion information of an available temporal candidate overlaps with other motion information already existing in the motion vector predictor candidate list, the motion information may not be added to the predictor motion vector candidate list.
단계 3) 예측 움직임 벡터 후보 리스트 내의 움직임 정보들의 개수가 N 보다 더 작으면, 제로 벡터 움직임 정보가 예측 움직임 벡터 후보 리스트에 추가될 수 있다. Step 3) If the number of pieces of motion information in the predicted motion vector candidate list is smaller than N, zero vector motion information may be added to the predicted motion vector candidate list.
제로 벡터 움직임 정보는 하나 이상일 수 있다. 하나 이상의 제로 벡터 움직임 정보들의 참조 픽처 인덱스들은 서로 상이할 수 있다.One or more zero vector motion information may be provided. Reference picture indexes of one or more zero vector motion information may be different from each other.
부호화 장치(100) 및/또는 복호화 장치(200)는 참조 픽처 인덱스를 변경하면서 순차적으로 제로 벡터 움직임 정보를 예측 움직임 벡터 후보 리스트에 추가할 수 있다.The encoding apparatus 100 and/or the decoding apparatus 200 may sequentially add zero vector motion information to the predictive motion vector candidate list while changing the reference picture index.
제로 벡터 움직임 정보가 이미 예측 움직임 벡터 후보 리스트 내에 존재하는 다른 움직임 정보와 중복되는 경우 상기의 제로 벡터 움직임 정보는 예측 움직임 벡터 후보 리스트에 추가되지 않을 수 있다.When the zero vector motion information overlaps with other motion information already existing in the predicted motion vector candidate list, the zero vector motion information may not be added to the predicted motion vector candidate list.
머지 리스트에 대해 전술된 제로 벡터 움직임 정보에 대한 설명은 제로 벡터 움직임 정보에도 적용될 수 있다. 중복되는 설명은 생략된다.The description of the zero vector motion information described above for the merge list can also be applied to the zero vector motion information. Redundant descriptions are omitted.
전술된 단계 1) 내지 단계 3)의 순서는 단지 예시적인 것으로, 단계들 간의 순서는 서로 바뀔 수 있다. 또한, 단계들 중 일부는 기정의된 조건에 따라 생략될 수 있다.The order of steps 1) to 3) described above is merely exemplary, and the order between steps may be interchanged. Also, some of the steps may be omitted according to predefined conditions.
도 12는 일 예에 따른 변환 및 양자화의 과정을 설명한다.12 illustrates a process of transformation and quantization according to an example.
도 12에 도시된 바와 같이 잔차 신호에 변환 및/또는 양자화 과정을 수행하여 양자화된 레벨이 생성될 수 있다.As shown in FIG. 12, a quantized level may be generated by performing a transform and/or quantization process on the residual signal.
잔차 신호는 원본 블록과 예측 블록 간의 차분으로 생성될 수 있다. 여기에서, 예측 블록은 인트라 예측 또는 인터 예측에 의해 생성된 블록일 수 있다.A residual signal may be generated as a difference between an original block and a prediction block. Here, the prediction block may be a block generated by intra prediction or inter prediction.
잔차 신호는 양자화 과정의 일부인 변환 과정을 통해 주파수 도메인으로 변환될 수 있다.The residual signal may be converted into the frequency domain through a transform process that is part of the quantization process.
변환을 위해 사용되는 변환 커널은 이산 코사인 변환(Discrete Cosine Transform; DCT) 타입(type) 2 (DCT-II) 등과 같은 다양한 DCT 커널 및 이산 사인 변환(Discrete Sine Transform; DST) 커널을 포함할 수 있다.Transformation kernels used for transformation may include various DCT kernels such as Discrete Cosine Transform (DCT) type 2 (DCT-II) and Discrete Sine Transform (DST) kernels. .
이러한 변환 커널들은 잔차 신호에 대해 분리가능 변환(separable transform) 또는 2차원(2Dimensional; 2D) 비-분리가능 변환(non-separable transform)을 수행할 수 있다. 분리가능 변환은 잔차 신호에 대해 1차원(1Dimensional; 1D) 변환을 수평 방향 및 수직 방향의 각각에 수행하는 변환일 수 있다.These transform kernels may perform a separable transform or a 2D (2D) non-separable transform on the residual signal. The separable transform may be a transform that performs a one-dimensional (1D) transform on the residual signal in each of a horizontal direction and a vertical direction.
1D 변환을 위해 적응적으로 사용되는 DCT 타입 및 DST 타입은 아래의 표 3 및 표 4에서 각각 표시된 것과 같이 DCT-II 외에도 DCT-V, DCT-VIII, DST-I 및 DST-VII를 포함할 수 있다.DCT type and DST type adaptively used for 1D conversion may include DCT-V, DCT-VIII, DST-I and DST-VII in addition to DCT-II as shown in Table 3 and Table 4 below, respectively. there is.
[표 3][Table 3]
Figure PCTKR2022014710-appb-img-000003
Figure PCTKR2022014710-appb-img-000003
[표 4][Table 4]
Figure PCTKR2022014710-appb-img-000004
Figure PCTKR2022014710-appb-img-000004
표 3 및 표 4에서 표시된 것과 같이, 변환에 사용될 DCT 타입 또는 DST 타입을 유도함에 있어서 변환 세트(transform set)가 사용될 수 있다. 각 변환 세트는 복수의 변환 후보들을 포함할 수 있다. 각 변환 후보는 DCT 타입 또는 DST 타입 등일 수 있다.As shown in Tables 3 and 4, a transform set may be used in deriving the DCT type or DST type to be used for transformation. Each transform set may include a plurality of transform candidates. Each transformation candidate may be a DCT type or a DST type.
아래의 표 5는 인트라 예측 모드에 따라 수평 방향에 적용되는 변환 세트 및 수직 방향에 적용되는 변환 세트의 일 예를 나타낸다.Table 5 below shows an example of a transform set applied in the horizontal direction and a transform set applied in the vertical direction according to the intra prediction mode.
[표 5][Table 5]
Figure PCTKR2022014710-appb-img-000005
Figure PCTKR2022014710-appb-img-000005
표 5에서는, 대상 블록의 인트라 예측 모드에 따라서 잔차 신호의 수평 방향에 적용되는 수직 방향 변환 세트의 번호 및 수평 방향 변환 세트의 번호가 표시되었다.In Table 5, vertical transform set numbers and horizontal transform set numbers applied to the horizontal direction of the residual signal are indicated according to the intra prediction mode of the target block.
표 5에서 예시된 것과 같이, 대상 블록의 인트라 예측 모드에 따라 수평 방향 및 수직 방향에 적용되는 변환 세트들이 기정의될 수 있다. 부호화 장치(100)는 대상 블록의 인트라 예측 모드에 대응하는 변환 세트에 포함된 변환을 이용하여 잔차 신호에 대한 변환 및 역변환을 수행할 수 있다. 또한, 복호화 장치(200)는 대상 블록의 인트라 예측 모드에 대응하는 변환 세트에 포함된 변환을 이용하여 잔차 신호에 대한 역변환을 수행할 수 있다.As illustrated in Table 5, transform sets applied in the horizontal and vertical directions may be predefined according to the intra prediction mode of the target block. The encoding apparatus 100 may perform transform and inverse transform on the residual signal using a transform included in a transform set corresponding to the intra prediction mode of the target block. Also, the decoding apparatus 200 may perform an inverse transform on the residual signal using a transform included in a transform set corresponding to the intra prediction mode of the target block.
이러한 변환 및 역변환에 있어서, 잔차 신호에 적용되는 변환 세트는 표 3, 표 4 및 표 5에서 예시된 것과 같이 결정될 수 있고, 시그널링되지 않을 수 있다. 변환 지시 정보는 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수 있다. 변환 지시 정보는 잔차 신호에 적용되는 변환 세트가 포함하는 복수의 변환 후보들 중 어떤 변환 후보가 사용되는가를 지시하는 정보일 수 있다.In these transforms and inverse transforms, the set of transforms applied to the residual signal may be determined as exemplified in Tables 3, 4, and 5, and may not be signaled. Transformation indication information may be signaled from the encoding device 100 to the decoding device 200. The transform indication information may be information indicating which transform candidate among a plurality of transform candidates included in a transform set applied to the residual signal is used.
예를 들어, 대상 블록의 크기가 64x64 이하인 경우, 인트라 예측 모드에 따라 각각 3 개의 변환들을 갖는 변환 세트들이 구성될 수 있다. 수평 방향의 3 개의 변환들 및 수직 방향의 3 개의 변환들의 조합으로 인한 모두 9 개의 다중 변환 방법들 중에서 최적의 변환 방법이 선택될 수 있다. 이러한 최적의 변환 방법으로 잔차 신호를 부호화 및/또는 복호화함으로써 부호화 효율이 향상될 수 있다.For example, when the size of the target block is 64x64 or less, transform sets each having three transforms may be configured according to the intra prediction mode. An optimal transform method can be selected among all 9 multiple transform methods resulting from a combination of three transforms in the horizontal direction and three transforms in the vertical direction. Encoding efficiency can be improved by encoding and/or decoding the residual signal using such an optimal conversion method.
이 때, 수직 변환 및 수평 변환 중 적어도 하나 이상에 대해, 변환 세트에 속한 변환들 중 어떤 변환이 사용되었는지에 대한 정보가 엔트로피 부호화 및/또는 복호화될 수 있다. 이러한 정보의 부호화 및/또는 복호화를 위해 절삭된 단항(truncated unary) 이진화(binarization)가 사용될 수 있다.In this case, information on which transform among transforms belonging to the transform set is used for at least one of the vertical transform and the horizontal transform may be entropy encoded and/or decoded. A truncated unary binarization may be used to encode and/or decode this information.
전술된 것과 같이 다양한 변환들을 사용하는 방법은 인트라 예측 또는 인터 예측에 의해 생성된 잔차 신호에 적용될 수 있다.As described above, a method using various transforms may be applied to a residual signal generated by intra prediction or inter prediction.
변환은 1차 변환 및 2차 변환 중 적어도 하나를 포함할 수 있다. 잔차 신호에 대해서 1차 변환을 수행함으로써 변환 계수가 생성될 수 있고, 변환 계수에 2차 변환을 수행함으로써 2차 변환 계수가 생성될 수 있다.Transformation may include at least one of a primary transformation and a secondary transformation. A transform coefficient may be generated by performing a primary transform on the residual signal, and a secondary transform coefficient may be generated by performing a secondary transform on the transform coefficient.
1차 변환은 주 변환(primary)으로 명명될 수 있다. 또한, 1차 변환은 적응적 다중 변환(Adaptive Multiple Transform; AMT)로 명명될 수 있다. AMT는 전술된 것과 같이 1D 방향들(즉, 수직 방향 및 수평 방향)의 각각에 대해 서로 다른 변환이 적용되는 것을 의미할 수 있다.A primary transformation may be named primary. Also, the primary transform may be referred to as an adaptive multiple transform (AMT). As described above, AMT may mean that different transforms are applied to each of the 1D directions (ie, the vertical direction and the horizontal direction).
2차 변환은 1차 변환에 의해 생성된 변환 계수의 에너지 집중도를 향상시키기 위한 변환일 수 있다. 2차 변환도 1차 변환과 마찬가지로 분리가능 변환 또는 비-분리가능 변환일 수 있다. 비-분리가능 변환은 비-분리가능 2차 변환(Non-Separable Secondary Transform; NSST)일 수 있다.The secondary transform may be a transform for improving the energy concentration of the transform coefficient generated by the primary transform. Like the first-order transformation, the second-order transformation may be a separable transformation or a non-separable transformation. The non-separable transform may be a non-separable secondary transform (NSST).
1차 변환은 기정의된 복수의 변환 방법들 중 적어도 하나를 이용하여 수행될 수 있다. 일 예로, 기정의된 복수의 변환 방법들은 이산 코사인 변환(Discrete Cosine Transform; DCT), 이산 사인 변환(Discrete Sine Transform; DST) 및 카루넨-루베 변환(Karhunen-Loeve Transform; KLT) 기반 변환 등을 포함할 수 있다.The primary transformation may be performed using at least one of a plurality of predefined transformation methods. For example, a plurality of predefined transform methods include a Discrete Cosine Transform (DCT), a Discrete Sine Transform (DST), and a Karhunen-Loeve Transform (KLT) based transform. can include
또한, 1차 변환은 DCT 또는 DST를 정의하는 커널 함수에 따라서 다양한 변환 타입을 갖는 변환일 수 있다.Also, the primary transform may be a transform having various transform types according to a kernel function defining DCT or DST.
예를 들면, 변환 타입은 1) 대상 블록의 예측 모드(예를 들면, 인트라 예측 및 인터 예측 중 하나), 2) 대상 블록의 크기, 3) 대상 블록의 형태, 4) 대상 블록의 인트라 예측 모드, 5) 대상 블록의 성분(예를 들면, 루마 성분 및 크로마 성분 중 하나) 및 6) 대상 블록에 적용된 분할 타입(예를 들면, 쿼드 트리(Quad Tree: QT), 이진 트리(Binary Tree; BT) 및 삼진 트리(Ternary Tree; TT) 중 하나) 중 적어도 하나에 기반하여 결정될 수 있다.For example, the transform type includes: 1) prediction mode of the target block (eg, one of intra prediction and inter prediction), 2) size of the target block, 3) shape of the target block, 4) intra prediction mode of the target block , 5) components of the target block (eg, one of a luma component and a chroma component) and 6) a partition type applied to the target block (eg, Quad Tree (QT), Binary Tree (BT)). ) and one of a ternary tree (TT)).
예를 들면, 1차 변환은 아래의 표 6에서 제시된 변환 커널에 따른 DCT-2, DCT-5, DCT-7, DST-7, DST-1, DST-8 및 DCT-8과 같은 변환들을 포함할 수 있다. 표 6에서는 복수 변환 선택(Multiple Transform Selection; MTS)에 대한 다양한 변환 타입들 및 변환 커널 함수들이 예시되었다.For example, the primary transform includes transforms such as DCT-2, DCT-5, DCT-7, DST-7, DST-1, DST-8 and DCT-8 according to the transform kernel presented in Table 6 below. can do. In Table 6, various transform types and transform kernel functions for Multiple Transform Selection (MTS) are illustrated.
MTS는 잔차 신호의 수평 및/또는 수직방향에 대한 변환을 위해 하나 이상의 DCT 및/또는 DST 변환 커널의 조합이 선택되는 것을 의미할 수 있다.MTS may mean that a combination of one or more DCT and/or DST transform kernels is selected for horizontal and/or vertical transform of the residual signal.
[표 6][Table 6]
Figure PCTKR2022014710-appb-img-000006
Figure PCTKR2022014710-appb-img-000006
표 6에서, i 및 j는 0 이상 N-1 이하의 정수 값일 수 있다.In Table 6, i and j may be integer values greater than or equal to 0 and less than or equal to N-1.
1차 변환의 수행에 의해 생성된 변환 계수에 2차 변환(secondary transform)이 수행될 수 있다.A secondary transform may be performed on transform coefficients generated by performing the primary transform.
1차 변환에서와 같이, 2차 변환에서도 변환 세트가 정의될 수 있다. 전술된 것과 같은 변환 세트를 유도 및/또는 결정하기 위한 방법들은 1차 변환뿐만 아니라 2차 변환에도 적용될 수 있다.As in the first-order transform, a set of transforms can be defined in the second-order transform. Methods for deriving and/or determining a set of transforms, such as those described above, may be applied to first-order as well as second-order transforms.
1차 변환 및 2차 변환은 특정된 대상에 대해서 결정될 수 있다.A primary transform and a secondary transform can be determined for a specified object.
예를 들면, 1차 변환 및 2차 변환은 루마 성분 및 크로마 성분 중 하나 이상의 신호 성분에 적용될 수 있다. 1차 변환 및/또는 2차 변환의 적용 여부는 대상 블록 및/또는 이웃 블록에 대한 코딩 파라미터들 중 적어도 하나에 따라 결정될 수 있다. 예를 들면, 1차 변환 및/또는 2차 변환의 적용 여부는 대상 블록의 크기 및/또는 형태에 의해 결정될 수 있다.For example, the first transform and the second transform may be applied to one or more signal components of a luma component and a chroma component. Whether to apply the primary transform and/or the secondary transform may be determined according to at least one of coding parameters for a target block and/or a neighboring block. For example, whether to apply the first transform and/or the second transform may be determined by the size and/or shape of the target block.
부호화 장치(100) 및 복호화 장치(200)에서, 대상에게 사용되는 변환 방법을 지시하는 변환 정보는 특정된 정보를 사용함으로써 유도될 수 있다.In the encoding device 100 and the decoding device 200, transformation information indicating a transformation method used for a target may be derived by using specified information.
예를 들면, 변환 정보는 1차 변환 및/또는 2차 변환을 위해 사용될 변환의 인덱스를 포함할 수 있다. 또는, 변환 정보는 1차 변환 및/또는 2차 변환이 사용되지 않음을 나타낼 수도 있다.For example, the transformation information may include an index of a transformation to be used for primary transformation and/or secondary transformation. Alternatively, the transform information may indicate that the primary transform and/or the secondary transform are not used.
예를 들면, 1차 변환 및 2차 변환의 대상이 대상 블록일 때, 변환 정보가 지시하는 1차 변환 및/또는 2차 변환에 적용되는 변환 방법(들)은 대상 블록 및/또는 이웃 블록에 대한 코딩 파라미터들 중 적어도 하나에 따라 결정될 수 있다.For example, when the target of the primary transform and the secondary transform is a target block, the transform method(s) applied to the primary transform and/or the secondary transform indicated by transform information may be applied to the target block and/or neighboring blocks. It may be determined according to at least one of the coding parameters for
또는, 특정된 대상에 대한 변환 방법을 지시하는 변환 정보는 부호화 장치(100)로부터 복호화 장치(200)로 시그널링될 수도 있다.Alternatively, transformation information indicating a transformation method for a specified target may be signaled from the encoding apparatus 100 to the decoding apparatus 200.
예를 들면, 하나의 CU에 대하여 1차 변환의 사용 여부, 1차 변환을 가리키는 인덱스, 2차 변환의 사용 여부 및 2차 변환을 가리키는 인덱스 등이 복호화 장치(200)에서 변환 정보로서 유도될 수 있다. 또는, 하나의 CU에 대하여 1차 변환의 사용 여부, 1차 변환을 가리키는 인덱스, 2차 변환의 사용 여부 및 2차 변환을 가리키는 인덱스 등을 나타내는 변환 정보가 시그널링될 수 있다.For example, whether or not a primary transform is used for one CU, an index indicating the primary transform, whether or not a secondary transform is used, and an index indicating the secondary transform may be derived as transformation information in the decoding apparatus 200 there is. Alternatively, conversion information indicating whether or not the primary transform is used for one CU, an index indicating the primary transform, whether or not a secondary transform is used, and an index indicating the secondary transform may be signaled.
1차 변환 및/또는 2차 변환의 수행에 의해 생성된 결과 또는 잔차 신호에 양자화를 수행함으로써 양자화된 변환 계수(즉, 양자화된 레벨)이 생성될 수 있다.A quantized transform coefficient (ie, a quantized level) may be generated by performing quantization on a residual signal or a result generated by performing the primary transform and/or the secondary transform.
도 13은 일 예에 따른 대각선 스캐닝을 나타낸다.13 illustrates diagonal scanning according to an example.
도 14는 일 예에 따른 수평 스캐닝을 나타낸다.14 illustrates horizontal scanning according to an example.
도 15는 일 예에 따른 수직 스캐닝을 나타낸다.15 illustrates vertical scanning according to an example.
양자화된 변환 계수들은 인트라 예측 모드, 블록 크기 및 블록 형태 중 적어도 하나에 따라서, (우상단(up-right)) 대각선 스캐닝, 수직 스캐닝 및 수평 스캐닝 중 적어도 하나에 따라서 스캐닝(scanning) 될 수 있다. 블록은 변환 유닛일 수 있다.The quantized transform coefficients may be scanned according to at least one of (up-right) diagonal scanning, vertical scanning, and horizontal scanning according to at least one of an intra prediction mode, a block size, and a block shape. A block may be a transform unit.
각 스캐닝은 특정된 시작 점에서 시작할 수 있고 특정된 종료 점에서 종료될 수 있다.Each scanning can start at a specified start point and end at a specified end point.
예를 들면, 도 13의 대각선 스캐닝을 이용하여 블록의 계수들을 스캔함으로써 양자화된 변환 계수들이 1차원 벡터 형태로 변경될 수 있다. 또는, 블록의 크기 및/또는 인트라 예측 모드에 따라 대각선 스캐닝 대신 도 14의 수평 스캐닝이나, 도 15의 수직 스캐닝이 사용될 수 있다.For example, quantized transform coefficients may be changed into a one-dimensional vector form by scanning coefficients of a block using the diagonal scanning of FIG. 13 . Alternatively, the horizontal scanning of FIG. 14 or the vertical scanning of FIG. 15 may be used instead of diagonal scanning according to the block size and/or intra prediction mode.
수직 스캐닝은 2차원의 블록 형태 계수를 열 방향으로 스캔하는 것일 수 있다. 수평 스캐닝은 2차원의 블록 형태 계수를 행 방향으로 스캔하는 것일 수 있다.Vertical scanning may be scanning two-dimensional block form coefficients in a column direction. Horizontal scanning may be scanning two-dimensional block form coefficients in a row direction.
말하자면, 블록의 크기 및/또는 인터 예측 모드에 따라 대각선 스캐닝, 수직 스캐닝 및 수평 스캐닝 중 어떤 스캐닝이 사용될 것인지가 결정될 수 있다.In other words, which of diagonal scanning, vertical scanning, and horizontal scanning is to be used may be determined according to the size of the block and/or the inter-prediction mode.
도 13, 도 14 및 도 15에서 도시된 것과 같이, 양자화된 변환 계수들은 대각선 방향, 수평 방향 또는 수직 방향에 따라 스캔될 수 있다.As shown in FIGS. 13, 14, and 15, quantized transform coefficients may be scanned along a diagonal, horizontal, or vertical direction.
양자화된 변환 계수들은 블록 형태로 표현될 수 있다. 블록은 복수의 서브 블록들을 포함할 수 있다. 각 서브 블록은 최소 블록 크기 또는 최소 블록 형태에 따라 정의될 수 있다.Quantized transform coefficients may be expressed in block form. A block may include a plurality of sub-blocks. Each sub-block may be defined according to a minimum block size or a minimum block shape.
스캐닝에 있어서, 스캐닝의 타입 또는 방향에 따른 스캐닝 순서는 우선 서브 블록들에 적용될 수 있다. 또한, 서브 블록 내의 양자화된 변환 계수들에 대해 스캐닝의 방향에 따른 스캐닝 순서가 적용될 수 있다.In scanning, a scanning order according to a type or direction of scanning may be applied to subblocks first. Also, a scanning order according to a scanning direction may be applied to quantized transform coefficients in a sub-block.
예를 들면, 도 13, 도 14 및 도 15에서 도시된 것과 같이, 대상 블록의 크기가 8x8일 때, 대상 블록의 잔차 신호에 대한 1차 변환, 2차 변환 및 양자화에 의해 양자화된 변환 계수들이 생성될 수 있다. 이후, 4 개의 4x4 서브 블록들에 대해 3 가지의 스캐닝 순서들 중 하나의 스캐닝 순서가 적용될 수 있으며, 각 4x4 서브 블록에 대해서도 스캐닝 순서에 따라 양자화된 변환 계수들이 스캔될 수 있다.For example, as shown in FIGS. 13, 14, and 15, when the size of the target block is 8x8, transform coefficients quantized by primary transform, secondary transform, and quantization of the residual signal of the target block are can be created Thereafter, one of three scanning orders may be applied to the four 4x4 subblocks, and quantized transform coefficients may be scanned according to the scanning order for each 4x4 subblock.
부호화 장치(100)는 스캔된 양자화된 변환 계수들에 대한 엔트로피 부호화를 수행함으로써 엔트로피 부호화된 양자화된 변환 계수를 생성할 수 있고, 엔트로피 부호화된 양자화된 변환 계수들을 포함하는 비트스트림을 생성할 수 있다.The encoding apparatus 100 may generate an entropy-encoded quantized transform coefficient by performing entropy encoding on the scanned quantized transform coefficients, and may generate a bitstream including the entropy-coded quantized transform coefficients. .
복호화 장치(200)는 비트스트림으로부터 엔트로피 부호화된 양자화된 변환 계수들을 추출할 수 있고, 엔트로피 부호화된 양자화된 변환 계수들에 대한 엔트로피 복호화를 수행함으로써 양자화된 변환 계수들을 생성할 수 있다. 양자화된 변환 계수들은 역 스캐닝(inverse scanning)을 통해 2차원의 블록 형태로 정렬될 수 있다. 이때, 역 스캐닝의 방법으로서, (우상단) 대각 스캔, 수직 스캔 및 수평 스캔 중 적어도 하나가 수행될 수 있다.The decoding apparatus 200 may extract entropy-encoded quantized transform coefficients from a bitstream and generate quantized transform coefficients by performing entropy decoding on the entropy-coded quantized transform coefficients. Quantized transform coefficients may be arranged in a 2D block form through inverse scanning. At this time, as a reverse scanning method, at least one of (upper right) diagonal scan, vertical scan, and horizontal scan may be performed.
복호화 장치(200)에서는, 양자화된 변환 계수들에 역양자화가 수행될 수 있다. 2차 역변환의 수행 여부에 따라서, 역양자화의 수행에 의해 생성된 결과에 대하여 2차 역변환이 수행될 수 있다. 또한, 1차 역변환의 수행 여부에 따라서, 2차 역변환의 수행에 의해 생성된 결과에 대하여 1차 역변환이 수행될 수 있다. 2차 역변환의 수행에 의해 생성된 결과에 대하여 1차 역변환을 수행함으로써 재구축된 잔차 신호가 생성될 수 있다.In the decoding apparatus 200, inverse quantization may be performed on quantized transform coefficients. Depending on whether the second-order inverse transform is performed, the second-order inverse transform may be performed on the result generated by performing the inverse quantization. Also, depending on whether the first-order inverse transform is performed, the first-order inverse transform may be performed on the result generated by performing the second-order inverse transform. A reconstructed residual signal may be generated by performing a first-order inverse transform on a result generated by performing a second-order inverse transform.
인트라 예측 또는 인터 예측을 통해 재구축된 루마 성분에 대해, 인-루프(in-loop) 필터링 전에 동적 범위(dynamic range)의 역매핑(inverse mapping)이 수행될 수 있다.For a luma component reconstructed through intra prediction or inter prediction, inverse mapping of a dynamic range may be performed before in-loop filtering.
동적 범위는 16 개의 균등한 조각(piece)들로 분할될 수 있고, 각 조각에 대한 매핑 함수가 시그널링될 수 있다. 매핑 함수는 슬라이스 레벨 또는 타일 그룹 레벨에서 시그널링될 수 있다.The dynamic range may be divided into 16 equal pieces, and a mapping function for each piece may be signaled. The mapping function may be signaled at the slice level or tile group level.
역매핑을 수행하기 위한 역매핑 함수는 매핑 함수에 기초하여 유도될 수 있다.An inverse mapping function for performing inverse mapping may be derived based on the mapping function.
인-루프 필터링, 참조 픽처의 저장 및 움직임 보상은 역매핑된 영역에서 수행될 수 있다.In-loop filtering, reference picture storage, and motion compensation may be performed in the inversely mapped region.
인터 예측을 통해 생성된 예측 블록은 매핑 함수를 이용한 매핑에 의해 매핑된 영역으로 전환될 수 있고, 전환된 예측 블록이 재구축된 블록의 생성에 이용될 수 있다. 그러나, 인트라 예측은 매핑된 영역에서 수행되므로, 인트라 예측에 의해 생성된 예측 블록은 매핑 및/또는 역매핑 없이, 재구축된 블록의 생성에 이용될 수 있다.A prediction block generated through inter prediction may be converted into a mapped region by mapping using a mapping function, and the converted prediction block may be used to generate a reconstructed block. However, since intra prediction is performed in a mapped region, a prediction block generated by intra prediction can be used to generate a reconstructed block without mapping and/or inverse mapping.
예를 들면, 대상 블록이 크로마 성분의 잔차 블록인 경우, 매핑된 영역의 크로마 성분에 대해 스케일링을 수행함으로써 잔차 블록이 역매핑된 영역으로 전환될 수 있다.For example, when the target block is a residual block of a chroma component, the residual block may be converted into an inversely mapped region by scaling the chroma component of the mapped region.
스케일링이 가용한지 여부는 슬라이스 레벨 또는 타일 그룹 레벨에서 시그널링될 수 있다.Whether scaling is available may be signaled at the slice level or tile group level.
예를 들면, 스케일링은 루마 성분에 대한 매핑이 가용하고, 루마 성분의 분할 및 크로마 성분의 분할이 동일한 트리 구조를 따르는 경우에만 적용될 수 있다.For example, scaling can be applied only when mapping for luma components is available, and partitioning of luma components and partitioning of chroma components follow the same tree structure.
스케일링은 크로마 예측 블록에 대응하는 루마 예측 블록의 샘플들의 값들의 평균에 기초하여 수행될 수 있다. 이 때, 대상 블록이 인터 예측을 사용하는 경우, 루마 예측 블록은 매핑된 루마 예측 블록을 의미할 수 있다. Scaling may be performed based on an average of values of samples of a luma prediction block corresponding to the chroma prediction block. In this case, when the target block uses inter prediction, the luma prediction block may mean a mapped luma prediction block.
루마 예측 블록의 샘플들의 값의 평균이 속하는 조각(piece)의 인덱스를 이용하여 룩-업 테이블을 참조함으로써, 스케일링에 필요한 값이 유도될 수 있다. A value required for scaling may be derived by referring to a look-up table using an index of a piece to which an average of values of samples of the luma prediction block belongs.
최종적으로 유도된 값을 이용하여 잔차 블록에 대한 스케일링을 수행함으로써, 잔차 블록은 역매핑된 영역으로 전환될 수 있다. 이후, 크로마 성분 블록에 대하여, 재구축, 인트라 예측, 인터 예측, 인-루프 필터링 및 참조 픽처의 저장은 역매핑된 영역에서 수행될 수 있다. By performing scaling on the residual block using the finally derived value, the residual block may be converted into an inversely mapped region. Then, for the chroma component block, reconstruction, intra prediction, inter prediction, in-loop filtering, and reference picture storage may be performed in the inversely mapped region.
예를 들면, 이러한 루마 성분 및 크로마 성분의 매핑 및/또는 역매핑이 가용한지 여부를 나타내는 정보는 시퀀스 파라미터 셋을 통해 시그널링될 수 있다.For example, information indicating whether mapping and/or inverse mapping of the luma component and chroma component is available may be signaled through a sequence parameter set.
대상 블록의 예측 블록은 블록 벡터에 기초하여 생성될 수 있다. 블록 벡터는 대상 블록 및 참조 블록 간의 위치 이동(displacement)을 나타낼 수 있다. 참조 블록은 대상 영상 내의 블록일 수 있다.A prediction block of the target block may be generated based on the block vector. A block vector may indicate displacement between a target block and a reference block. A reference block may be a block within a target image.
이와 같이, 대상 영상을 참조하여 예측 블록을 생성하는 예측 모드를 인트라 블록 카피(Intra Block Copy; IBC) 모드라고 칭할 수 있다.In this way, a prediction mode in which a prediction block is generated by referring to a target image may be referred to as an intra block copy (IBC) mode.
IBC 모드는 특정된 크기의 CU에 적용될 수 있다. 예를 들면, IBC 모드는 MxN CU에 적용될 수 있다. 여기에서, M 및 N은 64의 이하일 수 있다.IBC mode can be applied to CUs of a specified size. For example, IBC mode can be applied to MxN CUs. Here, M and N may be 64 or less.
IBC 모드는 스킵 모드, 머지 모드 및 AMVP 모드 등을 포함할 수 있다. 스킵 모드 또는 머지 모드의 경우, 머지 후보 리스트가 구성될 수 있고, 머지 인덱스가 시그널링됨으로써 머지 후보 리스트의 머지 후보들 중에서 하나의 머지 후보가 특정될 수 있다. 특정된 머지 후보의 블록 벡터가 대상 블록의 블록 벡터로서 이용될 수 있다.The IBC mode may include a skip mode, a merge mode, and an AMVP mode. In the case of skip mode or merge mode, a merge candidate list may be constructed, and a merge index may be signaled so that one merge candidate among merge candidates of the merge candidate list may be specified. A block vector of a specified merge candidate may be used as a block vector of a target block.
AMVP 모드의 경우, 차분 블록 벡터가 시그널링될 수 있다. 또한, 예측 블록 벡터는 대상 블록의 좌측 이웃 블록 및 상단 이웃 블록으로부터 유도될 수 있다. 또한, 어느 이웃 블록이 사용될지에 관한 인덱스가 시그널링될 수 있다.In case of AMVP mode, a differential block vector may be signaled. Also, the predicted block vector may be derived from the left neighboring block and the top neighboring block of the target block. Also, an index of which neighboring block is to be used may be signaled.
IBC 모드의 예측 블록은 대상 CTU 또는 좌측 CTU에 포함될 수 있고, 기 재구축된 영역내의 블록으로 한정될 수 있다. 예를 들면, 블록 벡터의 값은 대상 블록의 예측 블록이 특정된 영역 내에 위치하도록 제한될 수 있다. 특정된 영역은 대상 블록이 포함된 64x64 블록보다 먼저 부호화 및/또는 복호화되는 3 개의 64x64 블록들의 영역일 수 있다. 이와 같이 블록 벡터의 값이 제한됨으로써, IBC 모드의 구현에 따른 메모리 소비 및 장치의 복잡도가 경감될 수 있다.The prediction block of the IBC mode may be included in the target CTU or the left CTU, and may be limited to a block within a pre-constructed region. For example, the value of the block vector may be limited so that the prediction block of the target block is located within a specified region. The specified area may be an area of three 64x64 blocks that are encoded and/or decoded prior to the 64x64 block including the target block. As the value of the block vector is limited in this way, memory consumption and device complexity according to the implementation of the IBC mode can be reduced.
도 16은 일 실시예에 따른 부호화 장치의 구조도이다.16 is a structural diagram of an encoding device according to an embodiment.
부호화 장치(1600)는 전술된 부호화 장치(100)에 대응할 수 있다.The encoding device 1600 may correspond to the aforementioned encoding device 100.
부호화 장치(1600)는 버스(1690)를 통하여 서로 통신하는 처리부(1610), 메모리(1630), 사용자 인터페이스(User Interface; UI) 입력 디바이스(1650), UI 출력 디바이스(1660) 및 저장소(storage)(1640)를 포함할 수 있다. 또한, 부호화 장치(1600)는 네트워크(1699)에 연결되는 통신부(1620)를 더 포함할 수 있다.The encoding device 1600 includes a processing unit 1610, a memory 1630, a user interface (UI) input device 1650, a UI output device 1660, and storage that communicate with each other through a bus 1690. (1640). Also, the encoding device 1600 may further include a communication unit 1620 connected to the network 1699.
처리부(1610)는 중앙 처리 장치(Central Processing Unit; CPU), 메모리(1630) 또는 저장소(1640)에 저장된 프로세싱(processing) 명령어(instruction)들을 실행하는 반도체 장치일 수 있다. 처리부(1610)는 적어도 하나의 하드웨어 프로세서일 수 있다.The processor 1610 may be a semiconductor device that executes processing instructions stored in a central processing unit (CPU), memory 1630, or storage 1640. The processing unit 1610 may be at least one hardware processor.
처리부(1610)는 부호화 장치(1600)로 입력되거나, 부호화 장치(1600)에서 출력되거나, 부호화 장치(1600)의 내부에서 사용되는 신호, 데이터 또는 정보의 생성 및 처리를 수행할 수 있고, 신호, 데이터 또는 정보에 관련된 검사, 비교 및 판단 등을 수행할 수 있다. 말하자면, 실시예에서 데이터 또는 정보의 생성 및 처리와, 데이터 또는 정보에 관련된 검사, 비교 및 판단은 처리부(1610)에 의해 수행될 수 있다.The processing unit 1610 may generate and process signals, data, or information input to the encoding device 1600, output from the encoding device 1600, or used inside the encoding device 1600, signals, Inspection, comparison, and judgment related to data or information can be performed. In other words, in an embodiment, data or information generation and processing, and data or information related inspection, comparison, and judgment may be performed by the processing unit 1610 .
처리부(1610)는 인터 예측부(110), 인트라 예측부(120), 스위치(115), 감산기(125), 변환부(130), 양자화부(140), 엔트로피 부호화부(150), 역양자화부(160), 역변환부(170), 가산기(175), 필터부(180) 및 참조 픽처 버퍼(190)를 포함할 수 있다.The processing unit 1610 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, an entropy encoding unit 150, and an inverse quantization unit. It may include a unit 160, an inverse transform unit 170, an adder 175, a filter unit 180, and a reference picture buffer 190.
인터 예측부(110), 인트라 예측부(120), 스위치(115), 감산기(125), 변환부(130), 양자화부(140), 엔트로피 부호화부(150), 역양자화부(160), 역변환부(170), 가산기(175), 필터부(180) 및 참조 픽처 버퍼(190) 중 적어도 일부는 프로그램 모듈들일 수 있으며, 외부의 장치 또는 시스템과 통신할 수 있다. 프로그램 모듈들은 운영 체제, 응용 프로그램 모듈 및 기타 프로그램 모듈의 형태로 부호화 장치(1600)에 포함될 수 있다.An inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, an entropy encoding unit 150, an inverse quantization unit 160, At least some of the inverse transform unit 170, the adder 175, the filter unit 180, and the reference picture buffer 190 may be program modules and may communicate with an external device or system. Program modules may be included in the encoding device 1600 in the form of an operating system, application program modules, and other program modules.
프로그램 모듈들은 물리적으로는 여러 가지 공지의 기억 장치 상에 저장될 수 있다. 또한, 이러한 프로그램 모듈 중 적어도 일부는 부호화 장치(1600)와 통신 가능한 원격 기억 장치에 저장될 수도 있다.Program modules may be physically stored on various known storage devices. Also, at least some of these program modules may be stored in a remote storage device capable of communicating with the encoding device 1600 .
프로그램 모듈들은 일 실시예에 따른 기능 또는 동작을 수행하거나, 일 실시예에 따른 추상 데이터 유형을 구현하는 루틴(routine), 서브루틴(subroutine), 프로그램, 오브젝트(object), 컴포넌트(component) 및 데이터 구조(data structure) 등을 포괄할 수 있지만, 이에 제한되지는 않는다.Program modules include routines, subroutines, programs, objects, components, and data that perform functions or operations according to an embodiment or implement abstract data types according to an embodiment. A data structure, etc. may be encompassed, but is not limited thereto.
프로그램 모듈들은 부호화 장치(1600)의 적어도 하나의 프로세서(processor)에 의해 수행되는 명령어(instruction) 또는 코드(code)로 구성될 수 있다.Program modules may include instructions or codes executed by at least one processor of the encoding device 1600 .
처리부(1610)는 인터 예측부(110), 인트라 예측부(120), 스위치(115), 감산기(125), 변환부(130), 양자화부(140), 엔트로피 부호화부(150), 역양자화부(160), 역변환부(170), 가산기(175), 필터부(180) 및 참조 픽처 버퍼(190)의 명령어 또는 코드를 실행할 수 있다.The processing unit 1610 includes an inter prediction unit 110, an intra prediction unit 120, a switch 115, a subtractor 125, a transform unit 130, a quantization unit 140, an entropy encoding unit 150, and an inverse quantization unit. Instructions or codes of the unit 160, the inverse transform unit 170, the adder 175, the filter unit 180, and the reference picture buffer 190 may be executed.
저장부는 메모리(1630) 및/또는 저장소(1640)를 나타낼 수 있다. 메모리(1630) 및 저장소(1640)는 다양한 형태의 휘발성 또는 비휘발성 저장 매체일 수 있다. 예를 들면, 메모리(1630)는 롬(ROM)(1631) 및 램(RAM)(1632) 중 적어도 하나를 포함할 수 있다.Storage may represent memory 1630 and/or storage 1640 . Memory 1630 and storage 1640 may be various forms of volatile or non-volatile storage media. For example, the memory 1630 may include at least one of a ROM 1631 and a RAM 1632 .
저장부는 부호화 장치(1600)의 동작을 위해 사용되는 데이터 또는 정보를 저장할 수 있다. 실시예에서, 부호화 장치(1600)가 갖는 데이터 또는 정보는 저장부 내에 저장될 수 있다.The storage unit may store data or information used for the operation of the encoding device 1600 . In an embodiment, data or information of the encoding device 1600 may be stored in a storage unit.
예를 들면, 저장부는 픽처, 블록, 리스트, 움직임 정보, 인터 예측 정보 및 비트스트림 등을 저장할 수 있다.For example, the storage unit may store pictures, blocks, lists, motion information, inter prediction information, and bitstreams.
부호화 장치(1600)는 컴퓨터에 의해 독출(read)될 수 있는 기록 매체를 포함하는 컴퓨터 시스템에서 구현될 수 있다.The encoding device 1600 may be implemented in a computer system including a recording medium that can be read by a computer.
기록 매체는 부호화 장치(1600)가 동작하기 위해 요구되는 적어도 하나의 모듈을 저장할 수 있다. 메모리(1630)는 적어도 하나의 모듈을 저장할 수 있고, 적어도 하나의 모듈이 처리부(1610)에 의하여 실행되도록 구성될 수 있다.The recording medium may store at least one module required for the encoding device 1600 to operate. The memory 1630 may store at least one module, and the at least one module may be configured to be executed by the processing unit 1610 .
부호화 장치(1600)의 데이터 또는 정보의 통신과 관련된 기능은 통신부(1620)를 통해 수행될 수 있다.A function related to communication of data or information of the encoding device 1600 may be performed through the communication unit 1620 .
예를 들면, 통신부(1620)는 비트스트림을 후술될 복호화 장치(1700)로 전송할 수 있다.For example, the communication unit 1620 may transmit a bitstream to a decoding apparatus 1700 to be described later.
도 17은 일 실시예에 따른 복호화 장치의 구조도이다.17 is a structural diagram of a decryption device according to an embodiment.
복호화 장치(1700)는 전술된 복호화 장치(200)에 대응할 수 있다.The decoding device 1700 may correspond to the decoding device 200 described above.
복호화 장치(1700)는 버스(1790)를 통하여 서로 통신하는 처리부(1710), 메모리(1730), 사용자 인터페이스(User Interface; UI) 입력 디바이스(1750), UI 출력 디바이스(1760) 및 저장소(storage)(1740)를 포함할 수 있다. 또한, 복호화 장치(1700)는 네트워크(1799)에 연결되는 통신부(1720)를 더 포함할 수 있다.The decryption device 1700 includes a processing unit 1710, a memory 1730, a user interface (UI) input device 1750, a UI output device 1760, and storage that communicate with each other through a bus 1790. (1740). Also, the decoding apparatus 1700 may further include a communication unit 1720 connected to the network 1799.
처리부(1710)는 중앙 처리 장치(Central Processing Unit; CPU), 메모리(1730) 또는 저장소(1740)에 저장된 프로세싱(processing) 명령어(instruction)들을 실행하는 반도체 장치일 수 있다. 처리부(1710)는 적어도 하나의 하드웨어 프로세서일 수 있다.The processor 1710 may be a semiconductor device that executes processing instructions stored in a central processing unit (CPU), memory 1730, or storage 1740. The processing unit 1710 may be at least one hardware processor.
처리부(1710)는 복호화 장치(1700)로 입력되거나, 복호화 장치(1700)에서 출력되거나, 복호화 장치(1700)의 내부에서 사용되는 신호, 데이터 또는 정보의 생성 및 처리를 수행할 수 있고, 신호, 데이터 또는 정보에 관련된 검사, 비교 및 판단 등을 수행할 수 있다. 말하자면, 실시예에서 데이터 또는 정보의 생성 및 처리와, 데이터 또는 정보에 관련된 검사, 비교 및 판단은 처리부(1710)에 의해 수행될 수 있다.The processing unit 1710 may generate and process signals, data, or information input to the decoding device 1700, output from the decoding device 1700, or used inside the decoding device 1700, and signals, Inspection, comparison, and judgment related to data or information can be performed. In other words, in an embodiment, data or information generation and processing, and data or information related inspection, comparison, and judgment may be performed by the processing unit 1710 .
처리부(1710)는 엔트로피 복호화부(210), 역양자화부(220), 역변환부(230), 인트라 예측부(240), 인터 예측부(250), 스위치(245), 가산기(255), 필터부(260) 및 참조 픽처 버퍼(270)를 포함할 수 있다.The processing unit 1710 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter A unit 260 and a reference picture buffer 270 may be included.
엔트로피 복호화부(210), 역양자화부(220), 역변환부(230), 인트라 예측부(240), 인터 예측부(250), 스위치(245), 가산기(255), 필터부(260) 및 참조 픽처 버퍼(270) 중 적어도 일부는 프로그램 모듈들일 수 있으며, 외부의 장치 또는 시스템과 통신할 수 있다. 프로그램 모듈들은 운영 체제, 응용 프로그램 모듈 및 기타 프로그램 모듈의 형태로 복호화 장치(1700)에 포함될 수 있다.An entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter unit 260, and At least some of the reference picture buffers 270 may be program modules, and may communicate with an external device or system. Program modules may be included in the decryption device 1700 in the form of an operating system, application program modules, and other program modules.
프로그램 모듈들은 물리적으로는 여러 가지 공지의 기억 장치 상에 저장될 수 있다. 또한, 이러한 프로그램 모듈 중 적어도 일부는 복호화 장치(1700)와 통신 가능한 원격 기억 장치에 저장될 수도 있다.Program modules may be physically stored on various known storage devices. Also, at least some of these program modules may be stored in a remote storage device capable of communicating with the decryption device 1700 .
프로그램 모듈들은 일 실시예에 따른 기능 또는 동작을 수행하거나, 일 실시예에 따른 추상 데이터 유형을 구현하는 루틴(routine), 서브루틴(subroutine), 프로그램, 오브젝트(object), 컴포넌트(component) 및 데이터 구조(data structure) 등을 포괄할 수 있지만, 이에 제한되지는 않는다.Program modules include routines, subroutines, programs, objects, components, and data that perform functions or operations according to an embodiment or implement abstract data types according to an embodiment. A data structure, etc. may be encompassed, but is not limited thereto.
프로그램 모듈들은 복호화 장치(1700)의 적어도 하나의 프로세서(processor)에 의해 수행되는 명령어(instruction) 또는 코드(code)로 구성될 수 있다.The program modules may include instructions or codes executed by at least one processor of the decoding device 1700 .
처리부(1710)는 엔트로피 복호화부(210), 역양자화부(220), 역변환부(230), 인트라 예측부(240), 인터 예측부(250), 스위치(245), 가산기(255), 필터부(260) 및 참조 픽처 버퍼(270)의 명령어 또는 코드를 실행할 수 있다.The processing unit 1710 includes an entropy decoding unit 210, an inverse quantization unit 220, an inverse transform unit 230, an intra prediction unit 240, an inter prediction unit 250, a switch 245, an adder 255, a filter Instructions or codes of unit 260 and reference picture buffer 270 may be executed.
저장부는 메모리(1730) 및/또는 저장소(1740)를 나타낼 수 있다. 메모리(1730) 및 저장소(1740)는 다양한 형태의 휘발성 또는 비휘발성 저장 매체일 수 있다. 예를 들면, 메모리(1730)는 롬(ROM)(1731) 및 램(RAM)(1732) 중 적어도 하나를 포함할 수 있다.Storage may represent memory 1730 and/or storage 1740 . Memory 1730 and storage 1740 may be various forms of volatile or non-volatile storage media. For example, the memory 1730 may include at least one of a ROM 1731 and a RAM 1732 .
저장부는 복호화 장치(1700)의 동작을 위해 사용되는 데이터 또는 정보를 저장할 수 있다. 실시예에서, 복호화 장치(1700)가 갖는 데이터 또는 정보는 저장부 내에 저장될 수 있다.The storage unit may store data or information used for the operation of the decoding device 1700 . In an embodiment, data or information of the decoding device 1700 may be stored in the storage unit.
예를 들면, 저장부는 픽처, 블록, 리스트, 움직임 정보, 인터 예측 정보 및 비트스트림 등을 저장할 수 있다.For example, the storage unit may store pictures, blocks, lists, motion information, inter prediction information, and bitstreams.
복호화 장치(1700)는 컴퓨터에 의해 독출(read)될 수 있는 기록 매체를 포함하는 컴퓨터 시스템에서 구현될 수 있다.The decryption device 1700 may be implemented in a computer system including a recording medium that can be read by a computer.
기록 매체는 복호화 장치(1700)가 동작하기 위해 요구되는 적어도 하나의 모듈을 저장할 수 있다. 메모리(1730)는 적어도 하나의 모듈을 저장할 수 있고, 적어도 하나의 모듈이 처리부(1710)에 의하여 실행되도록 구성될 수 있다.The recording medium may store at least one module required for the decoding apparatus 1700 to operate. The memory 1730 may store at least one module, and the at least one module may be configured to be executed by the processing unit 1710 .
복호화 장치(1700)의 데이터 또는 정보의 통신과 관련된 기능은 통신부(1720)를 통해 수행될 수 있다.A function related to communication of data or information of the decoding device 1700 may be performed through the communication unit 1720 .
예를 들면, 통신부(1720)는 부호화 장치(1600)로부터 비트스트림을 수신할 수 있다.For example, the communication unit 1720 may receive a bitstream from the encoding device 1600.
이하에서, 처리부는 부호화 장치(1600)의 처리부(1610) 및/또는 복호화 장치(1700)의 처리부(1710)를 나타낼 수 있다. 예를 들면, 예측에 관한 기능에 있어서, 처리부는 스위치(115) 및/또는 스위치(245)를 나타낼 수 있다. 인터 예측에 관한 기능에 있어서, 처리부는 인터 예측부(110), 감산기(125) 및 가산기(175)를 나타낼 수 있으며, 인터 예측부(250) 및 가산기(255)를 나타낼 수 있다. 인트라 예측에 관한 기능에 있어서, 처리부는 인트라 예측부(120), 감산기(125) 및 가산기(175)를 나타낼 수 있으며, 인트라 예측부(240) 및 가산기(255)를 나타낼 수 있다. 변환에 관한 기능에 있어서, 처리부는 변환부(130) 및 역변환부(170)를 나타낼 수 있으며, 역변환부(230)를 나타낼 수 있다. 양자화에 관한 기능에 있어서, 처리부는 양자화부(140) 및 역양자화부(160)를 나타낼 수 있으며, 역양자화부(220)를 나타낼 수 있다. 엔트로피 부호화 및/또는 복호화에 관한 기능에 있어서, 처리부는 엔트로피 부호화부(150) 및/또는 엔트로피 복호화부(210)를 나타낼 수 있다. 필터링에 관한 기능에 있어서, 처리부는 필터부(180) 및/또는 필터부(260)를 나타낼 수 있다. 참조 픽처에 관한 기능에 있어서, 처리부는 참조 픽처 버퍼(190) 및/또는 참조 픽처 버퍼(270)를 나타낼 수 있다.Hereinafter, the processing unit may represent the processing unit 1610 of the encoding device 1600 and/or the processing unit 1710 of the decoding device 1700. For example, for functions related to prediction, the processing unit may represent switch 115 and/or switch 245. In the function related to inter prediction, the processing unit may represent the inter prediction unit 110, the subtractor 125, and the adder 175, and may represent the inter prediction unit 250 and the adder 255. In the function related to intra prediction, the processing unit may represent the intra prediction unit 120, the subtractor 125, and the adder 175, and may represent the intra prediction unit 240 and the adder 255. In the function related to transform, the processing unit may represent the transform unit 130 and the inverse transform unit 170, and may represent the inverse transform unit 230. In the function related to quantization, the processing unit may represent the quantization unit 140 and the inverse quantization unit 160, and may represent the inverse quantization unit 220. In the function related to entropy encoding and/or decoding, the processing unit may represent the entropy encoding unit 150 and/or the entropy decoding unit 210. In terms of filtering-related functions, the processing unit may represent the filter unit 180 and/or the filter unit 260. For functions related to reference pictures, the processing unit may indicate the reference picture buffer 190 and/or the reference picture buffer 270 .
인-루프(in-loop) 필터(filter) 및 예측 심층 신경망(prediction deep neural network)을 경량화하기(lightening) 위한 실시예들Embodiments for lightening an in-loop filter and prediction deep neural network
심층 신경망 기술이 발전됨에 따라, 동영상의 압축에 있어서도 심층 신경망에 기반하는 기술들이 제안되고 있다. 심층 신경망에 기반하는 동영상 압축 기술들은 기존의 동영상 압축 기술보다 뛰어난 성능을 보일 수 있다. 반면, 심층 신경망에 기반하는 동영상 압축 기술들은 심층 신경망의 방대한 연산량으로 인해 기존의 동영상 압축 기술에 매우 큰 수행 시간을 요구한다는 단점을 가질 수 있다.As deep neural network technology develops, techniques based on deep neural networks are being proposed even in video compression. Video compression techniques based on deep neural networks can show superior performance than conventional video compression techniques. On the other hand, video compression techniques based on deep neural networks may have the disadvantage of requiring a very large execution time compared to conventional video compression techniques due to the enormous amount of computation of deep neural networks.
아래의 실시예들에서는 영상의 부호화 효율을 향상시키고, 부호화를 위해 요구되는 시간을 단축시키기 위해, 인-루프 필터 및 예측 심층 신경망을 효율적으로 경량화하는 방법, 장치 및 기록 매체가 제공될 수 있다.In the following embodiments, a method, apparatus, and recording medium for efficiently lightening an in-loop filter and a predictive deep neural network may be provided in order to improve encoding efficiency of an image and reduce a time required for encoding.
아래의 실시예들에서는, 지식 증류(knowledge distillation) 기법을 통해 경량화된(lightweight) 인-루프 필터 및 경량화된 예측 심층 신경망에서의 학습(learning)을 제공하는 방법, 장치 및 기록 매체가 제공될 수 있다.In the following embodiments, a method, apparatus, and recording medium for providing learning in a lightweight in-loop filter and lightweight predictive deep neural network through a knowledge distillation technique may be provided. there is.
아래의 실시예들을 통해, 영상의 부호화의 효율 및 속도를 향상시키기 위한 인-루프 필터 및 예측 심층 신경망에서의 학습 방법이 제공될 수 있다.Through the following embodiments, an in-loop filter for improving the efficiency and speed of encoding an image and a learning method in a predictive deep neural network may be provided.
실시예들에서, 용어들 "심층 신경망" 및 "신경망"은 서로 대체되어 사용될 수 있다. 말하자면, "심층"은 선택적인 표현으로서 실시예들에서 제거 또는 생략될 수 있다.In embodiments, the terms “deep neural network” and “neural network” may be used interchangeably. That is to say, “deep” is an optional expression and may be removed or omitted in embodiments.
실시예들에서, 용어들 "신경망" 및 "네트워크"는 서로 대체되어 사용될 수 있다. 말하자면, 용어 "신경망" 및 용어 "네트워크"는 동일한 의미를 가질 수 있다.In embodiments, the terms “neural network” and “network” may be used interchangeably. That is to say, the term "neural network" and the term "network" may have the same meaning.
실시예들에서, 용어들 "학습(learning)" 및 "훈련(training)"은 서로 대체되어 사용될 수 있다. 말하자면, 용어 "학습" 및 용어 "훈련"는 동일한 의미를 가질 수 있다.In embodiments, the terms “learning” and “training” may be used interchangeably. That is to say, the term "learning" and the term "training" can have the same meaning.
도 18은 일 실시예에 따른 부호화 방법의 흐름도이다.18 is a flowchart of an encoding method according to an embodiment.
심층 신경망은 인-루프 필터 및 예측 심층 신경망 중 하나 이상을 포함할 수 있다. 또는, 심층 신경망은 심층 신경망에 기반하는 인-루프 필터 및 예측을 위한 예측 심층 신경망 중 하나 이상을 나타낼 수 있다. 실시예들에서, 심층 신경망은 인-루프 필터 및/또는 예측 심층 신경망으로 대체될 수 있다.A deep neural network may include one or more of an in-loop filter and a predictive deep neural network. Alternatively, the deep neural network may represent one or more of an in-loop filter based on the deep neural network and a predictive deep neural network for prediction. In embodiments, the deep neural network may be replaced with an in-loop filter and/or predictive deep neural network.
단계(1810)에서, 부호화 장치(1600)의 처리부(1610)는 심층 신경망에서의 학습을 수행할 수 있다.In step 1810, the processing unit 1610 of the encoding device 1600 may perform learning in the deep neural network.
단계(1820)에서, 처리부(1610)는 심층 신경망을 선택할 수 있다.At step 1820, processing unit 1610 may select a deep neural network.
단계(1830)에서, 처리부(1610)는 심층 신경망 정보에 대한 부호화를 수행할 수 있다. 처리부(1610)는 심층 신경망 정보에 대한 부호화를 수행하여 부호화된 심층 신경망 정보를 생성할 수 있다.In step 1830, the processing unit 1610 may perform encoding on deep neural network information. The processing unit 1610 may generate encoded deep neural network information by encoding the deep neural network information.
단계(1840)에서, 처리부(1610)는 심층 신경망 정보 또는 부호화된 심층 신경망 정보를 포함하는 비트스트림을 생성할 수 있다.In operation 1840, the processing unit 1610 may generate a bitstream including deep neural network information or encoded deep neural network information.
처리부(1610)는 비트스트림을 저장부(1630)에 저장할 수 있다.The processing unit 1610 may store the bitstream in the storage unit 1630 .
통신부(1620)는 비트스트림을 복호화 장치(1700)로 전송할 수 있다.The communication unit 1620 may transmit the bitstream to the decoding device 1700.
심층 신경망 정보 또는 부호화된 심층 신경망 정보는 비트스트림을 통해 부호화 장치(1600)로부터 복호화 장치(1700)로 시그널링될 수 있다.Deep neural network information or encoded deep neural network information may be signaled from the encoding device 1600 to the decoding device 1700 through a bitstream.
도 19는 일 실시예에 따른 복호화 방법의 흐름도이다.19 is a flowchart of a decoding method according to an embodiment.
심층 신경망은 인-루프 필터 및 예측 심층 신경망 중 하나 이상을 포함할 수 있다. 또는, 심층 신경망은 심층 신경망에 기반하는 인-루프 필터 및 예측을 위한 예측 심층 신경망 중 하나 이상을 나타낼 수 있다. 실시예들에서, 심층 신경망은 인-루프 필터 및/또는 예측 심층 신경망으로 대체될 수 있다.A deep neural network may include one or more of an in-loop filter and a predictive deep neural network. Alternatively, the deep neural network may represent one or more of an in-loop filter based on the deep neural network and a predictive deep neural network for prediction. In embodiments, the deep neural network may be replaced with an in-loop filter and/or predictive deep neural network.
단계(1910)에서, 통신부(1730)는 부호화 장치(1600)로부터 비트스트림을 수신할 수 있다.In step 1910, the communication unit 1730 may receive a bitstream from the encoding device 1600.
단계(1920)에서, 복호화 장치(1700)의 처리부(1710)는 심층 신경망에서의 학습을 수행할 수 있다.In step 1920, the processing unit 1710 of the decoding device 1700 may perform learning in the deep neural network.
단계(1910) 및 단계(1920)는 동시에 수행될 수 있다. 또는, 단계(1920)가 단계(1910) 보다 더 먼저 수행될 수 있다. Steps 1910 and 1920 may be performed concurrently. Alternatively, step 1920 may be performed before step 1910 .
저장부(1720)는 비트스트림을 저장할 수 있다.The storage unit 1720 may store a bitstream.
처리부(1710)는 저장부(1720) 또는 통신부(1730)로부터 비트스트림을 획득할 수 있다.The processing unit 1710 may obtain a bitstream from the storage unit 1720 or the communication unit 1730.
비트스트림은 심층 신경망 정보 또는 부호화된 심층 신경망 정보를 포함할 수 있다.The bitstream may include deep neural network information or encoded deep neural network information.
단계(1930)에서, 처리부(1610)는 부호화된 심층 신경망 정보에 대한 복호화를 수행할 수 있다. 처리부(1610)는 부호화된 심층 신경망 정보에 대한 부호화를 수행하여 심층 신경망 정보를 생성할 수 있다.In step 1930, the processor 1610 may decode the encoded deep neural network information. The processing unit 1610 may generate deep neural network information by encoding the encoded deep neural network information.
단계(1940)에서, 처리부(1610)는 심층 신경망을 선택할 수 있다.At step 1940, processing unit 1610 may select a deep neural network.
도 20은 일 예에 따른 심층 신경망에서의 학습의 흐름도이다.20 is a flowchart of learning in a deep neural network according to an example.
단계(1810)는 아래의 단계들(2010, 2020 및 2030)를 포함할 수 있다. Step 1810 may include steps 2010, 2020 and 2030 below.
단계(1920)는 아래의 단계들(2010, 2020 및 2030)를 포함할 수 있다. Step 1920 may include steps 2010, 2020 and 2030 below.
실시예들에서, 심층 신경망에서의 학습은 인-루프 필터 내에서의 학습 및/또는 예측 심층 신경망에서의 학습을 의미할 수 있다. In embodiments, learning in a deep neural network may refer to learning in an in-loop filter and/or learning in a predictive deep neural network.
단계(2010)에서, 처리부는 선생(teacher) 네트워크에서의 학습을 수행할 수 있다.At step 2010, the processing unit may perform learning on a teacher network.
단계(2020)에서, 처리부는 학생(student) 네트워크에서의 제1 학습을 수행할 수 있다. 제1 학습은 첫 번째 단계의 학습을 의미할 수 있다.At step 2020, the processing unit may perform a first learning in the student network. The first learning may refer to first stage learning.
단계(2030)에서, 처리부는 학생(student) 네트워크에서의 제2 학습을 수행할 수 있다. 제2 학습은 두 번째 단계의 학습을 의미할 수 있다.At step 2030, the processing unit may perform a second learning in the student network. The second learning may refer to second stage learning.
실시예들에서, 인-루프 필터의 입력의 크기는 (인-루프 필터링이 적용되기 전의) 재구축된 영상 또는 재구축된 블록의 크기와 동일할 수 있다.In embodiments, the size of the input of the in-loop filter may be equal to the size of the reconstructed image or reconstructed block (before in-loop filtering is applied).
실시예들에서 설명되는 필터에서의 학습은 특정 조건 하의 학습 또는 특정 대상에 대한 학습일 수 있다.Learning in the filter described in the embodiments may be learning under a specific condition or learning for a specific target.
특정 조건은 코딩 파라미터의 값이 특정 값인 조건일 수 있다. 예를 들면, 특정 조건은 양자화 파라미터의 값이 특정 값인 것일 수 있다. 예를 들면, 특정 값은 22, 27, 32, 37 또는 42일 수 있다.The specific condition may be a condition in which the value of a coding parameter is a specific value. For example, a specific condition may be that a value of a quantization parameter is a specific value. For example, the specific value could be 22, 27, 32, 37 or 42.
특정 대상은 영상 또는 블록의 성분일 수 있다. 예를 들면, 특정 대상은 루마 성분 및/또는 크로마 성분일 수 있다.A specific object may be an image or a component of a block. For example, a specific object may be a luma component and/or a chroma component.
특정 대상은 슬라이스 타입일 수 있다. 예를 들면, 슬라이스 타입은 인트라A(IntraA), 인트라B(IntraB) 및 인터(Inter)를 포함할 수 있다.A specific target may be a slice type. For example, slice types may include Intra A , Intra B , and Inter .
부호화(encoding) QP 변동(fluctuation) 때문에, 저-지연 B 및 랜덤 액세스(Random Access; RA)는 서로 다른 양자화 파라미터들을 사용하여 훈련된 인트라 슬라이스 필터들을 활용할 수 있다. 예를 들면, 서로 다른 양자화 파라미터들은 {19, 24, 29, 34, 39}일 수 있다.Due to encoding QP fluctuations, low-latency B and Random Access (RA) can utilize intra-slice filters trained using different quantization parameters. For example, different quantization parameters may be {19, 24, 29, 34, 39}.
실시예들에서, 인-루프 필터는 입력 영상의 각 성분에 대하여 재구축된 영상 또는 재구축된 블록을 복원(restore)할 수 있다.In embodiments, the in-loop filter may restore a reconstructed image or a reconstructed block for each component of an input image.
도 21은 일 예에 따른 선생 네트워크에서의 학습을 나타낸다.21 illustrates learning in a teacher network according to an example.
단계(2010)에서, 압축 열화(compression deterioration)가 발생한 영상의 화질을 향상시키기 위해, 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.In step 2010, in-loop filter learning based on a deep neural network may be performed to improve the quality of an image in which compression deterioration has occurred.
예를 들어, 심층 신경망에 기반하는 인-루프 필터에서의 학습은 도 21에서 도시된 것과 같이 수행될 수 있다.For example, learning in an in-loop filter based on a deep neural network may be performed as shown in FIG. 21 .
인-루프 필터는 필터링 심층 신경망을 포함할 수 있다. 필터링 심층 신경망은 복수의 모듈들을 포함할 수 있다.An in-loop filter may include a filtering deep neural network. A filtering deep neural network may include a plurality of modules.
인-루프 필터(또는, 필터링 심층 신경망)의 입력은 압축 열화가 발생한 영상 및 영상의 코딩 정보를 포함할 수 있다. 압축 열화가 발생한 영상은 복수의 모듈들 중 첫 번째의 모듈로 입력될 수 있다. 영상의 코딩 정보는 복수의 모듈들의 각 모듈로 입력될 수 있다. 영상의 코딩 정보는 복수의 모듈들 중 하나 이상의 모듈들로 입력될 수 있다.An input of the in-loop filter (or deep neural network filtering) may include an image in which compression degradation occurs and coding information of the image. An image in which compression deterioration has occurred may be input to a first module among a plurality of modules. Coding information of an image may be input to each module of a plurality of modules. Coding information of an image may be input to one or more modules among a plurality of modules.
인-루프 필터(또는, 필터링 심층 신경망)의 출력은 압축 열화가 제거된 영상일 수 있다.An output of the in-loop filter (or deep neural network filtering) may be an image from which compression degradation has been removed.
실시예들에서, 압축 열화의 제거는 압축 열화의 완전한 제거를 의미하지 않을 수 있다. 예를 들어, 압축 열화가 제거된 영상은 압축 열화가 부분적으로 제거된 영상일 수 있다.In embodiments, elimination of compression degradation may not imply complete elimination of compression degradation. For example, an image from which compression degradation is removed may be an image from which compression degradation is partially removed.
예를 들어, 압축 열화가 제거된 영상은 압축 열화가 발생한 영상에 대해 특정 처리를 적용함으로써 생성된 영상일 수 있다.For example, an image from which compression degradation has been removed may be an image generated by applying a specific process to an image in which compression degradation occurs.
예를 들어, 압축 열화가 제거된 영상은 압축 열화가 발생한 영상에 비해 원본 영상에 더 가까운 영상일 수 있다.For example, an image from which compression degradation has been removed may be an image closer to an original image than an image in which compression degradation has occurred.
또한, 압축 열화가 제거된 영상은 단순히 인-루프 필터의 출력을 의미할 수 있으며, 인-루프 필터는 영상 내의 압축 열화를 제거 또는 감소시키기 위한 처리를 수행할 수 있다.Also, an image from which compression degradation has been removed may simply mean an output of an in-loop filter, and the in-loop filter may perform processing to remove or reduce compression degradation in the image.
실시예들에서, 영상은 대상 블록을 포함하는 대상 영상을 의미할 수 있다.In embodiments, an image may refer to a target image including a target block.
실시예들에서, 코딩 정보는 전술된 코딩 파라미터를 포함할 수 있다. 말하자면, 코딩 정보는 실시예들에서 설명된 대상 영상 또는 대상 블록과 관련된 정보일 수 있다.In embodiments, the coding information may include the aforementioned coding parameters. In other words, the coding information may be information related to the target image or target block described in the embodiments.
예를 들어, 인-루프 필터의 입력은 압축 열화가 발생한 영상일 수 있다. For example, the input of the in-loop filter may be an image in which compression degradation occurs.
예를 들어, 인-루프 필터의 출력은 압축 열화가 제거된 영상일 수 있다.For example, the output of the in-loop filter may be an image from which compression degradation has been removed.
예를 들어, 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.For example, learning in an in-loop filter based on a deep neural network may be performed so that an error between an output of the in-loop filter and an original image is minimized.
실시예들에서, 원본 영상은 대상 블록에 대응하는 원본 영상 내의 원본 블록을 의미할 수 있다. In embodiments, an original image may refer to an original block in an original image corresponding to a target block.
예를 들어, 다양한 압축 열화의 정도(degree)들에 따라, 복수의 인-루프 필터들에서의 학습들이 수행될 수 있다.For example, learnings in a plurality of in-loop filters may be performed according to various degrees of compression degradation.
예를 들어, 학습이 이루어지는 심층 신경망에 기반하는 인-루프 필터는 영상 재구축(reconstruction) 심층 신경망일 수 있다.For example, an in-loop filter based on a deep neural network to be trained may be an image reconstruction deep neural network.
예를 들어, 영상 재구축 심층 신경망은 복수의 합성곱(convolution) 신경망 레이어(layer)들 또는 전-연결(fully-connected) 신경망 레이어들을 포함할 수 있다.For example, the image reconstruction deep neural network may include a plurality of convolutional neural network layers or fully-connected neural network layers.
예를 들어, 복수의 신경망 레이어들이 하나의 모듈로 묶일(grouped) 수 있다. For example, a plurality of neural network layers may be grouped into one module.
도 22는 일 실시예에 따른 인트라 예측 심층 신경망 및 인터 예측 심층 신경망에서의 학습들을 나타낸다.22 shows learnings in an intra-prediction deep neural network and an inter-prediction deep neural network according to an embodiment.
심층 신경망은 예측 심층 신경망일 수 있다. 예측 심층 신경망은 예측을 통해 원본 영상(또는, 원본 블록)과 유사한 예측 영상(또는, 예측 블록)을 생성할 수 있다.A deep neural network can be a predictive deep neural network. The predictive deep neural network may generate a prediction image (or prediction block) similar to the original image (or original block) through prediction.
단계(2010)에서, 인트라 예측 및/또는 인터 예측을 통해 원본 영상(또는, 원본 블록)과 유사한 예측 영상(또는, 예측 블록)을 생성하기 위해 예측 심층 신경망에서의 학습이 수행될 수 있다.In step 2010, learning in the predictive deep neural network may be performed to generate a prediction image (or prediction block) similar to the original image (or original block) through intra prediction and/or inter prediction.
실시예들에서, 용어 "블록"은 용어 "신호"로 대체될 수 있다. 예를 들면, 용어 "예측 블록"은 용어 "예측 신호"로 대체될 수 있다.In embodiments, the term “block” may be replaced with the term “signal”. For example, the term “prediction block” may be replaced with the term “prediction signal”.
예를 들어, 예측 심층 신경망에서의 학습은 도 22에서 도시된 것과 같이 구성될 수 있다.For example, learning in a predictive deep neural network can be configured as shown in FIG. 22 .
예측 심층 신경망은 인트라 예측 심층 신경망 및/또는 인터 예측 심층 신경망을 포함할 수 있다. 예를 들면, 예측 심층 신경망은 인트라 예측 심층 신경망 또는 인터 예측 심층 신경망일 수 있다.The predictive deep neural network may include an intra-predictive deep neural network and/or an inter-predictive deep neural network. For example, the predictive deep neural network may be an intra-predictive deep neural network or an inter-predictive deep neural network.
인터 예측 심층 신경망은 복수의 모듈들을 포함할 수 있다.An inter-prediction deep neural network may include a plurality of modules.
인트라 예측 심층 신경망의 입력은 대상 블록의 주변(neighboring) 샘플 및 영상의 코딩 정보를 포함할 수 있다. 주변 샘플은 복수일 수 있다.Inputs to the intra-prediction deep neural network may include neighboring samples of the target block and coding information of an image. The surrounding samples may be plural.
인트라 예측 심층 신경망의 출력은 대상 블록의 향상된 예측 블록일 수 있다.The output of the intra-prediction deep neural network may be an improved prediction block of the target block.
인터 예측 심층 신경망의 입력은 대상 블록의 예측 블록 및 영상의 코딩 정보를 포함할 수 있다. 대상 블록의 예측 블록은 복수의 모듈들 중 첫 번째의 모듈로 입력될 수 있다. 영상의 코딩 정보는 복수의 모듈들의 각 모듈로 입력될 수 있다. 영상의 코딩 정보는 복수의 모듈들 중 하나 이상의 모듈들로 입력될 수 있다.Inputs to the inter-prediction deep neural network may include a prediction block of a target block and coding information of an image. A prediction block of the target block may be input to a first module among a plurality of modules. Coding information of an image may be input to each module of a plurality of modules. Coding information of an image may be input to one or more modules among a plurality of modules.
인터 예측 심층 신경망의 출력은 대상 블록의 향상된 예측 블록일 수 있다.The output of the inter-prediction deep neural network may be an improved prediction block of the target block.
또는, 인트라 예측 심층 신경망의 출력 및 인터 예측 심층 신경망의 출력을 사용하여 대상 블록의 향상된 예측 블록이 생성될 수 있다.Alternatively, an improved prediction block of the target block may be generated using the output of the intra-prediction deep neural network and the output of the inter-prediction deep neural network.
예를 들어, 인트라 예측 심층 신경망의 입력은 대상 블록의 주변(neighboring) 샘플 및 대상 블록의 예측 블록 중 적어도 하나를 포함할 수 있다. 주변 샘플은 대상 블록에 인접한(adjacent) 샘플일 수 있다. 주변 샘플은 실시예들에서 전술된 참조 샘플일 수 있다. 주변 샘플은 이미 부호화/복호화된 샘플일 수 있다.For example, an input of the intra prediction deep neural network may include at least one of a neighboring sample of the target block and a prediction block of the target block. The neighboring samples may be samples adjacent to the target block. The peripheral sample may be the reference sample described above in the embodiments. Neighboring samples may be samples that have already been encoded/decoded.
예를 들어, 예측 심층 신경망의 출력 및 원본 영상 간의 오차가 최소화되도록 예측 심층 신경망에서의 학습이 수행될 수 있다.For example, learning in the predictive deep neural network may be performed to minimize an error between the output of the predictive deep neural network and the original image.
예를 들어, 인터 예측 심층 신경망의 입력은 현재 블록의 예측 블록일 수 있다. 예측 블록은 참조 픽처 내의 블록일 수 있다. 율-왜곡(rate-distortion) 손실(loss)을 최소화하는 움직임을 이용하는 보상(compensation)을 통해 예측 블록이 결정될 수 있다. 내의 예측 블록일 수 있다. 참조 픽처는 이미 부호화/복호화된 프레임일 수 있다.For example, an input of an inter-prediction deep neural network may be a prediction block of a current block. A prediction block may be a block in a reference picture. A prediction block may be determined through compensation using motion that minimizes rate-distortion loss. It may be a prediction block in . A reference picture may be a frame that has already been encoded/decoded.
예를 들어, 다양한 압축 열화의 정도들에 따라, 복수의 예측 심층 신경망들에서의 학습들이 수행될 수 있다.For example, learning in a plurality of predictive deep neural networks may be performed according to various degrees of compression degradation.
예를 들어, 예측 심층 신경망은 복수의 합성곱 신경망 레이어들 또는 전-연결 신경망 레이어들을 포함할 수 있다.For example, a predictive deep neural network may include multiple convolutional neural network layers or fully-connected neural network layers.
예를 들어, 복수의 신경망 레이어들이 하나의 모듈로 묶일(grouped) 수 있다.For example, a plurality of neural network layers may be grouped into one module.
선생 네트워크에서의 학습Learning from teacher networks
전술된 단계(2010)에서, 영상의 코딩 정보는 선생 네트워크에서의 학습을 위해 사용될 수 있다.In the above step 2010, the coding information of the image may be used for learning in the teacher network.
예를 들어, 도 21 및 도 22를 참조하여 전술된 실시예들에서와 같이, 선생 네트워크에서의 학습에서 사용되는 영상의 코딩 정보는 코딩 파라미터를 포함할 수 있다. 예를 들면, 영상의 코딩 정보는 1) 영상의 블록 분할에 대한 정보, 2) 대상 블록의 부호화 모드에 대한 정보, 3) 주변 블록의 부호화 모드에 대한 정보, 4) 대상 블록의 양자화에 대한 정보 및 5) 대상 블록에 대해 인-루프 필터가 수행되는 횟수에 대한 정보 등을 포함할 수 있다.For example, as in the embodiments described above with reference to FIGS. 21 and 22 , coding information of an image used in learning in a teacher network may include a coding parameter. For example, the coding information of an image includes 1) information on block division of the image, 2) information on the encoding mode of the target block, 3) information on the encoding mode of neighboring blocks, and 4) information on quantization of the target block. and 5) information on the number of times the in-loop filter is performed on the target block.
예를 들어, 영상의 코딩 정보는 선생 네트워크로 입력될 수 있다. 이 때, 영상의 코딩 정보는 선생 네트워크의 입력 영상 또는 주변 샘플과 함께 선생 네트워크로 입력될 수 있다.For example, coding information of an image may be input to a teacher network. At this time, the coding information of the image may be input to the teacher network together with the input image of the teacher network or neighboring samples.
예를 들어, 영상의 코딩 정보는 선생 네트워크의 특정 모듈로 입력될 수 있다. 이 때, 영상의 코딩 정보는 이전 모듈의 출력과 함께 특정 모듈로 입력될 수 있다. 이전 모듈은 특정 모듈에 연결된 모듈일 수 있다. 이전 모듈은 특정 모듈의 앞에 위치하는 모듈일 수 있다.For example, coding information of an image may be input to a specific module of the teacher network. At this time, coding information of the image may be input to a specific module together with an output of a previous module. A previous module can be a module linked to a specific module. The previous module may be a module located before a specific module.
예를 들어, 영상의 코딩 정보는 선생 네트워크의 특정 모듈의 출력에 대응하는 특정 위치에 맞춰 변환될 수 있고, 변환된 코딩 정보가 상기의 특정 위치로 입력될 수 있다.For example, coding information of an image may be converted according to a specific position corresponding to an output of a specific module of the teacher network, and the converted coding information may be input to the specific position.
예를 들어, 영상의 부호화 정보를 선생 네트워크의 모듈 내 모델 파라미터를 직접 변경하도록 입력할 수 있다.For example, encoding information of an image may be input to directly change model parameters within a module of a teacher network.
실시예들에서 설명된 학습된 심층 신경망은 지식 증류에서의 선생 네트워크로 활용될 수 있다.The trained deep neural network described in the embodiments can be utilized as a teacher network in knowledge distillation.
전술된 필터링 심층 신경망 및 예측 심층 신경망으로는 부가 정보가 입력될 수 있다. 부가 정보는 예측 영상(또는, 예측 블록), 슬라이스 양자화 파라미터, 베이스 양자화 파라미터 및 슬라이스 타입 등을 포함할 수 있다. 또한, 부가 정보는 코딩 파라미터를 포함할 수 있다.Additional information may be input to the above-described filtering deep neural network and prediction deep neural network. The additional information may include a prediction image (or prediction block), a slice quantization parameter, a base quantization parameter, and a slice type. Also, the additional information may include coding parameters.
학생 네트워크에서의 제1 학습First Learning in Student Network
단계(2020)에서, 선생 네트워크의 심층 신경망 구조와 유사한 심층 신경망 구조를 학생 네트워크가 구성될 수 있다.In step 2020, the student network may be constructed with a deep neural network structure similar to that of the teacher network.
실시예들에서, 사전 학습된 선생 네트워크는 학습이 수행될 학생 네트워크에 비해 더 큰 복잡도를 갖는 심층 신경망일 수 있다. 한편, 선생 네트워크의 복잡도 및 학생 네트워크의 복잡도는 동일할 수도 있다. 선생 네트워크의 복잡도 및 학생 네트워크의 복잡도 간의 차이는 크지 않을 수도 있다.In embodiments, the pre-trained teacher network may be a deep neural network with greater complexity compared to the student network on which learning is to be performed. Meanwhile, the complexity of the teacher network and the complexity of the student network may be the same. The difference between the complexity of the teacher network and the complexity of the student network may not be large.
예를 들어, 선생 네트워크의 모듈들의 개수 및 학생 네트워크의 모듈들의 개수는 동일할 수 있다. 여기서, 선생 네트워크의 모듈들의 구조 및 학생 네트워크의 모듈들의 구조는 동일할 수 있고, 서로 유사할 수 있다.For example, the number of modules in the teacher network and the number of modules in the student network may be the same. Here, the structure of the modules of the teacher network and the structure of the modules of the student network may be the same or similar to each other.
예를 들어, 선생 네트워크의 피처 맵(feature map)의 크기 및 학생 네트워크의 피처 맵의 크기는 동일할 수 있다.For example, the size of the feature map of the teacher network and the size of the feature map of the student network may be the same.
예를 들어, 선생 네트워크의 활성 벡터(activity vector)의 크기 및 학생 네트워크의 활성 벡터의 크기는 동일할 수 있다.For example, the size of the activity vector of the teacher network and the size of the activity vector of the student network may be the same.
사전 학습된 선생 네트워크를 사용하는 지식 증류를 사용하여 학생 네트워크에서의 학습이 수행될 수 있다. 지식 증류를 사용하는 학습이 수행되는 경우, 선생 네트워크의 정보가 학생 네트워크로 전달될 수 있고, 전달된 정보를 사용하여 학생 네트워크에서의 학습이 수행될 수 있다.Learning in a student network can be performed using knowledge distillation using a pre-trained teacher network. When learning using knowledge distillation is performed, information of the teacher network may be transferred to the student network, and learning may be performed in the student network using the transferred information.
선셍 네트워크에서의 학습을 통해, 선생 네트워크는 사전-훈련(pre-train)될 수 있다. 다음으로, 학생 네트워크는 주의 이전(Attention Transfer; AT) 손실(loss)을 사용하여 훈련될 수 있다. 선생 네트워크 및 학생 네트워크의 중간 피처(intermediate feature)들은, 단일-채널(one-channel) 주의 맵(attention map)들을 획득하기 위해 채널 축을 따라서 평균화될 수 있다. 지식 증류에서, 학생 네트워크는 교사 네트워크로부터 획득된 주의 맵을 모방(mimic)하도록 훈련될 수 있다. 효과적인 지식 증류를 위해, 피처들은 주의 맵에 매핑될 수 있다.Through learning in the teacher network, the teacher network can be pre-trained. Next, the student network can be trained using Attention Transfer (AT) loss. Intermediate features of the teacher network and the student network can be averaged along the channel axis to obtain one-channel attention maps. In knowledge distillation, a student network can be trained to mimic the attention map obtained from the teacher network. For effective knowledge distillation, features can be mapped to a map of states.
예를 들어, 선생 네트워크의 입력의 압축 열화의 정도 및 학생 네트워크의 입력의 압축 열화의 정도는 동일할 수 있다.For example, the degree of compression degradation of the input of the teacher network and the degree of compression degradation of the input of the student network may be the same.
예를 들어, 선생 네트워크로 입력되는 주변 샘플들의 크기 및 학생 네트워크로 입력되는 주변 샘플들의 크기는 동일할 수 있다.For example, the size of neighboring samples input to the teacher network and the size of neighboring samples input to the student network may be the same.
예를 들어, 지식 증류를 통해 지식 증류 오차가 수렴할 때까지 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행될 수 있다.For example, learning in an in-loop filter based on a deep neural network may be performed until knowledge distillation errors converge through knowledge distillation.
예를 들어, 지식 증류를 사용하는 학습이 수행될 때, 학습된 선생 네트워크에서는 추가적으로 학습이 수행되지 않고, 학생 네트워크에서만 학습이 수행될 수 있다. 실시예들에서, 학습은 학생 네트워크 내에서의 학습을 의미할 수 있다.For example, when learning using knowledge distillation is performed, additional learning may not be performed in the learned teacher network, and learning may be performed only in the student network. In embodiments, learning may refer to learning within a student network.
예를 들어, 지식 증류를 사용하는 학습이 수행될 때, 선생 네트워크 및 학생 네트워크의 양자에서 함께 학습이 수행될 수 있다. 실시예들에서, 학습은 선생 네트워크 내에서의 학습 및 학생 네트워크 내에서의 학습을 의미할 수 있다.For example, when learning using knowledge distillation is performed, learning may be performed in both the teacher network and the student network together. In embodiments, learning may refer to learning within a teacher network and learning within a student network.
예를 들어, 선생 네트워크의 심층 신경망 및 학생 네트워크의 심층 신경망 내의 대응하는 모델 파라미터들의 값들이 같아지도록 학습이 수행될 수 있다.For example, learning may be performed such that values of corresponding model parameters in the deep neural network of the teacher network and the deep neural network of the student network are equal.
예를 들어, 선생 네트워크의 결과 및 학생 네트워크의 결과 간의 오차가 최소화되도록 학습이 수행될 수 있다.For example, learning may be performed such that an error between the result of the teacher network and the result of the student network is minimized.
예를 들어, 중간(intermediate) 피처 맵 또는 활성 벡터를 사용하여 학생 네트워크에서의 학습이 수행될 수 있다. 상기의 중간 피처 맵 또는 활성 벡터는 선생 네트워크의 복수의 모듈들 중 특정 모듈의 출력일 수 있다.For example, learning on student networks can be performed using intermediate feature maps or activation vectors. The above intermediate feature map or activation vector may be an output of a specific module among a plurality of modules of the teacher network.
예를 들어, 선생 네트워크 내의 제1 모듈 및 학생 네트워크 내의 제2 모듈이 서로 대응할 수 있다. 선생 네트워크 내의 제1 모듈 및 학생 네트워크 내의 제2 모듈 간의 대응이 설정될 수 있다. 선생 네트워크 및 학생 네트워크 내의 서로 대응하는 모듈들로부터의 출력들이 서로 유사한 특성들을 갖도록 학습이 수행될 수 있다. 여기에서, 출력들은 중간 피처 맵들 또는 활성 벡터들을 포함할 수 있다.For example, a first module in the teacher network and a second module in the student network may correspond to each other. Correspondence between the first module in the teacher network and the second module in the student network may be established. Learning may be performed so that outputs from modules corresponding to each other in the teacher network and the student network have characteristics similar to each other. Here, the outputs may include intermediate feature maps or activity vectors.
예를 들어, 별도의 판별자(discriminator) 심층 신경망이 선생 네트워크로부터의 출력 및 학생 네트워크로부터의 출력을 구별하기 어렵도록 선생 네트워크 및 학생 네트워크에서의 학습이 수행될 수 있다. 여기에서, 출력은 피처 맵, 활성 벡터 또는 출력 영상을 포함할 수 있다. 출력 영상은 압축 열화가 제거된 영상일 수 있다.예를 들어, 선생 네트워크의 전체의 구조 및 학생 네트워크의 전체의 구조 중에서 동일한 위치에서의 모듈들로부터 피처 맵들 또는 활성 벡터들이 추출될 수 있다. 추출된 피처 맵들 또는 추출된 학습 벡터들을 사용하여 학습이 수행될 수 있다.For example, learning may be performed on the teacher network and the student network such that it is difficult for a separate discriminator deep neural network to distinguish between outputs from the teacher network and outputs from the student network. Here, the output may include a feature map, an active vector, or an output image. The output image may be an image from which compression deterioration has been removed. For example, feature maps or active vectors may be extracted from modules at the same position among the entire structure of the teacher network and the entire structure of the student network. Learning may be performed using extracted feature maps or extracted learning vectors.
예를 들어, 선생 네트워크 및 학생 네트워크의 모든 모듈들에서의 결과들(예를 들면, 피처 맵들 또는 활성 벡터들)이 학습을 위해 사용될 수 있다.For example, results from all modules of the teacher network and the student network (eg, feature maps or activity vectors) may be used for learning.
예를 들어, 학생 네트워크의 복잡도가 최소화되도록 학습이 수행될 수 있다. 여기에서, 학생 네트워크의 복잡도 및 지식 증류 오차가 동시에 최소화되도록 학습이 수행될 수 있다.For example, training may be performed such that the complexity of the student network is minimized. Here, learning can be performed such that the complexity of the student network and the knowledge distillation error are minimized at the same time.
예를 들어, 선생 네트워크의 정보는 모델 파라미터, 중간 피처 맵, 활성 벡터 및 필터링된 영상 중 하나 이상을 포함할 수 있다. 중간 피처 맵 및 활성 벡터는 특정 학습 영상의 함수일 수 있다. 학습 영상은 선생 네트워크로 입력되는 입력 영상일 수 있다. 필터링된 영상은 선생 네트워크로부터의 (최종적인) 출력일 수 있다.For example, the information of the teacher network may include one or more of model parameters, intermediate feature maps, active vectors, and filtered images. Intermediate feature maps and activation vectors can be functions of specific training images. The learning image may be an input image input to the teacher network. The filtered image may be the (final) output from the teacher network.
예를 들어, 복수의 선생 네트워크들의 정보들이 선생 네트워크 및 학생 네트워크에서의 학습을 위해 사용될 수 있다.For example, information of a plurality of teacher networks may be used for learning in the teacher network and the student network.
예를 들어, 복수의 선생 네트워크들 중 특정 선생 네트워크의 정보가 학습을 위해 사용될 수 있다. 여기에서, 특정 선생 네트워크는 복수의 선생 네트워크들 중 원본 영상에 대해 가장 작은 오차를 갖는 출력을 생성하는 선생 네트워크일 수 있다.For example, information of a specific teacher network among a plurality of teacher networks may be used for learning. Here, the specific teacher network may be a teacher network that generates an output having the smallest error with respect to the original video among a plurality of teacher networks.
예를 들어, 선생 네트워크의 정보는 학습 영상의 코딩 정보를 포함할 수 있다. 학습 영상의 코딩 정보를 포함하는 선생 네트워크의 정보가 학습을 위해 사용될 수 있다.For example, the information of the teacher network may include coding information of a learning image. Information of the teacher network including coding information of the learning image may be used for learning.
실시예들에서의 지식 증류를 사용하는 학습은 전술된 방식들 중 하나 이상을 포함할 수 있다.Learning using knowledge distillation in embodiments may include one or more of the approaches described above.
주의 맵에 관련하여 주의 모듈의 연산 프로세스는 아래의 수식 1과 같이 표현될 수 있다.In relation to the attention map, the calculation process of the attention module can be expressed as Equation 1 below.
[수식 1][Equation 1]
F_out = F_in * f(Rec, Pred, BS, QP) + F_in F_out = F_in * f ( Rec , Pred , BS , QP ) + F_in
F_in은 주의 모듈의 입력일 수 있다. F_out은 주의 모듈의 출력일 수 있다. F_in may be an input of an attention module. F_out may be the output of the attention module.
Rec, Pred, BS, QP는 재구축된 영상, 예측 영상, 경계 강도(boundary strength) 및 양자화 파라미터를 각각 나타낼 수 있다. 양자화 파라미터는 시퀀스-레벨 입력 양자화 파라미터일 수 있다. f는 2 개의 합성곱(convolution)들로 구성될 수 있다. 활성화 함수는 첫 번째의 합성곱 레이어의 다음에 적용될 수 있다. f의 목적은 외부의 정보들로부터 주의 맵을 생성하는 것일 수 있으며, 그 다음으로 피처 맵 F_in에 대한 재보정(recalibration)을 수행하는 것일 수 있다.Rec, Pred, BS, and QP may represent reconstructed images, predicted images, boundary strengths, and quantization parameters, respectively. The quantization parameter may be a sequence-level input quantization parameter. f may consist of two convolutions. The activation function can be applied after the first convolutional layer. The purpose of f may be to generate an attention map from external information, and then to perform recalibration on the feature map F_in .
신경망으로의 입력은 재구축된 영상, 예측 영상, 경계 강도 및 양자화 파라미터를 포함할 수 있다. (분할(split)은 인트라 슬라이스 모델들 내에서의 입력으로서 추가적으로 취해질 수 있다.)Inputs to the neural network may include reconstructed images, predicted images, boundary strengths, and quantization parameters. (Split can additionally be taken as an input within intra-slice models.)
각 슬라이스 또는 각 블록에 대해서 필터링이 적용될지 여부가 결정될 수 있다. 필터링이 슬라이스 또는 블록에 적용되기로 결정된 경우, 후보 리스트로부터 조건적인 파라미터가 추가적으로 결정될 수 있다. 후보 리스트는 양자화 파라미터로부터 유도된 3 개의 후보들을 포함할 수 있다.Whether or not filtering is to be applied may be determined for each slice or each block. When filtering is determined to be applied to a slice or block, a conditional parameter may be additionally determined from the candidate list. The candidate list may include three candidates derived from the quantization parameter.
q는 시퀀스 레벨 양자화 파라미터를 나타낼 수 있다. 후보 리스트는 조건적인 파라미터들 {q, q-5, q-10}을 포함할 수 있다. 이러한 선택 프로세스는 부호화 장치(1600)의 측면에서의 율-왜곡 비용에 기반할 수 있다.q may represent a sequence level quantization parameter. The candidate list may include conditional parameters {q, q-5, q-10}. This selection process may be based on the rate-distortion cost of the encoding device 1600.
심층 신경망 정보는 선택 프로세스를 사용할지 여부를 나타내는 정보 및 조건적안 파라미터에 대한 인덱스를 포함할 수 있다. 인덱스는 조건적인 파라미터들 중 필터링을 위해 사용되는 조건적인 파라미터를 나타낼 수 있다.The deep neural network information may include information indicating whether to use the selection process and indexes for conditional eye parameters. The index may indicate a conditional parameter used for filtering among conditional parameters.
필터의 결정의 세분성(granularity) 및 파라미터의 선택은 해상도 및 양자화 파라미터에 기반하여 변할 수 있다. 예를 들면, 더 높은 해상도 및 더 큰 양자화 파라미터가 주어지면, 더 큰 영역에서 결정 및 선택이 수행될 수 있다.The granularity of the decision of the filter and the choice of parameters may vary based on the resolution and quantization parameters. For example, given higher resolution and larger quantization parameters, decisions and selections can be performed over larger domains.
서로 다른 시간적(temporal) 레이어들에 대해서 시간적 레이어에 대한 후보 파라미터 리스트는 다를 수 있다. 높은(high) 시간적 레이어에 대해서, 세 번째 후보 q - 10은 q + 5로 대체될 수 있다.For different temporal layers, the candidate parameter list for the temporal layer may be different. For high temporal layers, the third candidate q - 10 can be replaced by q + 5.
올-인트라 구성의 대하여, 온/오프 제어가 여전히 유지되는 동안, 파라미터 선택은 비활성화될 수 있다.For an all-intra configuration, parameter selection can be disabled while on/off control is still maintained.
재구성된 영상에 신경망 필터가 적용될 때, 픽처 헤더 내의 각 색상 성분에 대하여 스케일링 인자(factor)가 시그널링될 수 있다. 입력 영상 및 신경망에 의해 필터링된 영상 간의 차이는, 상기의 차이가 입력 영상에 추가되기 전에, 스케일링 인자에 의해 스케일링될 수 있다. 이러한 스케일링은 잔차 스케일링으로 명명될 수 있다.When a neural network filter is applied to a reconstructed image, a scaling factor may be signaled for each color component in a picture header. The difference between the input image and the image filtered by the neural network may be scaled by a scaling factor before the difference is added to the input image. This scaling may be termed residual scaling.
디블록킹과의 조합(combination)을 가능하게 하기 위해, 잔차 스케일링에서 사용되는 입력 영상은 디블록킹 필터의 출력일 수 있다.To enable combination with deblocking, the input image used in residual scaling may be the output of a deblocking filter.
아래의 수식 2는 잔차 스케일링의 프로세스를 나타낼 수 있다. Equation 2 below may represent a process of residual scaling.
[수식 2][Equation 2]
R Refine = (R NN - R DB) * w + R DB = w * R NN + (1 - w) * R DB R Refine = ( R NN - R DB ) * w + R DB = w * R NN + (1 - w ) * R DB
R NN은 신경망 필터의 출력일 수 있다. R NN can be the output of a neural network filter.
R DB는 디블록킹 필터의 출력일 수 있다. R DB can be the output of the deblocking filter.
w는 가중치일 수 있다. w may be a weight.
R Refine은 잔차 스케일링의 결과일 수 있다. R Refine can be the result of residual scaling.
도 23은 일 실시예에 따른 학생 네트워크에서의 제1 학습을 나타낸다.23 illustrates a first learning in a student network according to one embodiment.
단계(2020)에서, 지식 증류를 사용하는 인-루프 필터에서의 학습을 위해서, 선생 네트워크를 사용하는 학습 네트워크에서의 학습이 수행될 수 있다.In step 2020, learning in a learning network using a teacher network may be performed for learning in an in-loop filter using knowledge distillation.
예를 들어, 지식 증류를 사용하는 학생 네트워크에서의 제1 학습은 도 23에서 도시된 구성에 따라서 수행될 수 있다.For example, first learning in a student network using knowledge distillation may be performed according to the configuration shown in FIG. 23 .
예를 들어, 선생 네트워크의 모듈 및 학생 네트워크의 모듈의 결과들인 피처 맵들이 추출될 수 있다. 추출된 피처 맵들의 각 피처 맵은 주의 맵(attention map)으로 변환될 수 있다. 추출된 피처 맵들을 사용하여 주의 맵들이 생성될 수 있다. 여기에서, 피처 맵의 각 축에 대하여 평균이 도출될 수 있고, 도출된 평균을 사용하여 주의 맵이 구성될 수 있다. 피처 맵의 각 축에 대하여 합(sum)이 도출될 수 있고, 도출된 합을 사용하여 주의 맵이 구성될 수 있다.For example, feature maps that are results of a module of a teacher network and a module of a student network can be extracted. Each feature map of the extracted feature maps may be converted into an attention map. Attention maps may be created using the extracted feature maps. Here, an average may be derived for each axis of the feature map, and an attention map may be constructed using the derived average. A sum may be derived for each axis of the feature map, and an attention map may be constructed using the derived sum.
예를 들어, 제1 피처 맵은 선생 네트워크의 모듈의 결과일 수 있다. 제2 피처 맵은 학생 네트워크의 모듈의 결과일 수 있다. 제1 피처 맵의 크기 및 제2 피처 맵의 크기가 서로 다른 경우, 학습될 수 있는 파라미터를 갖는 변환 모듈을 사용하여 피처 맵을 변환함으로써 주의 맵이 구성될 수 있다.For example, the first feature map may be the result of a module of a teacher network. The second feature map may be the result of a module of the student network. When the size of the first feature map and the size of the second feature map are different, the attention map may be constructed by transforming the feature map using a transform module having learnable parameters.
예를 들어, 제1 주의 맵은 선생 네트워크의 모듈의 결과로부터 획득된 주의 맵일 수 있다. 제2 주의 맵은 학생 네트워크의 모듈의 결과로부터 획득된 주의 맵일 수 있다. 제1 주의 맵 및 제2 주의 맵 간의 오차가 최소화되도록 학습이 수행될 수 있다.For example, the first attention map may be an attention map obtained from a result of a module of the teacher network. The second attention map may be an attention map obtained from the result of the module of the student network. Learning may be performed to minimize an error between the first attentional map and the second attentional map.
여기에서, 학습의 손실 함수는 아래의 수식 3과 같이 구성될 수 있다.Here, the learning loss function may be configured as in Equation 3 below.
[수식 3][Formula 3]
Figure PCTKR2022014710-appb-img-000007
Figure PCTKR2022014710-appb-img-000007
L step1은 학습의 손실 함수를 나타낼 수 있다. L step1 may represent a loss function of learning.
Figure PCTKR2022014710-appb-img-000008
는 선생 네트워크의 i 번째 모듈로부터 출력된 특징 맵으로부터 유도된 주의 맵을 나타낼 수 있다.
Figure PCTKR2022014710-appb-img-000008
may represent the attention map derived from the feature map output from the ith module of the teacher network.
Figure PCTKR2022014710-appb-img-000009
는 학생 네트워크의 i 번째 모듈로부터 출력된 특징 맵으로부터 유도된 주의 맵을 나타낼 수 있다.
Figure PCTKR2022014710-appb-img-000009
may represent the attention map derived from the feature map output from the i-th module of the student network.
도 24는 일 실시예에 따른 학생 네트워크에서의 제1 학습을 나타낸다.24 illustrates a first learning in a student network according to one embodiment.
단계(2020)에서, 지식 증류를 사용하는 예측 심층 신경망에서의 학습을 위해서, 선생 네트워크를 사용하는 학습 네트워크에서의 학습이 수행될 수 있다.In step 2020, for learning in a predictive deep neural network using knowledge distillation, learning in a learning network using a teacher network may be performed.
예를 들어, 지식 증류를 사용하는 학생 네트워크에서의 제1 학습은 도 24에서 도시된 구성에 따라서 수행될 수 있다.For example, first learning in a student network using knowledge distillation may be performed according to the configuration shown in FIG. 24 .
예를 들어, 선생 네트워크의 모듈 및 학생 네트워크의 모듈의 결과들인 활성 벡터들이 추출될 수 있다. 제1 활성 벡터는 선생 네트워크의 모듈의 결과일 수 있다. 제2 활성 벡터는 학생 네트워크의 모듈의 결과일 수 있다. 선생 네트워크의 모듈로부터 제1 활성 벡터가 추출될 수 있다. 학생 네트워크의 모듈로부터 제2 활성 벡터가 추출될 수 있다. 여기에서, 제1 활성 벡터의 차원 및 제2 활성 벡터의 차원을 서로 동일하게 하기 위한 변환 모듈이 사용될 수 있다. 예측 심층 신경망에는 복수의 변환 모듈들이 추가될 수 있다.For example, activation vectors that are results of a module of a teacher network and a module of a student network can be extracted. The first activation vector may be the result of a module of the teacher network. The second activation vector may be the result of a module of the student network. A first activation vector can be extracted from the module of the teacher network. A second activation vector may be extracted from a module of the student network. Here, a transformation module for equalizing the dimensions of the first activation vector and the dimensions of the second activation vector may be used. A plurality of transform modules may be added to the predictive deep neural network.
예를 들어, 변환 모듈은 제2 활성 벡터에 대한 변환을 수행함으로써 제2 활성 벡터의 차원을 제1 활성 벡터의 차원과 동일하도록 변경할 수 있다. 변환 모듈은 제2 활성 벡터에 대한 변환을 수행함으로써 변경된 차원을 갖는 제2 활성 벡터를 생성할 수 있다. 변환 모듈의 파라미터는 학습에 의해 결정될 수 있다.For example, the transform module may change the dimension of the second active vector to be the same as the dimension of the first active vector by performing transform on the second active vector. The transform module may generate a second active vector having a changed dimension by performing a transform on the second active vector. Parameters of the transformation module may be determined by learning.
예를 들어, 선생 네트워크의 모듈 및 학생 네트워크의 모듈로부터의 활성 벡터들 간의 오차가 최소화되도록 학습이 수행될 수 있다. 여기에서, 활성 벡터들은 제1 활성 벡터 및 제2 활성 벡터일 수 있다. 또는, 활성 벡터들은 제1 활성 벡터 및 변경된 차원을 갖는 제2 활성 벡터일 수 있다.For example, learning may be performed such that an error between activation vectors from a module of a teacher network and a module of a student network is minimized. Here, the active vectors may be a first active vector and a second active vector. Alternatively, the activity vectors can be a first activity vector and a second activity vector with altered dimensions.
여기에서, 학습의 손실 함수는 아래의 수식 4와 같이 구성될 수 있다.Here, the learning loss function may be configured as in Equation 4 below.
[수식 4][Formula 4]
Figure PCTKR2022014710-appb-img-000010
Figure PCTKR2022014710-appb-img-000010
L step1은 학습의 손실 함수를 나타낼 수 있다. L step1 may represent a loss function of learning.
Figure PCTKR2022014710-appb-img-000011
는 선생 네트워크의 i 번째 모듈로부터 출력된 제1 활성 벡터를 나타낼 수 있다.
Figure PCTKR2022014710-appb-img-000011
may represent the first activation vector output from the i-th module of the teacher network.
Figure PCTKR2022014710-appb-img-000012
는 학생 네트워크의 i 번째 모듈로부터 출력된 제2 활성 벡터에 변환을 수행함으로써 생성된 변경된 차원을 갖는 제2 활성 벡터일 수 있다.
Figure PCTKR2022014710-appb-img-000012
may be a second activation vector having a modified dimension generated by performing transformation on a second activation vector output from the i-th module of the student network.
도 25는 일 실시예에 따른 학생 네트워크에서의 제2 학습을 나타낸다.25 illustrates second learning in a student network according to one embodiment.
단계(2030)에서, 제1 학습을 완료한 학생 네트워크에 대하여 제2 학습이 진행될 수 있다. 제2 학습에 있어서, 1) 원본 영상 또는 주변 샘플과, 2) 선생 네트워크의 출력이 사용될 수 있다.In step 2030, second learning may proceed with respect to the student network that has completed the first learning. In the second learning, 1) the original image or surrounding samples and 2) the output of the teacher network may be used.
제2 학습에서는 제1 학습이 적용된 학생 네트워크에 대한 미세-조정(fine-tune)이 수행될 수 있다. 여기에서, 미세-조정을 위해 선생 네트워크의 출력 및 원본 영상을 감독 신호(supervision signal)로서 사용될 수 있다. 양 감독들은 L1 손실을 측정하기 위해 사용될 수 있다. 양 감독들의 각각은 (선생 네트워크의 출력에 대한) 이미테이션 손실 및 (원본 영상에 대한) 재구축 손실로 각각 명명될 수 있다.In the second learning, fine-tune may be performed on the student network to which the first learning is applied. Here, the output of the teacher network and the original image can be used as a supervision signal for fine-tuning. Both directors can be used to measure the L1 loss. Each of the two directors can be named imitation loss (to the output of the teacher network) and reconstruction loss (to the original video) respectively.
제2 학습의 목적은 아래의 수식 5과 같이 표현될 수 있다.The purpose of the second learning can be expressed as Equation 5 below.
[수식 5][Formula 5]
L Finetune = L Reconstuction + α * L imitation L Finetune = L Reconstuction + α * L imitation
L Finetune은 L1 손실일 수 있다. LReconstuction는 재구축 손실일 수 있다. Limitation는 이미테이션 손실일 수 있다. L Finetune can be an L1 loss. L Reconstuction may be the reconstruction loss. L imitation may be imitation loss.
2 개의 손실 항목들의 효는 하이퍼파라미터 α를 사용하여 조절(adjust)될 수 있다. α는 (경험적으로) 1로 설정될 수 있다.The effect of the two loss terms can be adjusted using the hyperparameter α. α can be (empirically) set to 1.
예를 들어, 학생 네트워크의 제2 학습은 도 25에서 도시된 구성에 따라서 수행될 수 있다.For example, the second learning of the student network may be performed according to the configuration shown in FIG. 25 .
예를 들어, 학생 네트워크의 출력 및 선생 네트워크의 출력 간의 오차가 최소화되도록 인-루프 필터 및 예측 심층 신경망에서의 학습이 수행될 수 있다.For example, training in an in-loop filter and predictive deep neural network may be performed such that the error between the output of the student network and the output of the teacher network is minimized.
실시예들에서, 학생 네트워크의 출력은 학생 네트워크로부터 출력된 결과 영상일 수 있다. 선생 네트워크의 출력은 선생 네트워크로부터 출력된 결과 영상일 수 있다.In embodiments, the output of the student network may be a resulting image output from the student network. The output of the teacher network may be a result image output from the teacher network.
예를 들어, 학생 네트워크의 출력 및 원본 영상 간의 오차가 최소화되도록 인-루프 필터 및 예측 심층 신경망에서의 학습이 수행될 수 있다.For example, training in an in-loop filter and predictive deep neural network may be performed so that an error between the output of the student network and the original image is minimized.
예를 들어, 제1 오차 및 제2 오차가 동시에 최소화되도록 인-루프 필터 및 예측 심층 신경망에서의 학습이 수행될 수 있다. 제1 오차는 학생 네트워크의 출력 및 선생 네트워크의 출력 간의 오차일 수 있다. 제2 오차는 학생 네트워크의 출력 및 원본 영상 간의 오차일 수 있다. 여기에서, 제1 오차 및 제2 오차의 학습에서의 비중들은 라그랑주 승수(Lagrange multiplier)에 의해 조절될 수 있다. 예를 들면, 라그랑주 승수의 값은 1로 설정될 수 있다.For example, learning in the in-loop filter and predictive deep neural network may be performed such that the first error and the second error are simultaneously minimized. The first error may be an error between the output of the student network and the output of the teacher network. The second error may be an error between the output of the student network and the original image. Here, weights of the first error and the second error in learning may be adjusted by a Lagrange multiplier. For example, the value of the Lagrange multiplier may be set to 1.
예를 들어, 제1 오차 및 제2 오차가 서로 수렴할 때까지 인-루프 필터 및 예측 심층 신경망에서의 학습이 수행될 수 있다. 여기에서, 학습의 손실 함수는 아래의 수식 6과 같이 구성될 수 있다.For example, learning in the in-loop filter and prediction deep neural network may be performed until the first error and the second error converge. Here, the learning loss function may be configured as in Equation 6 below.
[수식 6][Formula 6]
Figure PCTKR2022014710-appb-img-000013
Figure PCTKR2022014710-appb-img-000013
L step2는 학습의 손실 함수를 나타낼 수 있다. L step2 may represent a loss function of learning.
Figure PCTKR2022014710-appb-img-000014
는 제1 오차를 나타낼 수 있다.
Figure PCTKR2022014710-appb-img-000014
may represent the first error.
Figure PCTKR2022014710-appb-img-000015
는 제2 오차를 나타낼 수 있다.
Figure PCTKR2022014710-appb-img-000015
may represent a second error.
예를 들어, 학생 네트워크에서의 제1 학습의 제1 손실 함수 및 학생 네트워크에서의 제2 학습의 제2 손실 함수가 하나의 제3 손실 합수로서 합해질 수 있다. 제3 손실 함수를 사용하여 인-루프 필터 및 예측 심층 신경망에서의 학습이 수행될 수 있다.For example, the first loss function of the first learning in the student network and the second loss function of the second learning in the student network can be summed as one third loss function. Learning in the in-loop filter and predictive deep neural network may be performed using the third loss function.
심층 신경망의 선택Choice of deep neural networks
단계(1820) 및 단계(1940)에서, 심층 신경망이 선택될 수 있다. 심층 신경망을 선택하는 것은 선택된 심층 신경망을 사용하여 대상 영상에 대한 필터링을 수행하는 것을 의미할 수 있다. 여기에서, 대상 영상은 재구축된 영상일 수 있다. 대상 영상은 대상 블록 또는 재구축된 블록을 의미할 수도 있다.At steps 1820 and 1940, a deep neural network may be selected. Selecting a deep neural network may mean performing filtering on a target image using the selected deep neural network. Here, the target image may be a reconstructed image. The target image may mean a target block or a reconstructed block.
단계(1820) 및 단계(1940)에서, 학습된 심층 신경망에 기반하는 필터를 이용하여 대상 영상에 대한 필터링이 수행될 수 있다. 심층 신경망 필터는 실시예들에서 설명된 학습된 심층 신경망일 수 있다. 또는, 심층 신경망 필터는 실시예들에서 설명된 학습된 심층 신경망을 사용하는 필터일 수 있다.In steps 1820 and 1940, filtering of the target image may be performed using a filter based on the learned deep neural network. The deep neural network filter may be a trained deep neural network described in the embodiments. Alternatively, the deep neural network filter may be a filter using a trained deep neural network described in the embodiments.
실시예들에서, 필터는 심층 신경망 필터를 의미할 수 있다.In embodiments, a filter may refer to a deep neural network filter.
대상 영상에 대해 필터링이 수행될 때, N 개의 필터들 중 하나의 필터가 선택될 수 있다. 여기에서, N 개의 필터들은 N 개의 심층 신경망 필터들일 수 있다. N 개의 심층 신경망 필터들은 서로 다른 정도의 영상 재구축들을 각각 수행할 수 있다. 말하자면, N 개의 심층 신경망 필터들은 영상 재구축의 정도에 있어서 서로 다를 수 있다.When filtering is performed on the target image, one filter out of N filters may be selected. Here, the N filters may be N deep neural network filters. The N deep neural network filters may each perform image reconstructions of different degrees. That is to say, the N deep neural network filters may differ from each other in the degree of image reconstruction.
예를 들어, N 개의 심층 신경망 필터들은 지식 증류를 사용하여 학습된 학생 네트워크들일 수 있다.For example, the N deep neural network filters may be student networks trained using knowledge distillation.
예를 들어, 특정 대상에 대해서 필터가 적용되는지 여부가 결정될 수 있다. 예를 들면, 특정 대상은 대상 블록을 포함하는 단위일 수 있다. For example, whether or not a filter is applied to a specific target may be determined. For example, a specific object may be a unit including a target block.
실시예들에서, 특정 대상은 (재구축된) 영상, (재구축된) 픽처, (재구축된) 슬라이스, (재구축된) 코딩 트리 유닛(Coding Tree Unit; CTU) 또는 (재구축된) 블록일 수 있다.In embodiments, a specific object is a (reconstructed) picture, (reconstructed) picture, (reconstructed) slice, (reconstructed) Coding Tree Unit (CTU), or (reconstructed) may be a block.
여기에서, (재구축된) 블록의 크기는 HxW일 수 있다. N, H 및 W는 양의 정수일 수 있다.Here, the size of the (reconstructed) block may be HxW. N, H and W may be positive integers.
예를 들어, 특정 대상에 대해 필터링이 수행되는 경우, N 개의 필터들 중 하나의 필터가 선택될 수 있다.For example, when filtering is performed on a specific target, one filter out of N filters may be selected.
예를 들어, 특정 대상(또는, 영상)에 대한 압축의 정도 및 압축의 방식에 따라 필터 후보 집합이 구성될 수 있다. 필터 후보 집합은 N 개의 필터들 중 일부의 필터들일 수 있다. 실시예들에서 설명된 필터의 선택에 있어서, 필터 후보 집합의 필터 중에서 하나의 필터가 선택될 수 있다. 필터 후보 집합은 M 개의 심층 신경망 필터들일 수 있다. M은 N 이하의 정수일 수 있다. 필터 후보 집합의 M 개의 심층 신경망 필터들은 서로 다른 정도의 영상 재구축들을 각각 수행할 수 있다.For example, a filter candidate set may be configured according to the compression degree and compression method for a specific object (or image). A filter candidate set may be some filters among N filters. In the filter selection described in the embodiments, one filter may be selected from among the filters of the filter candidate set. A filter candidate set may be M deep neural network filters. M may be an integer less than or equal to N. The M deep neural network filters of the filter candidate set may each perform image reconstructions of different degrees.
예를 들어, N 개의 필터들 또는 필터 후보 집합의 필터들 중 가장 작은 오차를 갖는 필터가 선택될 수 있다. 여기에서, 오차는 필터의 결과 영상 및 원본 영상 간의 오차일 수 있다.For example, a filter having the smallest error among N filters or filters of a filter candidate set may be selected. Here, the error may be an error between the result image of the filter and the original image.
예를 들어, 참조 유닛에 대한 필터링의 결과를 사용하여 필터가 선택될 수 있다. 예를 들면, 참조 유닛은 주변 블록, CTU, 슬라이스 및 대상 영상에 인접한 참조 영상을 포함할 수 있다.For example, a filter may be selected using the result of filtering on the reference unit. For example, the reference unit may include neighboring blocks, CTUs, slices, and reference images adjacent to the target image.
실시예들에서, 필터에 대하여 필터의 가중치 α가 사용될 수 있다.In embodiments, the filter's weight α may be used for the filter.
예를 들어, 대상 영상의 특성에 따라 하나의 가중치가 사용될 수 있고, 서로 다른 가중치들이 사용될 수 있다. 대상 영상은 압축의 대상인 입력 영상일 수 있다.For example, one weight may be used and different weights may be used according to the characteristics of the target image. The target image may be an input image that is a compression target.
예를 들어, 심층 신경망 정보는 가중치 정보를 포함할 수 있다. 가중치 정보는 가중치 α를 나타낼 수 있다. 가중치 정보는 비트스트림을 통해 시그널링될 수 있다.For example, deep neural network information may include weight information. The weight information may indicate weight α. Weight information may be signaled through a bitstream.
예를 들어, 대상 영상의 특성에 기반하여 변화하는 가중치들의 개수가 결정될 수 있다. 가중치들의 개수는 영상 압축 과정에서의 율-왜곡의 관점에서 결정될 수 있다.For example, the number of variable weights may be determined based on characteristics of the target image. The number of weights may be determined in terms of rate-distortion in an image compression process.
예를 들어, 필터의 출력 및 원본 영상 간의 오차를 최소화하도록 가중치를 사용함으로써 필터의 출력이 조절될 수 있다. 아래의 수식 7는 가중치를 사용하여 필터의 출력을 조절하는 예를 나타낼 수 있다.For example, the output of the filter may be adjusted by using a weight to minimize an error between the output of the filter and the original image. Equation 7 below may indicate an example of adjusting the output of the filter using weights.
[수식 7][Formula 7]
Figure PCTKR2022014710-appb-img-000016
Figure PCTKR2022014710-appb-img-000016
I input는 원본 영상일 수 있다. I filtered는 필터의 출력일 수 있다. I output는 재구축된 영상일 수 있다. I output는 (인-루프) 필터가 적용된 재구축된 영상일 수 있다. α는 가중치일 수 있다. I input may be an original video. I filtered can be the output of the filter. I output may be a reconstructed image. I output may be a reconstructed image to which an (in-loop) filter is applied. α may be a weight.
예를 들어, 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 결과의 가중치가 부여된 합(weighted sum)이 재구축된 영상으로서 사용될 수 있다. 이 때, 기존의 인-루프 필터의 결과들 중 하나 이상의 결과들이 가중치가 부여된 합을 위해 사용될 수 있다. 인-루프 필터의 결과는 인-루프 필터가 적용된 재구축된 영상을 의미할 수 있다. 아래의 수식 8은 심층 신경망 필터의 출력을 사용하는 가중 합을 나타낼 수 있다.For example, a weighted sum of an output of a deep neural network filter and a result of an existing in-loop filter may be used as a reconstructed image. At this time, one or more results among the results of the existing in-loop filter may be used for the weighted sum. A result of the in-loop filter may mean a reconstructed image to which the in-loop filter is applied. Equation 8 below may represent a weighted sum using the output of the deep neural network filter.
[수식 8][Formula 8]
Figure PCTKR2022014710-appb-img-000017
Figure PCTKR2022014710-appb-img-000017
I CNN은 심층 신경망 필터의 출력일 수 있다. I LF는 인-루프 필터의 결과일 수 있다. I output는 재구축된 영상일 수 있다. I output는 (인-루프) 필터가 적용된 재구축된 영상일 수 있다. α는 가중치일 수 있다. I CNN can be the output of a deep neural network filter. I LF may be the result of an in-loop filter. I output may be a reconstructed image. I output may be a reconstructed image to which an (in-loop) filter is applied. α may be a weight.
예를 들어, 특정 대상에 대해서 심층 신경망 필터의 출력을 위해 사용되는 가중치가 조절될 수 있다. 예를 들면, 특정 대상은 대상 블록을 포함하는 단위일 수 있다.For example, a weight used for output of a deep neural network filter for a specific target may be adjusted. For example, a specific object may be a unit including a target block.
실시예들에서, 특정 대상은 (재구축된) 영상, (재구축된) 픽처, (재구축된) 슬라이스, (재구축된) (CTU) 또는 (재구축된) 블록일 수 있다.In embodiments, a specific object may be a (reconstructed) picture, (reconstructed) picture, (reconstructed) slice, (reconstructed) (CTU) or (reconstructed) block.
예를 들어, 특정 대상에 대하여, 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 결과의 가중치가 부여된 합이 사용될 수 있다.For example, for a particular subject, a weighted sum of the output of a deep neural network filter and the result of an existing in-loop filter can be used.
예를 들어, 특정 대상에 대하여, 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 결과의 가중치가 부여된 합을 위한 가중치가 조절될 수 있다.For example, for a specific target, the weight for the weighted sum of the output of the deep neural network filter and the result of the existing in-loop filter may be adjusted.
예를 들어, 특정 대상에 대하여, 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 결과 중 율-왜곡의 관점에서 더 적합한 하나가 (인-루프 필터가 적용된) 재구축된 영상으로 선택될 수 있다.For example, for a specific target, one more suitable in terms of rate-distortion among the output of the deep neural network filter and the result of the existing in-loop filter may be selected as the reconstructed image (with the in-loop filter applied). there is.
예를 들어, 인-루프 필터의 결과는 복수일 수 있다. 인-루프 필터의 복수의 결과들 중 율-왜곡의 관점에서 더 적합한 하나가 (인-루프 필터가 적용된) 재구축된 영상으로 선택될 수 있다.For example, the results of an in-loop filter may be multiple. Among the plurality of results of the in-loop filter, one more suitable in terms of rate-distortion may be selected as the reconstructed image (to which the in-loop filter is applied).
예를 들어, 기존의 인-루프 필터의 복수의 결과들 중 하나 이상의 결과들이 전술된 선택에 있어서의 후보들로서 사용될 수 있다.For example, one or more results of a plurality of results of an existing in-loop filter may be used as candidates in the aforementioned selection.
실시예들에서, 기존의 인-루프 필터는 디블록킹(deblocking) 필터, 샘플 적응적 오프셋(Sample Adaptive Offset; SAO), 적응적 루프 필터 (Adaptive Loop Filter; ALF) 및 크로스 컴포넌트 적응적 루프 필터(Cross Component Adaptive Loop Filter; CCALF) 등을 포함할 수 있다. 그러나, 실시예들의 인-루프 필터들이 디블록킹 필터, SAO, ALF 및 CCALF 등에 한정되지는 않는다. 기존의 인-루프 필터는 실시예들의 인-루프 필터 및 다른 인-루프 필터를 더 포함할 수 있다.In embodiments, existing in-loop filters include a deblocking filter, a Sample Adaptive Offset (SAO), an Adaptive Loop Filter (ALF) and a cross-component adaptive loop filter ( Cross Component Adaptive Loop Filter (CCALF) and the like. However, the in-loop filters of the embodiments are not limited to deblocking filters, SAO, ALF and CCALF, and the like. Existing in-loop filters may further include the in-loop filters of the embodiments and other in-loop filters.
예를 들어, 심층 신경망 필터는 기존의 인-루프 필터보다 먼저 적용될 수 있다. 심층 신경망 필터는 기존의 인-루프 필터가 특정 대상에 적용되기 이전에 상기의 특정 대상에 적용될 수 있다. 심층 신경망 필터는 기존의 인-루프 필터보다 나중에 적용될 수 있다. 심층 신경망 필터는 기존의 인-루프 필터가 특정 대상에 적용된 이후에 상기의 특정 대상에 적용될 수 있다. 심층 신경망 필터는 기존의 인-루프 필터들의 사이에 적용될 수 있다. 심층 신경망 필터는 기존의 제1 인-루프 필터가 특정 대상에 적용된 이후에 상기의 특정 대상에 적용될 수 있고, 심층 신경망 필터가 상기의 특정 대상에 적용된 후 기존의 제2 인-루프 필터가 상기의 특정 대상에 적용될 수 있다.For example, a deep neural network filter may be applied before an existing in-loop filter. A deep neural network filter may be applied to a specific target before an existing in-loop filter is applied to the specific target. Deep neural network filters can be applied later than conventional in-loop filters. A deep neural network filter may be applied to a specific target after a conventional in-loop filter is applied to the specific target. A deep neural network filter may be applied between existing in-loop filters. The deep neural network filter may be applied to the specific object after the first conventional in-loop filter is applied to the specific target, and the second conventional in-loop filter may be applied to the specific target after the deep neural network filter is applied to the specific target. It can be applied to specific targets.
예를 들어, 심층 신경망 필터의 선택에 있어서 영상의 코딩 정보가 사용될 수 있다.For example, coding information of an image may be used in selecting a deep neural network filter.
실시예들에서 전술된 심층 신경망 필터를 선택하는 방식들 중 하나 이상의 방식들이 조합될 수 있다.In embodiments, one or more of the methods for selecting a deep neural network filter described above may be combined.
결정된 심층 신경망 필터를 이용하는 재구축된 영상에 대한 필터링Filtering of the reconstructed image using the determined deep neural network filter
전술된 심층 신경망 필터의 선택을 통해 재구축된 영상에 적용될 심층 신경망 필터가 결정될 수 있다. 실시예에서, "선택된 필터"는 "결정된 필터"를 의미할 수 있다.A deep neural network filter to be applied to the reconstructed image may be determined through the selection of the aforementioned deep neural network filter. In an embodiment, a "selected filter" may mean a "determined filter".
이하에서, 심층 신경망은 재구축된 영상에 적용되도록 선택/결정된 심층 신경망 필터를 의미할 수 있다.Hereinafter, a deep neural network may refer to a deep neural network filter selected/determined to be applied to a reconstructed image.
이하에서, 재구축된 영상은 전술된 특정 단위로 대체될 수 있다. 예를 들면, "재구축된 영상"은 (재구축된) 영상, (재구축된) 슬라이스, (재구축된) CTU 또는 (재구축된) 블록으로 간주될 수 있다.Hereinafter, the reconstructed image may be replaced with the specific unit described above. For example, a “reconstructed image” may be considered a (reconstructed) image, a (reconstructed) slice, a (reconstructed) CTU, or a (reconstructed) block.
결정된 심층 신경망 필터를 이용하여 재구축된 영상에 대한 필터링이 수행될 수 있다.Filtering may be performed on the reconstructed image using the determined deep neural network filter.
예를 들어, 심층 신경망 필터의 입력은 루프 내에서 생성된 재구축된 영상일 수 있다. 심층 신경망 필터의 입력은 루프 내에서 생성된 재구축된 영상을 포함할 수 있다.For example, the input of a deep neural network filter may be a reconstructed image generated in a loop. The input of the deep neural network filter may include the reconstructed image generated within the loop.
예를 들어, 심층 신경망 필터의 입력은 루프 내에서 생성된 재구축된 영상의 루마 성분(component) 및/또는 크로마 성분일 수 있다. 심층 신경망 필터의 입력은 루프 내에서 생성된 재구축된 영상의 루마 성분 및/또는 크로마 성분을 포함할 수 있다.For example, an input of a deep neural network filter may be a luma component and/or a chroma component of a reconstructed image generated within a loop. An input of the deep neural network filter may include a luma component and/or a chroma component of the reconstructed image generated within the loop.
실시예들에서, 루마 성분의 크기는 크로마 성분의 크기보다 더 클 수 있다. 크로마 성분의 크기를 루마 성분의 크기에 맞추기 위해 크로마 성분에 대한 업-샘플링이 수행될 수 있다. 크로마 성분이 심층 신경망 필터 또는 예측 심층 신경망으로 입력될 때, 크로마 성분에 대한 업-샘플링이 수행될 수 있다. 심층 신경망 필터에 의한 필터링 또는 예측 심층 신경망에 의한 예측에 대한 전-처리(pre-processing)로서 크로마 성분에 대한 업-샘플링이 수행될 수 있다. 크로마 성분이 심층 신경망 필터 또는 예측 심층 신경망으로부터 출력되면, 크로마 성분에 대한 다운-샘플링이 수행될 수 있다. 심층 신경망 필터에 의한 필터링 또는 예측 심층 신경망에 의한 예측에 대한 후-처리(pre-processing)로서 크로마 성분에 대한 다운-샘플링이 수행될 수 있다.In embodiments, the size of the luma component may be greater than the size of the chroma component. Up-sampling of the chroma component may be performed to match the size of the chroma component to the size of the luma component. When a chroma component is input to a deep neural network filter or a predictive deep neural network, up-sampling may be performed on the chroma component. Up-sampling of chroma components may be performed as pre-processing for filtering or prediction by a deep neural network filter by a deep neural network. If the chroma component is output from the deep neural network filter or prediction deep neural network, down-sampling of the chroma component may be performed. Down-sampling of chroma components may be performed as pre-processing for filtering or prediction by a deep neural network filter by a deep neural network.
실시예들에서, 크로마 성분은 Cb 성분 및/또는 Cr 성분일 수 있다.In embodiments, the chroma component may be a Cb component and/or a Cr component.
예를 들어, 심층 신경망 필터에 의해 재구축된 영상의 크로마 성분에 대한 필터링이 수행될 때, 재구축된 영상의 크로마 성분과 함께 재구축된 영상의 루마 성분이 심층 신경망 필터로 입력될 수 있다.For example, when filtering is performed on a chroma component of a reconstructed image by a deep neural network filter, the luma component of the reconstructed image together with the chroma component of the reconstructed image may be input to the deep neural network filter.
예를 들어, 심층 신경망 필터에 의해 재구축된 영상의 크로마 성분에 대한 필터링이 수행될 때, 재구축된 영상의 루마 성분이 심층 신경망 필터의 입력에 포함될 수 있다.For example, when filtering is performed on a chroma component of a reconstructed image by a deep neural network filter, the luma component of the reconstructed image may be included as an input of the deep neural network filter.
실시예들에서, 루마 성분은 예측된 루마 성분(즉, 예측 영상의 루마 성분), 재구축된 루마 성분(즉, 재구축된 영상의 루마 성분) 및 필터링된 재구축된 루마 성분 중 하나일 수 있다. 필터링된 재구축된 루마 성분은 심층 신경망 필터 또는 기존의 인-루프 필터에 의한 인-루프 필터링이 적용된 (재구축된 영상의) 루마 성분일 수 있다.In embodiments, the luma component may be one of a predicted luma component (ie, the luma component of the predicted image), a reconstructed luma component (ie, the luma component of the reconstructed image), and a filtered reconstructed luma component. there is. The filtered reconstructed luma component may be a luma component (of the reconstructed image) to which in-loop filtering by a deep neural network filter or an existing in-loop filter is applied.
예를 들어, 심층 신경망 필터의 입력은 루프 내에서 생성된 필터링된 재구축된 영상일 수 있다. 필터링된 재구축된 영상은 재구축된 영상에 (인-루프) 필터링을 적용함으로써 생성될 수 있다. 심층신경망 필터의 입력은 루프 내에서 생성된 필터링된 재구축된 영상을 포함할 수 있다.For example, the input of a deep neural network filter may be a filtered reconstructed image generated in a loop. A filtered reconstructed image may be generated by applying (in-loop) filtering to the reconstructed image. The input of the deep neural network filter may include the filtered reconstructed image generated within the loop.
예를 들어, 심층 신경망 정보는 부호화 장치(1600)에서 선택된 필터를 가리키는 인덱스 정보를 포함할 수 있다. 인덱스 정보는 비트스트림을 통해 시그널링될 수 있다. 복호화 장치(1700)의 처리부(1710)는 인덱스 정보를 사용하여 복수의 필터들 중에서 선택된 필터를 식별할 수 있고, 선택된 필터를 사용하여 재구축된 영상에 대한 필터링을 수행할 수 있다.For example, the deep neural network information may include index information indicating a filter selected in the encoding device 1600. Index information may be signaled through a bitstream. The processing unit 1710 of the decoding apparatus 1700 may identify a filter selected from among a plurality of filters using the index information, and perform filtering on the reconstructed image using the selected filter.
예를 들어, 복호화 장치(1700)의 처리부(1710)는 심층 신경망 정보 및 예측 정보 등과 같은 다른 정보를 사용하여 인덱스 정보를 추정 또는 복원할 수 있다. 복호화 장치(1700)의 처리부(1710)는 복수의 필터들 중에서 인덱스 정보가 가리키는 선택된 필터를 식별할 수 있고, 선택된 필터를 사용하여 재구축된 영상에 대한 필터링을 수행할 수 있다. 복호화 장치(1700)의 처리부(1710)는 복수의 필터들 중에서 인덱스 정보가 가리키는 선택된 필터를 식별할 수 있고, 선택된 필터를 사용하여 심층 신경망을 사용하는 인-루프 필터링을 수행할 수 있다.For example, the processing unit 1710 of the decoding apparatus 1700 may estimate or restore index information using other information such as deep neural network information and prediction information. The processing unit 1710 of the decoding apparatus 1700 may identify a selected filter indicated by the index information among a plurality of filters, and perform filtering on the reconstructed image using the selected filter. The processing unit 1710 of the decoding apparatus 1700 may identify a selected filter indicated by the index information among a plurality of filters, and may perform in-loop filtering using a deep neural network using the selected filter.
학습된 예측 심층 신경망을 사용하는 예측Prediction Using a Trained Prediction Deep Neural Network
전술된 학습된 예측 심층 신경망을 이용하여 인트라 예측 및/또는 인터 예측이 수행될 수 있다. 인트라 예측 및/또는 인터 예측이 수행될 때, N 개의 필터들 중 하나의 필터가 선택될 수 있다.Intra-prediction and/or inter-prediction may be performed using the aforementioned trained predictive deep neural network. When intra prediction and/or inter prediction are performed, one filter out of N filters may be selected.
N은 1, 2 또는 3일 수 있다. 또는, N은 양의 정수일 수 있다.N can be 1, 2 or 3. Alternatively, N may be a positive integer.
N 개의 필터들은 N 개의 예측 심층 신경망들일 수 있다. N 개의 예측 심층 신경망들은 서로 다른 정도로 대상 블록의 주변 샘플을 입력으로서 사용할 수 있다. 말하자면, N 개의 예측 심층 신경망들은 주변 샘플을 입력으로서 사용하는 정도의 측면에서 서로 다를 수 있다. 예를 들면, N 개의 예측 심층 신경망들은 서로 다른 개수의 주변 샘플들을 입력으로서 사용할 수 있다.The N filters may be N predictive deep neural networks. N predictive deep neural networks may use neighboring samples of the target block as inputs to different degrees. That is to say, the N predictive deep neural networks can differ from each other in terms of the degree to which they use surrounding samples as input. For example, N predictive deep neural networks may use different numbers of surrounding samples as input.
예를 들어, N 개의 예측 심층 신경망들은 지식 증류를 사용하는 학습이 적용된 학생 네트워크들일 수 있다.For example, the N predictive deep neural networks may be student networks to which learning using knowledge distillation has been applied.
예를 들어, 필터의 적용 여부는 특정 대상에 대하여 결정될 수 있다.For example, whether or not to apply a filter may be determined for a specific target.
실시예들에서, 특정 대상은 영상, 픽처, 슬라이스, CTU 및 블록을 포함할 수 있다.In embodiments, a specific object may include a video, picture, slice, CTU, and block.
여기에서, 블록의 크기는 HxW일 수 있다. H 및 W는 양의 정수일 수 있다.Here, the size of the block may be HxW. H and W may be positive integers.
예를 들어, 특정 대상에 대한 인트라 예측 및/또는 인터 예측이 수행되는 경우, N 개의 예측 심층 신경망들 중 하나가 선택될 수 있다.For example, when intra-prediction and/or inter-prediction are performed on a specific target, one of N predictive deep neural networks may be selected.
예를 들어, 특정 대상(또는 영상)에 대한 압축의 정도 및 압축의 방식에 따라 예측 심층 신경망 후보 집합이 구성될 수 있다. 예측 심층 신경망 후보 집합은 N 개의 예측 심층 신경망들 중 일부의 예측 심층 신경망들일 수 있다. 실시예들에서 설명된 예측 심층 신경망의 선택에 있어서, 예측 심층 신경망 후보 집합의 예측 심층 신경망들 중에서 하나의 예측 심층 신경망이 선택될 수 있다. 예측 심층 신경망 후보 집합은 M 개의 예측 심층 신경망들일 수 있다. M은 N 이하의 정수일 수 있다. 예측 심층 신경망 후보 집합의 M 개의 예측 심층 신경망들은 서로 다른 예측들을 각각 수행할 수 있다.For example, a predictive deep neural network candidate set may be configured according to the compression degree and compression method for a specific object (or image). The predictive deep neural network candidate set may be some predictive deep neural networks among the N predictive deep neural networks. In the selection of the predictive deep neural network described in the embodiments, one predictive deep neural network may be selected from among the predictive deep neural networks of the set of predictive deep neural network candidates. The predictive deep neural network candidate set may be M predictive deep neural networks. M may be an integer less than or equal to N. The M predictive deep neural networks of the predictive deep neural network candidate set may each perform different predictions.
예를 들어, N 개의 예측 심층 신경망들 또는 예측 심층 신경망 후보 집합의 예측 심층 신경망들 중에서 블록의 크기에 기반하여 예측 심층 신경망이 선택될 수 있다.For example, a predictive deep neural network may be selected based on a size of a block from among N predictive deep neural networks or predictive deep neural networks of a predictive deep neural network candidate set.
예를 들어, N 개의 예측 심층 신경망들 또는 예측 심층 신경망 후보 집합의 예측 심층 신경망들 중 가장 작은 오차를 갖는 예측 심층 신경망이 선택될 수 있다. 여기에서, 오차는 원본 영상 및 예측 심층 신경망에 의한 예측의 결과(말하자면, 향상된 예측 블록) 간의 오차일 수 있다.For example, a prediction deep neural network having the smallest error among N prediction deep neural networks or prediction deep neural networks of a prediction deep neural network candidate set may be selected. Here, the error may be an error between the original image and the result of prediction by the predictive deep neural network (ie, an improved prediction block).
예를 들어, 참조 유닛에 대한 예측 또는 재구축의 결과를 사용하여 예측 심층 신경망이 선택될 수 있다. 예를 들면, 참조 유닛은 주변 블록, CTU, 슬라이스 및 대상 영상에 인접한 참조 영상을 포함할 수 있다.For example, a predictive deep neural network may be selected using the results of prediction or reconstruction on the reference unit. For example, the reference unit may include neighboring blocks, CTUs, slices, and reference images adjacent to the target image.
예를 들어, 대상 영상의 특성에 기반하여 예측 심층 신경망에 대한 가중치가 변화할 수 있다. 말하자면, 대상 영상의 특성에 기반하여 예측 심층 신경망에 대한 가중치가 결정될 수 있다. 대상 영상은 압축의 대상인 입력 영상일 수 있다.For example, weights for a predictive deep neural network may be changed based on characteristics of a target image. In other words, weights for the predictive deep neural network may be determined based on the characteristics of the target image. The target image may be an input image that is a compression target.
예를 들면, 심층 신경망 정보는 가중치 정보를 포함할 수 있다. 가중치 정보는 예측 심층 신경망에 대한 가중치를 나타낼 수 있다. 가중치 정보는 비트스트림을 통해 시그널링될 수 있다.For example, deep neural network information may include weight information. Weight information may represent weights for predictive deep neural networks. Weight information may be signaled through a bitstream.
예를 들어, 대상 영상의 특성에 기반하여 변화하는 가중치들의 개수가 결정될 수 있다. 가중치들의 개수는 영상 압축 과정에서의 율-왜곡의 관점에서 결정될 수 있다.For example, the number of variable weights may be determined based on characteristics of the target image. The number of weights may be determined in terms of rate-distortion in an image compression process.
예를 들어, 영상의 코딩 정보를 사용하여 예측 심층 신경망이 선택될 수 있다.For example, a predictive deep neural network may be selected using coding information of an image.
실시예들에서 전술된 예측 심층 신경망을 선택하는 방식들 중 하나 이상의 방식들이 조합될 수 있다.In embodiments, one or more of the methods for selecting a predictive deep neural network described above may be combined.
결정된 예측 심층 신경망을 이용하여 인트라 예측 및/또는 인터 예측이 수행될 수 있다.Intra prediction and/or inter prediction may be performed using the determined predictive deep neural network.
예를 들어, 인트라 예측이 수행될 때, 예측 심층 신경망의 입력은 대상 블록의 주변 샘플일 수 있다. 인트라 예측이 수행될 때, 예측 심층 신경망의 입력은 대상 블록의 주변 샘플을 포함할 수 있다.For example, when intra prediction is performed, the input of the predictive deep neural network may be neighboring samples of the target block. When intra prediction is performed, the input of the predictive deep neural network may include neighboring samples of the target block.
예를 들어, 인터 예측이 수행될 때, 예측 심층 신경망의 입력은 인터 예측이 적용된 영상 및 대상 블록의 주변 샘플 중 적어도 하나일 수 있다. 예측 심층 신경망의 입력은 인터 예측이 적용된 영상 및 대상 블록의 주변 샘플 중 적어도 하나를 포함할 수 있다.For example, when inter prediction is performed, the input of the predictive deep neural network may be at least one of an image to which inter prediction is applied and neighboring samples of the target block. An input of the predictive deep neural network may include at least one of an image to which inter prediction is applied and neighboring samples of the target block.
예를 들어, 인트라 예측 및/또는 인터 예측이 수행될 때, 예측 심층 신경망의 입력은 영상의 루마 성분 및/또는 크로마 성분일 수 있다. 예측 심층 신경망의 입력은 영상의 루마 성분 및/또는 크로마 성분을 포함할 수 있다.For example, when intra prediction and/or inter prediction are performed, the input of the predictive deep neural network may be a luma component and/or a chroma component of an image. An input of the predictive deep neural network may include a luma component and/or a chroma component of an image.
예를 들어, 인트라 예측 및/또는 인터 예측에 있어서, 예측 심층 신경망에 의해 영상의 크로마 성분에 대한 예측이 수행될 때, 영상의 크로마 성분과 함께 영상의 루마 성분이 예측 심층 신경망으로 입력될 수 있다.심층 신경망 필터로 입력될 수 있다.For example, in intra prediction and/or inter prediction, when prediction of a chroma component of an image is performed by the predictive deep neural network, the chroma component of the image and the luma component of the image may be input to the predictive deep neural network. .Can be input to a deep neural network filter.
예를 들어, 인트라 예측 및/또는 인터 예측에 있어서, 예측 심층 신경망에 의해 영상의 크로마 성분에 대한 예측이 수행될 때, 영상의 루마 성분이 예측 심층 신경망의 입력에 포함될 수 있다.For example, in intra prediction and/or inter prediction, when prediction of a chroma component of an image is performed by the predictive deep neural network, the luma component of the image may be included as an input of the predictive deep neural network.
예를 들어, 심층 신경망 정보는 부호화 장치(1600)에서 선택된 예측 심층 신경망을 가리키는 인덱스 정보를 포함할 수 있다. 인덱스 정보는 비트스트림을 통해 시그널링될 수 있다. 복호화 장치(1700)의 처리부(1710)는 인덱스 정보를 사용하여 복수의 예측 심층 신경망들 중에서 선택된 예측 심층 신경망을 식별할 수 있고, 선택된 예측 심층 신경망을 사용하여 대상 블록(또는, 영상)에 대한 인트라 예측 및/또는 인터 예측을 수행할 수 있다.For example, the deep neural network information may include index information indicating a prediction deep neural network selected in the encoding device 1600 . Index information may be signaled through a bitstream. The processing unit 1710 of the decoding apparatus 1700 may identify a predicted deep neural network selected from among a plurality of predictive deep neural networks by using the index information, and may use the selected predictive deep neural network to intra-target blocks (or images). Prediction and/or inter prediction may be performed.
예를 들어, 복호화 장치(1700)의 처리부(1710)는 심층 신경망 정보 및 예측 정보 등과 같은 다른 정보를 사용하여 인덱스 정보를 추정 또는 복원할 수 있다. 인덱스 정보를 사용하여 예측을 수행하기 위해 사용되는 예측 심층 신경망이 특정될 수 있다. 복호화 장치(1700)의 처리부(1710)는 복수의 예측 심층 신경망들 중에서 인덱스 정보가 가리키는 선택된 예측 심층 신경망을 식별할 수 있고, 선택된 예측 심층 신경망을 사용하여 대상 블록(또는, 영상)에 대한 인트라 예측 및/또는 인터 예측을 수행할 수 있다.For example, the processing unit 1710 of the decoding apparatus 1700 may estimate or restore index information using other information such as deep neural network information and prediction information. A predictive deep neural network used to perform prediction can be specified using the index information. The processing unit 1710 of the decoding apparatus 1700 may identify a selected predictive deep neural network indicated by the index information among a plurality of predictive deep neural networks, and intra-predict a target block (or image) using the selected predictive deep neural network. and/or inter prediction.
예를 들어, 인트라 예측 및/또는 인터 예측에 있어서, 예측 심층 신경망에 의해 대상 블록(또는, 영상)의 크로마 성분에 대한 예측이 수행될 때, 대상 블록(또는, 영상)의 루마 성분이 예측 심층 신경망의 입력에 포함될 수 있다.For example, in intra prediction and/or inter prediction, when prediction of a chroma component of a target block (or image) is performed by a predictive deep neural network, the luma component of the target block (or image) is predicted by deep prediction. It can be included in the input of a neural network.
실시예들에서, 루마 성분은 예측된 루마 성분(즉, 예측 블록 또는 예측 영상의 루마 성분), 재구축된 루마 성분(즉, 재구축된 블록 또는 재구축된 영상의 루마 성분) 및 필터링된 재구축된 루마 성분 중 하나일 수 있다. 필터링된 재구축된 루마 성분은 심층 신경망 필터 또는 기존의 인-루프 필터에 의한 인-루프 필터링이 적용된 (재구축된 블록 또는 재구축된 영상의) 루마 성분일 수 있다.In embodiments, the luma component may include a predicted luma component (ie, a luma component of a predicted block or predicted image), a reconstructed luma component (ie, a luma component of a reconstructed block or reconstructed image), and a filtered reconstructed luma component. It can be one of the built luma components. The filtered reconstructed luma component may be a luma component (of a reconstructed block or a reconstructed image) to which in-loop filtering by a deep neural network filter or an existing in-loop filter is applied.
심층 신경망 정보에 대한 부호화/복호화Encoding/decoding of deep neural network information
단계(1830)에서 심층 신경망 정보에 대한 부호화가 수행될 수 있고, 단계(1930)에서, (부호화된) 심층 신경망 정보에 대한 복호화가 수행될 수 있다.In operation 1830, encoding of the deep neural network information may be performed, and in operation 1930, decoding of the (encoded) deep neural network information may be performed.
실시예들에서, 부호화는 엔트로피 부호화를 의미할 수 있다. 복호화는 엔트로피 복호화를 의미할 수 있다.In embodiments, encoding may mean entropy encoding. Decryption may mean entropy decoding.
심층 신경망 정보는 비트스트림 내의 특정 정보 내에서 부호화 및/또는 복호화될 수 있다. 예를 들면, 특정 정보는 시퀀스 파라미터 세트(sequence parameter set), 픽처 파라미터 세트(picture parameter set) 및 슬라이스 헤더(slice header)를 포함할 수 있다. 심층 신경망 정보는 비트스트림 내의 CTU 구문 요소(syntax)들 간의 사이에서 부호화 및/또는 복호화 될 수 있다.Deep neural network information can be encoded and/or decoded within specific information within a bitstream. For example, specific information may include a sequence parameter set, a picture parameter set, and a slice header. Deep neural network information may be encoded and/or decoded between CTU syntax elements in a bitstream.
심층 신경망 정보는 심층 신경망을 구성하기 위해 사용되는 정보일 수 있다. 심층 신경망 정보는 심층 신경망을 나타내는 정보일 수 있다. 심층 신경망 정보는 심층 신경망의 특징들을 나타내는 정보일 수 있다.The deep neural network information may be information used to construct a deep neural network. The deep neural network information may be information representing a deep neural network. The deep neural network information may be information representing characteristics of the deep neural network.
심층 신경망 정보는 필터를 사용하여 필터링을 수행하기 위한 정보 및 예측 심층 신경망을 사용하여 예측을 수행하기 위한 정보를 포함할 수 있다.The deep neural network information may include information for performing filtering using a filter and information for performing prediction using a predictive deep neural network.
심층 신경망 정보는 인-루프 필터 정보 및 예측 심층 신경망 정보를 포함할 수 있다.The deep neural network information may include in-loop filter information and prediction deep neural network information.
인-루프 필터 정보는 1) 루마 성분에 대한 필터링 수행 정보, 2) 크로마 성분에 대한 필터링 수행 정보, 3) 루마 성분에 대한 필터 선택 정보, 4) 크로마 성분에 대한 필터 선택 정보, 5) 특정 대상에 대한 필터링 수행 정보, 6) 특정 대상에 대한 필터 선택 정보, 7) 심층 신경망 필터 가중치 변화 정보, 8) 심층 신경망 필터 출력 조절 정보 및 9) 심층 신경망 필터 가중치가 부여된 합 정보 중 하나 이상을 포함할 수 있다.The in-loop filter information includes: 1) filtering performance information for luma components, 2) filtering performance information for chroma components, 3) filter selection information for luma components, 4) filter selection information for chroma components, 5) specific target includes at least one of filtering performance information for , 6) filter selection information for a specific target, 7) deep neural network filter weight change information, 8) deep neural network filter output adjustment information, and 9) deep neural network filter weighted sum information. can do.
1) 루마 성분에 대한 필터링 수행 정보는 루마 성분에 대해 필터링이 수행되는지 여부를 나타낼 수 있다.1) The filtering performance information on the luma component may indicate whether filtering is performed on the luma component.
2) 크로마 성분에 대한 필터링 수행 정보는 크로마 성분에 대해 필터링이 수행되는지 여부를 나타낼 수 있다.2) The filtering performance information on the chroma component may indicate whether filtering is performed on the chroma component.
3) 루마 성분에 대한 필터 선택 정보는 루마 성분에 대하여 선택된 필터를 가리킬 수 있다.3) The filter selection information for the luma component may indicate a filter selected for the luma component.
4) 크로마 성분에 대한 필터 선택 정보는 크로마 성분에 대하여 선택된 필터를 가리킬 수 있다.4) The filter selection information for the chroma component may indicate a filter selected for the chroma component.
5) 특정 대상에 대한 필터링 수행 정보는 특정 대상에 대하여 필터링이 수행되는지 여부를 나타낼 수 있다.5) The filtering performance information for a specific target may indicate whether filtering is performed for the specific target.
실시예들에서, 특정 대상은 영상, 픽처, 슬라이스, CTU 및 블록을 포함할 수 있다.In embodiments, a specific object may include a video, picture, slice, CTU, and block.
6) 특정 대상에 대한 필터 선택 정보는 특정 대상에 대하여 선택된 필터를 나타낼 수 있다.6) The filter selection information for a specific target may indicate a filter selected for the specific target.
7) 심층 신경망 필터 가중치 변화 정보는 심층 신경망 필터의 가중치에 관련된 정보일 수 있다. 심층 신경망 필터 가중치 변화 정보는 심층 신경망 필터에 대한 가중치 정보를 포함할 수 있고, 가중치들의 개수를 나타내는 정보를 포함할 수 있다.7) The deep neural network filter weight change information may be information related to the weight of the deep neural network filter. The deep neural network filter weight change information may include weight information for the deep neural network filter and may include information indicating the number of weights.
8) 심층 신경망 필터 출력 조절 정보는 심층 신경망 필터의 출력을 조절하기 위해 사용되는 정보를 포함할 수 있다. 심층 신경망 필터 출력 조절 정보는 심층 신경망 필터의 출력을 조절하는지 여부를 나타내는 정보를 포함할 수 있다. 심층 신경망 필터 출력 조절 정보는 가중치를 포함할 수 있다.8) The deep neural network filter output control information may include information used to control the output of the deep neural network filter. The deep neural network filter output control information may include information indicating whether to adjust the output of the deep neural network filter. The deep neural network filter output adjustment information may include a weight.
9) 심층 신경망 필터 가중치가 부여된 합 정보는 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 결과의 가중치가 부여된 합을 도출하기 위해 사용되는 정보를 포함할 수 있다. 심층 신경망 필터 가중치가 부여된 합 정보는 가중치가 부여된 합의 가중치를 포함할 수 있다. 심층 신경망 필터 가중치가 부여된 합 정보는 기존의 인-루프 필터의 결과들 중 가중치가 부여된 합을 위해 사용되는 결과를 지시하는 정보를 포함할 수 있다.9) The deep neural network filter weighted sum information may include information used to derive a weighted sum of the output of the deep neural network filter and the result of the existing in-loop filter. The deep neural network filter weighted sum information may include weights of the weighted sum. The deep neural network filter weighted sum information may include information indicating a result used for a weighted sum among results of an existing in-loop filter.
루마 성분에 대한 필터링 수행 정보, 루마 성분에 대한 필터 선택 정보, 크로마 성분에 대한 필터링 수행 정보 및 크로마 성분에 대한 필터 선택 정보 중 적어도 하나에 대한 처리는 특정 대상에 대한 필터링 수행 정보 및 특정 대상에 대한 필터 선택 정보에 기반하여 수행될 수 있다.The processing of at least one of filtering performance information on luma components, filter selection information on luma components, filtering performance information on chroma components, and filter selection information on chroma components may include filtering performance information on a specific target and filtering performance information on a specific target. It may be performed based on filter selection information.
예를 들어, 특정 대상에 대한 필터링 수행 정보의 값이 제1 값인 경우, 특정 대상에 대한 필터링이 수행될 수 있다. 특정 대상에 대한 필터링 수행 정보의 값이 제2 값인 경우, 특정 대상에 대하여 필터링이 수행되지 않을 수 있다. 이 때, 각 특정 대상에 대하여 특정 대상에 대한 필터링 수행 정보가 시그널링될 수 있다.For example, when the value of the filtering performance information for a specific target is the first value, filtering for the specific target may be performed. When the value of the filtering performance information for a specific target is the second value, filtering may not be performed for the specific target. In this case, filtering performance information for a specific target may be signaled for each specific target.
예를 들어, 특정 대상에 대한 필터링 수행 정보의 값이 제1 값인 경우, 특정 대상에 대한 필터 선택 정보가 추가로 시그널링될 수 있다. 필터 선택 정보가 가리키는 선택된 필터를 사용하여 특정 대상에 대한 필터링이 수행될 수 있다.For example, when the value of the filtering performance information for a specific target is the first value, filter selection information for the specific target may be additionally signaled. Filtering for a specific target may be performed using the selected filter indicated by the filter selection information.
예측 심층 신경망 정보는 1) 루마 성분에 대한 예측 심층 신경망 수행 정보, 2) 크로마 성분에 대한 예측 심층 신경망 수행 정보, 3) 루마 성분에 대한 예측 심층 신경망 선택 정보, 4) 크로마 성분에 대한 예측 심층 신경망 선택 정보, 5) 특정 대상에 대한 예측 심층 신경망 수행 정보, 6) 특정 대상에 대한 예측 심층 신경망 선택 정보 및 7) 예측 심층 신경망 가중치 변화 정보 중 하나 이상을 포함할 수 있다.The predictive deep neural network information includes 1) predictive deep neural network performance information on luma components, 2) predictive deep neural network performance information on chroma components, 3) predictive deep neural network selection information on luma components, 4) predictive deep neural network performance information on chroma components. It may include one or more of selection information, 5) predictive deep neural network performance information for a specific target, 6) predictive deep neural network selection information for a specific target, and 7) predictive deep neural network weight change information.
1) 루마 성분에 대한 예측 심층 신경망 수행 정보는 루마 성분에 대해 예측 심층 신경망을 사용하는 예측이 수행되는지 여부를 나타낼 수 있다.1) The predictive deep neural network performance information on the luma component may indicate whether prediction using the predictive deep neural network is performed on the luma component.
2) 크로마 성분에 대한 예측 심층 신경망 수행 정보는 크로마 성분에 대해 예측 심층 신경망을 사용하는 예측이 수행되는지 여부를 나타낼 수 있다.2) The predictive deep neural network performance information on the chroma component may indicate whether prediction using the predictive deep neural network is performed on the chroma component.
3) 루마 성분에 대한 예측 심층 신경망 선택 정보는 루마 성분에 대하여 선택된 예측 심층 신경망을 나타낼 수 있다.3) The prediction deep neural network selection information for the luma component may indicate the prediction deep neural network selected for the luma component.
4) 크로마 성분에 대한 예측 심층 신경망 선택 정보는 크로마 성분에 대하여 선택된 예측 심층 신경망을 나타낼 수 있다.4) The prediction deep neural network selection information for the chroma component may indicate the prediction deep neural network selected for the chroma component.
5) 특정 대상에 대한 예측 심층 신경망 수행 정보는 특정 대상에 대하여 예측 심층 신경망을 사용하는 예측이 수행되는지 여부를 나타낼 수 있다.5) The predictive deep neural network performance information for a specific object may indicate whether prediction using the predictive deep neural network is performed for the specific object.
실시예들에서, 특정 대상은 CTU 및 블록을 포함할 수 있다.In embodiments, a specific object may include a CTU and a block.
6) 특정 대상에 대한 예측 심층 신경망 선택 정보는 특정 대상에 대하여 선택된 예측 심층 신경망을 나타낼 수 있다.6) Prediction deep neural network selection information for a specific object may represent a predictive deep neural network selected for a specific object.
7) 예측 심층 신경망 가중치 변화 정보는 예측 심층 신경망의 가중치에 관련된 정보일 수 있다. 예측 심층 신경망 가중치 변화 정보는 예측 심층 신경망에 대한 가중치 정보를 포함할 수 있고, 가중치들의 개수를 나타내는 정보를 포함할 수 있다7) The prediction deep neural network weight change information may be information related to the weight of the prediction deep neural network. The prediction deep neural network weight change information may include weight information for the prediction deep neural network and may include information indicating the number of weights.
루마 성분에 대한 예측 심층 신경망 수행 정보, 루마 성분에 대한 예측 심층 신경망 선택 정보, 크로마 성분에 대한 예측 심층 신경망 수행 정보 및 크로마 성분에 대한 예측 심층 신경망 선택 정보 중 적어도 하나에 대한 처리는 특정 대상에 대한 예측 심층 신경망 수행 정보 및 특정 대상에 대한 예측 심층 신경망 선택 정보에 기반하여 수행될 수 있다.Processing of at least one of the predictive deep neural network performance information on the luma component, the predictive deep neural network selection information on the luma component, the predictive deep neural network performance information on the chroma component, and the predictive deep neural network selection information on the chroma component is performed for a specific target. It may be performed based on predictive deep neural network performance information and predictive deep neural network selection information for a specific target.
예를 들어, 특정 대상에 대한 예측 심층 신경망 수행 정보의 값이 제1 값인 경우, 특정 대상에 대하여 예측 심층 신경망을 사용하는 예측이 수행될 수 있다. 특정 대상에 대한 예측 심층 신경망 수행 정보의 값이 제2 값인 경우, 특정 대상에 대하여 예측 심층 신경망을 사용하는 예측이 수행되지 않을 수 있다. 이 때, 특정 대상에 대한 예측 심층 신경망 수행 정보가 시그널링될 수 있다.For example, when the value of the predictive deep neural network performance information for a specific target is the first value, prediction using the predictive deep neural network may be performed for the specific target. When the value of the predictive deep neural network performance information for a specific object is the second value, prediction using the predictive deep neural network may not be performed for the specific object. In this case, information about performing a predictive deep neural network for a specific target may be signaled.
예를 들어, 특정 대상에 대한 예측 심층 신경망 수행 정보의 값이 제1 값인 경우, 특정 대상에 대한 예측 심층 신경망 선택 정보가 추가로 시그널링될 수 있다. 예측 심층 신경망 선택 정보가 가리키는 선택된 예측 심층 신경망을 사용하여 특정 대상에 대한 예측이 수행될 수 있다.For example, when the value of the predictive deep neural network performance information for a specific target is the first value, the predictive deep neural network selection information for the specific target may be additionally signaled. Prediction for a specific target may be performed using the selected predictive deep neural network indicated by the predictive deep neural network selection information.
예를 들어, 심층 신경망 정보는 스케일링 정보를 포함할 수 있다. 필터 또는 예측 심층 신경망의 출력을 개선(refine)하기 위해 필터 또는 예측 심층 신경망의 출력에 스케일링 연산이 적용될 수 있다. 고정된 가중치들이 심층 신경망 필터의 출력 및 기존의 인-루프 필터의 출력을 혼합(blend)하기 위해 사용될 수 있다. 예를 들면, 심층 신경망 필터에 대한 가중치는 1, 0.75 또는 0.5일 수 있다.For example, deep neural network information may include scaling information. A scaling operation may be applied to the output of the filter or predictive deep neural network to refine the output of the filter or predictive deep neural network. Fixed weights can be used to blend the output of the deep neural network filter and the output of the conventional in-loop filter. For example, the weight for a deep neural network filter may be 1, 0.75 or 0.5.
상기의 실시예들은 부호화 장치(1600) 및 복호화 장치(1700)에서 동일한 방법 및/또는 상응하는 방법으로 수행될 수 있다. 또한, 영상의 부호화 및/또는 복호화에 있어서 상기의 실시예들 중 하나 이상의 조합이 사용될 수 있다.The above embodiments may be performed in the same method and/or a corresponding method in the encoding device 1600 and the decoding device 1700. Also, a combination of one or more of the above embodiments may be used in encoding and/or decoding an image.
상기의 실시예들이 적용되는 순서는 부호화 장치(1600) 및 복호화 장치(1700)에서 서로 상이할 수 있다. 또는, 상기의 실시예들이 적용되는 순서는 부호화 장치(1600) 및 복호화 장치(1700)에서 (적어도 부분적으로) 동일할 수 있다.The order in which the above embodiments are applied may be different in the encoding device 1600 and the decoding device 1700. Alternatively, the order in which the above embodiments are applied may be the same (at least partially) in the encoding device 1600 and the decoding device 1700.
상기의 실시예들은 루마 신호 및 크로마 신호의 각각에 대하여 수행될 수 있다. 루마 신호 및 크로마 신호에 대하여 상기의 실시예들이 동일하게 수행할 수 있다.The above embodiments may be performed for each of the luma signal and chroma signal. The above embodiments may perform the same with respect to the luma signal and the chroma signal.
상기의 실시예들이 적용되는 블록의 형태는 정방형(square) 형태 또는 비정방형(non-square) 형태를 가질 수 있다.The shape of a block to which the above embodiments are applied may have a square shape or a non-square shape.
상기의 실시예들 중 적어도 하나의 실시예의 적용 및/또는 수행 여부는 블록의 크기에 대한 조건에 기반하여 결정될 수 있다. 말하자면, 상기의 실시예들 중 적어도 하나의 실시예는 블록의 크기에 대한 조건이 충족되는 경우 적용 및/또는 수행될 수 있다. 조건은 최소 블록 크기 및 최대 블록 크기를 포함할 수 있다. 블록은 실시예들에서 전술된 블록들 및 실시예에서 전술된 유닛들 중 하나일 수 있다. 최소 블록 크기가 적용되는 블록 및 최대 블록 크기가 적용되는 블록은 서로 다를 수 있다.Whether to apply and/or perform at least one of the above embodiments may be determined based on a condition for a block size. In other words, at least one of the above embodiments may be applied and/or performed when a condition for a block size is satisfied. The condition may include a minimum block size and a maximum block size. The block may be one of the blocks described above in the embodiments and the units described above in the embodiments. A block to which the minimum block size is applied and a block to which the maximum block size is applied may be different.
예를 들면, 블록의 크기가 최소 크기의 이상인 경우 및/또는 블록의 크기가 최대 크기의 이하인 경우에, 전술된 실시예가 적용 및/또는 수행될 수 있다. 블록의 크기가 최소 크기보다 더 큰 경우 및/또는 블록의 크기가 최대 크기의 이하인 경우에, 전술된 실시예가 적용 및/또는 수행될 수 있다.For example, when the size of a block is equal to or greater than the minimum size and/or when the size of a block is equal to or less than the maximum size, the above-described embodiment may be applied and/or performed. When the size of the block is greater than the minimum size and/or when the size of the block is less than or equal to the maximum size, the above-described embodiment may be applied and/or performed.
예를 들어, 블록의 크기가 기정의된 블록 크기인 경우에만 전술된 실시예가 적용될 수 있다. 기정의된 블록 크기는 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 또는 128x128일 수 있다. 기정의된 블록 크기는 (2*SIZEX)x(2*SIZEY)일 수 있다. SIZEX는 1 이상의 정수들 중 하나일 수 있다. SIZEY는 1 이상의 정수들 중 하나일 수 있다.For example, the above-described embodiment may be applied only when the size of a block is a predefined block size. The predefined block size may be 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 or 128x128. The predefined block size may be (2*SIZE X )x(2*SIZE Y ). SIZE X can be one of 1 or more integers. SIZE Y can be one of 1 or more integers.
예를 들어, 블록의 크기가 블록 최소 크기의 이상일 경우에만 전술된 실시예가 적용될 수 있다. 블록의 크기가 블록 최소 크기보다 더 큰 경우에만 전술된 실시예가 적용될 수 있다. 블록 최소 크기는 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 또는 128x128일 수 있다. 또는, 블록 최소 크기는 (2*SIZEMIN_X)x(2*SIZEMIN_Y)일 수 있다. SIZEMIN_X는 1 이상의 정수들 중 하나일 수 있다. SIZEMIN_Y는 1 이상의 정수들 중 하나일 수 있다.For example, the above-described embodiment may be applied only when the size of a block is greater than or equal to the minimum block size. The above-described embodiment can be applied only when the size of a block is greater than the minimum block size. Block minimum size can be 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 or 128x128. Alternatively, the minimum block size may be (2*SIZE MIN_X )x(2*SIZE MIN_Y ). SIZE MIN_X can be one of 1 or more integers. SIZE MIN_Y can be one of 1 or more integers.
예를 들어, 블록의 크기가 최대 블록 크기의 이하인 경우에만 전술된 실시예가 적용될 수 있다. 블록의 크기가 최대 블록 크기보다 더 작은 경우에만 전술된 실시예가 적용될 수 있다. 최대 블록 크기는 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 또는 128x128일 수 있다. 또는, 블록 최대 크기는 (2*SIZEMAX_X)x(2*SIZEMAX_Y)일 수 있다. SIZEMAX_X는 1 이상의 정수들 중 하나일 수 있다. SIZEMAX_Y는 1 이상의 정수들 중 하나일 수 있다.For example, the above-described embodiment may be applied only when the size of a block is less than or equal to the maximum block size. The above-described embodiment can be applied only when the size of a block is smaller than the maximum block size. The maximum block size can be 2x2, 4x4, 8x8, 16x16, 32x32, 64x64 or 128x128. Alternatively, the maximum block size may be (2*SIZE MAX_X )x(2*SIZE MAX_Y ). SIZE MAX_X can be one of 1 or more integers. SIZE MAX_Y can be one of 1 or more integers.
예를 들어, 블록의 크기가 최소 블록 크기의 이상이고 최대 블록 크기의 이하인 경우에만 전술된 실시예가 적용될 수 있다. 블록의 크기가 최소 블록 크기보다 더 크고 최대 블록 크기의 이하인 경우에만 전술된 실시예가 적용될 수 있다. 블록의 크기가 최소 블록 크기의 이상이고 최대 블록 크기보다 더 작은 경우에만 전술된 실시예가 적용될 수 있다. 블록의 크기가 최소 블록 크기보다 더 크고 최대 블록 크기보다 더 작은 경우에만 전술된 실시예가 적용될 수 있다. For example, the above-described embodiment may be applied only when the size of a block is greater than or equal to the minimum block size and less than or equal to the maximum block size. The foregoing embodiment can be applied only when the block size is greater than the minimum block size and less than or equal to the maximum block size. The above-described embodiment can be applied only when the size of a block is greater than or equal to the minimum block size and smaller than the maximum block size. The above-described embodiment can be applied only when the block size is larger than the minimum block size and smaller than the maximum block size.
전술된 실시예들에서, 블록의 크기는 블록의 가로 크기 또는 블록의 세로 크기를 의미할 수 있다. 블록의 크기는 블록의 가로 크기 및 블록의 세로 크기의 양자를 의미할 수 있다. 또한, 블록의 크기는 블록의 면적을 의미할 수 있다. 면적, 최소 블록 크기 및 최대 블록 크기의 각각은 1 이상의 정수들 중 하나일 수 있다. 또한, 블록의 크기는 블록의 가로 크기 및 세로 크기를 사용하는 알려진 수식의 결과(또는, 값) 또는 실시예의 수식의 결과(또는, 값)를 의미할 수 있다.In the above-described embodiments, the size of a block may mean a horizontal size of a block or a vertical size of a block. The size of a block can mean both the horizontal size of the block and the vertical size of the block. Also, the size of a block may mean the area of the block. Each of the area, minimum block size, and maximum block size may be one of integers greater than or equal to 1. Also, the size of a block may mean a result (or value) of a known formula using the horizontal size and vertical size of a block or a result (or value) of a formula in an embodiment.
또한, 상기의 실시예들에 있어서, 제1 크기에 대해서는 제1의 실시예가 적용될 수도 있고, 제2 크기에 대해서는 제2의 실시예가 적용될 수도 있다. Also, in the above embodiments, the first embodiment may be applied to the first size, and the second embodiment may be applied to the second size.
상기의 실시예들은 시간적 계층(temporal layer)에 따라 적용될 수 있다. 상기의 실시예들이 적용 가능한 시간적 계층을 식별하기 위해 별도의 식별자(identifier)가 시그널링될 수 있고, 해당 식별자에 의해 특정되는 시간적 계층에 대해서 상기의 실시예들이 적용될 수 있다. 여기서의 식별자는 상기의 실시예가 적용 가능한 최하위 계층 및/또는 최상위 계층으로서 정의될 수도 있고, 상기의 실시예가 적용되는 특정 계층을 지시하도록 정의될 수도 있다. 또한, 상기의 실시예가 적용되는 고정된 시간적 계층이 정의될 수도 있다.The above embodiments may be applied according to a temporal layer. A separate identifier may be signaled to identify a temporal layer to which the above embodiments are applicable, and the above embodiments may be applied to a temporal layer specified by the identifier. The identifier herein may be defined as the lowest layer and/or the highest layer to which the above embodiment is applicable, or may be defined to indicate a specific layer to which the above embodiment is applied. In addition, a fixed temporal layer to which the above embodiment is applied may be defined.
예를 들어, 대상 영상의 시간적 계층이 최하위 계층일 경우에만 상기의 실시예들이 적용될 수 있다. 예를 들어, 대상 영상의 시간적 계층 식별자가 1 이상인 경우에만 상기의 실시예들이 적용될 수 있다. 예를 들어, 대상 영상의 시간적 계층이 최상위 계층일 경우에만 상기의 실시예들이 적용될 수 있다.For example, the above embodiments may be applied only when the temporal layer of the target image is the lowest layer. For example, the above embodiments may be applied only when the temporal layer identifier of the target image is 1 or more. For example, the above embodiments may be applied only when the temporal layer of the target image is the highest layer.
상기의 실시예들이 적용되는 슬라이스 타입(slice type) 또는 타일 그룹 타입이 정의될 수 있고, 해당 슬라이스 타입 또는 타일 그룹 타입에 따라 상기의 실시예들이 적용될 수 있다.A slice type or tile group type to which the above embodiments are applied may be defined, and the above embodiments may be applied according to the corresponding slice type or tile group type.
상술된 실시예들에서, 특정된 대상에 특정된 처리를 적용함에 있어서, 특정된 조건이 요구될 수 있으며, 특정된 결정 하에 상기의 특정된 처리가 처리되는 것으로 설명된 경우, 특정된 코딩 파라미터에 기반하여 특정된 조건이 충족되는지 여부가 결정되거나, 특정된 코딩 파라미터에 기반하여 특정된 결정이 이루어지는 것으로 설명되었으면, 상기의 특정된 코딩 파라미터는 다른 코딩 파라미터로 대체될 수 있는 것으로 해석될 수 있다. 말하자면, 특정된 조건 또는 특정된 결정에 영향을 미치는 코딩 파라미터는 단지 예시적인 것으로 간주될 수 있으며, 명시된 코딩 파라미터 외에도 하나 이상의 다른 코딩 파라미터들의 결합이 상기의 명시된 코딩 파라미터의 역할을 수행하는 것으로 이해될 수 있다.In the above-described embodiments, in applying a specified process to a specified subject, a specified condition may be required, and if it is described that the specified process is processed under a specified decision, the specified coding parameter If it is described that whether or not a specified condition is satisfied based on a specific coding parameter or a specified decision is made based on a specified coding parameter, it can be interpreted that the specified coding parameter can be replaced with another coding parameter. That is to say, a coding parameter that affects a specified condition or a specified decision may be regarded as exemplary only, and it will be understood that a combination of one or more other coding parameters in addition to the specified coding parameter plays a role of the above specified coding parameter. can
상술된 실시예들에서, 방법들은 일련의 단계 또는 유닛으로서 순서도를 기초로 설명되고 있으나, 본 발명은 단계들의 순서에 한정되는 것은 아니며, 어떤 단계는 상술한 바와 다른 단계와 다른 순서로 또는 동시에 발생할 수 있다. 또한, 당해 기술 분야에서 통상의 지식을 가진 자라면 순서도에 나타난 단계들이 배타적이지 않고, 다른 단계가 포함되거나, 순서도의 하나 또는 그 이상의 단계가 본 발명의 범위에 영향을 미치지 않고 삭제될 수 있음을 이해할 수 있을 것이다.In the foregoing embodiments, the methods are described on the basis of a flow chart as a series of steps or units, but the present invention is not limited to the order of steps, and some steps may occur in a different order or concurrently with other steps as described above. can In addition, those skilled in the art will understand that the steps shown in the flow chart are not exclusive, that other steps may be included, or that one or more steps of the flow chart may be deleted without affecting the scope of the present invention. You will understand.
상술된 실시예들은 다양한 양태의 예시들을 포함한다. 다양한 양태들을 나타내기 위한 모든 가능한 조합이 기술될 수는 없지만, 해당 기술 분야의 통상의 지식을 가진 자는 명시적으로 기술된 조합 외에도 다른 조합이 가능함을 인식할 수 있을 것이다. 따라서, 본 발명은 이하의 특허청구범위 내에 속하는 모든 다른 교체, 수정 및 변경을 포함한다고 할 것이다.The embodiments described above include examples of various aspects. While not all possible combinations for representing the various aspects may be described, those skilled in the art will recognize that other combinations than those explicitly described are possible. Accordingly, it is intended that the present invention cover all other substitutions, modifications and variations falling within the scope of the following claims.
이상 설명된 본 발명에 따른 실시예들은 다양한 컴퓨터 구성요소를 통하여 수행될 수 있는 프로그램 명령어의 형태로 구현되어 컴퓨터 판독 가능한 기록 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능한 기록 매체는 프로그램 명령어, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 컴퓨터 판독 가능한 기록 매체에 기록되는 프로그램 명령어는 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 분야의 당업자에게 공지되어 사용 가능한 것일 수도 있다.Embodiments according to the present invention described above may be implemented in the form of program instructions that can be executed through various computer components and recorded on a computer-readable recording medium. The computer readable recording medium may include program instructions, data files, data structures, etc. alone or in combination. Program instructions recorded on the computer-readable recording medium may be specially designed and configured for the present invention, or may be known and usable to those skilled in the art of computer software.
컴퓨터 판독 가능한 기록 매체는 본 발명에 따른 실시예들에서 사용되는 정보를 포함할 수 있다. 예를 들면, 컴퓨터 판독 가능한 기록 매체는 비트스트림을 포함할 수 있고, 비트스트림은 본 발명에 따른 실시예들에서 설명된 정보를 포함할 수 있다.A computer-readable recording medium may contain information used in embodiments according to the present invention. For example, a computer-readable recording medium may include a bitstream, and the bitstream may include information described in embodiments according to the present invention.
비트스트림은 컴퓨터 실행 가능한(computer-executable) 코드 및/또는 프로그램을 포함할 수 있다. 컴퓨터 실행 가능한(computer-executable) 코드 및/또는 프로그램은 실시예들에서 설명된 정보들을 포함할 수 있으며, 실시예들에서 설명된 구문 요소들(syntax elements)을 포함할 수 있다. 말하자면, 실사예에서 설명된 정보들 및 구문 요소들은 비트스트림 내의 컴퓨터 실행 가능한 코드로 간주될 수 있으며, 비트스트림으로 표현된 컴퓨터 실행 가능한 코드 및/또는 프로그램의 적어도 일부로 간주될 수 있다.컴퓨터 판독 가능한 기록 매체는 비-일시적 컴퓨터 판독 가능한 매체(non-transitory computer-readable medium)를 포함할 수 있다.A bitstream may include computer-executable code and/or programs. Computer-executable codes and/or programs may include information described in the embodiments and may include syntax elements described in the embodiments. In other words, the information and syntax elements described in the actual examples may be regarded as computer-executable code in a bitstream, and may be regarded as at least part of a computer-executable code and/or program represented in a bitstream. The recording medium may include a non-transitory computer-readable medium.
컴퓨터 판독 가능한 기록 매체의 예에는, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM, DVD와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 ROM, RAM, 플래시 메모리 등과 같은 프로그램 명령어를 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령어의 예에는, 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드도 포함된다. 상기의 하드웨어 장치는 본 발명에 따른 처리를 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical recording media such as CD-ROMs and DVDs, and magneto-optical media such as floptical disks. media), and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include high-level language codes that can be executed by a computer using an interpreter or the like as well as machine language codes such as those produced by a compiler. The above hardware devices may be configured to act as one or more software modules to perform processing according to the present invention and vice versa.
이상에서 본 발명이 구체적인 구성요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나, 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명이 상기의 실시예들에 한정되는 것은 아니며, 본 발명이 속하는 기술분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형을 꾀할 수 있다.In the above, the present invention has been described by specific details such as specific components and limited embodiments and drawings, but these are provided only to help a more general understanding of the present invention, and the present invention is not limited to the above embodiments. No, and those skilled in the art to which the present invention pertains may seek various modifications and variations from these descriptions.
따라서, 본 발명의 사상은 상기의 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐만 아니라 이 특허청구범위와 균등하게 또는 등가적으로 변형된 모든 것들은 본 발명의 사상의 범주에 속한다고 할 것이다.Therefore, the spirit of the present invention should not be limited to the above-described embodiments and should not be determined, and not only the claims to be described later, but also all modifications equivalent or equivalent to these claims fall within the scope of the spirit of the present invention. would be said to belong.

Claims (20)

  1. 심층 신경망을 선택하는 단계;selecting a deep neural network;
    상기 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보에 대한 부호화를 수행하여 부호화된 심층 신경망 정보를 생성하는 단계; 및generating coded deep neural network information by encoding deep neural network information used to construct the deep neural network; and
    상기 부호화된 심층 신경망 정보를 포함하는 비트스트림을 생성하는 단계Generating a bitstream including the encoded deep neural network information
    를 포함하는 영상 부호화 방법.An image encoding method comprising a.
  2. 제1항에 있어서,According to claim 1,
    상기 심층 신경망에서의 학습을 수행하는 단계Performing learning in the deep neural network
    를 더 포함하는 영상 부호화 방법.An image encoding method further comprising.
  3. 제2항에 있어서,According to claim 2,
    상기 심층 신경망에서의 학습을 수행하는 단계는,The step of performing learning in the deep neural network,
    선생 네트워크에서의 학습을 수행하는 단계;performing learning in the teacher network;
    학생 네트워크에서의 제1 학습을 수행하는 단계; 및conducting first learning in the student network; and
    상기 학생 네트워크에서의 제2 학습을 수행하는 단계performing a second learning in the student network;
    를 포함하는 영상 부호화 방법.An image encoding method comprising a.
  4. 제3항에 있어서,According to claim 3,
    상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행되는 영상 부호화 방법.Learning in the student network is performed using knowledge distillation using the teacher network.
  5. 제1항에 있어서,According to claim 1,
    상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행되는 영상 부호화 방법.An image encoding method in which learning is performed in an in-loop filter based on the deep neural network.
  6. 제5항에 있어서,According to claim 5,
    상기 인-루프 필터의 입력은 압축 열화가 발생한 영상이고,The input of the in-loop filter is an image in which compression deterioration has occurred,
    상기 인-루프 필터의 출력은 압축 열화가 제거된 영상이고,The output of the in-loop filter is an image from which compression degradation has been removed,
    상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행되는 영상 부호화 방법.An image encoding method in which learning is performed in the in-loop filter so that an error between an output of the in-loop filter and an original image is minimized.
  7. 제1항에 있어서,According to claim 1,
    상기 심층 신경망은 예측을 통해 원본 영상과 유사한 예측 영상을 생성하는 예측 심층 신경망인 영상 부호화 방법.The deep neural network is a predictive deep neural network that generates a predicted image similar to an original image through prediction.
  8. 부호화된 심층 신경망 정보를 포함하는 비트스트림을 수신하는 단계;Receiving a bitstream including encoded deep neural network information;
    상기 부호화된 심층 신경망 정보에 대한 복호화를 수행하여 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보를 생성하는 단계; 및generating deep neural network information used to construct a deep neural network by decoding the encoded deep neural network information; and
    상기 심층 신경망을 선택하는 단계selecting the deep neural network
    를 포함하는 영상 복호화 방법.Image decoding method comprising a.
  9. 제8항에 있어서,According to claim 8,
    상기 심층 신경망에서의 학습을 수행하는 단계Performing learning in the deep neural network
    를 더 포함하는 영상 복호화 방법.Image decoding method further comprising.
  10. 제9항에 있어서,According to claim 9,
    상기 심층 신경망에서의 학습을 수행하는 단계는,The step of performing learning in the deep neural network,
    선생 네트워크에서의 학습을 수행하는 단계;performing learning in the teacher network;
    학생 네트워크에서의 제1 학습을 수행하는 단계; 및conducting first learning in the student network; and
    상기 학생 네트워크에서의 제2 학습을 수행하는 단계performing a second learning in the student network;
    를 포함하는 영상 복호화 방법.Image decoding method comprising a.
  11. 제10항에 있어서,According to claim 10,
    상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행되는 영상 복호화 방법.Learning in the student network is performed using knowledge distillation using the teacher network.
  12. 제8항에 있어서,According to claim 8,
    상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행되는 영상 복호화 방법.An image decoding method in which learning is performed in an in-loop filter based on the deep neural network.
  13. 제12항에 있어서,According to claim 12,
    상기 인-루프 필터의 입력은 압축 열화가 발생한 영상이고,The input of the in-loop filter is an image in which compression deterioration has occurred,
    상기 인-루프 필터의 출력은 압축 열화가 제거된 영상이고,The output of the in-loop filter is an image from which compression degradation has been removed,
    상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행되는 영상 복호화 방법.An image decoding method in which learning is performed in the in-loop filter so that an error between an output of the in-loop filter and an original image is minimized.
  14. 제8항에 있어서,According to claim 8,
    상기 심층 신경망은 예측을 통해 원본 영상과 유사한 예측 영상을 생성하는 예측 심층 신경망인 영상 복호화 방법.The deep neural network is a predictive deep neural network that generates a predicted image similar to an original image through prediction.
  15. 영상 복호화를 위한 비트스트림을 저장하는 컴퓨터 판독 가능한 기록 매체에 있어서, 상기 비트스트림은,A computer-readable recording medium storing a bitstream for image decoding, wherein the bitstream comprises:
    부호화된 심층 신경망 정보Encoded Deep Neural Network Information
    를 포함하고,including,
    상기 부호화된 심층 신경망 정보에 대한 복호화를 수행하여 심층 신경망을 구성하기 위해 사용되는 심층 신경망 정보가 생성되고,Deep neural network information used to construct a deep neural network is generated by decoding the encoded deep neural network information;
    상기 심층 신경망이 선택되는 컴퓨터 판독 가능한 기록매체.A computer-readable recording medium on which the deep neural network is selected.
  16. 제16항에 있어서,According to claim 16,
    상기 심층 신경망에서의 학습이 수행되는 컴퓨터 판독 가능한 기록매체.A computer-readable recording medium on which learning is performed in the deep neural network.
  17. 제16항에 있어서,According to claim 16,
    선생 네트워크에서의 학습이 수행되고,Learning from the teacher network is performed,
    학생 네트워크에서의 제1 학습이 수행되고,A first learning in the student network is performed;
    상기 학생 네트워크에서의 제2 학습을 수행되는 컴퓨터 판독 가능한 기록매체.A computer-readable recording medium on which second learning is performed in the student network.
  18. 제17항에 있어서,According to claim 17,
    상기 학생 네트워크에서의 학습은 상기 선생 네트워크를 사용하는 지식 증류를 사용하여 수행되는 컴퓨터 판독 가능한 기록매체.Learning in the student network is performed using knowledge distillation using the teacher network.
  19. 제15항에 있어서,According to claim 15,
    상기 심층 신경망에 기반하는 인-루프 필터에서의 학습이 수행되는 컴퓨터 판독 가능한 기록매체.A computer-readable recording medium on which learning is performed in an in-loop filter based on the deep neural network.
  20. 제12항에 있어서,According to claim 12,
    상기 인-루프 필터의 입력은 압축 열화가 발생한 영상이고,The input of the in-loop filter is an image in which compression deterioration has occurred,
    상기 인-루프 필터의 출력은 압축 열화가 제거된 영상이고,The output of the in-loop filter is an image from which compression degradation has been removed,
    상기 인-루프 필터의 출력 및 원본 영상 간의 오차가 최소화되도록 상기 인-루프 필터에서의 학습이 수행되는 컴퓨터 판독 가능한 기록매체.A computer-readable recording medium in which learning is performed in the in-loop filter so that an error between an output of the in-loop filter and an original image is minimized.
PCT/KR2022/014710 2021-09-29 2022-09-29 Method, device and recording medium for image encoding/decoding WO2023055153A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
KR10-2021-0129157 2021-09-29
KR20210129157 2021-09-29
KR10-2022-0124695 2022-09-29
KR1020220124695A KR20230046269A (en) 2021-09-29 2022-09-29 Method, apparatus and recording medium for encoding/decoding image

Publications (1)

Publication Number Publication Date
WO2023055153A1 true WO2023055153A1 (en) 2023-04-06

Family

ID=85783226

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/014710 WO2023055153A1 (en) 2021-09-29 2022-09-29 Method, device and recording medium for image encoding/decoding

Country Status (1)

Country Link
WO (1) WO2023055153A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017222140A1 (en) * 2016-06-24 2017-12-28 한국과학기술원 Encoding and decoding methods and devices including cnn-based in-loop filter
KR20200045128A (en) * 2018-10-22 2020-05-04 삼성전자주식회사 Model training method and apparatus, and data recognizing method
US20200145661A1 (en) * 2017-07-06 2020-05-07 Samsung Electronics Co., Ltd. Method for encoding/decoding image, and device therefor
KR20200109904A (en) * 2019-03-15 2020-09-23 (주)인시그널 System and method for DNN based image or video coding
KR20210071886A (en) * 2020-06-09 2021-06-16 베이징 바이두 넷컴 사이언스 앤 테크놀로지 코., 엘티디. Model distillation method, device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017222140A1 (en) * 2016-06-24 2017-12-28 한국과학기술원 Encoding and decoding methods and devices including cnn-based in-loop filter
US20200145661A1 (en) * 2017-07-06 2020-05-07 Samsung Electronics Co., Ltd. Method for encoding/decoding image, and device therefor
KR20200045128A (en) * 2018-10-22 2020-05-04 삼성전자주식회사 Model training method and apparatus, and data recognizing method
KR20200109904A (en) * 2019-03-15 2020-09-23 (주)인시그널 System and method for DNN based image or video coding
KR20210071886A (en) * 2020-06-09 2021-06-16 베이징 바이두 넷컴 사이언스 앤 테크놀로지 코., 엘티디. Model distillation method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2019112394A1 (en) Method and apparatus for encoding and decoding using selective information sharing between channels
WO2019190224A1 (en) Image encoding/decoding method and device, and recording medium in which bitstream is stored
WO2018026148A1 (en) Image encoding/decoding method and device, and recording medium storing bitstream
WO2019107927A1 (en) Bidirectional intra prediction method and apparatus
WO2020184977A1 (en) Intra block copy-based encoding/decoding method and device, and bitstream storage medium
WO2021015581A1 (en) Method, apparatus, and recording medium for encoding/decoding image by using geometric partitioning
WO2020256528A1 (en) Video encoding/decoding method and device, and bitstream storage medium
WO2021054805A1 (en) Image encoding/decoding method and device, and recording medium storing bitstream
WO2018174618A1 (en) Prediction method and device using reference block
WO2020050600A1 (en) Video encoding/decoding method and device, and recording medium for storing bitstream
WO2020256422A1 (en) Inter prediction information encoding/decoding method and device
WO2020060317A1 (en) Method and apparatus for encoding/decoding image, and recording medium for storing bitstream
WO2021112651A1 (en) Method and device for encoding/decoding image by using palette mode, and recording medium
WO2021112652A1 (en) Method, apparatus, and recording medium for region-based differential image encoding/decoding
WO2022019613A1 (en) Method, apparatus, and recording medium for encoding/decoding image by using geometric partitioning
WO2019074273A1 (en) Method and device using inter prediction information
WO2020256377A1 (en) Sub-block division-based image encoding/decoding method and device
WO2020130710A1 (en) Image encoding/decoding method and device, and recording medium in which bitstream is stored
WO2019117645A1 (en) Image encoding and decoding method and device using prediction network
WO2019147067A1 (en) Method and apparatus for image encoding and image decoding using temporal motion information
WO2020256495A1 (en) Method, device, and recording medium for encoding/decoding image using reference picture
WO2020256522A1 (en) Method and apparatus for image encoding and image decoding using area segmentation
WO2020256324A1 (en) Video encoding/decoding method and apparatus, and recording medium storing bitstream
WO2020209671A1 (en) Method and device for signaling prediction mode-related signal in intra prediction
WO2021029720A1 (en) Method, apparatus, and recording medium for encoding/decoding image by using partitioning

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

Country of ref document: EP

Kind code of ref document: A1