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 PDF

Info

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
Application number
PCT/US2024/031854
Other languages
French (fr)
Inventor
Arjun ARORA
Arunkumar Mohananchettiar
Peng Yin
Jay Nitin Shingala
Tong Shao
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dolby Laboratories Licensing Corp
Original Assignee
Dolby Laboratories Licensing Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dolby Laboratories Licensing Corp filed Critical Dolby Laboratories Licensing Corp
Priority to CN202480048993.1A priority Critical patent/CN121569482A/en
Priority to EP24737201.4A priority patent/EP4721400A1/en
Priority to KR1020257043796A priority patent/KR20260017445A/en
Publication of WO2024249752A1 publication Critical patent/WO2024249752A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/91Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0495Quantised networks; Sparse networks; Compressed networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/124Quantisation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/132Sampling, masking or truncation of coding units, e.g. adaptive resampling, frame skipping, frame interpolation or high-frequency transform coefficient masking

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

Methods are described for determining thresholds to skip entropy coding of latent features in image and video coding using a neural network. A threshold based on a mean of estimated standard deviations of all latents is proposed. For autoregressive neural networks, to avoid drift between context model parameter estimates computed during training and inference, it is proposed to have two separate entropy parameter estimation networks: an initial entropy-estimation network, to be used in entropy skip encoding and decoding of quantized latents, and a refined entropy-estimation network, to be used in arithmetic encoding and decoding of the quantized latents. Methods and systems for multi-stage entropy skipping are also proposed.

Description

