WO2025007255A1 - Coding of parameters for signal enhancement filtering for reference picture resampling - Google Patents
Coding of parameters for signal enhancement filtering for reference picture resampling Download PDFInfo
- Publication number
- WO2025007255A1 WO2025007255A1 PCT/CN2023/105596 CN2023105596W WO2025007255A1 WO 2025007255 A1 WO2025007255 A1 WO 2025007255A1 CN 2023105596 W CN2023105596 W CN 2023105596W WO 2025007255 A1 WO2025007255 A1 WO 2025007255A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- filter
- parameters
- coding
- filters
- decoding
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods 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/103—Selection of coding mode or of prediction mode
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods 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/117—Filters, e.g. for pre-processing or post-processing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/134—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
- H04N19/146—Data rate or code amount at the encoder output
- H04N19/147—Data rate or code amount at the encoder output according to rate distortion criteria
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/17—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
- H04N19/172—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a picture, frame or field
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/59—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial sub-sampling or interpolation, e.g. alteration of picture size or resolution
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/80—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
Definitions
- the present application relates to the field of computer vision, in particular to the topic of video processing and video coding, more particularly to a method, a decoder, an encoder, and a computer-readable medium for signal enhancement filtering for reference picture resampling and/or picture upscaling.
- Coding a video at lower resolution than its original resolution requires a downsampling and an upsampling step in the signal processing chain.
- an anti-aliasing filter is applied to prevent artifacts caused by high frequency components in the image.
- the upsampling process applies interpolation filters to reconstruct the intensity values at fractional sample positions.
- RPR the resolution of the coded video stream may change adaptively. Consequently, the encoder may code parts of the video stream at lower resolution.
- RPR is applied in the inter-prediction every time that a picture uses a reference picture of different resolution than the current picture in inter frame prediction. In this step, a resampling operation needs to be applied such that the referenced picture block is mapped to the same spatial resolution as the current picture.
- the video is coded at different resolution layers.
- the video is coded at the lowest resolution layer.
- the video is upsampled and, potentially, a residual is coded and further processing steps are applied. This process may be applied multiple times based on the number of layers.
- a common method is to apply a set of multi-phase Finite Impulse Response (FIR) -interpolation filters. While those filters do provide a good approximation of the high-resolution image content, they cannot recover information that was lost in the downsampling process and suffer from limitations of the linear filtering operation. Consequently, upsampled images are usually blurred. Therefore, an image sharpening operation could increase the picture quality.
- FIR Finite Impulse Response
- linear high-pass filters frequently cause artifacts such as overshoot and ringing.
- the distortions caused by the down-and upsampling depend on the image content and the coding quality of the video (influenced by the Quantization Parameter (QP) value) .
- Applying an adaptive filter with local weighting is an approach to deal with those problems.
- the local weighting can be applied to smoothly increase or decrease the strength of the filter at local regions.
- an optimized filter could amplify high frequency components without causing significant ringing. This is especially helpful in an image upsampling scenario where the amplification of high frequency components is required to sharpen blurred edges.
- Adaptive filters are required to deal with the different characteristics of coding artifacts and video content.
- the presented approach requires some side information to be sent. Those are some flags, filter coefficients, region partitioning information and mode parameters. For video coding applications it is substantial to minimize the required transmission rate. This means that the additional number of bits should be minimized. To reduce the number of bits, a coefficient coding scheme is proposed which exploits redundancies in the information which needs to be transmitted.
- Embodiments of the present application provide a method, a decoder, an encoder, and a computer-readable medium for signal enhancement filtering for reference picture resampling and/or picture upscaling that overcome problems associated with conventional arrangements.
- a computer-implemented method of performing an entropy coding scheme for a signal enhancement filter, performed by an encoder includes optimizing parameter encoding based on estimated rate distortion costs by estimating rate distortion enhancement for a current frame and one or more subsequent frames.
- the signal enhancement filter is an edge-guided signal enhancement filter.
- estimating rate distortion enhancement comprises calculating the rate distortion enhancement and summing it up for the one or more subsequent frames which have the current frame in their reference picture list.
- the method further comprises
- parameter quantization comprises mapping continuous values to a finite set of code words.
- filter parameter coding is performed using a new filter coding mode, a new filter intra coding mode, a new filter inter coding mode and a copy filter coding mode, wherein each of these modes aims at a prediction of filter coefficients and/or filter parameters.
- the new filter coding mode is selected if the filter is not well predictable by any of the other coding modes.
- the new filter intra coding mode predicts filter coefficients based on other filter coefficients of the same filter and makes use of dependencies between filter coefficients of the same filter.
- the new filter inter coding mode performs prediction of filter coefficients of a next filter based on filter coefficients of a previous filter.
- the copy filter coding mode copies all filter coefficients and is used to apply the same filter to another frame.
- the new filter inter coding mode and the copy filter coding mode make use of filter parameters from previous filters to predict a current filter, wherein the filter from which the current filter is predicted is indicated by an index and filters in a reference list are filters which have been transmitted for some previously coded frame.
- on-/off-flags for the luma and chroma filters are used.
- the method is used for an adaptive reference picture upsampling scheme.
- a computer-readable medium which comprises computer executable instructions stored thereon which when executed by a computing device cause the computing device to perform any of the methods discussed in relation to the first aspect.
- an encoder comprises one or more processors; and a computer-readable medium comprising computer executable instructions stored thereon which when executed by the one or more processors cause the one or more processors to perform any of the methods discussed in relation to the first aspect.
- Fig. 1A shows a flowchart of the operations of a method of performing an entropy coding scheme, performed by an encoder, for a signal enhancement filter according to embodiments of the invention
- Fig. 1B shows a flowchart of the operations of optimizing parameter encoding based on estimated rate distortion costs according to embodiments of the invention
- Fig. 2 shows four filter coding modes which aim at predicting filter coefficients and/or filter parameters according to embodiments of the invention
- Fig. 3B shows using the same coding mode for the whole filter according to embodiments of the invention.
- Fig. 4 shows an example for filter prediction for intra filter coding mode according to embodiments of the invention
- Fig. 5 shows filter prediction for inter filter coding mode according to embodiments of the invention
- Fig. 6 shows filter selection for copy filter coding mode according to embodiments of the invention
- Fig. 7 shows a schematic illustration of a decoder according to various embodiments of the invention.
- Fig. 8 shows a schematic illustration of an encoder according to various embodiments of the invention.
- a “video” in the embodiments refers to one or more pictures.
- a video can include one picture or a plurality of pictures.
- a picture may also be referred to as an “image” .
- An “encoder” is a device capable of encoding data into a bitstream
- a “decoder” is a device capable of decoding the bitstream in order to obtain the encoded data, or an approximation of the encoded data.
- a “bitstream” comprises a sequence of bits.
- “Intra-prediction” and “inter-prediction” are two prediction operations that can be used within the HEVC and VVC frameworks for a decoder to process a received bitstream in order to obtain the original signal.
- “original signal” or “original video” is used to refer to the data prior to encoding at the encoder 20.
- a reference sample in the embodiments may refer to spatially and/or temporally spaced picture data used for the prediction of a picture (or region of a picture) .
- Intra and inter-prediction operations are also used at the encoder to make rate-distortion decisions.
- intra-prediction involves the prediction of data spatially within a single picture, without a reference to other (temporally spaced) pictures.
- data for a first region of a picture is used in the prediction of the data for another region of the same picture, but there is no dependence on another temporally spaced picture.
- the data for the first region of the picture is considered a “reference sample” .
- Inter-prediction involves the prediction of data between a plurality of temporally-spaced pictures.
- data for a first region of a first picture is used in the prediction of data for a second region of a second picture.
- the first and second region may or may not be spatially separated from one another.
- the data for the first region of the first picture is considered a “reference sample” .
- inter-prediction may sometimes use multiple reference regions from different pictures at once, i.e. for a single prediction operation.
- a “residual” in the embodiments may refer to value obtained based on an original value of a region of a picture and a prediction value of the region of the picture (e.g. the difference between the original value and the predicted value) .
- a “block” in the embodiments may refer to a portion of a picture.
- a picture may be portioned into two or more blocks. However, this only an example. If a picture is not partitioned, then a “block” can refer to the entire picture.
- Fig. 1A shows a flowchart of the operations of performing an entropy coding scheme for a signal enhancement filter.
- Fig. 1A shows at step 101 that a parameter encoding is optimized based on estimated rate distortion costs by estimating rate distortion enhancement for a current frame and one or more subsequent frames.
- Embodiments of the invention rely on two main components/steps, namely
- the prediction scheme uses inter-dependencies between different parameters. Thereby, parameters may be predicted from previously decoded parameters of the same parameter set such that the difference between the predicted and ground truth coefficient is transmitted. This makes sense if entropy of the residual is smaller than entropy of the parameters. Moreover, parameters from previous frames may be reused without coding a residual. Lastly, there is also the option to modify the residual or the transmitted parameters in order to reduce coding costs which has effects on the distortion in the downstream task. Therefore, the modifications need to be rate distortion optimized.
- An upsampling process is required in video coding applications like RPR and multi-layer/multi-resolution coding.
- Those methods usually apply an interpolation filter to generate the subpixel values of the upsampling filter.
- the method according to embodiments of the invention is applied directly after the interpolation filter and before any other processing steps. The purpose is to reduce distortions caused by the low-resolution video coding. Those are the loss of high-frequency information and distortions caused by the video coding. In this scenario, e.g. the default upsampling filter would be used for the initial resolution change.
- Embodiments of the invention specify a possible implementation of a parameter encoding scheme for the aforementioned upsampling enhancement scheme.
- the main interest lies on the parameters r method which are directly used by the method and the distortion d method . All other parameters are not directly affected by the proposed encoding.
- indirect effects are possible due to the change of content. Computing those indirect effects is difficult and would require doing the encoding itself. Since this is very demanding in terms of computation time and program complexity, it is proposed to model those effects. For this, it is distinguished between direct and indirect effects of the method.
- the direct effects are understood as the reduction of distortion in the current picture by applying the method according to embodiments of the invention. Indirect effects are two-fold.
- the first indirect effect is that the rate-control may decide to encode a subsequent frame at a slightly lower rate due to the increased number of bits in the current frame.
- the second indirect effect only comes into play if the current picture is referenced by some upsampled picture.
- the inter-prediction is performed on the enhanced picture content. It is assumed that, in most cases, if the quality of the source picture is better, the prediction would also be better which would lead to a smaller residual. Consequently, the quality increase might positively affect other pictures. In order to do an optimal rate-distortion decision, both effects need to be taken into account.
- the direct effects can be estimated by measuring the distortion compared to the ground-truth after the enhancement filter is applied and estimating the additional rate required to signal the adaption parameter set. To reduce computational complexity, a simplified measure or approximation of the distortion is used in some of the embodiments.
- this model calculates the RD-gains for other frames when applying the proposed method to the current frame.
- the RD-enhancement is calculated and summed up for all frames, which have the current frame in the reference picture list. Those frames can be easily inferred from the encoder configuration.
- the model takes into account the quality of the frame before the filtering is applied and the quality of the frame after the filter is applied, the rate and the coding configurations (e.g. QP, reference picture lists (RPLs) , QPs of all pictures in RPL, picture size of pictures in RPL) . With that, the RD-enhancement of this picture is computed.
- a simple model for the RD-enhancement calculation for a P-frame or B-frame n is shown below.
- the function w (i, p) returns a scalar weighting factor.
- the weighting factor depends on the coding parameter p and the current index i. For example, a higher weighting would be given for frames that are closer to the framen, i.e. if
- the ⁇ RD all (n) can be optimized to be minimal.
- Several methods are proposed to decrease the signaling costs for the enhancement filter. This improves the overall RD-performance and may also make this type of filtering suitable for a larger variety of content.
- the first kind of data are flag and mode decision parameters. Those parameters are compressed in a lossless mode. The reason for that is that such parameters severely affect the performance of e.g., on-/off decisions in the filter. Those parameters are, for example: luma-/chroma on/off-flags, filter shape parameter (separable/non-separable and overall shape of the filter) , quantization parameters (step-size, clipping, etc. ) , weighting map type, coding mode.
- filter coefficients and (conceptually continuous) weighting map function parameters which are quantized or modified before encoding and transmission in order to have a finite number of well compressible code words.
- Those parameters include the filter coefficients of luma and chroma filters and the weighting map parameters.
- Each of the luma and chroma filters has a weighting map function (which might have parameters itself) and a filter.
- the weighting map is specified by a parametric function which is calculated from the coded video. The parameters of the weighting map function depend on the type of weighting map and are signaled depending on the type of weighting map function.
- the set of parametric weighting map functions is pre-defined.
- the chosen weighting map function may either be signaled or chosen depending on the content.
- the parameters of the filter are transmitted. Those are the filter shape, possibly quantization parameters and the filter coefficients.
- encoding information may be signaled as well. This could be information on the behavior of the quantization process, the parameter prediction or the entropy coding. This information may be transmitted for luma and chroma filter separately or for both filters at the same time.
- information on the location of application of each filter may be signaled. That means that a filter might only be applied to a part of the picture.
- each filter might be signaled in the bitstream or inferred from the video content and/or coding information.
- two filters might be applied to the same spatial location of a frame.
- Fig. 1B shows a flowchart of the operations of optimizing parameter encoding based on estimated rate distortion costs.
- parameter quantization is performed.
- filter parameter coding is performed using four different filter coding modes which will be explained by taking reference to Fig. 2.
- entropy coding of the filter parameters is performed.
- n bins (t max -t min ) s scale +1 assuming that t max , t min and s scale are integer valued.
- the upper and lower threshold should be chosen in a way that the clipping error does not affect the performance significantly. However, the smaller the range is set, the less bins are required to achieve the same quantization error which reduces coding costs. Finding good quantization parameters is important for the final performance. For example, clipping filter coefficients too early might significantly affect the performance. Note that this is only an example of a quantization scheme which could be used in this place. A rate-distortion optimized quantization might be used as well.
- a different quantization step size is applied depending on the filter-coefficient. For example, using a smaller quantization for the mean of the filter might make sense as the errors caused by an offset in the low frequency coefficients of a filter are usually larger than the errors caused by higher frequency coefficients.
- the parameters of the quantization scheme are signaled in the parameter set or fixed for all encoding setups depending on the characteristics of the data. If there is a high variation in terms of content, especially with regards to the dynamics of the coded signal and residual, an adaptive quantization scheme might show benefits. However, if there is less variation, it might make sense to estimate optimal parameters in advance in order to reduce signaling costs.
- Fig. 2 shows filter parameter coding and discloses four filter coding modes, namely a new filter coding mode 401, a new filter intra coding mode 402, a new filter inter coding mode 403 and a copy filter coding mode 404. Each of these modes aims at the prediction of filter coefficients and/or filter parameters.
- the filter parameters comprise at least one of filter coefficients, coding parameters, region partitioning information (if multiple filters are applied) , weighting map parameters or other side information.
- filter coefficients cause the largest coding costs. That is why most effort is spent on reducing the coding costs of filter coefficients.
- Each mode is signaled by a mode flag. All other parameters are derived based on the mode flag.
- the mode parameter is signaled for each filter or for each of the Y, U, V channels or separately for luma and chroma channels.
- Fig. 3A shows an encoding scheme that signals the luma and chroma flags first and then signals the mode parameter for each channel separately in case that the filter is activated for this channel.
- Fig. 3B shows an encoding scheme in which the coding mode is signaled first. The embodiment shown in Fig. 3B has the advantage of lower coding costs since the coding mode needs to be signaled only once and luma/chroma flags are also derived based on the coding mode.
- the new filter coding mode 401 is supposed to be selected if the filter is not well predictable by any of the other coding modes.
- the filter coefficients are encoded in their quantized representation. This means that no prediction is applied to the filter coefficients besides that, in some of the embodiments, one coefficient is replaced by the mean of the filter. It is proposed to use this prediction for the coefficient with the highest entropy because this prediction works reliably due to the characteristics of the coding scheme.
- All of the predictions assume that there are certain statistical dependencies with respect to the filter coefficients. If those statistical dependencies hold true with high probability, then the prediction and ground truth are similar in most cases. However, if those assumptions do not hold true, it may be cheaper to skip prediction entirely.
- the new filter intra coding mode makes use of dependencies between filter coefficients of the same filter. Assuming that a series of n filter coefficients [a 1 , ...a n ] need to be encoded. Without restriction of generality, the ordering of the en-/decoding may be set to the numerical order of the indices. That means, that filter coefficient a 1 is encoded first and the filter coefficents a i are encoded in increasing order. Thereby, the filter coefficient a i may use filter coefficients a 1 , ..., i-1 for prediction. Moreover, there may be some dependency on the current filter coefficient a i . For each coefficient, some, possibly learned, context/prediction model may be used. Thereby, the model does not need to be equivalent for every coefficient.
- Fig. 5 shows the new filter inter coding mode 403 in more detail which performs prediction of the next filter coefficients based on a previous filter.
- the filter coefficients a t , i are predicted by filter coefficients at time step t+j, with j being some offset in temporal domain.
- multiple filters are used for a combined prediction.
- a simple example of an implementation for a new filter inter mode would be to have a POC-adaptive reference set of filters. For example, one might have all filters that correspond to filters in the reference picture set in the reference filter set. Another option might be to always store the, temporally, closest n filters.
- the current filter might be predicted by signaling the index of the predicting filter in the reference picture list.
- the residual between the prediction and residual is computed.
- the coding costs for each reference filter are estimated and the filter with the lowest coding costs is chosen.
- some transformation would be to replace one filter coefficient by the sum of the filter coefficients.
- some kind of intra-prediction might be applied as well after the residual calculation.
- Fig. 6 shows the filter copy mode which copies all filter coefficients and, potentially other filter parameters which makes this mode cheap at the cost of a reduced flexibility.
- this mode is used in order to apply the same filter to another frame which may be suitable if the encoded video and residual of two or more frames is very similar.
- a filter which was optimized for some previous frame may still improve the current frame.
- Fig. 6 shows a schematic implementation of the optimization of the filter copy mode.
- a set of filters which were signaled previously may be in the reference filter list.
- the reference filter list contains a subset of the available filter bi which were previously decoded.
- the “New Filter Inter” and “Filter Copy” mode make use of filter parameters from previous filters to predict the current filter.
- the filter from which the current filter is predicted is indicated by an index.
- Filters in the reference list may be filters which have been transmitted for some previously coded frame. Other options are pre-calculated filters and filters which are inferred from the video content. In general, there might be many filters available from which the prediction could be done after some frames. As the number of bits required for coding the filter index increases with the number of indices, which need to be represented, we propose to only select a subset of filters for the reference list.
- the selected filters may depend on the previously signaled parameters and other factor like, for example, the selected weighting map, luma and chroma filter shapes, etc.
- the parameters for the enhancement filter are signaled in the adaption parameter set (APS) .
- APS adaption parameter set
- the main goal of the entropy coding step is to reduce the average coding costs for encoding the symbols. This is, in general, done by assigning longer code words to less frequent symbols and shorter code words to more frequent code words.
- the binary entropy is a measure for the minimal average number of bits that would be required to encode a symbol of some given probability distribution.
- the residual of the predicted filter coefficients is encoded.
- a code that can encode any possible symbol/filter coefficient as efficiently as possible is required.
- the efficiency of a code can be measured by the Kullback-Leibler divergence which gives us the average increase of bits per symbol if we choose to encode the symbols by a certain code instead of an entropy optimal code.
- Fig. 7 shows a schematic illustration of a decoder 10 according to an embodiment. Specifically, Fig. 7 shows a schematic illustration of a decoder 10 configured to perform any of the decoder methods discussed herein. Such detailed descriptions thereof are omitted here for brevity.
- the decoder 10 comprises a processor 11 and a computer readable medium 12.
- the processor 11 and the computer readable medium 12 may be connected via a bus system.
- the computer readable medium is configured to store programs, instructions or codes.
- the processor 11 is configured to execute the programs, the instructions or the codes in the computer readable medium 12 so as to complete the operations in the decoder method embodiments herein.
- the computer readable medium 12 is configured to store a computer program capable of being run in the processor 11, and the processor 11 is configured to run the computer program to perform steps in any of the decoder methods discussed herein.
- Fig. 8 shows a schematic illustration of an encoder 20 according to an embodiment. Specifically, Fig. 8 shows a schematic illustration of an encoder 20 configured to perform any of the encoder methods discussed herein. Such detailed descriptions thereof are omitted here for brevity.
- the encoder 20 comprises a processor 21 and a computer readable medium 22.
- the processor 21 and the computer readable medium 22 may be connected via a bus system.
- the computer readable medium is configured to store programs, instructions or codes.
- the processor 21 is configured to execute the programs, the instructions or the codes in the computer readable medium 22 so as to complete the operations in the decoder method embodiments herein.
- the computer readable medium 22 is configured to store a computer program capable of being run in the processor 21, and the processor 21 is configured to run the computer program to perform steps in any of the decoder methods discussed herein.
- Embodiments of the invention can also provide a computer-readable medium having computer-executable instructions to cause one or more processors of a computing device to carry out the method of any of the embodiments of the invention.
- Examples of computer-readable media include both volatile and non-volatile media, removable and non-removable media, and include, but are not limited to: solid state memories; removable disks; hard disk drives; magnetic media; and optical disks.
- the computer-readable media include any type of medium suitable for storing, encoding, or carrying a series of instructions executable by one or more computers to perform any one or more of the processes and features described herein.
- each of the components discussed can be combined in a number of ways other than those discussed in the foregoing description.
- the functionality of more than one of the discussed devices can be incorporated into a single device.
- the functionality of at least one of the devices discussed can be split into a plurality of separate (or distributed) devices.
- the method steps are not limited to the particular sequences described, and it will be appreciated that these can be combined in any other appropriate sequences. In some embodiments, this may result in some method steps being performed in parallel. In addition, in some embodiments, particular method steps may also be omitted altogether.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
dmethod (r) <dbaseline (r)
r=rencoder+rmethod
aquantized=round (min (max (a, tmin) , tmax) sscale)
Claims (37)
- A method of performing an entropy coding scheme for a signal enhancement filter, perfomed by an encoder, the method comprising:optimizing parameter encoding based on estimated rate distortion costs by estimating rate distortion enhancement for a current frame and one or more subsequent frames.
- The method of claim 1, wherein estimating rate distortion enhancement comprises calculating the rate distortion enhanfcement and summing it up for the one or more subsequent frames which have the current frame in their reference picture list.
- The method of claim 1, further comprisingperforming filter parameter quantization;performing filter parameter coding; andperforming entropy coding of the filter parameters.
- The method of claim 3, wherein parameter quantization comprises mapping continuous values to a finite set of code words.
- The method of claim 1, wherein filter parameter coding is performed usinga new filter coding mode,a new filter intra coding mode,a new filter inter coding mode ora copy filter coding mode, wherein each of these modes aims at a prediction of filter coefficients and/or filter parameters.
- The method of any of claims 3 to 5, wherein filter parameters comprise at least one of filter coefficients, coding parameters, region partitioning information, weighting map parameters or other side information.
- The method of claim 5, wherein the new filter coding mode is selected if the filter is not well predictable by any of the other coding modes.
- The method of claim 5, wherein the new filter intra coding mode predicts filter coefficients based on other filter coefficients of the same filter and makes use of dependencies between filter coefficients of the same filter.
- The method of claim 5, wherein the new filter inter coding mode performs prediction of filter coefficients of a next filter based on filter coefficients of a previous filter.
- The method of claim 5, wherein the copy filter coding mode copies all filter coefficients and is used to apply the same filter to another frame.
- The method of claim 5, wherein the new filter inter coding mode and the copy filter coding mode make use of filter parameters from previous filters to predict a current filter, wherein the filter from which the current filter is predicted is indicated by an index and filters in a reference list are filters which have been transmitted for some previously coded frame.
- The method of claim 1, wherein the filter parameters are signaled in an adaption parameter set and a systematic code is used to perform the entropy encoding of the filter parameters.
- The method of claim 12, wherein simple structured codes are used to perform the entropy encoding of the filter parameters.
- The method of claim 12, wherein exponential Golomb-codes, Golomb-Rice codes or k-th order exponential Golomb codes are used to perform the entropy encoding on the filter parameters.
- The method of any one of claims 12 to 14, wherein separate chroma and luma filters are used.
- The method of claim 15, wherein on-/off-flags for the luma and chroma filters are used.
- The method of any one of the preceding claims, wherein the method is used for an adaptive reference picture upsampling scheme.
- The method of any one of the preceding claims, wherein the method is used after an interpolation filter and before any other processing steps.
- A computer-readable medium comprising computer executable instructions stored thereon which when executed by a computing device cause the computing device to perform the method of any one of claims 1 to 18.
- An encoder, comprisingone or more processors; anda computer-readable medium comprising computer executable instructions stored thereon which when executed by the one or more processors cause the one or more processors to perform the method of any one of claims 1 to 18.
- A method of performing an entropy decoding scheme for a signal enhancement filter, performed by an decoder, the method comprising:parsing bitstream and performing entropy decoding of filter parameters;performing filter parameter decoding; andperforming filter parameter inverse quantization.
- The method of claim 21, wherein filter parameter decoding is performed usinga new filter decoding mode,a new filter intra decoding mode,a new filter inter decoding mode ora copy filter decoding mode, wherein each of these modes aims at a prediction of filter coefficients and/or filter parameters.
- The method of claim 21 or 22, wherein filter parameters comprise at least one of filter coefficients, decoding parameters, region partitioning information, weighting map parameters or other side information.
- The method of claim 22, wherein the new filter decoding mode is selected if the filter is not well predictable by any of the other decoding modes.
- The method of claim 22, wherein the new filter intra decoding mode predicts filter coefficients based on other filter coefficients of the same filter and makes use of dependencies between filter coefficients of the same filter.
- The method of claim 22, wherein the new filter inter decoding mode performs prediction of filter coefficients of a next filter based on filter coefficients of a previous filter.
- The method of claim 22, wherein the copy filter coding mode copies all filter coefficients and is used to apply the same filter to another frame.
- The method of claim 22, wherein the new filter inter decoding mode and the copy filter decoding mode make use of filter parameters from previous filters to predict a current filter, wherein the filter from which the current filter is predicted is indicated by an index and filters in a reference list are filters which have been transmitted for some previously coded frame.
- The method of claim 21, wherein the filter parameters are determined from an adaption parameter set and a systematic code is used to perform the entropy decoding of the filter parameters.
- The method of claim 29, wherein simple structured codes are used to perform the entropy decoding of the filter parameters.
- The method of claim 29, wherein exponential Golomb-codes, Golomb-Rice codes or k-th order exponential Golomb codes are used to perform the entropy decoding on the filter parameters.
- The method of any one of claims 29 to 31, wherein separate chroma and luma filters are used.
- The method of claim 32, wherein on-/off-flags for the luma and chroma filters are used.
- The method of any one of the preceding claims, wherein the method is used for an adaptive reference picture upsampling scheme.
- The method of any one of the preceding claims, wherein the method is used after an interpolation filter and before any other processing steps.
- A computer-readable medium comprising computer executable instructions stored thereon which when executed by a computing device cause the computing device to perform the method of any one of claims 21 to 35.
- An decoder, comprisingone or more processors; anda computer-readable medium comprising computer executable instructions stored thereon which when executed by the one or more processors cause the one or more processors to perform the method of any one of claims 21 to 35.
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202380100173.8A CN121587019A (en) | 2023-07-03 | 2023-07-03 | Signal enhancement filtering parameter coding for reference image resampling |
| PCT/CN2023/105596 WO2025007255A1 (en) | 2023-07-03 | 2023-07-03 | Coding of parameters for signal enhancement filtering for reference picture resampling |
| MX2025015517A MX2025015517A (en) | 2023-07-03 | 2025-12-18 | Coding of parameters for signal enhancement filtering for reference picture resampling |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2023/105596 WO2025007255A1 (en) | 2023-07-03 | 2023-07-03 | Coding of parameters for signal enhancement filtering for reference picture resampling |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US19/435,193 Continuation US20260129201A1 (en) | 2025-12-29 | Methods of performing entropy coding scheme for signal enhancement filter, decoder, and storage medium |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2025007255A1 true WO2025007255A1 (en) | 2025-01-09 |
| WO2025007255A9 WO2025007255A9 (en) | 2025-05-22 |
Family
ID=94171095
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/105596 Ceased WO2025007255A1 (en) | 2023-07-03 | 2023-07-03 | Coding of parameters for signal enhancement filtering for reference picture resampling |
Country Status (3)
| Country | Link |
|---|---|
| CN (1) | CN121587019A (en) |
| MX (1) | MX2025015517A (en) |
| WO (1) | WO2025007255A1 (en) |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101662682A (en) * | 2008-07-09 | 2010-03-03 | 英特尔公司 | Video coding techniques |
| WO2019105120A1 (en) * | 2017-11-29 | 2019-06-06 | 北京大学深圳研究生院 | Filtering method for intra-frame and inter-frame prediction |
| JP2020017894A (en) * | 2018-07-26 | 2020-01-30 | 日本電信電話株式会社 | Encoder and program |
| CN111010568A (en) * | 2018-10-06 | 2020-04-14 | 华为技术有限公司 | Interpolation filter training method, device, video image encoding and decoding method, and codec |
| CN113259667A (en) * | 2021-05-17 | 2021-08-13 | 北京百度网讯科技有限公司 | Video quantization method, video quantization device, electronic equipment and computer-readable storage medium |
| US20230022350A1 (en) * | 2020-03-23 | 2023-01-26 | Lg Electronics Inc. | Method for signaling deblocking filter parameter information in video or image coding system |
-
2023
- 2023-07-03 WO PCT/CN2023/105596 patent/WO2025007255A1/en not_active Ceased
- 2023-07-03 CN CN202380100173.8A patent/CN121587019A/en active Pending
-
2025
- 2025-12-18 MX MX2025015517A patent/MX2025015517A/en unknown
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101662682A (en) * | 2008-07-09 | 2010-03-03 | 英特尔公司 | Video coding techniques |
| WO2019105120A1 (en) * | 2017-11-29 | 2019-06-06 | 北京大学深圳研究生院 | Filtering method for intra-frame and inter-frame prediction |
| JP2020017894A (en) * | 2018-07-26 | 2020-01-30 | 日本電信電話株式会社 | Encoder and program |
| CN111010568A (en) * | 2018-10-06 | 2020-04-14 | 华为技术有限公司 | Interpolation filter training method, device, video image encoding and decoding method, and codec |
| US20230022350A1 (en) * | 2020-03-23 | 2023-01-26 | Lg Electronics Inc. | Method for signaling deblocking filter parameter information in video or image coding system |
| CN113259667A (en) * | 2021-05-17 | 2021-08-13 | 北京百度网讯科技有限公司 | Video quantization method, video quantization device, electronic equipment and computer-readable storage medium |
Non-Patent Citations (1)
| Title |
|---|
| H. SCHWARZ (FRAUNHOFER), T. NGUYEN (FRAUNHOFER), D. MARPE (FRAUNHOFER), T. WIEGAND (FRAUNHOFER HHI): "CE7: Transform coefficient coding and dependent quantization (Tests 7.1.2, 7.2.1)", 123. MPEG MEETING; 20180716 - 20180720; LJUBLJANA; (MOTION PICTURE EXPERT GROUP OR ISO/IEC JTC1/SC29/WG11), 11 July 2018 (2018-07-11), XP030196616 * |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2025007255A9 (en) | 2025-05-22 |
| CN121587019A (en) | 2026-02-27 |
| MX2025015517A (en) | 2026-02-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR102192778B1 (en) | Video motion compensation apparatus and method with selectable interpolation filter | |
| JP4987086B2 (en) | Image encoding method and decoding method, apparatus thereof, program thereof, and recording medium recording the program | |
| US10432961B2 (en) | Video encoding optimization of extended spaces including last stage processes | |
| CN104811715A (en) | Enhanced intra-prediction coding using planar representations | |
| JP6673599B2 (en) | Apparatus and method for video motion compensation | |
| CN116634157B (en) | Image encoding/decoding method, encoder, decoder, and storage medium | |
| CN120111234A (en) | Method, device and storage medium for filtering in video encoding and decoding | |
| CN112262579B (en) | Intra-frame sharpening and/or de-ringing filter for video coding based on bit stream flags | |
| US8654836B2 (en) | Apparatus and method for determining adaptive filter tap to encode wavelet transform coefficient, wavelet transform apparatus and method using the same, and recording medium for the same | |
| US8447104B2 (en) | Method, medium and system adjusting predicted values based on similarities between color values for image compressing/recovering | |
| WO2025007255A1 (en) | Coding of parameters for signal enhancement filtering for reference picture resampling | |
| US20260129201A1 (en) | Methods of performing entropy coding scheme for signal enhancement filter, decoder, and storage medium | |
| WO2024140951A1 (en) | A neural network based image and video compression method with integer operations | |
| JP2004266794A (en) | Multi-resolution video coding and decoding | |
| US20250373858A1 (en) | Video coding using signal enhancement filtering | |
| WO2025007310A1 (en) | Weighted filtering for picture enhancement in video coding | |
| WO2025073096A1 (en) | Weighted filtering for picture enhancement in video coding | |
| US20250324048A1 (en) | Techniques for contouring/banding artifact removal in compressed image/video | |
| US12375660B2 (en) | Techniques for contouring/banding artifact removal in compressed image/video | |
| WO2024174072A1 (en) | Filter design for signal enhancement filtering for reference picture resampling | |
| JP4784386B2 (en) | Decoding device, inverse quantization method, and program | |
| JP2026505519A5 (en) | ||
| HK1251754B (en) | Apparatus and method for video motion compensation with selectable interpolation filter |
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: 23943989 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2025/015517 Country of ref document: MX |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202617008192 Country of ref document: IN |
|
| WWP | Wipo information: published in national office |
Ref document number: MX/A/2025/015517 Country of ref document: MX |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 202617008192 Country of ref document: IN |