Image encoding / decoding method and device
A neural network-based intra-prediction method enhances the compression efficiency of high-resolution video data by determining reference samples and generating prediction blocks, addressing the increased costs and volume challenges of high-quality video data.
Patent Information
- Authority / Receiving Office
- WO · WO
- Patent Type
- Applications
- Current Assignee / Owner
- UNIVERSITY INDUSTRY COOPERATION GROUP OF KYUNG HEE UNIVERSITY
- Filing Date
- 2025-11-20
- Publication Date
- 2026-05-28
AI Technical Summary
The increasing demand for high-resolution, high-quality video data poses challenges in terms of transmission and storage costs due to its larger volume, necessitating high-efficiency video encoding/decoding technologies.
An image encoding/decoding method utilizing a neural network-based intra-prediction approach that determines the availability of reference samples, derives context from these samples, and generates prediction blocks using a neural network model to enhance compression efficiency.
Improves the compression efficiency of image data by leveraging neural network-based intra-prediction methods, effectively addressing the challenges of high-resolution and high-quality video data transmission and storage.
Smart Images

Figure KR2025019311_28052026_PF_FP_ABST
Abstract
Description
Video encoding / decoding method and device
[0001] The present invention relates to an image encoding / decoding method and apparatus, and more specifically, to an image encoding / decoding method and apparatus using a neural network-based intra-prediction method.
[0002] Recently, the demand for multimedia data, such as video, has been increasing rapidly. In particular, the demand for high-resolution, high-quality video, such as HD (High Definition) and UHD (Ultra High Definition), is growing across various application fields. High-resolution, high-quality video data involves a much larger volume compared to conventional video data. Consequently, the transmission and storage costs for storing and / or transmitting such high-resolution, high-quality video data increase compared to conventional video data.
[0003] To solve these problems, high-efficiency video encoding / decoding technology for videos with higher resolution and quality is required.
[0004] To encode images, various techniques are used, such as intra-prediction techniques that predict pixel values within the current picture using pixel information within the current picture, intra-prediction techniques that predict pixel values from previous or subsequent pictures, transformation and quantization techniques to compress the energy of residual signals—the difference between the predicted signal and the original signal—and entropy coding techniques that assign short codes to values with high frequency and long codes to values with low frequency. Furthermore, to improve image encoding efficiency, various tools are being developed to implement each of these techniques. Additionally, to decode the encoded image, the image can be restored and reproduced through image decoding techniques that utilize technologies and tools corresponding to the image encoding techniques.
[0005] By utilizing these video encoding and video decoding technologies, video data can be effectively compressed, transmitted, stored, and played back.
[0006] The present disclosure aims to provide an image encoding / decoding method and apparatus that improve a neural network-based intra-prediction method applicable to various situations and enhance the compression efficiency of image data.
[0007] The technical problems to be solved by the present disclosure are not limited to those mentioned above. In addition, other technical problems not mentioned in the present disclosure will be clearly understood by those skilled in the art from the present disclosure.
[0008] A video decoding method according to an embodiment of the present invention comprises the steps of determining the availability of reference samples adjacent to a current block, deriving the context of the current block based on the available reference samples, inputting the context into a neural network model to derive intra-prediction related information of the current block, and generating a prediction block of the current block based on the intra-prediction related information of the current block, wherein the intra-prediction related information of the current block may include at least one of information regarding the intra-prediction mode of the current block, information regarding the intra-prediction method of the current block, the intra-prediction value of the current block, and information on a transformation kernel applied to the current block.
[0009] In the above image decoding method, the reference samples adjacent to the current block may be characterized by including samples located to the left of the current block, samples located at the top of the current block, and samples located at the top left of the current block.
[0010] In the above image decoding method, the samples located to the left of the current block may further include samples located to the lower left of the current block, and the samples located to the top of the current block may further include samples adjacent to the upper right of the current block.
[0011] In the above image decoding method, when the current block is adjacent to the boundary of a predetermined region containing the current block, the available reference samples may be characterized as being reference samples located inside the predetermined region.
[0012] In the above-described image decoding method, the predetermined region may be characterized as being one of a frame, a slice, a picture, a tile, or a coding tree block.
[0013] In the above image decoding method, the step of inputting the context into the neural network model to derive intra-prediction related information of the current block may be characterized as being performed when the number of available reference samples among reference samples adjacent to the current block is greater than or equal to a predetermined number.
[0014] In the above image decoding method, the context of the current block may be characterized by including the available reference samples and additional sample values derived based on the available reference samples.
[0015] In the above image decoding method, the additional sample value may be characterized by being derived based on the value of a reference sample adjacent to an unavailable reference sample.
[0016] In the above image decoding method, the additional sample value may be characterized by being derived based on the average value of the available reference samples.
[0017] A video encoding method according to an embodiment of the present invention comprises the steps of determining the availability of reference samples adjacent to a current block, deriving the context of the current block based on the available reference samples, inputting the context into a neural network model to derive intra-prediction related information of the current block, and generating a prediction block of the current block based on the intra-prediction related information of the current block, wherein the intra-prediction related information of the current block may include at least one of information regarding the intra-prediction mode of the current block, information regarding the intra-prediction method of the current block, the intra-prediction value of the current block, and information on a transformation kernel applied to the current block.
[0018] A non-transient computer-readable recording medium storing a bitstream generated by an image encoding method according to an embodiment of the present invention may store a bitstream generated by an image encoding method, comprising the steps of determining the availability of reference samples adjacent to a current block, deriving the context of the current block based on the available reference samples, inputting the context into a neural network model to derive intra-prediction related information of the current block, and generating a prediction block of the current block based on the intra-prediction related information of the current block, wherein the intra-prediction related information of the current block includes at least one of information regarding the intra-prediction mode of the current block, information regarding the intra-prediction method of the current block, the intra-prediction value of the current block, and information of a transformation kernel applied to the current block.
[0019] A method for transmitting a bitstream generated by a video encoding method according to an embodiment of the present invention may transmit a bitstream, comprising the steps of: determining the availability of reference samples adjacent to a current block; deriving the context of the current block based on the available reference samples; inputting the context into a neural network model to derive intra prediction information of the current block; and generating a prediction block of the current block based on the intra prediction information of the current block, wherein the intra prediction information of the current block includes at least one of information regarding the intra prediction mode of the current block, information regarding the intra prediction method of the current block, the intra prediction value of the current block, and information on a transformation kernel applied to the current block.
[0020] The present disclosure can provide an image encoding / decoding method and apparatus that improve a neural network-based intra-prediction method applicable to various situations and enhance the compression efficiency of image data.
[0021] Additionally, according to the present disclosure, a recording medium storing a bitstream generated by the image encoding method or device of the present invention may be provided.
[0022] The effects obtainable from the present disclosure are not limited to those mentioned above, and other unmentioned effects will be clearly understood by those skilled in the art from the description below.
[0023] FIG. 1 is a block diagram showing an image encoding device according to one embodiment of the present invention.
[0024] FIG. 2 is a block diagram showing an image decoding device according to one embodiment of the present invention.
[0025] FIG. 3 is a schematic diagram showing a video coding system to which the present invention can be applied.
[0026] FIG. 4 is a diagram illustrating an exemplary content streaming system to which an embodiment according to the present invention can be applied.
[0027] FIG. 5 is a diagram illustrating a neural network-based intra-prediction method according to one embodiment of the present disclosure.
[0028] FIG. 6 is a diagram illustrating a current block corresponding to a boundary condition in a neural network-based intra-prediction method according to one embodiment of the present disclosure.
[0029] FIG. 7 is a flowchart illustrating an image decoding method for an intra prediction method according to one embodiment of the present disclosure.
[0030] The present invention is susceptible to various modifications and may have various embodiments; specific embodiments are illustrated in the drawings and described in detail in the detailed description. However, this is not intended to limit the invention to specific embodiments, and it should be understood that the invention includes all modifications, equivalents, and substitutions that fall within the spirit and scope of the invention. Similar reference numerals have been used for similar components in the description of each drawing.
[0031] Terms such as "first," "second," etc., may be used to describe various components, but said components should not be limited by said terms. These terms are used solely for the purpose of distinguishing one component from another. For example, without departing from the scope of the present invention, the first component may be named the second component, and similarly, the second component may be named the first component. The term "and / or" includes a combination of a plurality of related described items or any of a plurality of related described items.
[0032] When it is stated that one component is "connected" or "connected" to another component, it should be understood that while it may be directly connected or connected to that other component, there may also be other components in between. On the other hand, when it is stated that one component is "directly connected" or "directly connected" to another component, it should be understood that there are no other components in between.
[0033] The terms used in this application are used merely to describe specific embodiments and are not intended to limit the invention. The singular expression includes the plural expression unless the context clearly indicates otherwise. In this application, terms such as "comprising" or "having" are intended to specify the presence of the features, numbers, steps, actions, components, parts, or combinations thereof described in the specification, and should be understood as not precluding the existence or addition of one or more other features, numbers, steps, actions, components, parts, or combinations thereof.
[0034] Hereinafter, embodiments of the present invention will be described in detail with reference to the attached drawings. Hereinafter, the same reference numerals are used for identical components in the drawings, and redundant descriptions of identical components are omitted.
[0035] FIG. 1 is a block diagram showing an image encoding device according to one embodiment of the present invention.
[0036] Referring to FIG. 1, the image encoding device (100) may include an image segmentation unit (101), an intra prediction unit (102), an inter prediction unit (103), a subtraction unit (104), a conversion unit (105), a quantization unit (106), an entropy encoding unit (107), an inverse quantization unit (108), an inverse conversion unit (109), an addition unit (110), a filter unit (111), and a memory (112).
[0037] Each component shown in FIG. 1 is depicted independently to represent different characteristic functions of the image encoding device and does not imply that each component consists of separate hardware or a single software unit. That is, each component is listed and included as a separate component for the convenience of explanation, but at least two of the components may be combined to form a single component, or a single component may be divided into multiple components to perform functions, and such integrated and separated embodiments of each component are included within the scope of the present invention as long as they do not deviate from the essence of the present invention.
[0038] Furthermore, some components may not be essential components performing an essential function in the present invention, but merely optional components for enhancing performance. The present invention may be implemented by including only the components essential for realizing the essence of the present invention, excluding components used solely for performance enhancement, and a structure including only the essential components, excluding optional components used solely for performance enhancement, is also included within the scope of the rights of the present invention.
[0039] The image segmentation unit (101) can divide the input image into at least one block. At this time, the input image may have various shapes and sizes, such as a sequence, picture, slice, tile, segment, tile group, coding tree unit, etc. According to another embodiment, the image segmentation unit (101) may divide an input picture into a plurality of sub-pictures defined as a group of rectangular slices, divide each sub-picture into the tile / slice, and divide the tile / slice into coding tree units.
[0040] Additionally, the image segmentation unit (101) can recursively segment the segmented coding tree unit. The terminal node segmented from the coding tree unit may be referred to as a coding unit (CU). A block may refer to a coding unit (CU), or a prediction unit (PU) or a transformation unit (TU) segmented from the coding unit (CU). The segmentation may be performed based on at least one of a quadtree, a binary tree, and a ternary tree. A quadtree is a method of dividing an upper block into lower blocks, each having a width and height that are half that of the upper block. A binary tree is a method of dividing an upper block into lower blocks, each having either a width or a height that is half that of the upper block. A ternary tree is a method of dividing an upper block into three lower blocks. For example, the three lower blocks may be obtained by dividing the width or height of the upper block in a ratio of 1:2:1. Through the aforementioned binary tree-based partitioning, blocks can have shapes that are not only square but also non-square. Blocks can first be partitioned into a quad tree. Blocks corresponding to the leaf nodes of the quad tree may not be partitioned, or may be partitioned into a binary tree or a terminal tree. The leaf nodes of the binary tree or terminal tree may be units of encoding, prediction, and / or transformation.
[0041] The image segmentation unit (101) can recursively segment the CTU into a quad tree (QT) as well as a multi-type tree (MTT). Here, the MTT can be composed of a binary tree (BT) and a triple tree (TT). For example, the MTT structure can be divided into a vertical binary tree segmentation mode (SPLIT_BT_VER), a horizontal binary tree segmentation mode (SPLIT_BT_HOR), a vertical binary tree segmentation mode (SPLIT_TT_VER), and a horizontal binary tree segmentation mode (SPLIT_TT_HOR).
[0042] Additionally, the image segmentation unit (101) can divide the CTU by applying a dual tree in which the CTU segmentation structures of the luminance and color difference components are used differently, or by applying a single tree in which the luminance and color difference CTBs (Coding Tree Blocks) within the CTU share a coding tree structure.
[0043] The prediction unit (102, 103) may include an intra prediction unit (102) that performs intra prediction and an inter prediction unit (103) that performs inter prediction. The prediction unit (102, 103) may determine whether to use intra prediction or perform inter prediction for a prediction unit. Additionally, the prediction unit (102, 103) may determine specific information (e.g., intra prediction mode, inter prediction mode, motion vector, reference picture, etc.) according to the determined prediction method. At this time, the processing unit in which the prediction is performed and the processing unit in which the prediction method and specific details are determined may be different. For example, the prediction unit (102, 103) may determine the prediction method and prediction mode, etc. for each prediction unit and perform prediction according to the transformation unit.
[0044] According to another embodiment, the prediction unit may encode an input image using a third mode (e.g., IBC mode, Palette mode, etc.) that is a mode other than the intra mode and the inter mode. However, if the third mode has functional characteristics similar to the intra mode or the inter mode, the third mode may be classified as the intra mode or the inter mode. In this disclosure, the third mode will be described only when a specific description of the third mode is required.
[0045] The intra prediction unit (102) can generate a prediction block of the current block based on the intra prediction mode of the current block and reference pixel information around the current block, which is pixel information within the current picture. If the surrounding blocks of the current block are predicted by inter prediction, the reference pixels included in the inter-predicted surrounding blocks can be replaced with reference pixels in other surrounding blocks that are intra-predicted. That is, if a reference pixel is not available, the intra prediction unit (102) can perform intra prediction of the current block by replacing the unavailable reference pixel with at least one of the available reference pixels.
[0046] The intra prediction unit (102) may use multiple reference pixel lines for intra prediction of the current block. When multiple reference pixel lines are available, information indicating the reference pixel line used for intra prediction among the multiple reference pixel lines may be signaled.
[0047] The intra prediction mode used for intra prediction may include a directional prediction mode that uses reference pixel information according to the prediction direction and a non-directional mode that does not use directional information. Here, the intra prediction mode may be derived using a list of most probable modes (MPM), and in particular, may be derived using a first MPM and / or second MPM list. Additionally, the mode for predicting luminance information and the mode for predicting chrominance information may be different, and the intra prediction mode information of the luminance component block or the predicted luminance signal information may be utilized to predict chrominance information.
[0048] Alternatively, the intra prediction unit (102) may perform intra prediction for the current block by applying at least one of the following modes: DIMD (decoder-side intra mode derivation), BVG-DIMD (block-vector guided DIMD), OBIC (Occurrence-based intra coding), EIP (extrapolation filter based intra prediction mode), BVG-DIMD (block-vector guided EIP), MM-EIP (multi-model EIP), TIMD (template based intra mode derivation), TIMD merge mode, SGPM (spatial geometric partitioning mode) mode, intra template matching prediction (IntraTMP), and intra block copy. When the intra prediction mode of the block is a predetermined mode, the intra prediction unit (102) may perform intra prediction for the current block using a block vector indicating a block other than the current block.
[0049] In particular, when the current block is a block of chroma components, the intra prediction unit (102) can perform intra prediction for the current block by applying at least one of DM (direct mode), DBV (direct block-vector), DIMD chroma mode, CCLM (cross-component linear model), CCCM (convolutional cross-component model), BVG-CCCM (block-vector guided CCCM), and GL-CCCM (gradient and location based CCCM).
[0050] The intra prediction unit (102) may include a reference sample filter, an interpolation filter, and a DC filter. The reference sample filter is a filter that performs filtering on the reference pixel of the current block and may be adaptively applied depending on the prediction mode, size, shape, and / or whether the reference pixel is included in the reference pixel line immediately adjacent to the current block. If the prediction mode of the current block is a mode that does not perform reference sample filtering, the reference sample filter may not be applied.
[0051] The interpolation filter is a filter that interpolates and filters the prediction samples of the current block, and can be applied adaptively depending on the prediction mode, size, shape, and / or whether the reference pixel is included in the reference pixel line immediately adjacent to the current block.
[0052] If the prediction mode of the current block is DC mode, a prediction block can be generated by applying a DC filter.
[0053] According to one embodiment, the intra prediction unit (102) can perform intra prediction using a pre-trained neural network (NN) model. For example, the intra prediction unit (102) can induce an intra prediction mode of a block to which a DIMD mode is applied and use a pre-trained neural network model to perform intra prediction.
[0054] The inter prediction unit (103) generates a prediction block using a previously restored reference image stored in memory (112), an inter prediction mode, and motion information. Here, inter prediction may mean motion prediction or motion compensation.
[0055] The inter prediction unit (103) can set the inter mode of the prediction unit included in the encoding unit to one of Skip Mode, Merge Mode, or Advanced Motion Vector Prediction (AMVP) Mode in order to perform motion prediction and / or motion compensation. In addition, the inter prediction unit (103) can perform motion prediction and / or motion compensation for the prediction unit according to the set mode.
[0056] Additionally, the inter prediction unit (103) can perform motion prediction and / or motion compensation for the prediction unit by applying the AFFINE mode of sub-PU-based prediction, the SbTMVP (Subblock-based Temporal Motion Vector Prediction) mode, and the MMVD (Merge with MVD) mode and GPM (Geometric Partitioning Mode) mode of PU-based prediction based on the inter prediction mode. In addition, the inter prediction unit (103) can perform motion prediction and / or motion compensation for the prediction unit by applying HMVP (History based MVP), PAMVP (Pairwise Average MVP), CIIP (Combined Intra / Inter Prediction), AMVR (Adaptive Motion Vector Resolution), DMVR (Decoder side Motion Vector Refinement), BDOF (Bi-Directional Optical-Flow), PROF (Prediction Refinement With Optical Flow), BCW (Bi-predictive with CU Weights), LIC (Local Illumination Compensation), TM (Template Matching), OBMC (Overlapped Block Motion Compensation), etc., to improve the performance of each mode.
[0057] Here, AFFINE mode can be used in both AMVP and MERGE modes. It is a technique with high encoding efficiency. AFFINE mode can be a prediction mode using a 4-parameter affine motion model using two control point motion vectors (CPMV) and a 6-parameter affine motion model using three control point motion vectors. Here, CPMV can be a vector representing any one of the top-left, top-right, or bottom-left affine motion models of the current block.
[0058] Motion information may include, for example, motion vectors, reference picture indices, List 1 prediction flags, List 0 prediction flags, half-sample interpolation filter indices, bidirectional prediction weight indices, etc.
[0059] According to one embodiment, the inter prediction unit (103) can perform inter prediction using a pre-trained neural network model. For example, the inter prediction unit (103) can synthesize a reference frame using a pre-trained neural network model and perform inter prediction based on the synthesized reference frame.
[0060] A residual block containing residual value information, which is the difference between the prediction unit generated in the prediction unit (102, 103) and the original block of the prediction unit, can be generated. The generated residual block can be input to the conversion unit (130) and converted.
[0061] The subtraction unit (104) subtracts the prediction block generated by the intra prediction unit (102) or the inter prediction unit (103) from the block currently to be encoded to generate a residual block of the current block. The residual value (residual block) between the generated prediction block and the original block can be input to the conversion unit (105).
[0062] In addition, the prediction mode information and motion vector information used for prediction can be encoded in the entropy encoding unit (107) along with the residual value and transmitted to the decoder. When a specific encoding mode is used, it is also possible to encode the original block as is and transmit it to the decoder without generating a prediction block through the prediction unit (102, 103).
[0063] The transformation unit (105) can perform a transformation on a residual block containing residual data to generate and output a transformation coefficient. Here, the transformation coefficient may be a coefficient value generated by performing a transformation on the residual block. When a transform skip mode is applied, the transformation unit (105) may skip the transformation on the residual block.
[0064] The conversion unit (105) can determine a conversion type and a conversion kernel based on at least one of encoding parameters such as the size of the conversion block, color component, and prediction mode, and can perform a conversion on the conversion block using the determined conversion type and conversion kernel.
[0065] According to one embodiment, the transformation unit (105) can perform a transformation on the 4x4 luminance residual block generated from the intra prediction result using a transformation type and transformation kernel according to the Discrete Sine Transform (DST), and for the remaining residual block, perform a transformation using a transformation type and transformation kernel according to the Discrete Cosine Transform (DCT).
[0066] According to another embodiment, the transformation unit (105) may apply MTS (Multiple Transform Selection) technology, which performs transformations by selectively using various transformation types and transformation kernels. That is, the transformation unit (105) may perform transformations on a sub-block basis through SBT (Sub-block Transform) technology. Specifically, SBT may be applied only to inter-predicted blocks, and the current block may be divided into ½ or ¼ sizes in the vertical or horizontal direction, and transformation may be performed on only one of the blocks. For example, the transformation unit (105) may perform transformation on the leftmost or rightmost block among the current blocks divided vertically, and perform transformation on the topmost or bottommost block among the current blocks divided horizontally.
[0067] According to another embodiment, the transformation unit (105) may apply a non-separable primary transform (NSPT) technique that performs transformations by selectively using multiple transformation kernels based on an intra-prediction mode or the size and / or shape of the block.
[0068] According to another embodiment, the conversion unit (105) may apply a Low Frequency Non-Separable Transform (LFNST), which is a technique for applying a secondary transform to a residual signal converted into the frequency domain through a DCT or DST. LFNST can additionally perform a transformation on a 4x4 or 8x8 low-frequency region in the upper left to concentrate the residual coefficients to the upper left.
[0069] The quantization unit (106) can quantize the conversion coefficient or residual signal converted into the frequency domain by the conversion unit (105) according to a quantization parameter (QP). The quantization parameter may vary depending on the block or the importance of the image. The value calculated by the quantization unit (106) may be provided to the inverse quantization unit (108) and the entropy encoding unit (107).
[0070] The above-mentioned conversion unit (105) and / or quantization unit (106) may be optionally included in the image encoding device (100). That is, the image encoding device (100) may perform at least one of conversion or quantization on the residual data of the residual block, or may encode the residual block by skipping both conversion and quantization. Even if neither conversion nor quantization is performed in the image encoding device (100), or if neither conversion nor quantization is performed, the block that enters as input to the entropy encoding unit (107) is typically referred to as a conversion block.
[0071] The entropy encoding unit (107) can generate and output a bitstream by performing entropy encoding according to a probability distribution on values output by the quantization unit (106), coding parameter values output during the encoding process, information for decoding an image, etc. Here, the information for decoding an image may include syntax elements, etc.
[0072] Coding parameters may include information (flags, indexes, etc.) that is encoded in the encoding device (100) and signaled to the decoding device (200), such as syntax elements, as well as information derived during the encoding process or decoding process, and may refer to information required when encoding or decoding images.
[0073] The entropy encoding unit (107) can encode various information such as coefficient information of a conversion block, block type information, prediction mode information, division unit information, prediction unit information, transmission unit information, motion vector information, reference frame information, block interpolation information, and filtering information. The coefficients of the conversion block can be encoded in units of sub-blocks within the conversion block.
[0074] For encoding the coefficients of a transform block, various syntax elements may be encoded, such as Last_sig, a syntax element indicating the location of the first non-zero coefficient in backscan order; Coded_sub_blk_flag, a flag indicating whether there is at least one non-zero coefficient in the subblock; Sig_coeff_flag, a flag indicating whether it is a non-zero coefficient; Abs_greater1_flag, a flag indicating whether the absolute value of the coefficient is greater than 1; Abs_greater2_flag, a flag indicating whether the absolute value of the coefficient is greater than 2; and Sign_flag, a flag indicating the sign of the coefficient. The remaining values of the coefficients that are not encoded by the above syntax elements alone may be encoded through the syntax element remaining_coeff.
[0075] When entropy encoding is applied, the size of the bit sequence for the symbols to be encoded can be reduced by allocating a small number of bits to symbols with a high probability of occurrence and a large number of bits to symbols with a low probability of occurrence when representing symbols. Input data is entropied. For example, entropy encoding can utilize various encoding methods such as Exponential Golomb and CABAC (Context-Adaptive Binary Arithmetic Coding).
[0076] The inverse quantization unit (108) and the inverse transformation unit (109) can inverse quantize the values quantized in the quantization unit (106) and inverse transform the values transformed in the transformation unit (105). The residual value generated in the inverse quantization unit (108) and the inverse transformation unit (109) can be combined with the prediction unit predicted through the motion estimation unit, motion compensation unit, and intra prediction unit (102) included in the prediction unit (102, 103) to generate a reconstructed block. The addition unit (110) generates a reconstructed block by adding the prediction block generated in the prediction unit (102, 103) and the residual block generated through the inverse transformation unit (109).
[0077] The filter section (111) can apply deblocking filter, Sample Adaptive Offset (SAO), Adaptive Loop Filter (ALF), Bilateral filter (BIF), LMCS (Luma Mapping with Chroma Scaling), etc., to the reconstructed sample, reconstructed block, or reconstructed image as a whole or part of the filtering technique.
[0078] The deblocking filter can remove block distortion caused by boundaries between blocks in the restored picture. To determine whether to perform deblocking, the decision to apply the deblocking filter to the current block can be made based on the pixels contained in a certain number of columns or rows within the block. When applying the deblocking filter to a block, a Strong Filter or a Weak Filter can be applied depending on the required deblocking filtering strength. Additionally, when applying the deblocking filter, horizontal and vertical filtering can be processed in parallel.
[0079] Sample adaptive offset may be a method of correcting the offset from the original image on a sample-by-sample basis for an image that has undergone deblocking. The filter unit (111) may use a method of dividing the samples included in the image into a certain number of regions, determining the region to perform the offset on, and applying the offset to that region, or a method of applying the offset by considering the edge information of each sample. Here, the sample adaptive offset may be at least one of a general sample adaptive offset, a bilateral filter, and a cross-component sample adaptive offset (CCSAO).
[0080] Adaptive Loop Filtering (ALF) can be performed based on a comparison between the filtered restored image and the original image. After dividing the pixels included in the image into predetermined groups, a single filter to be applied to each group can be determined, allowing for differential filtering for each group. Information regarding whether to apply ALF can be transmitted per coding unit (CU), and the shape and filter coefficients of the ALF filter to be applied may vary depending on each block. Additionally, an ALF filter of the same form (fixed form) may be applied regardless of the characteristics of the block to be applied.
[0081] An adaptive loop filter can perform filtering based on a comparison of the reconstructed image and the original image. After dividing the samples included in the image into predetermined groups, a filter to be applied to each group can be determined, thereby performing filtering differently for each group. Information regarding whether to apply an adaptive loop filter can be signaled per coding unit (CU), and the shape and filter coefficients of the adaptive loop filter to be applied may vary depending on each block.
[0082] According to one embodiment, the filter unit (111) can filter all or part of a restored sample, restored block, or restored image using a pre-trained neural network model. Specifically, the filter unit (111) can apply an adaptive loop filter to all or part of a restored sample, restored block, or restored image using a pre-trained neural network model.
[0083] The memory (112) can store a restored block or picture calculated through the filter unit (111). The memory (112) may include a reference picture buffer. Additionally, the stored restored block or picture in the memory (112) may be provided to the prediction unit (102, 103) when performing inter-prediction.
[0084] Next, an image decoding device according to one embodiment of the present invention will be described with reference to the drawings.
[0085] FIG. 2 is a block diagram showing an image decoding device (200) according to one embodiment of the present invention.
[0086] Referring to FIG. 2, the image decoding device (200) may include an entropy decoding unit (201), an inverse quantization unit (202), an inverse transformation unit (203), a prediction unit (204, 205), an adder unit (206), a filter unit (207), and a memory (208).
[0087] The video decoding device (200) can receive a bitstream output by the video encoding device (100). The video decoding device (200) can receive a bitstream stored in a computer-readable recording medium or receive a bitstream stream streamed through a wired / wireless transmission medium. The video decoding device (200) can decode the bitstream to generate a restored video or a decoded video, and can output the restored video or the decoded video.
[0088] The entropy decoding unit (201) can generate symbols by performing entropy decoding according to the probability distribution of the bitstream. The generated symbols may include symbols in the form of quantized levels. Here, the entropy decoding method may be the inverse process of the entropy encoding method described above.
[0089] The entropy decoding unit (201) can convert a one-dimensional vector-shaped coefficient into a two-dimensional block-shaped coefficient through a conversion coefficient scanning method to decode a conversion coefficient level (quantized level).
[0090] The entropy decoding unit (201) can perform entropy decoding in the opposite procedure to that which the entropy encoding unit (107) of the image encoding device (100) performed. For example, various methods such as Exponential Golomb and CABAC (Context-Adaptive Binary Arithmetic Coding) can be applied in correspondence with the method performed in the image encoder.
[0091] The entropy decoding unit (201) can obtain various information such as coefficient information of a conversion block as described above, block type information, prediction mode information, division unit information, prediction unit information, transmission unit information, motion vector information, reference frame information, block interpolation information, and filtering information by decoding.
[0092] The inverse quantization unit (202) generates a conversion block by performing inverse quantization on the quantized conversion block. It operates substantially the same as the inverse quantization unit (108) of FIG. 1.
[0093] The inverse transformation unit (203) performs an inverse transformation on the transformation block to generate a residual block. At this time, the transformation method may be determined based on information regarding the prediction method (inter or intra prediction), the size and / or shape of the block, the intra prediction mode, etc. It operates substantially the same as the inverse transformation unit (109) of FIG. 1.
[0094] According to one embodiment, the inverse transformation unit (203) can perform an inverse transformation using a transformation type and a transformation kernel according to the Discrete Sine Transform (DST) on the transformation coefficient level of the 4x4 luminance component generated from the intra prediction result, and perform an inverse transformation using a transformation type and a transformation kernel according to the Discrete Cosine Transform (DCT) on the remaining transformation coefficient level.
[0095] According to another embodiment, the inverse transformation unit (203) may apply MTS (Multiple Transform Selection) technology, which performs transformations by selectively using multiple transformation kernels.
[0096] According to another embodiment, the inverse transform unit (203) may apply LFNST (Low Frequency Non-Separable Transform), which is a technique for applying a secondary inverse transform to the inverse transform coefficient level through a DCT or DST-based transform type and a transform kernel.
[0097] According to another embodiment, the inverse transform unit (203) may apply a non-separable primary transform (NSPT) technique that performs the inverse transform by selectively using a transform kernel based on an intra-prediction mode or the size and / or shape of the block.
[0098] The prediction unit (204, 205) can generate a prediction block based on the prediction block generation information provided by the entropy decoding unit (201) and the previously decoded block or picture information provided by the memory (208).
[0099] The prediction unit (204, 205) may include an intra prediction unit (204) and an inter prediction unit (205). The prediction unit (204, 205) receives various information, such as prediction unit information input from the entropy decoding unit (201), prediction mode information of the intra prediction method, and motion prediction related information of the inter prediction method, distinguishes the prediction unit from the current encoding unit, and determines the prediction mode of the prediction unit.
[0100] The intra prediction unit (204) can generate a prediction block of the current block based on the intra prediction mode of the current block and reference pixel information around the current block, which is pixel information within the current picture.
[0101] The intra prediction unit (204) can generate a prediction block based on reference pixel information around the current block, which is pixel information within the current picture. The intra prediction unit (204) can use multiple reference pixel lines for intra prediction. If multiple reference pixel lines are available, the intra prediction unit (204) can obtain information indicating a reference pixel line used for intra prediction among the multiple reference pixel lines.
[0102] The intra prediction mode used for intra prediction may be a directional prediction mode or a non-directional mode. Additionally, the mode for predicting luminance information and the mode for predicting chrominance information may be different, and the intra prediction mode information of the luminance component block or the predicted luminance signal information may be utilized to predict chrominance information.
[0103] According to one embodiment, the intra prediction unit (204) can perform intra prediction using a pre-trained neural network model. The intra prediction unit (204) can perform intra prediction using the same neural network model as the intra prediction unit (102) of FIG. 1.
[0104] The intra prediction unit (204) operates substantially the same as the intra prediction unit (102) of FIG. 1.
[0105] The inter prediction unit (205) can perform an inter prediction for the current prediction unit based on information included in at least one of the previous or subsequent pictures of the current picture containing the current prediction unit, using information necessary for inter prediction of the current prediction unit provided by the video encoding device (100). Alternatively, the inter prediction may be performed based on information of a partially restored area within the current picture containing the current prediction unit.
[0106] The inter prediction unit (205) can set the inter mode of the prediction unit included in the encoding unit to one of Skip Mode, Merge Mode, or Advanced Motion Vector Prediction (AMVP) Mode in order to perform motion prediction and / or motion compensation. Additionally, the inter prediction unit (205) can perform motion compensation for the prediction unit according to the set mode.
[0107] Additionally, the inter prediction unit (205) can perform motion compensation for the prediction unit by applying the AFFINE mode of sub-PU-based prediction, the SbTMVP (Subblock-based Temporal Motion Vector Prediction) mode, and the MMVD (Merge with MVD) mode and GPM (Geometric Partitioning Mode) mode of PU-based prediction based on the inter prediction mode. Additionally, the inter prediction unit (205) can perform motion compensation for the prediction unit by applying HMVP (History based MVP), PAMVP (Pairwise Average MVP), CIIP (Combined Intra / Inter Prediction), AMVR (Adaptive Motion Vector Resolution), BDOF (Bi-Directional Optical-Flow), BCW (Bi-predictive with CU Weights), LIC (Local Illumination Compensation), TM (Template Matching), OBMC (Overlapped Block Motion Compensation), etc., to improve the performance of each mode.
[0108] Motion information may include, for example, motion vectors, reference picture indices, List 1 prediction flags, List 0 prediction flags, half-sample interpolation filter indices, bidirectional prediction weight indices, etc.
[0109] According to one embodiment, the inter prediction unit (205) can perform inter prediction using a pre-trained neural network model. The inter prediction unit (205) can perform inter prediction using the same neural network model as the inter prediction unit (103) of FIG. 1.
[0110] The inter prediction unit (205) can operate substantially the same as the inter prediction unit (103) of FIG. 1.
[0111] The adder (206) generates a restoration block by adding the prediction block generated in the intra prediction unit (204) or the inter prediction unit (205) and the residual block generated through the inverse transformation unit (203). It operates substantially the same as the adder (110) of FIG. 1.
[0112] The filter section (207) can reduce various types of noise occurring in the restored blocks. The filter section (207) may include a deblocking filter, a sample adaptive offset, an adaptive loop filter, a bidirectional filter, and an LMCS.
[0113] The filter unit (207) may receive information regarding whether each filter is applied, information regarding the filter strength, etc. from the image encoding device (100). The filter unit (207) of the image decoding device (200) may receive filter-related information provided by the image encoding device (100) and perform filtering on the corresponding block in the image decoding device (200).
[0114] According to one embodiment, the filter unit (207) can filter all or part of a restored sample, restored block, or restored image using a pre-trained neural network model. Specifically, the filter unit (207) can apply an adaptive loop filter to all or part of a restored sample, restored block, or restored image using a pre-trained neural network model.
[0115] The filter section (207) can operate substantially the same as the filter section (111) of FIG. 1.
[0116] The memory (208) can store a restoration block generated by the adder (206). For example, the memory (208) may include a reference picture buffer. The memory (208) may operate substantially the same as the memory (112) of FIG. 1.
[0117]
[0118] FIG. 3 is a schematic diagram showing a video coding system to which the present invention can be applied.
[0119] A video coding system according to one embodiment may include an encoding device (10) and a decoding device (20). The encoding device (10) may transmit encoded video and / or image information or data to the decoding device (20) via a digital storage medium or network in the form of a file or streaming.
[0120] An encoding device (10) according to one embodiment may include an image generation unit (11), an encoding unit (12), and a transmission unit (13). A decoding device (20) according to one embodiment may include a receiving unit (21), a decoding unit (22), and an image playback unit (23). The encoding unit (12) may be called a video / image encoding unit, and the decoding unit (22) may be called a video / image decoding unit. The transmission unit (13) may be included in the encoding unit (12). The receiving unit (21) may be included in the decoding unit (22). The image playback unit (23) may include a display unit, and the display unit may be composed of a separate device or an external component.
[0121] The image generation unit (11) can acquire video / image through a process of capturing, synthesizing, or generating video / image. The image generation unit (11) may include a video / image capture device and / or a video / image generation device. The video / image capture device may include, for example, one or more cameras, a video / image archive containing previously captured video / image, etc. The video / image generation device may include, for example, a computer, a tablet, and a smartphone, etc., and can generate video / image (electronically). For example, a virtual video / image may be generated through a computer, etc., in which case the video / image capture process may be replaced by a process of generating related data.
[0122] The encoding unit (12) can encode the input video / image. The encoding unit (12) can perform a series of procedures such as prediction, conversion, and quantization for compression and encoding efficiency. The encoding unit (12) can output the encoded data (encoded video / image information) in the form of a bitstream. The detailed configuration of the encoding unit (12) can be configured in the same way as the encoding device (100) of FIG. 1 described above.
[0123] The transmission unit (13) can transmit encoded video / image information or data output in the form of a bitstream to the receiving unit (21) of the decoding device (20) via a digital storage medium or network in the form of a file or streaming. The digital storage medium may include various storage media such as USB, SD, CD, DVD, Blu-ray, HDD, SSD, etc. The transmission unit (13) may include elements for creating a media file through a predetermined file format and elements for transmission via a broadcasting / communication network. The receiving unit (21) can extract / receive the bitstream from the storage medium or network and transmit it to the decoding unit (22).
[0124] The decoding unit (22) can decode a video / image by performing a series of procedures such as inverse quantization, inverse transformation, and prediction corresponding to the operation of the encoding unit (12). The detailed configuration of the decoding unit (22) can be configured in the same way as the decoding device (200) of FIG. 2 described above.
[0125] The image playback unit (23) can render the decoded video / image. The rendered video / image can be displayed through the display unit.
[0126]
[0127] FIG. 4 is a diagram illustrating an exemplary content streaming system to which an embodiment according to the present invention can be applied.
[0128] As illustrated in FIG. 4, a content streaming system to which an embodiment of the present invention is applied may largely include a multimedia input device, a media storage, an encoding server, a streaming server, a web server, and a user device.
[0129] The above encoding server plays the role of compressing content input from multimedia input devices, such as smartphones, cameras, and CCTVs, into digital data to generate a bitstream and transmitting it to the above streaming server. Alternatively, the encoding server plays the role of compressing content previously stored in a media storage into digital data to generate a bitstream and transmitting it to the above streaming server.
[0130] As another example, when multimedia input devices such as smartphones, cameras, and CCTVs directly generate bitstreams, the encoding server may be omitted.
[0131] The bitstream above may be generated by a video encoding method and / or video encoding device to which an embodiment of the present invention is applied, and the streaming server may temporarily or non-temporarily store the bitstream during the process of transmitting or receiving the bitstream.
[0132] The streaming server transmits multimedia data to a user device based on a user request through a web server, and the web server can act as a medium to inform the user of available services. When a user device requests a desired service from the web server, the web server forwards it to the streaming server, and the streaming server can transmit multimedia data to the user device. At this time, the content streaming system may include a separate control server, and in this case, the control server can perform the role of controlling commands and responses between each device within the content streaming system.
[0133] The streaming server can receive content from a media storage and / or an encoding server. For example, when receiving content from the encoding server, the content can be received in real time. In this case, to provide a seamless streaming service, the streaming server can store the bitstream for a certain period of time.
[0134] Examples of the above user devices may include mobile phones, smartphones, laptop computers, digital broadcasting terminals, PDAs (personal digital assistants), PMPs (portable multimedia players), navigation systems, slate PCs, tablet PCs, ultrabooks, wearable devices (e.g., smartwatches, smart glasses, HMDs (head-mounted displays)), digital TVs, desktop computers, digital signage, etc.
[0135] Each server within the above-mentioned content streaming system can be operated as a distributed server, and in this case, data received from each server can be processed in a distributed manner.
[0136]
[0137] FIG. 5 is a diagram illustrating a neural network-based intra prediction method according to an embodiment of the present disclosure. Here, a neural network-based intra prediction block may refer to a prediction block generated by neural network-based intra prediction.
[0138] Referring to Fig. 5, the neural network-based intra prediction method may be a method for performing intra prediction for the current block using a neural network model. The neural network-based intra prediction method may use a neural network model corresponding to the size of the current block. Here, the neural network model It can be one of the models of size. A neural network model corresponding to a wxh size block. It can be referred to as a neural network model. It may be a model that takes context derived from pixels adjacent to the current block (501) as input and outputs intra prediction related information of the current block.
[0139] The context (X) can be generated using previously restored pixels adjacent to the left and / or top of the current block (501). And, the generated context can be preprocessed. And, the preprocessed context ( ) can be input into a neural network for block prediction. The neural network model for block prediction has an initial predicted value for the block ( ), kernel index of LFNST (Low-Frequency Non-Separable Transform) (grpIdx i It can output ) and intra prediction mode index (repIdx).
[0140] Here, kernel index (grpIdx i ) can indicate whether to transpose the linear transformation coefficients when lfnstIdx of the linear transformation coefficients generated by applying DCT in vertical and horizontal directions to the residuals derived from the neural network-based intra-prediction result is i.
[0141] Here, the intra prediction mode index (repIdx) may have a value from 0 to 66 and may indicate one of the non-directional intra prediction mode and / or directional intra prediction mode supported by the video codec specification.
[0142] And, the prediction block (503) for the current block is the initial prediction value ( It can be generated by applying postprocessing to ).
[0143] Neural network-based intra-prediction methods can be prediction methods that apply inference based on a model generated through training. The model generated through training can be applied to encoders and decoders. In neural network-based intra-prediction methods, both the encoder and the decoder generate identical output values through the model generated through training.
[0144] The model generated through training must produce the same output value regardless of the operating platform. Therefore, the model generated through training can perform operations based on integer values. Furthermore, both the values held as weights in the inference model and the values generated during the transmission process are integer values.
[0145] The input values of the model generated through training used in the encoder and decoder may include the reconstructed image of the surroundings of the current block, the predicted image of the current block, the prediction mode of the current block, the QP value, the slice type, the IPB block type, the size of the current block, the total number of pixels of the current block, the width of the current block, the height of the current block, and the tree type of the current block (e.g., whether a single tree or dual tree is used).
[0146] The output value derived from the model generated through training may include a predicted value for current block coding, a transformation block kernel information value for a transformation applied to the current block, an intra mode information value of the current block, and an information value indicating an intra prediction method.
[0147] The model generated through training can be defined for the luminance component and the chroma component, respectively. Alternatively, the model generated through training can be defined identically for the luminance component and the chroma component.
[0148] Here, the neural network-based intra prediction method can be determined based on the size of the current block and the signaling information.
[0149] If the size of the current block corresponds to one of the specified size candidates, an nnFlag indicating whether to apply a neural network-based intra prediction method to the current block may be encoded. Here, if the value of nnFlag is 1, a neural network-based intra prediction method may be applied to the current block. On the other hand, if the value of nnFlag is 0, a signal processing-based intra prediction method may be applied to the current block.
[0150] Neural network-based intra-prediction methods can utilize models generated through training. The surrounding reconstructed image values, which can be used as one of the model's inputs, are configured in an L-shape centered on the current coding block. The reconstructed pixels referenced can be determined based on the size of the current coding block. For example, if the size of the current coding block is w * h, the area of the referenced pixels may include the reconstructed pixels located at the bottom-left, left, top-left, top, and top-right relative to the current coding block.
[0151] The restored pixels used to derive context in a neural network-based intra prediction method may include samples of h_r1 x (w + w_r2 + w_r3) at the top of the block, samples of (h + h_r2 + h_r3) x w_r1 to the left of the current block, and samples of h_r1 x w_r1 at the top-left of the current block.
[0152]
[0153] If the location of the current block to which a neural network-based intra prediction method is applied corresponds to a specific boundary condition, special techniques for the neural network-based intra prediction method may be required. This is because, when the location of the current block corresponds to a specific boundary condition, the referenced pixels adjacent to the current block may not be available. In other words, if the location of the current block corresponds to a specific boundary condition, there may be no available input values for the model used in the neural network-based intra prediction method.
[0154] In such cases, the application of the neural network-based intra-prediction method may be determined explicitly or implicitly. Alternatively, the application of the modified neural network-based intra-prediction method may be determined explicitly or implicitly.
[0155] Here, boundary conditions may include cases where the position of the current block is as follows or the input value for the neural network-based intra prediction method of the current block is as follows.
[0156] For example, if the current block is located at the left, top-left, bottom-left, top, right, top-right, or bottom-right edge of a frame, slice, picture, tile, etc., the current block's location may correspond to a boundary condition. Alternatively, if the current block's location is adjacent to a CTU or CU that is not managed by a buffer, the current block's location may correspond to a boundary condition. In addition, if a reference pixel adjacent to the current block is not available, the current block may correspond to a boundary condition.
[0157]
[0158] Below, we specifically explain the location of the current block corresponding to the boundary conditions and how to apply a neural network-based intra-prediction method to the current block.
[0159]
[0160] FIG. 6 is a diagram illustrating a current block corresponding to a boundary condition in a neural network-based intra-prediction method according to one embodiment of the present disclosure.
[0161] Referring to FIG. 6, the current block is located at the left end of the slice, so the position of the current block may correspond to a boundary condition. In this case, the samples of (h + h_r2 + h_r3) x w_r1 to the left of the current block and h_r1 x w_r1 at the top left of the current block are samples outside the slice containing the current block, so they may be unavailable samples. Therefore, the restored pixels used to derive the context may only include the samples of h_r1 x (w + w_r2 + w_r3) at the top of the current block.
[0162] On the other hand, if the current block is located at the top of the slice, the samples of h_r1 x (w + w_r2 + w_r3) at the top of the current block and the samples of h_r1 x w_r1 at the top left of the current block are samples outside the slice containing the current block, so they may be unavailable samples. Therefore, the restored pixels used to derive context may only include the samples of (h + h_r2 + h_r3) x w_r1 at the left of the current block.
[0163] As described above, if the current block's location corresponds to a boundary condition, at least some of the reference samples adjacent to the current block may not be usable as input values.
[0164] In addition, based on location information of reference samples, prediction mode information of blocks containing reference samples, etc., at least some of the reference samples may not be usable as input values.
[0165] For example, the availability of reference samples can be determined based on the result of comparing the position information value of the reference samples shifted by CtbLog2SizeY and the position information value of the current block shifted by CtbLog2SizeY.
[0166] Additionally, if the prediction mode of a block containing a reference sample is an inter prediction mode or a predetermined intra prediction mode, the reference sample may be determined to be unavailable.
[0167] According to one embodiment, if the location of the current block corresponds to a boundary condition and at least one reference sample adjacent to the current block is not available, the encoder may implicitly decide not to use the neural network-based intra prediction method. Additionally, the encoding of information regarding the neural network-based intra prediction method may be omitted. Furthermore, if at least one reference sample adjacent to the current block is not available, the decoder may implicitly decide not to use the neural network-based intra prediction method.
[0168] According to another embodiment, if the location of the current block corresponds to a boundary condition and at least one reference sample adjacent to the current block is unavailable, a neural network-based intra prediction method using only referenceable pixels after excluding unreferenceable restoration pixels may be used. Furthermore, the neural network-based intra prediction method using only referenceable pixels may be used only when the number of referenceable pixels is greater than a predetermined number.
[0169] For example, in a model that requires a total of 40 reference pixel values as input values, if the number of referenceable pixels is less than 20, it may be implicitly determined that a neural network-based intra prediction method using only referenceable pixels is not used. On the other hand, if the number of referenceable pixels is 20 or more, a neural network-based intra prediction method using referenceable pixels may be used.
[0170] For example, if the model can derive an output value using 20 input values, the model can derive an output value using 20 referenceable pixel values.
[0171] On the other hand, if the model can derive an output value using 40 input values, 40 input values are generated using 20 referenceable pixel values, and the model can derive an output value using the generated 40 input values.
[0172] Here, the additionally generated input value may be generated by a method of copying adjacent pixels of an unavailable reference pixel. Alternatively, the additionally generated input value may be generated by a method of upsampling an available reference pixel. Alternatively, the additionally generated input value may be generated by a method of adding the DC value of an available pixel. Alternatively, the additionally generated input value may be generated by a method of copying the values of available reference pixels. Alternatively, to generate the additionally generated input value, a transposition may be applied to the current block, and pixels adjacent to the applied current block may be extended and used. Alternatively, the additionally generated input value may be generated through methods such as performing template matching based on available reference pixels and utilizing samples of the corresponding template. Furthermore, to generate the context of the current block, filtering may be applied to the available reference samples and the additionally generated input value. For example, the additionally generated input value may be filtered using the values of adjacent reference samples.
[0173] If wrap-around pixels can be utilized even though the current block's location corresponds to a boundary condition, the wrap-around pixels can be used as input values in place of unavailable reference pixels. For example, if the current block is located at the left edge of a specific area and wrap-around pixels can be utilized, the wrap-around pixel located to the right at the same height can be used as the input value for a neural network-based intra-prediction method, instead of the reconstructed image value to the left required by the model.
[0174] If various modified neural network-based intra prediction methods are available, the encoder can determine one of the methods based on Rate-Distortion Optimization (RDO). Then, the encoder can signal information indicating the modified neural network-based intra prediction method to the decoder via the bitstream.
[0175]
[0176] Below, an image decoding method and an image encoding method for an intra-prediction method based on an artificial neural network according to one embodiment of the present disclosure are described.
[0177]
[0178] FIG. 7 is a flowchart illustrating an image decoding method for an intra prediction method according to one embodiment of the present disclosure. The image decoding method of FIG. 7 can be performed by an image decoding device.
[0179] Referring to FIG. 7, the image decoder can determine the availability of reference samples adjacent to the current block (S710).
[0180] Here, reference samples adjacent to the current block may include samples located to the left of the current block, samples located at the top of the current block, and samples located at the top left of the current block.
[0181] And, samples located to the left of the current block may additionally include samples located to the bottom-left of the current block, and samples located to the top of the current block may additionally include samples adjacent to the top-right of the current block.
[0182] The video decoder can derive the context of the current block based on available reference samples (S720). If the current block is adjacent to the boundary of a predetermined region containing the current block, the available reference samples may be reference samples located inside the predetermined region. For example, the predetermined region may be one of a frame, a slice, a picture, a tile, or a coding tree block.
[0183] Additionally, the context of the current block may include available reference samples and additional sample values derived based on the available reference samples. For example, the additional sample value may be derived based on the value of a reference sample adjacent to an unavailable reference sample. Alternatively, the additional sample value may be derived based on the average value of the available reference samples.
[0184] The image decoding device can input the context into a neural network model to derive information related to intra prediction of the current block (S730). The information related to intra prediction of the current block may include at least one of information regarding the intra prediction mode of the current block, information regarding the intra prediction method of the current block, the intra prediction value of the current block, and information regarding the transformation kernel applied to the current block.
[0185] In addition, the step of deriving intra-prediction related information of the current block can be performed when the number of available reference samples among reference samples adjacent to the current block is greater than a predetermined number.
[0186] The video decoder can generate a prediction block of the current block based on intra prediction related information of the current block (S740).
[0187]
[0188] Meanwhile, the steps described in FIG. 7 can be performed in the same way in a video encoding method. Additionally, a bitstream can be generated by a video encoding method including the steps described in FIG. 7. The bitstream can be stored on a non-transient computer-readable recording medium and can also be transmitted (or streamed).
[0189]
[0190] The exemplary methods of the present disclosure are described as a series of operations for clarity of description, but this is not intended to limit the order in which the steps are performed, and if necessary, each step may be performed simultaneously or in a different order. To implement the method according to the present disclosure, additional steps may be included in addition to the steps exemplified, steps excluding some steps and including the remaining steps, or steps excluding some steps and including additional steps.
[0191] The various embodiments of the present disclosure are not intended to list all possible combinations but to describe representative aspects of the present disclosure, and the matters described in the various embodiments may be applied independently or in combination of two or more.
[0192] Various embodiments of the present disclosure may be implemented by hardware, firmware, software, or a combination thereof. In the case of implementation by hardware, it may be implemented by one or more ASICs (Application Specific Integrated Circuits), DSPs (Digital Signal Processors), DSPDs (Digital Signal Processing Devices), PLDs (Programmable Logic Devices), FPGAs (Field Programmable Gate Arrays), general processors, controllers, microcontrollers, microprocessors, etc.
[0193] Alternatively, various embodiments of the present disclosure 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. And, a bitstream generated by the encoding method according to the embodiment may be stored on a non-transient computer-readable recording medium.
[0194] The above-mentioned computer-readable recording medium may include program instructions, data files, data structures, etc., either alone or in combination. The program instructions recorded on the above-mentioned computer-readable recording medium may be those specifically designed and configured for the present disclosure, or they may be those known and available to those skilled in the art of computer software.
[0195] In the foregoing, the present disclosure is described based on specific details, such as specific components, limited embodiments, and drawings. However, the embodiments of the present disclosure are provided merely to aid in the overall understanding of the present disclosure and are not intended to limit the present disclosure to the above embodiments. Accordingly, a person skilled in the art can make various modifications and variations from this description.
[0196] Accordingly, the scope of the present invention should not be limited to the embodiments described above, and all modifications equivalent to or equivalent to the claims set forth below, as well as the claims described below, shall be considered to fall within the scope of the concept of the present invention.
[0197] The present invention can be used in a device for encoding an image, a device for decoding an image, and a recording medium for storing a bitstream.
Claims
1. In a video decoding method, A step of determining the availability of reference samples adjacent to the current block; A step of deriving the context of the current block based on available reference samples; A step of inputting the above context into the neural network model to derive intra-prediction related information of the current block; and The method includes the step of generating a prediction block of the current block based on intra-prediction related information of the current block, and The intra-prediction information for the current block mentioned above is, An image decoding method comprising at least one of information regarding an intra prediction mode of the current block, information regarding an intra prediction method of the current block, an intra prediction value of the current block, and information regarding a conversion kernel applied to the current block.
2. In Paragraph 1, The reference samples adjacent to the current block mentioned above are, An image decoding method characterized by including samples located to the left of the current block, samples located to the top of the current block, and samples located to the top left of the current block.
3. In Paragraph 2, The samples located to the left of the current block further include samples located to the lower left of the current block, and An image decoding method characterized in that samples located at the top of the current block further include samples adjacent to the top right of the current block.
4. In Paragraph 1, A video decoding method characterized in that, when the current block is adjacent to the boundary of a predetermined region containing the current block, the available reference samples are reference samples located inside the predetermined region.
5. In Paragraph 4, The above predetermined area is, A video decoding method characterized by being one of a frame, slice, picture, tile, or coding tree block.
6. In Paragraph 4, The step of inputting the above context into the neural network model to derive intra-prediction related information of the current block is, An image decoding method characterized by being performed when the number of available reference samples in reference samples adjacent to the current block is greater than or equal to a predetermined number.
7. In Paragraph 1, An image decoding method characterized in that the context of the current block above includes the available reference samples and additional sample values derived based on the available reference samples.
8. In Paragraph 7, The above additional sample value is, An image decoding method characterized by being derived based on the value of a reference sample adjacent to an unavailable reference sample.
9. In Paragraph 7, The above additional sample value is, An image decoding method characterized by being derived based on the average value of the above-mentioned available reference samples.
10. In a video encoding method, A step of determining the availability of reference samples adjacent to the current block; A step of deriving the context of the current block based on available reference samples; A step of inputting the above context into the neural network model to derive intra-prediction related information of the current block; and The method includes the step of generating a prediction block of the current block based on intra-prediction related information of the current block, and The intra-prediction information for the current block mentioned above is, A video encoding method comprising at least one of information regarding an intra prediction mode of the current block, information regarding an intra prediction method of the current block, an intra prediction value of the current block, and information regarding a conversion kernel applied to the current block.
11. A non-transient computer-readable recording medium storing a bitstream generated by a video encoding method, The above image encoding method is, A step of determining the availability of reference samples adjacent to the current block; A step of deriving the context of the current block based on available reference samples; A step of inputting the above context into the neural network model to derive intra-prediction related information of the current block; and The method includes the step of generating a prediction block of the current block based on intra-prediction related information of the current block, and The intra-prediction information for the current block mentioned above is, A non-transient computer-readable recording medium comprising at least one of information regarding an intra-prediction mode of the current block, information regarding an intra-prediction method of the current block, an intra-prediction value of the current block, and information regarding a conversion kernel applied to the current block.
12. A method for transmitting a bitstream generated by a video encoding method, The above transmission method includes the step of transmitting the bitstream, and The above image encoding method is, A step of determining the availability of reference samples adjacent to the current block; A step of deriving the context of the current block based on available reference samples; A step of inputting the above context into the neural network model to derive intra-prediction related information of the current block; and The method includes the step of generating a prediction block of the current block based on intra-prediction related information of the current block, and The intra-prediction information for the current block mentioned above is, A transmission method comprising at least one of information regarding an intra prediction mode of the current block, information regarding an intra prediction method of the current block, an intra prediction value of the current block, and information regarding a conversion kernel applied to the current block.