THRESHOLD MODELS FOR SKIPPING ENTROPY CODING IN END-TO-END IMAGE COMPRESSION USING NEURAL NETWORKS CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This patent application claims priority to Indian Provisional Patent Application No. 202311038186, filed on June 2, 2023 and Indian Provisional Patent Application No. 202311061566, filed September 13, 2023, each of which is hereby incorporated by reference in its entirety TECHNOLOGY [0002] The present document relates generally to images. More particularly, an embodiment of the present invention relates to thresholding models for skipping entropy coding in image and video compression using neural networks. BACKGROUND [0003] In 2020, the MPEG group in the International Standardization Organization (ISO), jointly with the International Telecommunications Union (ITU), released the first version of the Versatile Video Coding standard (VVC), also known as H.266. More recently, the same group has been working on the development of the next generation coding standard that provides improved coding performance over existing video coding technologies. As part of this investigation, coding techniques based on artificial intelligence and deep learning are also examined. As used herein the term “deep learning” refers to neural networks having at least three layers, and preferably more than three layers. [0004] As used herein the term “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. [0005] As appreciated by the inventors here, improved techniques for the coding of images and video based on neural networks are described herein. [0006] 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. Similarly, issues identified with respect to one or more approaches should not assume to have been recognized in any prior art on the basis of this section, unless otherwise indicated. BRIEF DESCRIPTION OF THE DRAWINGS [0007] An embodiment of the present invention is illustrated by way of example, and not in way by limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which: [0008] 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; and [0009] 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; [00010] 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; [00011] FIG.4A depicts an example process for a two-stage entropy encoding according to an embodiment of this invention; [00012] FIG.4B depicts an example process for a two-stage entropy encoding with entropy skipping according to an embodiment of this invention; [00013] FIG.5A depicts an example of dividing the latent space using a quadree partitioning according to an embodiment of this invention; [00014] FIG. 5B depicts an example of a choice-mask to be used with entropy skipping according to an embodiment of this invention; and [00015] FIG.6 depicts an example process for multi-stage entropy skipping according to an embodiment of this invention. DESCRIPTION OF EXAMPLE EMBODIMENTS [00016] 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. In other instances, well-known structures and devices are not described in exhaustive detail, in order to avoid unnecessarily occluding, obscuring, or obfuscating embodiments of the present invention. SUMMARY [00017] 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. For autoregressive neural networks, to avoid drift between estimates of context model parameter computed during training and inference, it is proposed to have two separate entropy parameter estimation networks: an initial entropy-estimation network, to be used in skipping entropy encoding and decoding of quantized latents, and a refined entropy-estimation network, to be used in arithmetic encoding and decoding of the quantized latents. Embodiments for multi-stage entropy skipping are also proposed. EXAMPLE END-TO-END VIDEO CODING MODEL [00018] FIG. 1 depicts an example process (100) for modeling image and video coding based on neural learning and the coding of latent features (Refs. [1-2]). As used herein, the terms “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. In image and video coding, the term ‘latent space’ may refer to a representation of the compressed data in which similar data points are closer together. In video coding, examples of latent features include the representation of the transform coefficients, the residuals, the motion representation, syntax elements, model information, and the like. In the context of neural networks, latent spaces are useful for learning data features and for finding simpler representations of the image data for analysis. [00019] As depicted in FIG. 1, given input images 102, there are two main sub-networks: an autoencoder, which learns a quantized latent representation of the images (Encoder 105 and Decoder 135 blocks), and 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. The data from these two sources is combined by an entropy modeling network (130), which generates parameters (e.g., the mean and variance) for a conditional Gaussian entropy model. [00020] In FIG.1, 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. [00021] 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. [00022] As discussed in Ref. [1], 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. Under this model, the compressed hyperpriors may be added to the generated bitstream as side information, which allows the decoder to use the conditional entropy model. In this way, a separate entropy model (120) of the hyperpriors allows for a richer and more accurate model. [00023] 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) where ^ is the Lagrange multiplier that determines the desired rate-distortion (RD) trade-off, and R and D may be expressed as: ^ ^ ^^∼^^^^^^^^^^^ ^^^^^^^^^ , (2)
Figure imgf000006_0001
where ^^ denotes an unknown distribution of natural images, q(.) represents rounding to the nearest integer, ^ ^ ^^^^ denotes an encoder output, ^^ ^ ^^^^ represents the quantized latents, ^^^ is a discrete entropy model, and ^^ ^ ^^^^^ 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-based distortion measure such as LPIPS (Learned Perceptual Image Patch Similarity), DISTIS (Deep Image Structure and Texture Similarity), and the like. [00024] As in Ref. [1], because both the compressed latents and the compressed hyper- latents are part of the generated bitstream, 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)
Figure imgf000007_0001
[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. For this aspect, 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. For this aspect, 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 (which may also be referred to as a scale parameter) 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. Entropy Skipping [00027] As discussed in Ref. [3], in video coding, due to the use of reference frames, the entropy of the quantized latents is relatively small, thus having distribution functions with relatively small variance. It was proposed to skip entropy-encoding and entropy-decoding certain elements and simply replace them with the peak of their probability distribution. This can save both bit-rate and runtime in entropy encoding with little error expectations. [00028] In Ref. [3], it was proposed to skip encoding those latents ^) which have high enough probability, ^), that they are within ± 0.5 of the center of their distribution. Using the erf() function erf^^^ ^ ^ " 234/ 06 1 !5 , (5) given the standard deviation %) , one computes the probability ^) ^ erf 7 8 ^√^9:; . (6) Given this probability, one can apply a threshold = to decide whether to encode or skip this element. That decision is described as ^^) ^ > $) , ?^ ^) @ = ^^ ^ A = , (7) where µi is
Figure imgf000008_0001
= ∈ ^0, 1 , for i = 1, 2,…N, N denoting the total number of
Figure imgf000008_0002
One can observe that ^) is a monotonic function of %) so one can instead replace the error function calculation with a specially chosen
Figure imgf000008_0003
value for %) , denoted here as =9, which is associated with the value chosen for = (e.g., = ^ 0.8^, or ^ $ , ?^ % A = (8) where ^
Figure imgf000008_0004
Threshold based on mean(%)^ [00029] In an embodiment, it is proposed to improve upon the threshold proposed in Ref. [3] by taking into account all latent distributions. Rather than relying on an absolute threshold decided by the probability of ^), instead, 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
Figure imgf000009_0001
F1GH^%)^ ^ 8 J ∑J 8 %) . For
Figure imgf000009_0002
patches of size W x H, and a CNN encoder network with M output channels, N = W/k x H/k x M, where k denotes a down-sampling ratio of the encoder, e.g., W=H=256, M = 64 or 192, and k = 16. [00030] In an alternative embodiment, one determines which values to skip depending on the absolute magnitude of each ^). In this method, if the absolute value of ^) is below some threshold =, its value is not encoded into the bitstream and instead it is replaced with some non- zero epsilon (e.g., L ^ 1E-6). Since each latent is in a feature space, this method is analogous to DCT quantization, used commonly in the JPEG standard. Alternatively, since ^) values are not available in the decoder, the threshold may be defined in terms of the estimated mean, hence, ^^) ^ > ^ , ?^ | @ = ^ ,
Figure imgf000009_0003
where sign(x) = 1 if x is positive and -1 if x is negative, and threshold = can be optimized via experimental results. 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. 1, this is depicted by a link from the AD block prior to decoder (135) to the context model (125). Since the conditioning in the entropy model uses more context, an autoregressive model is significantly more efficient in the compression of latents. [00032] For such a neural network model, a direct application of the entropy-skipping scheme of equation (9) would require computing the entropy skipping threshold, e.g., F1GH^%)^, in an auto-regressive fashion, where the mean is computed over the previously decoded standard deviations. However, this approach does not work in practice. During training, for computational efficiency reasons, 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
Figure imgf000010_0001
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. If this is not taken care and all the latents are used in the computation of standard deviations (scales) and means without accounting for any latent skips, 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. This causes a divergence between the encoder and the decoder. [00033] In an embodiment, this problem is addressed by modifying the original neural network to first produce an initial set of means and scales from the hyperprior information alone. FIG. 2 depicts the block diagram of the system. Compared to FIG.1, 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. In an embodiment, without limitation, 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
Figure imgf000011_0001
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. At the decoder, the entropy skip decoder (210) provides latent maps (212) to the context modeler (125) to generate the context model during inference. [00034] Experimental results confirmed the benefits of this approach. The training and inference paths give results that are in agreement, and the resulting codec is significantly more efficient than the codec without entropy skip. As discussed, 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. For example this weighting can be expressed as: ^ ^ Q ∗ ^^∼^^^^^^^^^^ 6 ^^^^^^^^^^ +(1-w)∗ ^^∼^^^^^^^^^^ P ^^^^^^^^^^ , (11)
Figure imgf000011_0002
where Q denotes a weight in [0,1], ^^ 6 ^ is an initial discrete entropy model and ^^ P ^ is a refined entropy model. It was found that the performance of the codec is not particularly sensitive to the value of Q, and a value of w = 0.5 was empirically found to work well. [00035] During inference, 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. [00036] 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. [00038] 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. Using the first stage entropy parameters $),6, %),6 and the processed latent ^^) are then used to compute the second stage entropy parameters $),8, %),8 for the
Figure imgf000012_0001
latents that have yet to be encoded. The quadtree partitioning
Figure imgf000012_0002
to the checkerboard partition strategy but divides the channels into four partitions and partitions the latent spatially into a quadtree structure. More details can be found in Refs. [4,5] and will be discussed later in this section. [00039] FIG. 3 depicts an example block diagram of such system (300). Compared to FIG. 1, 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). [00040] 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. Thus, while for still images or the first frame in a video sequence this block is not used, its use in subsequent frames in a video sequence adds additional modeling information which can improve the estimation of the entropy parameters. [00041] In traditional, “single frame” entropy encoding, given a sequence of quantized latents (subsequently, for simplification, to be referred to as just latents) (405), one computes the entropy parameters μ and σ for the whole “frame,” to generate a coded bitstream. 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. 4A, 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). [00042] FIG. 4B depicts an example of a two-stage entropy coding model using entropy skipping. As depicted, for stage one, given the entropy parameters (μ, σ) (412) and the corresponding thresholds (e.g., see equation (9)) one computes a Boolean choice-mask (435) in the black and white latents determining which of the white latents can be entropy skipped. [00043] In general, each latent has an associated mean and scale parameter. In an embodiment, for each set of stage latents (e.g. in FIG. 4B, stage 1: latents A and D, stage 2: latents B and C) one takes the average scale (variance) of all latents, either in that stage or across all latents. Next, if a latent scale in the stage is above the average scale, then one encodes the latent otherwise it is entropy-skipped. Typically, one never entropy-skips all latents in a stage, but one is often skipping a large majority of the elements in each stage. As an example, in FIG. 4B, based on choice mask 435, for stage 1, one entropy-skips latent D and entropy encodes latent A. For stage 2, based on choice mask 440, one only encodes latent C and entropy skips latent B. [00044] Choice masks identify to the encoder and the decoder what values are kept and what values are skipped and need to be recomputed. In general, in each stage, 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. Note that 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. [00045] Expanding the methodology to a quadtree partitioning, FIG. 5A depects a division of the latent space (505) into a quadree representation with quantized latent areas (or stages) 1, 2, 3, and 4. In such a scenario, one would start by entropy encoding the “1” latents, use the updated context information to entropy encode the “2” latents, use the updated context information to encode the “3” latents, and finally encode the “4” latents. Again, 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. When using entropy skipping, 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). For example, after encoding the “1” stage, one continues with the stage “2” latents, e.g., encoding latents (1,2), (3,2), and (3,4) (skipping latent (1,4)), the stage “3” latents, e.g., encoding latent (2,1) (and skipping latents (2,3), (4,1), and (4,3), and encoding all stage “4” latents, e.g., latents (2,2), (2,4), (4,2) and (4,4) (with no entropy skips). [00046] In summary, in this type of neural network model, 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. However, the processing of the latents is the same as previously described models, that is, for elements which are skipped, ^^) ^ $),R. [00047] As depicted in FIG. 6, given a multi-stage entropy skipping model, the entropy skipping process starts in step 605 with input the quantized latents and hyper-latents and optional temporal-context (if applicable). As an example, the first stage is denoted as stage j = 0 (out of K total stages). For example, for a checkerboard division K=2, and for a quadtree division K = 4. [00048] For 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. If not, 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)
Figure imgf000015_0001
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. [00050] In a decoder, the process is identical, except that the computed choice masks will be used to regenerate skipped quantized latent elements by simply assigning to them the mean latent value for each stage. Then, the received decoded bistream and the reconstructed missing elements will be combined to form the final, decoded, bitstream. [00051] Experimental results have shown that training with multi-stage entropy-skipping results in an increase in the efficiency of the codec. The network is trained by minimizing the rate–distortion loss from equation (3) with a slight difference. Prior to computing the rate term defined in equation (2) the elements which are skipped need to be masked out in order to avoid overestimating the rate. 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 ∗ ^^^^^^^^ ^∗ ^^^^^^^^
Figure imgf000015_0002
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.” 32nd Conf. on Neural Information Processing Systems (NeurIPS 2018), Montreal, Canada, 2018. [2] D. Liu, Y. Li, J. Lin, H. Li, F. Wu, “Deep learning-based video coding: A review and a case study.” arXiv:1904.12462v1, April 29, 2019. [3] Y. Shi, Y. Ge, J. Wang, J. Mao,” AlphaVC: High-Performance and Efficient Learned Video Compression,” arXiv:2207.14678, July 29, 2022. [4] Li, Jiahao, Bin Li, and Yan Lu. "Hybrid spatial-temporal entropy modelling for neural video compression." Proceedings of the 30th ACM International Conference on Multimedia.2022. [5] Li, Jiahao, Bin Li, and Yan Lu. "Neural video compression with diverse contexts." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2023. EXAMPLE COMPUTER SYSTEM IMPLEMENTATION [00052] 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. 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. [00053] Certain implementations of the invention comprise computer processors which execute software instructions which cause the processors to perform a method of the invention. For example, one or more 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. a software module, processor, assembly, device, circuit, etc.) is referred to above, unless otherwise indicated, reference to that component (including a reference to a "means") should be interpreted as including as equivalents of that component any component which performs the function of the described component (e.g., that is functionally equivalent), including components which are not structurally equivalent to the disclosed structure which performs the function in the illustrated example embodiments of the invention. EQUIVALENTS, EXTENSIONS, ALTERNATIVES AND MISCELLANEOUS [00054] Example embodiments that relate to skipping entropy coding of latent features in image and video coding are thus described. In the foregoing specification, embodiments of the present invention have been described with reference to numerous specific details that may vary from implementation to implementation. Thus, the sole and exclusive indicator of what is the invention, and what is intended by the applicants to be the invention, is the set of claims that issue from this application, in the specific form in which such claims issue, including any subsequent correction. Any definitions expressly set forth herein for terms contained in such claims shall govern the meaning of such terms as used in the claims. Hence, no limitation, element, property, feature, advantage or attribute that is not expressly recited in a claim should limit the scope of such claim in any way. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. [00055] Various aspects of the present disclosure may be appreciated from the following Enumerated Example Embodiments (EEEs): EEE1. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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 ^an ^ %)) denotes the average of all %) values, for i = 1, 2, … N, where N denotes the total number of generated latents. EEE2. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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 =, then ^^) ^ L ∗ O?^H^$)^ and its entropy encoding is skipped, else the quantized latent (^^)^ is entropy encoded to generate an entropy encoded latent, wherein = denotes a threshold, and L denotes a small positive value larger than zero and smaller than 0.001. EEE3. In an autoregressive neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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 applying the refined mean values ($) P ) and standard deviations ( %) P ) of the latents for the arithmetic encoding and arithmetic decoding of the latents to be entropy coded. EEE4. 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: if %) 6< me ^an ^ %) 6), then ^^) ^ $) 6, and its entropy encoding is skipped, else ^^) is entropy encoded to generate an entropy encoded latent, wherein mean ^ %6) denotes the av 6 ^ ) erage of all %) values, for i = 1, 2, … N, where N denotes the total number of generated latents. EEE5. 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 |$) 6| A =, then ^^) ^ L ∗ O?^H^$) 6^ and its entropy encoding is skipped, else the quantized latent (^^)^ is entropy encoded to generate an entropy encoded latent, wherein = denotes a threshold, and L denotes a small positive value larger than zero and smaller than 0.001. EEE6. A method for decoding pictures using a neural network, the method 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. EEE7. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method comprising: inputting video content into a neural-network encoder to generate latents (^)^; quantizing the latents to generate quantized latents (^^)^; dividing the quantized latents into K non-overlaping groups of quantized latents; estimating mean values ($) 6 ) and standard deviations ( %) 6) of the quantized latents in group j =0 of the K groups based on hyper-latents; applying the mean values ($) 6 ) and standard deviations ( %) 6) of the latents to an entropy-skip encoder to determine output latent values for the group j=0; for quantized latents in group j for groups j =1 to K-1 of the K groups: estimating mean values ( $S ) and st S ) andard deviations ( %) ) of the quantized latents in the group j based on hyper-latents and the ($) S28, %) S28) values;
Figure imgf000020_0001
applying the mean values ($S ) and standard deviations S ) ( %) ) of the latents to the entropy-skip encoder to determine output coded latent values for the group j; and generating a bitstream of encoded quantized latents based on the output coded latent values for the K groups. EEE8. The method of EEE7, wherein K = 2 or 4. 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
Figure imgf000020_0002
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. A method for decoding pictures using a neural network, the method comprising: receiving a bitstream comprising coded latents and coded hyper-latents, wherein the coded latents represent quantized latents divided into K non-overlapping groups; for group j =0 of the coded latents: decoding the hyper-latents to generate hyperprior parameters and initial entropy parameters comprising initial mean values ($) 6 ) and initial scales ( %) 6); 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; and determining values of the skipped output latents for group j = 0 based on the initial mean values; for group j , j=1 to K-1, of the coded latents: estimating mean values ( $S ) a S ) nd standard deviations ( %) ) of the quantized latents in the group j based on the hyper-latents and the ($) S28, %) S28) values; and
Figure imgf000021_0001
applying the estimated mean values ($) S ) and the standard deviations ( %) S) to decode the coded latents and
Figure imgf000021_0002
skipped and non-skipped output latents. and generating an output decoded picture based at least on values of the skipped output latents and the non-skipped output latents for all K groups. EEE11. The method of EEE10, wherein 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
Figure imgf000021_0003
decoder, wherein me S S ^an ^ %) ) denotes the average of all %) values for quantized latents in group j. EEE12. A non-transitory computer-readable storage medium having stored thereon computer- executable instructions for executing with one or more processors a method in accordance with any one of EEE1 to EEE11. EEE13. An apparatus comprising a processor and configured to perform a method in accordance with any one of EEE1 to EEE11.

