WO2024249752A1 - Threshold models for skipping entropy coding in end-to-end image compression using neural networks - Google Patents
Threshold models for skipping entropy coding in end-to-end image compression using neural networks Download PDFInfo
- Publication number
- WO2024249752A1 WO2024249752A1 PCT/US2024/031854 US2024031854W WO2024249752A1 WO 2024249752 A1 WO2024249752 A1 WO 2024249752A1 US 2024031854 W US2024031854 W US 2024031854W WO 2024249752 A1 WO2024249752 A1 WO 2024249752A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- latents
- entropy
- quantized
- skipped
- latent
- 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/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/91—Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0495—Quantised networks; Sparse networks; Compressed networks
-
- 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/124—Quantisation
-
- 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/132—Sampling, masking or truncation of coding units, e.g. adaptive resampling, frame skipping, frame interpolation or high-frequency transform coefficient masking
Definitions
- VVC Versatile Video Coding standard
- end-to-end image compression neural network refers to a neural network that jointly optimizes all components of a video compression system, from the point of input of uncompressed input to the encoder, to the point of output of a reconstructed output image of the decoder, using a single loss function.
- improved techniques for the coding of images and video based on neural networks are described herein.
- the approaches described in this section are approaches that could be pursued, but not necessarily approaches that have been previously conceived or pursued. Therefore, unless otherwise indicated, it should not be assumed that any of the approaches described in this section qualify as prior art merely by virtue of their inclusion in this section.
- FIG.1 depicts an example neural-networks model for image and video coding based on the probabilistic modeling of latent features according to prior art
- FIG.2 depicts a first example neural network model for image and video coding for skipping entropy coding according to an embodiment of this invention
- FIG.3 depicts a second example neural network model for image and video coding for skipping entropy coding according to an embodiment of this invention
- FIG.4A depicts an example process for a two-stage entropy encoding according to an embodiment of this invention
- FIG. 5B depicts an example of a choice-mask to be used with entropy skipping according to an embodiment of this invention
- FIG.6 depicts an example process for multi-stage entropy skipping according to an embodiment of this invention.
- Example embodiments that relate to skipping entropy coding (also to be referred as “entropy skipping’) in image and video coding using neural networks are described herein. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the various embodiments of present invention. It will be apparent, however, that the various embodiments of the present invention may be practiced without these specific details.
- Example embodiments described herein relate to image and video coding using neural networks. Methods are described for determining thresholds to skip entropy coding of latent features in image and video coding using a neural network. In a first embodiment, a threshold based on a mean of estimated standard deviations of all latents is proposed. In another embodiment, quantized latents with absolute value less than a threshold are replaced by a very small positive value and their entropy-encoding is skipped.
- latent features or “latent variables” denote features or variables that are not directly observable but are rather inferred from other observable features or variables, e.g. by processing the directly observable variables.
- latent space may refer to a representation of the compressed data in which similar data points are closer together.
- examples of latent features include the representation of the transform coefficients, the residuals, the motion representation, syntax elements, model information, and the like.
- latent spaces are useful for learning data features and for finding simpler representations of the image data for analysis.
- an autoencoder which learns a quantized latent representation of the images
- Decoder 135 blocks a sub-network which is responsible for learning a probabilistic model over quantized latents ( ⁇ ) (107) used for entropy coding.
- the subnetwork combines the Context Model (125), an autoregressive model over latents, with the hyper-network (Hyper Encoder and Hyper Decoder blocks 110 and 115), which learns to represent information useful for correcting the context-based predictions.
- entropy modeling network 130
- parameters e.g., the mean and variance
- a conditional Gaussian entropy model e.g., the mean and variance
- the arithmetic encoding (AE) blocks yield the compressed representation of the latent symbols ( ⁇ ) (107) coming from the quantizer (Q), which is stored in a file. Therefore, at decoding time, any information that depends on the quantized latents may be used by the decoder once it has been decoded. In order for the context model 125 to work, it can only access previously decoded latents.
- This model jointly optimizes an autoregressive component that predicts latents (y) from their causal context (Context Model 125) along with a hyperprior and the underlying autoencoder.
- Real-valued latent representations are quantized (Q) to create quantized integer- valued latents ( ⁇ ) (107) and quantized hyperlatents ( ⁇ ) (119), which are compressed into a bitstream using an arithmetic encoder (AE) and are decompressed by an arithmetic decoder (AD).
- Blocks with a cross-hatch background correspond to the components that are executed by the receiver to reconstruct an image (137) from a compressed bitstream.
- a hierarchical prior (or hyperprior) z (112) is used to improve the entropy model of the latents by capturing their spatial dependencies.
- Such a model allows for end-to-end training, which includes joint optimization of a quantized representation of the hyperprior, the conditional entropy model, and the base autoencoder.
- the compressed hyperpriors may be added to the generated bitstream as side information, which allows the decoder to use the conditional entropy model.
- a separate entropy model (120) of the hyperpriors allows for a richer and more accurate model.
- the training goal is to minimize the expected length of the bitstream as well as the expected distortion of the reconstructed image with respect to the original, giving rise to a rate– distortion (R/D) optimization problem: ⁇ ⁇ ⁇ , (1)
- ⁇ is the Lagrange multiplier that determines the desired rate-distortion (RD) trade-off
- R and D may be expressed as: ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ , (2)
- q(.) represents rounding to the nearest integer
- ⁇ ⁇ ⁇ denotes an encoder output
- ⁇ ⁇ ⁇ represents the quantized latents
- ⁇ ⁇ is a discrete entropy model
- ⁇ ⁇ ⁇ is the decoder output where ⁇ represents the reconstructed image.
- the rate term corresponds to the cross entropy between the marginal distribution of the latents and the learned entropy model, which is minimized when the two distributions are identical.
- the distortion term may correspond to a closed-form likelihood, such as when ! ⁇ , ⁇ ) represents a measure of distortions, such as the Mean Squared Error (MSE), a Structural Similarity Image Measure (SSIM), Multiscale Structural Similarity (MS- SSIM), IW-SSIM (Information Content Weighted Structural Similarity Measure), FSIM (Feature Similarity Index Measure), PSNR-HVSM (Peak Signal to Noise Ratio Human Visual System Measure, taking into account a Contrast Sensitivity Function (CSF) and between- coefficient contrast masking of DCT basis functions), VMAF(Video Multi-method Assessment Fusion), VIF (Visual Information Fidelity measure), VDP2 (Visual Difference Predictor), NLPD (Normalized Laplacian Pyramid Distortion), and a learning
- the rate–distortion loss from equation (1) may be expanded to include the cost of transmitting ⁇ . Coupled with the distortion metric D, the full loss function becomes: ⁇ ⁇ ⁇ ⁇ ⁇ " , (3) where ⁇ " ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ " ⁇ ⁇ (4) [00025]
- This kind of end to end deep learning compression-based framework using neural networks in general consists of two parts: the core autoencoder and an entropy sub-network.
- the core autoencoder is used to learn a quantized latent vector of the input image or video signal.
- the key is to how to define an efficient neural-nets (NN) architecture.
- the entropy sub-network is responsible for learning a probabilistic model over the quantized latent representations, utilized for entropy coding.
- finding the right entropy model is very critical to reduce the bitrate overhead.
- Embodiments of the invention herein propose a new entropy modeling of latent features. [00026] In Ref. [1], the latent features ⁇ are modeled by a Gaussian distribution # ⁇ $, % ⁇ ⁇ with mean $ and standard deviation (or scale) %.
- the mean and the standard deviation are estimated jointly using the auto-regressive context model parameters ⁇ (127) from previously reconstructed latents ⁇ ' () and learned hyperprior features parameters ⁇ (117) derived from the hyperprior latents ⁇ coded in the bitstream as side information.
- the distribution of ⁇ ) latents is considered independently- conditioned on the hyperpriors and the context model.
- the proposed threshold relies on local thresholding and encourages the network to discard ⁇ 50% of the latents and skip their encoding. This is done by calculating the mean standard deviation term within the current set of latents and determining the skip threshold based on that value. Based on experiments, this results in ⁇ 60- 70% of the latents being skipped.
- This entropy skipping model can be expressed as: ⁇ ⁇ ) ⁇ >$), ? ⁇ %) A F1GH ⁇ %) ⁇ ⁇ ⁇ ⁇ ) , ? ⁇ %) @ F1GH ⁇ %) ⁇ , (9) where, for N F1GH ⁇ % ) ⁇ ⁇ 8 J ⁇ J 8 % ) .
- the threshold may be defined in terms of the estimated mean, hence, ⁇ ⁇ ) ⁇ > ⁇ , ? ⁇
- Entropy skipping in auto-regressive models [00031] In an auto-regressive network, as the one depicted in FIG.1, the entropy (or context) model of the latents (125) is conditioned on the previously decoded latents in addition to the hyper-prior parameters (117). For example, in FIG.
- the auto-regressive computation of means ($ ) ⁇ and scales (that is, standard deviations % ) ) is to be done in parallel for all the latents using a masked convolution, the mask the latents being used in the convolution to only those latents that were previously decoded. Since some of those latents would be skipped in the latent coding process, and the skip decision depends on the scales, this causes a chicken and egg situation in that the computation of the means and scales depends on the knowledge of the scales.
- the model may show significant performance improvement during training, but the inference would show poor coding efficiency. This is due to some information leakage that happens in the training path of the network. The information leakage is due to not replacing the skipped latents with means in the computation of the output context parameters (127) in the context model (125).
- the training ends up using information not available during inference. During inference, the decoder does not have access to the skipped latents and hence it cannot reproduce the scales and means used during the encoding; furthermore, the skip decisions computed from the scales also cannot be retrieved.
- FIG. 2 depicts the block diagram of the system.
- the new network includes an entropy skip encoder (205) and an entropy skip decoder (210). It also replaces the original Gaussian entropy parameters estimation block (130) with two similar blocks: an initial entropy parameters estimation block (215) and a refined entropy parameters estimation block (220).
- the initial entropy parameters estimation block (215) estimates initial means and scales ($ ) 6 , % ) 6 ⁇ to be used in entropy skipping.
- the output of the hyper-decoder (115) is also applied to a new refined-entropy parameters estimation block (220) to estimate refined means and scales ($ ) P , % ) P ⁇ to be used in arithmetic encoding (AE) and arithmetic decoding (AD) of the quantized latents.
- the skip decisions are now made using the F1GH ⁇ % ) ⁇ method, wherein this scale-mean is obtained from the initial scales % ) 6 (217), and the entropy-skipped latents are replaced with the initial means estimates $ ) 6 .
- the latent maps obtained from the entropy skip encoder (205) are used in context model 125 for the computation of the context parameters, which are subsequently being used in block 220 the refined means and scales.
- the refined means and scales are then used to get the probability distributions for coding the latents that are not skipped.
- the entropy skip decoder (210) provides latent maps (212) to the context modeler (125) to generate the context model during inference.
- the codec now has two entropy parameters networks, one that generates the initial means and scales and the other that generates refined means and scales.
- the network is trained by minimizing the rate–distortion loss from equation (3) where the rate R is the entropy of the autoencoder latents under the probability model using the refined mean and scale parameters. Since the initial means and scales are not directly affecting the rate-distortion loss, to ensure that the initial entropy parameters network is also properly trained, the rate R is modified to be a weighted average of the entropies of the autoencoder latents under the probability models using the refined and the initial mean and scale parameters.
- this weighting can be expressed as: ⁇ ⁇ Q ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ 6 ⁇ ⁇ ⁇ ⁇ +(1-w) ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ P ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ , (11)
- Q denotes a weight in [0,1]
- ⁇ ⁇ 6 ⁇ is an initial discrete entropy model
- the decoder first decodes the hyper latents and generates the initial means and scales using the initial entropy parameters network (215).
- the latent skip decisions are obtained from the initial scales. For example, using the model of equation (9), given initial means and scales ($ ) 6 , % ) 6 ⁇ , every missing quantized latent in the stream of coded latents will be assigned a value of ⁇ ) ⁇ $ ) 6 .
- the bitstream contains only the coded latents which are not skipped by the encoder.
- the entropy skip decoder (210) takes in the arithmetic decoded latents from the bitstream and fills in the skipped latents with the corresponding initial means estimates to produce the output latents so far decoded, which is used by the context model (125) as the context input.
- the refined entropy parameter network (220) generates the refined means and scales using the output of the context model (125) along with the hyper prior parameters. Refined means and scales are then used to produce the entropy model used by the arithmetic decoder (AD) to decode subsequent latents from the bitstream in an autoregressive fashion.
- Entropy skipping in multi-stage entropy models [00037] Current state of the art neural network-based compression models (Refs.[4-5]) have opted to relax the autoregressive entropy coding approach due to run-time constraints. The autoregressive model, while offering the best performance, is not parallelizable.
- a popular alternative approach for entropy models is a multi-stage entropy model. These multi-stage models are like auto-regressive entropy models but with a slight difference. Instead of encoding each latent element in a sequential manner conditioned on the previous latent element, multi- stage models partition the latent into multiple blocks and are encoded in parallel.
- This partitioning strategy is commonly known as two stage checkerboarding or four stage quadtree partitioning, although alternative partitioning trees with eight or more partitions can also be employed.
- the checkboard partitioning is simply dividing the latent tensor into odd and even spatial elements and then splitting the channels in half. This results in a partition with odd elements, with one half of the channels, and another partition with the remaining half of the channels with the even elements.
- the selected latents are then encoded with the predicted $ ),6 , % ),6 .
- FIG. 3 depicts an example block diagram of such system (300). Compared to FIG.
- the output 107 of the quantizer (Q) is now fed to an optional temporal feature model block (305) and then to a checkerboard or quadree entropy parameters block (310), replacing the context model (125) and Gaussian entropy parameters (130) blocks, but also removing the need for a feedback from the decoder AD back to the context model (125).
- the role of the temporal feature model block is to add temporal information (or modeling parameters), such as motion vector information, when encoding video sequences.
- temporal information or modeling parameters
- FIG.4A depicts an example of checker-board partitioning which allows for parallizing the entropy encoding process across “white” (407) and “black” (409) areas of the latents of frame (405).
- the depiction of only four latents in frame 405 is simply an example and not limiting. As depicted in FIG.
- a first stage bitstream (410) can be generated based only on the white latents (407) and their corresponding ⁇ and ⁇ stage 1 entropy parameters (412).
- a second stage bitstream (430) can be generated based only on the black latents (409); however, the second stage-entropy parameters (422) are conditioned based on the first-stage entropy parameters (412), the hyper latents, temporal context (if available), and previous latents (black or white).
- FIG. 4B depicts an example of a two-stage entropy coding model using entropy skipping.
- each latent has an associated mean and scale parameter.
- stage 1 latents A and D
- stage 2 latents B and C
- a choice mask value for a specific latent is set to zero when its scale value is less than the computed average of all variances of the elements in that stage, otherwise it is set to 1, signifying that it is not entropy- skipped.
- choice masks don’t need to be sent from an encoder to the decoder.
- a decoder has all information needed to compute the mean and scale entropy parameters, and corresponding masks, based on the hyper-latents and optional temporal context and past decoded latents. A decoder will simply replace skipped latents with the estimated mean of each stage.
- 5A depects a division of the latent space (505) into a quadree representation with quantized latent areas (or stages) 1, 2, 3, and 4.
- the depiction of only 16 latents (505) is an example and is not limiting. Once all four latent areas are encoded, one can transmit the four bitstreams.
- the Boolean choice masks (e.g., 435, 440) need to be adapted to support the new quadree structure.
- An example of such a choice mask is depicted in FIG.5B, where, without limitation, one selects to entropy encode two latents in the “1” stage and skip the other two, or in a (row, column) representation: encode latents (1,1) and (3,3) and skip encoding latents (1,3) and (3,1).
- stage “2” latents e.g., encoding latents (1,2), (3,2), and (3,4) (skipping latent (1,4)
- stage “3” latents e.g., encoding latent (2,1) (and skipping latents (2,3), (4,1), and (4,3)
- stage “4” latents e.g., latents (2,2), (2,4), (4,2) and (4,4) (with no entropy skips).
- the application of the entropy- skipping scheme of equation (9) requires computing the entropy skipping threshold, e.g., F1GH ⁇ % ) ⁇ , for each stage in the partitioning strategy. This is due to the gradual refinement of the entropy paramters which are refined at each stage and are conditioned on the previous stage. With these new scale parameters, a new entropy-skipping threshold needs to be computed otherwise there will be a mismatch between the actual entropy parameters and the initial entropy parameters in which the choice mask was computed for. This process is summarized in FIG.6.
- the processing of the latents is the same as previously described models, that is, for elements which are skipped, ⁇ ) ⁇ $ ),R .
- the entropy skipping process starts in step 605 with input the quantized latents and hyper-latents and optional temporal-context (if applicable).
- stage j 0, in step 610, one computes the corresponding entropy parameters ($ ),6 , % ),6 ) and the entropy-skipping threshold. Then, in step 615, based on the computed thresholds, one generates a choice mask to select which latents are to be entropy skipped and to generate a coded bitstream for this stage based on the non-skipped latents. [00049] Subsequently, after the first stage, one detects whether the whole latent space (all K stages) has been encoded.
- stage-specific bitstreams are generated as follows: • compute corresponding entropy parameters ($ ),S , % ),S ) based on the hyper-latents and ($ ),S28 , % ),S28 ), and optionally based on past latents and temporal contax (if available) in step (625) o updated entropy skipping threshold for stage j o compute choise-masks to define latents that can be entropy skipped o generate an entropy-coded bitstream for stage j using the non-skipped latents Steps 620 and 625 are repeated until all K stages are coded.
- This mask M is formed from the choice mask at each stage merged into a single mask by simply adding them together.
- the rate term is then computed as the following. ⁇ ⁇ ⁇ ⁇ ⁇ T ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ References Each one of the references listed herein is incorporated by reference in its entirety. [1] D. Minnen, J. Balle’, and G. Toderici. “Joint autoregressive and hierarchical priors for learned image compression.” 32 nd Conf. on Neural Information Processing Systems (NeurIPS 2018), Montreal, Canada, 2018. [2] D. Liu, Y. Li, J. Lin, H. Li, F.
- Embodiments of the present invention may be implemented with a computer system, systems configured in electronic circuitry and components, an integrated circuit (IC) device such as a microcontroller, a field programmable gate array (FPGA), or another configurable or programmable logic device (PLD), a discrete time or digital signal processor (DSP), an application specific IC (ASIC), and/or apparatus that includes one or more of such systems, devices or components.
- IC integrated circuit
- FPGA field programmable gate array
- PLD configurable or programmable logic device
- DSP discrete time or digital signal processor
- ASIC application specific IC
- the computer and/or IC may perform, control, or execute instructions relating to skipping entropy coding of latent features in image and video coding, such as those described herein.
- the computer and/or IC may compute any of a variety of parameters or values that relate to skipping entropy coding of latent features in image and video coding described herein.
- the image and video embodiments may be implemented in hardware, software, firmware and various combinations thereof.
- Certain implementations of the invention comprise computer processors which execute software instructions which cause the processors to perform a method of the invention.
- processors in a display, an encoder, a set top box, a transcoder, or the like may implement methods related to skipping entropy coding of latent features in image and video coding as described above by executing software instructions in a program memory accessible to the processors.
- Embodiments of the invention may also be provided in the form of a program product.
- the program product may comprise any non-transitory and tangible medium which carries a set of computer-readable signals comprising instructions which, when executed by a data processor, cause the data processor to execute a method of the invention.
- Program products according to the invention may be in any of a wide variety of non-transitory and tangible forms.
- the program product may comprise, for example, physical media such as magnetic data storage media including floppy diskettes, hard disk drives, optical data storage media including CD ROMs, DVDs, electronic data storage media including ROMs, flash RAM, or the like.
- the computer-readable signals on the program product may optionally be compressed or encrypted. Where a component (e.g.
- EEE1 Enumerated Example Embodiments
- a method for skipping entropy encoding of quantized latents comprising: inputting video content into a neural-network encoder to generate latents ( ⁇ ) ⁇ ; quantizing the latents to generate quantized latents ( ⁇ ) ⁇ ; estimating mean values ($ ) ) and standard deviations ( % ) ) of the latents; and applying entropy encoding to the quantized latents, wherein for a quantized latent ( ⁇ ) ) if % ) ⁇ me ⁇ an ⁇ % ) ), then ⁇ ) ⁇ $ ) , and its entropy encoding is skipped, else the quantized latent ( ⁇ ) ⁇ is entropy encoded to generate an entropy encoded latent, wherein me ⁇
- a method for skipping entropy encoding of quantized latents comprising: inputting video content into a neural-network encoder to generate latents ( ⁇ ) ⁇ ; quantizing the latents to generate quantized latents ( ⁇ ) ⁇ ; estimating mean values ($ ) ) of the latents; and applying entropy encoding to the quantized latents, wherein for a latent ⁇ ) , if
- a method for skipping entropy encoding of quantized latents comprising: inputting video content into a neural-network encoder to generate latents ( ⁇ ) ⁇ ; quantizing the latents to generate quantized latents ( ⁇ ) ⁇ ; estimating initial mean values ($ ) 6 ) and standard deviations ( % ) 6 ) of the latents; applying the initial mean values ($ ) 6 ) and initial standard deviations ( % ) 6 ) of the latents to an entropy-skip encoder to determine updated quantized latent values and whether a quantized latent value will be entropy encoded or entropy encoding for the quantized latent will be skipped; based at least on the entropy-skipped and non-entropy skipped latents, estimating refined mean values ($ ) P ) and standard deviations ( % ) P ) of the latents; and
- the method of EEE3, wherein determining updated quantized latent values and whether a quantized latent value will be entropy encoded or entropy encoding will be skipped comprises: for a latent ⁇ ) , if
- a method for decoding pictures using a neural network comprising: receiving a bitstream comprising coded latents and coded hyper-latents; decoding the hyper-latents to generate hyperprior parameters and initial entropy parameters comprising initial mean values and initial scales; applying the initial scales into an entropy-skip decoder to identify skipped output latents, wherein the skipped output latents comprise latents that were not entropy-coded by an encoder of the bitstream; determining values of the skipped output latents based on the initial mean values; applying the skipped output latents and the hyperprior parameters to a context model to generate refined entropy parameters comprising refined mean values and refined scales; applying the refined entropy parameters to decode the coded latents and generate non- skipped output latents; and generating an output decoded picture based at least on the values of the skipped output latents and the non-skipped output latents.
- EEE9 The method of EEE7 or EEE8, wherein determining output latent values and whether a quantized latent value will be entropy encoded or entropy encoding will be skipped, comprises: if % ) S ⁇ me ⁇ an ⁇ % ) S ), then ⁇ ) ⁇ $ ) X , and its entropy encoding is skipped, else ⁇ ) is entropy to generate an entropy encoded output latent, wherein me ⁇ an ⁇ % ) S ) denotes the average of all % ) S values for quantized latents in group j. EEE10.
- determining decoded skipped and non-skipped quantized latents comprises: if % S ) ⁇ me ⁇ an ⁇ % S ) ), then entropy encoding of ⁇ ) was skipped and ⁇ ) ⁇ $ ) X , else ⁇ ) was entropy encoded and its value is generated by an decoder, wherein me S S ⁇ an ⁇ % ) ) denotes the average of all % ) values for quantized latents in group j.
- me S S ⁇ an ⁇ % ) denotes the average of all % ) values for quantized latents in group j.
- An apparatus comprising a processor and configured to perform a method in accordance with any one of EEE1 to EEE11.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Biophysics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Health & Medical Sciences (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202480048993.1A CN121569482A (en) | 2023-06-02 | 2024-05-31 | Threshold model for skipping entropy coding in end-to-end image compression using neural networks |
| EP24737201.4A EP4721400A1 (en) | 2023-06-02 | 2024-05-31 | Threshold models for skipping entropy coding in end-to-end image compression using neural networks |
| KR1020257043796A KR20260017445A (en) | 2023-06-02 | 2024-05-31 | A threshold model for skipping entropy coding in end-to-end image compression using neural networks. |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| IN202311038186 | 2023-06-02 | ||
| IN202311038186 | 2023-06-02 | ||
| IN202311061566 | 2023-09-13 | ||
| IN202311061566 | 2023-09-13 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2024249752A1 true WO2024249752A1 (en) | 2024-12-05 |
Family
ID=91739117
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2024/031854 Ceased WO2024249752A1 (en) | 2023-06-02 | 2024-05-31 | Threshold models for skipping entropy coding in end-to-end image compression using neural networks |
Country Status (4)
| Country | Link |
|---|---|
| EP (1) | EP4721400A1 (en) |
| KR (1) | KR20260017445A (en) |
| CN (1) | CN121569482A (en) |
| WO (1) | WO2024249752A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4618540A4 (en) * | 2023-05-15 | 2026-04-29 | Tencent Tech Shenzhen Co Ltd | DATA ENCODING METHOD AND DEVICE, DATA DECODING METHOD AND DEVICE, COMPUTER DEVICE AND STORAGE MEDIUM |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2023165599A1 (en) * | 2022-03-03 | 2023-09-07 | Beijing Bytedance Network Technology Co., Ltd. | Method, apparatus, and medium for visual data processing |
-
2024
- 2024-05-31 CN CN202480048993.1A patent/CN121569482A/en active Pending
- 2024-05-31 WO PCT/US2024/031854 patent/WO2024249752A1/en not_active Ceased
- 2024-05-31 EP EP24737201.4A patent/EP4721400A1/en active Pending
- 2024-05-31 KR KR1020257043796A patent/KR20260017445A/en active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2023165599A1 (en) * | 2022-03-03 | 2023-09-07 | Beijing Bytedance Network Technology Co., Ltd. | Method, apparatus, and medium for visual data processing |
Non-Patent Citations (8)
| Title |
|---|
| D. LIUY. LIJ. LINH. LIF. WU: "Deep learning-based video coding: A review and a case study.", ARXIV:1904.12462V1, 29 April 2019 (2019-04-29) |
| D. MINNENJ. BALLEG. TODERICI.: "Joint autoregressive and hierarchical priors for learned image compression.", CONF. ON NEURAL INFORMATION PROCESSING SYSTEMS (NEURIPS 2018), MONTREAL, CANADA, 2018 |
| JIAHAO LI ET AL: "Neural Video Compression with Diverse Contexts", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 10 March 2023 (2023-03-10), XP091455826 * |
| JOOYOUNG LEE ET AL: "Selective compression learning of latent representations for variable-rate image compression", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 8 November 2022 (2022-11-08), XP091363499 * |
| LIJIAHAOBIN LIYAN LU.: "Hybrid spatial-temporal entropy modelling for neural video compression.", PROCEEDINGS OF THE 30TH ACM INTERNATIONAL CONFERENCE ON MULTIMEDIA, 2022 |
| LIJIAHAOBIN LIYAN LU.: "Neural video compression with diverse contexts.", PROCEEDINGS OF THE IEEE/CVF CONFERENCE ON COMPUTER VISION AND PATTERN RECOGNITION, 2023 |
| Y. SHIY. GEJ. WANGJ. MAO: "AlphaVC: High-Performance and Efficient Learned Video Compression", ARXIV:2207.14678, 29 July 2022 (2022-07-29) |
| YIBO SHI ET AL: "AlphaVC: High-Performance and Efficient Learned Video Compression", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 29 July 2022 (2022-07-29), XP091283036 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4618540A4 (en) * | 2023-05-15 | 2026-04-29 | Tencent Tech Shenzhen Co Ltd | DATA ENCODING METHOD AND DEVICE, DATA DECODING METHOD AND DEVICE, COMPUTER DEVICE AND STORAGE MEDIUM |
Also Published As
| Publication number | Publication date |
|---|---|
| CN121569482A (en) | 2026-02-24 |
| KR20260017445A (en) | 2026-02-05 |
| EP4721400A1 (en) | 2026-04-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20220078418A1 (en) | Method and apparatus of neural network based processing in video coding | |
| Pessoa et al. | End-to-end learning of video compression using spatio-temporal autoencoders | |
| US11109051B2 (en) | Motion compensation using temporal picture interpolation | |
| US12587642B2 (en) | Encoding method, decoding method, code stream, encoder, decoder and storage medium | |
| JP7665776B2 (en) | Multidistribution Entropy Modeling of Latency Features in Image and Video Coding Using Neural Networks | |
| US20180124418A1 (en) | Motion compensation using machine learning | |
| CN112715029B (en) | AI encoding apparatus and operation method thereof, and AI decoding apparatus and operation method thereof | |
| KR20240160613A (en) | Methods, devices and media for processing visual data | |
| JP2025506992A (en) | Method, device and medium for visual data processing | |
| US12388999B2 (en) | Method, an apparatus and a computer program product for video encoding and video decoding | |
| Xiang et al. | Generative adversarial networks based error concealment for low resolution video | |
| WO2024140849A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2024249752A1 (en) | Threshold models for skipping entropy coding in end-to-end image compression using neural networks | |
| US11350134B2 (en) | Encoding apparatus, image interpolating apparatus and encoding program | |
| WO2024169958A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2024169959A1 (en) | Method, apparatus, and medium for visual data processing | |
| CN121399949A (en) | Apparatus, method and computer program for video encoding and decoding | |
| CN119816838A (en) | Method for encoding an input signal using a neural network and corresponding device | |
| WO2024193708A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2024193710A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2025153016A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2025149063A1 (en) | Method, apparatus, and medium for visual data processing | |
| WO2025212980A1 (en) | Method, apparatus, and medium for visual data processing | |
| JP2026513929A (en) | Apparatus, method, and computer program for video coding and decoding | |
| KR20250169266A (en) | Device, method and computer program for video coding and decoding |
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: 24737201 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202517118277 Country of ref document: IN |
|
| ENP | Entry into the national phase |
Ref document number: 2025569632 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2025569632 Country of ref document: JP |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112025026511 Country of ref document: BR |
|
| WWP | Wipo information: published in national office |
Ref document number: 202517118277 Country of ref document: IN |
|
| ENP | Entry into the national phase |
Ref document number: 1020257043796 Country of ref document: KR Free format text: ST27 STATUS EVENT CODE: A-0-1-A10-A15-NAP-PA0105 (AS PROVIDED BY THE NATIONAL OFFICE) |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2024737201 Country of ref document: EP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2025139031 Country of ref document: RU |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| ENP | Entry into the national phase |
Ref document number: 2024737201 Country of ref document: EP Effective date: 20260102 |
|
| WWP | Wipo information: published in national office |
Ref document number: 2024737201 Country of ref document: EP |