Claims

CLAIMS 1. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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 ^an ^ %)) denotes the average of all %) values, for i = 1, 2, … N, where N denotes the total number of generated latents.
2. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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
Figure imgf000022_0001
to the quantized latents, wherein for a latent ^) , if |$)| A =, then ^^) ^ L ∗ O?^H^$)^ and its entropy encoding is skipped, else the quantized latent (^^)^ is entropy encoded to generate an entropy encoded latent, wherein = denotes a threshold, and L denotes a small positive value larger than zero and smaller than 0.001.
3. In an autoregressive neural network for video coding, a method for skipping entropy encoding of quantized latents, the method 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 applying the refined mean values ($) P ) and standard deviations ( %) P ) of the latents for the arithmetic encoding and arithmetic decoding of the latents to be entropy coded.
4. The method of claim 3, wherein determining updated quantized latent values and whether a quantized latent value will be entropy encoded or entropy encoding will be skipped, comprises: if %) 6< me 6 ^an ^ %) ), then ^^ ) ^ $) 6, and its entropy encoding is skipped, else ^^) is entropy encoded to generate an entropy encoded latent, wherein me ^an ^ %) 6) denotes the average of all %) 6 values, for i = 1, 2, … N, where N denotes the total number of generated latents.
5. The method of claim 3, 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 |$) 6| A
Figure imgf000023_0001
^^) ^ L ∗ O?^H^$) 6^ and its entropy encoding is skipped, else the quantized latent (^^)^ is entropy encoded to generate an entropy encoded latent, wherein = denotes a threshold, and L denotes a small positive value larger than zero and smaller than 0.001.
6. A method for decoding pictures using a neural network, the method 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.
7. In a neural network for video coding, a method for skipping entropy encoding of quantized latents, the method comprising: inputting video content into a neural-network encoder to generate latents (^)^; quantizing the latents to generate quantized latents (^^)^; dividing the quantized latents into K non-overlaping groups of quantized latents; estimating mean values ($) 6 ) and standard deviations ( %) 6) of the quantized latents in group j =0 of the K groups based on hyper-latents; applying the mean values ($) 6 ) and standard deviations ( %) 6) of the latents to an entropy-skip encoder to determine output latent values for the group j=0; for quantized latents in group j for groups j =1 to K-1 of the K groups: estimating mean values ( $S S ) ) and standard deviations ( %) ) of the quantized latents in the group j based on hyper-latents and the ($) S28, %) S28) values;
Figure imgf000024_0001
applying the mean values ($S ) and standard dev S ) iations ( %) ) of the latents to the entropy-skip
Figure imgf000024_0003
determine output coded
Figure imgf000024_0002
values for the group j; and generating a bitstream of encoded quantized latents based on the output coded latent values for the K groups.
8. The method of claim 7, wherein K = 2 or 4.
9. The method of claim 7 or 8, 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 encoded to generate an entropy encoded output latent, wherein mean ^ %S) de S ^ ) notes the average of all %) values for quantized latents in group j.
10. A method for decoding pictures using a neural network, the method comprising: receiving a bitstream comprising coded latents and coded hyper-latents, wherein the coded latents represent quantized latents divided into K non-overlapping groups; for group j =0 of the coded latents: decoding the hyper-latents to generate hyperprior parameters and initial entropy parameters comprising initial mean values ($) 6 ) and initial scales ( %) 6); 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; and determining values of the skipped output latents for group j = 0 based on the initial mean values; for group j , j=1 to K-1, of the coded latents: estimating mean values ( $) S ) and standard deviations ( %) S ) of the quantized latents in the group j S28 S28
Figure imgf000025_0001
on the hyper-latents and the ($) , %) ) values; and applying the estimated mean values ($S ) ) and the standard deviations ( %S ) ) to decode the coded latents and
Figure imgf000025_0002
skipped and non-skipped output latents. and generating an output decoded picture based at least on values of the skipped output latents and the non-skipped output latents for all K groups.
11. The method of claim 10, wherein 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
Figure imgf000025_0003
is generated by an entropy decoder, wherein mean ^ %S) denotes the average S ^ ) of all %) values for quantized latents in group j.
12. A non-transitory computer-readable storage medium having stored thereon computer- executable instructions for executing with one or more processors a method in accordance with any one of claims 1-11.
13. An apparatus comprising a processor and configured to perform a method in accordance with any one of claims 1-11.
PCT/US2024/031854 2023-06-02 2024-05-31 Threshold models for skipping entropy coding in end-to-end image compression using neural networks Ceased WO2024249752A1 (en)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

Patent Citations (1)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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