Pith. sign in

REVIEW 3 major objections 7 minor 107 references

Next-Frame Decoding for Ultra-Low-Bitrate Image Compression with Video Diffusion Priors

T0 review · 3 major / 7 minor · reviewed 2026-07-14 · grok-4.5

Pith's one-line read Ultra-low-bitrate image decoding can be cast as next-frame prediction from a compact anchor using a video diffusion prior, cutting bitrate over half versus DiffC while decoding up to five times faster.

desk verdict Solid empirical ULB-IC recipe: visible VAE anchor + LoRA-adapted CogVideoX next-frame decoding with a latent bypass, reporting large BD-rate savings and real one-step speedup. read the letter →

arxiv 2603.15129 v3 pith:2TEUNCE7 submitted 2026-03-16 cs.CV

classification cs.CV
keywords ultra-low-bitrateimagecompressionvideodiffusionpriorsnext-framepredictionanchorframeone-stepgenerativedecodingperceptuallatentbypass
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that generative ultra-low-bitrate image compression works better when reconstruction is treated as a short temporal evolution rather than as a static conditioned denoising process. It transmits a compact anchor frame that keeps geometry and semantics but drops high-frequency detail, then asks a pretrained video diffusion model to predict the original image as the next frame. Because the model already knows how to refine blurry frames into detailed ones and can attend across frames with 3D structure, the reconstruction stays faithful to the source while looking realistic. A two-stage adaptation first teaches single-interval detail synthesis and then collapses multi-step sampling into one step via a latent bypass, so decoding becomes practical. On standard test sets the approach reports large bitrate savings on both fidelity and realism metrics and substantially lower decode latency than prior diffusion codecs.

What carries the argument

Next-frame decoding with a two-stage adapted video diffusion model (NeFIC): Stage I LoRA-adapts the model for single-interval, motion-suppressed detail synthesis from the anchor; Stage II adds conditional anchor encoding and a bypass-refinement map so generation collapses to a single informative step instead of multi-step noise.

What would settle it

Train and evaluate the same pipeline on held-out high-resolution images outside the Flickr2W crop distribution; if LPIPS/DISTS or visual fidelity fall to or below strong image-diffusion baselines, or if one-step decoding reintroduces large semantic errors relative to multi-step, the central transfer claim fails.

Watch

Extended reading notes

Core claim

Generative ultra-low-bitrate image compression can be reframed as next-frame prediction: a compact anchor that preserves scene layout is decoded first, and a video diffusion model evolves that visible anchor into a high-fidelity reconstruction, yielding better source faithfulness and perceptual quality than image-diffusion codecs that start from noise plus weak conditions.

Load-bearing premise

The method assumes that a video model pretrained on long multi-frame clips can be LoRA-adapted into a faithful single-step image decoder that only refines detail and does not introduce motion, flicker, or semantic drift once the anchor and bypass are supplied.

Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 7 minor

Summary. The paper proposes NeFIC, a paradigm for ultra-low-bitrate image compression that treats generative decoding as a virtual temporal transition: a compact VAE-coded anchor frame (geometry/semantics, low detail) is evolved into the reconstruction by a LoRA-adapted video diffusion model (CogVideoX) via next-frame prediction. A two-stage scheme first adapts the VDM for single-interval, compression-aware detail synthesis (Stage I), then introduces conditional anchor encoding and a Bypass Refinement module so multi-step denoising collapses to one-step generation (Stage II). On Kodak, CLIC2020, and DIV2K the method reports large BD-rate savings versus DiffC and other generative codecs on LPIPS/DISTS/FID/KID (and competitive PSNR/MS-SSIM), with up to about ×5 faster decoding than multi-step diffusion baselines, supported by ablations and qualitative examples.

Significance. If the results hold under independent reimplementation, the work is a meaningful contribution to perceptual ultra-low-bitrate coding: it reframes image decoding as next-frame prediction under pretrained video diffusion priors, uses an explicit visible anchor rather than opaque latent conditioning, and couples that idea with a practical one-step bypass for latency. Strengths include multi-dataset RD/RP curves, BD-rate tables against many recent generative codecs (MS-ILLM, PerCo, DiffEIC, DiffC, ResULIC, StableCodec, DLF, etc.), runtime measurements, component ablations (Stages I/II, cond-enc, bypass, aux loss, CLIP-GAN, LoRA rank), and a planned code release. The dual-domain coupling (pixel-domain anchor + generative bypass latent) is a clear conceptual and engineering advance over pure image-diffusion ULB-IC pipelines.

major comments (3)
  1. Sec. 3.5, Eqs. (8)–(9): One-step generation models the bypass latent as a partially denoised state at a fixed t★ = 500 (half the maximum schedule). This choice is load-bearing for both the efficiency claim and the claim that generative uncertainty is reduced without multi-step sampling, yet no sensitivity study over t★ (or alternative one-step schedules) is reported. Please ablate t★ (and, if feasible, schedule parameterization) on at least one dataset for LPIPS/DISTS/FID and a qualitative semantic-drift check; without that, robustness of the one-step bypass remains under-supported.
  2. Sec. 3.3–3.4 and Stage I (Eqs. 2–7): The central paradigm assumes that LoRA adaptation of CogVideoX’s 3D attention/RoPE and defocus-to-focus priors fully suppresses video-native motion, flicker, and scene transition biases for a single-interval image decoder. Table 3 and Fig. 6 show that Stage I and the anchor/bypass components matter, but residual temporal artifacts are only argued qualitatively. A compact quantitative check (e.g., optical-flow magnitude or frame-difference energy between anchor and reconstruction on CLIC/DIV2K, or a controlled two-frame consistency metric) is needed to substantiate that the transfer is complete enough to underwrite the fidelity and “next-frame” claims.
  3. Table 3 (Stage II row) vs abstract/Tab. 1: Relative to Stage I alone, Stage II improves LPIPS/DISTS BD-rate but worsens FID/KID (paper notes ~4–7% realism cost). The abstract’s “over 50% savings across LPIPS, DISTS, FID, and KID vs DiffC” remains valid as a baseline comparison, but the one-step speedup is not free with respect to generative realism. The main text should more explicitly frame this fidelity–realism–latency trade-off as a limitation of collapsing multi-step VDM sampling, so readers do not over-read the ×5 decode claim as strictly Pareto-improving on all perceptual axes.
minor comments (7)
  1. Anchor Codec architecture and entropy model are deferred to the supplementary (§4.1); a short main-text sketch (transform type, latent resolution relative to Video-VAE 1/8, entropy model family) would make the rate term R and conditional encoding path self-contained.
  2. Fig. 3 (“defocus-to-focus”) is illustrative of generic VDM behavior; caption/text should clarify it is not a compression experiment so readers do not treat it as direct evidence of NeFIC reconstructions.
  3. Notation: E_Vid vs EVid, and ξ vs ε for noise, are slightly inconsistent across Sec. 3.2–3.5; unify symbols for the Video-VAE encoder and Gaussian noise.
  4. Table 2: DiffC runtime is given as ranges (0.6–9.1 s etc.); state the operating point (steps/bitrate) used for the ×5 comparison so the speedup is reproducible.
  5. Abstract says “Code will be released at https://github.com/UnoC-727/NeFIC” while the intro says “later”; align the release statement.
  6. Minor typos/style: “over50%” spacing in the intro abstract block; “V AEs”/space artifacts in several places; “w/o Interval Adaptation” in text vs “w/o Stage I” in Table 3.
  7. Table 4 FLUX variants: briefly note training budget and whether LoRA/finetune steps match NeFIC so the IDM vs VDM comparison is not confounded by under-adaptation of the larger T2I model.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: empirical ULB-IC method with external metrics, baselines, and standard training losses; claimed BD-rate savings and speedups are measured outcomes, not definitional.

full rationale

This is a standard empirical computer-vision systems paper. The central claims (abstract; Tab. 1 BD-rates >50% on LPIPS/DISTS/FID/KID vs DiffC; Tab. 2 runtime) are obtained by training an Anchor Codec + LoRA-adapted CogVideoX under ordinary rate-reconstruction-adversarial objectives (Eqs. 5–7, 10–11), then evaluating on held-out Kodak/CLIC2020/DIV2K against published external baselines using established perceptual and distortion metrics. No quantity is defined in terms of the reported savings; λ_R and LoRA rank are ordinary hyperparameters chosen from a discrete set, not fitted parameters later re-labeled as predictions. Citations to CogVideoX, DiffC, StableCodec, etc., are to independent prior work; there is no load-bearing uniqueness theorem or self-citation chain that forces the result. Ablations (Tab. 3–5, Fig. 6) and the FLUX comparison (Tab. 4) further treat components as falsifiable design choices rather than tautologies. The derivation chain therefore does not reduce to its inputs by construction.

Assumptions & free parameters 6 free parameters · 6 assumptions · 3 invented entities

The central performance claim rests on empirical training choices and pretrained generative machinery rather than a closed-form theory. Free parameters are the usual rate–distortion and adaptation knobs. Domain assumptions import CogVideoX’s video priors and in-context next-frame behavior. Invented entities are engineering constructs (anchor intermediate state, bypass refinement) introduced to operationalize the paradigm; they are not new physical objects, but they are load-bearing design postulates without independent evidence outside this codec’s metrics.

free parameters (6)
  • λ_R bitrate tradeoff set = {5, 3, 1.7, 1.0, 0.5, 0.25}
    Chosen from {5, 3, 1.7, 1.0, 0.5, 0.25} to sweep operating points; directly shapes reported RD curves and BD-rates.
  • Stage I aux loss weights λ_MSE, λ_LPIPS, λ_aux = λ_MSE=5, λ_LPIPS=1, λ_aux=0.1
    Hand-set (5, 1, and λ_aux=0.1) to keep anchors in Video-VAE distribution; ablation shows large metric collapse without them.
  • Stage II RGB/GAN weights = 1 / 2.5 / 0.5
    λ_GAN=1, λ_MSE=2.5, λ_LPIPS=0.5 control fidelity–realism tradeoff; GAN introduction schedule (35k steps) is also chosen.
  • One-step diffusion time t★ = 500
    Fixed to half max step (500) for the bypass as a partially denoised state; not derived, chosen for one-step collapse.
  • LoRA rank/alpha = 256/256
    Default 256/256 selected after ablation; strongly affects LPIPS/DISTS vs FID/KID tradeoff.
  • Training schedule (steps, LR, crops) = 10k/50k; 1e-4→1e-5; 512–768
    10k Stage I + 50k Stage II, LR 1e-4 then 1e-5, crops 512–768 on Flickr2W; all free design choices that condition the reported SOTA numbers.
assumptions (6)
  • domain assumption Pretrained VDMs internalize a reusable defocus-to-focus temporal refinement prior that can be repurposed for single-image detail synthesis rather than motion.
    Stated as key insight in Sec. 3.3 and illustrated in Fig. 3; underpins preferring VDM over IDM.
  • domain assumption Token concatenation with 3D attention/RoPE is a more principled conditioning path than channel-concat IDM control for anchor-faithful reconstruction.
    Sec. 3.3 architectural argument; partially stress-tested via FLUX variants in Tab. 4.
  • domain assumption A compact VAE-coded anchor can discard high-frequency detail while retaining enough geometry/semantics for faithful generative decoding at ultra-low rate.
    Core intermediate-state definition in abstract/Sec. 1 and Fig. 1–2.
  • domain assumption Standard perceptual metrics (LPIPS, DISTS, FID, KID) and BD-rate against DiffC are adequate proxies for “fidelity and realism” of ULB-IC.
    Evaluation protocol Sec. 4.1; common in the subfield but still an assumption about what the claim means.
  • standard math v-prediction diffusion math and LoRA finetuning of DiT attention projections preserve enough generative prior while specializing to compression.
    Uses standard diffusion parameterization and LoRA (Sec. 3.4–3.5); not re-derived.
  • ad hoc to paper Conditional encoding of the anchor on Video-VAE latents plus a learned bypass map sufficiently aligns compression and generation latent spaces for one-step decoding.
    Stage II design (Sec. 3.5); supported by ablations but postulated as the mechanism that removes multi-step sampling.
invented entities (3)
  • Compact anchor frame as explicit intermediate decoding state
    purpose: Carry geometry/semantics at low rate and serve as visible initial frame for next-frame generative decoding.
    Defined in abstract/Sec. 1; engineering construct validated only via this paper’s metrics and ablations.
  • Next-frame decoding paradigm for ULB-IC (NeFIC)
    purpose: Reinterpret generative image reconstruction as virtual two-frame temporal transition under a VDM prior.
    Central methodological invention; evidence is internal experimental comparison, not external theory.
  • Bypass Refinement module T (semantic latent bypass)
    purpose: Map anchor-decoder features into the generative latent manifold to initialize one-step denoising instead of Gaussian noise.
    Introduced in Sec. 3.5; ablation shows large drops without it, but no independent external validation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Next-Frame Decoding for Ultra-Low-Bitrate Image Compression with Video Diffusion Priors." pith.science (2026). https://pith.science/paper/2TEUNCE7

@misc{pith2026260315129,
  author       = {Pith},
  title        = {Pith review of: Next-Frame Decoding for Ultra-Low-Bitrate Image Compression with Video Diffusion Priors},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2TEUNCE7}},
  note         = {Machine review of arXiv:2603.15129}
}
abstract

We present a novel paradigm for ultra-low-bitrate image compression (ULB-IC) that exploits the ``temporal'' evolution in generative image compression. Specifically, we define an explicit intermediate state during decoding: a compact anchor frame, which preserves the scene geometry and semantic layout while discarding high-frequency details. We then reinterpret generative decoding as a virtual temporal transition from this anchor to the final reconstructed image. To model this progression, we leverage a pretrained video diffusion model (VDM) as a temporal prior: the anchor frame serves as the initial frame and the original image as the target frame, transforming the decoding process into a next-frame prediction task. In contrast to image diffusion-based ULB-IC models, our decoding proceeds from a visible, semantically faithful anchor, which improves both fidelity and realism for perceptual image compression. Extensive experiments demonstrate that our method achieves superior rate-distortion performance. On the CLIC2020 test set, our method achieves over 50% bitrate savings across LPIPS, DISTS, FID, and KID compared to DiffC, while also delivering a significant decoding speedup of up to $\times$5. Code will be released at https://github.com/UnoC-727/NeFIC.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

107 extracted references · 26 linked inside Pith

  1. [1]

    Simoncelli

    Johannes Ballé, Valero Laparra, and Eero P. Simoncelli. End-to-end optimized image com- pression. InInternational Conference on Learning Representations, 2017

  2. [2]

    Varia- tional image compression with a scale hyperprior

    Johannes Ballé, David Minnen, Saurabh Singh, Sung Jin Hwang, and Nick Johnston. Varia- tional image compression with a scale hyperprior. InInternational Conference on Learning Representations, 2018

  3. [3]

    Joint autoregressive and hierarchical priors for learned image compression.Advances in neural information processing systems, 31, 2018

    David Minnen, Johannes Ballé, and George D Toderici. Joint autoregressive and hierarchical priors for learned image compression.Advances in neural information processing systems, 31, 2018

  4. [4]

    Elic: Efficient learned image compression with unevenly grouped space-channel contextual adaptive coding

    Dailan He, Ziming Yang, Weikun Peng, Rui Ma, Hongwei Qin, and Yan Wang. Elic: Efficient learned image compression with unevenly grouped space-channel contextual adaptive coding. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5718–5727, 2022

  5. [5]

    Conditional latent coding with learnable synthesized reference for deep image compression

    Siqi Wu, Yinda Chen, Dong Liu, and Zhihai He. Conditional latent coding with learnable synthesized reference for deep image compression. InProceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 12863–12871, 2025

  6. [6]

    The devil is in the details: Window-based attention for image compression

    Renjie Zou, Chunfeng Song, and Zhaoxiang Zhang. The devil is in the details: Window-based attention for image compression. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 17492–17501, 2022

  7. [7]

    Transformer-based transform coding

    Yinhao Zhu, Yang Yang, and Taco Cohen. Transformer-based transform coding. InInterna- tional Conference on Learning Representations, 2022

  8. [8]

    Learned image compression with mixed transformer- cnn architectures

    Jinming Liu, Heming Sun, and Jiro Katto. Learned image compression with mixed transformer- cnn architectures. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 14388–14397, 2023

Show all 107 references
  1. [9]

    S2cformer: Reorienting learned image compression from spatial interaction to channel aggregation, 2025

    Yunuo Chen, Qian Li, Bing He, Donghui Feng, Ronghua Wu, Qi Wang, Li Song, Guo Lu, and Wenjun Zhang. S2cformer: Reorienting learned image compression from spatial interaction to channel aggregation, 2025

  2. [10]

    Mambavc: Learned visual compression with selective state spaces

    Shiyu Qin, Jinpeng Wang, Yimin Zhou, Bin Chen, Tianci Luo, Baoyi An, Tao Dai, Shutao Xia, and Yaowei Wang. Mambavc: Learned visual compression with selective state spaces. arXiv preprint arXiv:2405.15413, 2024

  3. [11]

    Content-aware mamba for learned image compression

    Yunuo Chen, Zezheng Lyu, Bing He, Hongwei Hu, Qi Wang, Yuan Tian, Li Song, Wenjun Zhang, and Guo Lu. Content-aware mamba for learned image compression. InThe Fourteenth International Conference on Learning Representations, 2026

  4. [12]

    Frequency- aware transformer for learned image compression

    Han Li, Shaohui Li, Wenrui Dai, Chenglin Li, Junni Zou, and Hongkai Xiong. Frequency- aware transformer for learned image compression. InThe Twelfth International Conference on Learning Representations, 2024

  5. [13]

    Mambaic: State space models for high-performance learned image compression.arXiv preprint arXiv:2503.12461, 2025

    Fanhu Zeng, Hao Tang, Yihua Shao, Siyu Chen, Ling Shao, and Yan Wang. Mambaic: State space models for high-performance learned image compression.arXiv preprint arXiv:2503.12461, 2025. 11

  6. [14]

    Knowledge distillation for learned image compression

    Yunuo Chen, Zezheng Lyu, Bing He, Ning Cao, Gang Chen, Guo Lu, and Wenjun Zhang. Knowledge distillation for learned image compression. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 4996–5006, 2025

  7. [15]

    Scaling learned image compression models up to 1 billion.arXiv preprint arXiv:2508.09075, 2025

    Yuqi Li, Haotian Zhang, Li Li, Dong Liu, and Feng Wu. Scaling learned image compression models up to 1 billion.arXiv preprint arXiv:2508.09075, 2025

  8. [16]

    Neural rate control for learned video compression

    Yiwei Zhang, Guo Lu, Yunuo Chen, Shen Wang, Yibo Shi, Jing Wang, and Li Song. Neural rate control for learned video compression. InThe Twelfth International Conference on Learning Representations, 2023

  9. [17]

    Learned image compression with hierarchical progressive context modeling.arXiv preprint arXiv:2507.19125, 2025

    Yuqi Li, Haotian Zhang, Li Li, and Dong Liu. Learned image compression with hierarchical progressive context modeling.arXiv preprint arXiv:2507.19125, 2025

  10. [18]

    Learned image compression with dictionary-based entropy model

    Jingbo Lu, Leheng Zhang, Xingyu Zhou, Mu Li, Wen Li, and Shuhang Gu. Learned image compression with dictionary-based entropy model. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 12850–12859, 2025

  11. [19]

    Differentiable vmaf: A trainable metric for optimizing video compression codec

    Jiangchuan Li, Chuqin Zhou, Yunuo Chen, and Guo Lu. Differentiable vmaf: A trainable metric for optimizing video compression codec. In2025 IEEE International Symposium on Circuits and Systems (ISCAS), pages 1–5. IEEE, 2025

  12. [20]

    Large language model for lossless image compression with visual prompts.arXiv preprint arXiv:2502.16163, 2025

    Junhao Du, Chuqin Zhou, Ning Cao, Gang Chen, Yunuo Chen, Zhengxue Cheng, Li Song, Guo Lu, and Wenjun Zhang. Large language model for lossless image compression with visual prompts.arXiv preprint arXiv:2502.16163, 2025

  13. [21]

    Generative adversarial networks.Communications of the ACM, 63(11):139–144, 2020

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial networks.Communications of the ACM, 63(11):139–144, 2020

  14. [22]

    Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020

  15. [23]

    Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

  16. [24]

    Correcting diffusion-based perceptual image compression with privileged end-to-end decoder.International conference on machine learning (ICML), 2024

    Yiyang Ma, Wenhan Yang, and Jiaying Liu. Correcting diffusion-based perceptual image compression with privileged end-to-end decoder.International conference on machine learning (ICML), 2024

  17. [25]

    Towards image compression with perfect realism at ultra-low bitrates

    Marlene Careil, Matthew J Muckley, Jakob Verbeek, and Stéphane Lathuilière. Towards image compression with perfect realism at ultra-low bitrates. InThe Twelfth International Conference on Learning Representations, 2024

  18. [26]

    Towards extreme image compression with latent feature guidance and diffusion prior.IEEE Transactions on Circuits and Systems for Video Technology, 2024

    Zhiyuan Li, Yanhui Zhou, Hao Wei, Chenyang Ge, and Jingwen Jiang. Towards extreme image compression with latent feature guidance and diffusion prior.IEEE Transactions on Circuits and Systems for Video Technology, 2024

  19. [27]

    Faithdiff: Unleashing diffusion priors for faithful image super-resolution

    Junyang Chen, Jinshan Pan, and Jiangxin Dong. Faithdiff: Unleashing diffusion priors for faithful image super-resolution. InCVPR, 2025

  20. [28]

    Ultra lowrate image compression with semantic residual coding and compression-aware diffusion.arXiv preprint arXiv:2505.08281, 2025

    Anle Ke, Xu Zhang, Tong Chen, Ming Lu, Chao Zhou, Jiawen Gu, and Zhan Ma. Ultra lowrate image compression with semantic residual coding and compression-aware diffusion.arXiv preprint arXiv:2505.08281, 2025

  21. [29]

    Dlf: Extreme image compression with dual-generative latent fusion.Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Oct 2025

    Naifu Xue, Zhaoyang Jia, Jiahao Li, Bin Li, Yuan Zhang, and Yan Lu. Dlf: Extreme image compression with dual-generative latent fusion.Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Oct 2025

  22. [30]

    Learned image compression with discretized gaussian mixture likelihoods and attention modules

    Zhengxue Cheng, Heming Sun, Masaru Takeuchi, and Jiro Katto. Learned image compression with discretized gaussian mixture likelihoods and attention modules. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 7939–7948, 2020. 12

  23. [31]

    Mlic: Multi-reference entropy model for learned image compression

    Wei Jiang, Jiayu Yang, Yongqi Zhai, Peirong Ning, Feng Gao, and Ronggang Wang. Mlic: Multi-reference entropy model for learned image compression. InProceedings of the 31st ACM International Conference on Multimedia, pages 7618–7627, 2023

  24. [32]

    MLIC++: Linear complexity multi-reference entropy mod- eling for learned image compression

    Wei Jiang and Ronggang Wang. MLIC++: Linear complexity multi-reference entropy mod- eling for learned image compression. InICML 2023 Workshop Neural Compression: From Information Theory to Applications, 2023

  25. [33]

    Channel-wise autoregressive entropy models for learned image compression

    David Minnen and Saurabh Singh. Channel-wise autoregressive entropy models for learned image compression. In2020 IEEE International Conference on Image Processing (ICIP), pages 3339–3343. IEEE, 2020

  26. [34]

    Glic: General format learned image compression

    MingSheng Zhou and MingMing Kong. Glic: General format learned image compression. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 10815–10824, 2025

  27. [35]

    Fidelity-controllable extreme image compression with generative adversarial networks

    Shoma Iwai, Tomo Miyazaki, Yoshihiro Sugaya, and Shinichiro Omachi. Fidelity-controllable extreme image compression with generative adversarial networks. In2020 25th International Conference on Pattern Recognition (ICPR), pages 8235–8242. IEEE, 2021

  28. [36]

    Evc: Towards real-time neural image compression with mask decay.arXiv preprint arXiv:2302.05071, 2023

    Guo-Hua Wang, Jiahao Li, Bin Li, and Yan Lu. Evc: Towards real-time neural image compression with mask decay.arXiv preprint arXiv:2302.05071, 2023

  29. [37]

    Generative adversarial networks for extreme learned image compres- sion

    Eirikur Agustsson et al. Generative adversarial networks for extreme learned image compres- sion. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2019

  30. [38]

    High- fidelity generative image compression.Advances in neural information processing systems, 33:11913–11924, 2020

    Fabian Mentzer, George D Toderici, Michael Tschannen, and Eirikur Agustsson. High- fidelity generative image compression.Advances in neural information processing systems, 33:11913–11924, 2020

  31. [39]

    Multi-realism image compression with a conditional generator

    Eirikur Agustsson, David Minnen, George Toderici, and Fabian Mentzer. Multi-realism image compression with a conditional generator. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22324–22333, 2023

  32. [40]

    Improving statistical fidelity for neural image compression with implicit local likelihood models

    Matthew J Muckley, Alaaeldin El-Nouby, Karen Ullrich, Hervé Jégou, and Jakob Verbeek. Improving statistical fidelity for neural image compression with implicit local likelihood models. InInternational Conference on Machine Learning, pages 25426–25443. PMLR, 2023

  33. [41]

    Egic: enhanced low-bit-rate generative image compression guided by semantic segmentation

    Nikolai Körber, Eduard Kromer, Andreas Siebert, Sascha Hauke, Daniel Mueller-Gritschneder, and Björn Schuller. Egic: enhanced low-bit-rate generative image compression guided by semantic segmentation. InEuropean Conference on Computer Vision, pages 202–220. Springer, 2024

  34. [42]

    Extreme image compression using fine-tuned vqgans

    Qi Mao, Tinghan Yang, Yinuo Zhang, Zijian Wang, Meng Wang, Shiqi Wang, Libiao Jin, and Siwei Ma. Extreme image compression using fine-tuned vqgans. In2024 Data Compression Conference (DCC), pages 203–212. IEEE, 2024

  35. [43]

    Unifying generation and compression: Ultra-low bitrate image coding via multi-stage transformer

    Naifu Xue, Qi Mao, Zijian Wang, Yuan Zhang, and Siwei Ma. Unifying generation and compression: Ultra-low bitrate image coding via multi-stage transformer. In2024 IEEE International Conference on Multimedia and Expo (ICME), pages 1–6. IEEE, 2024

  36. [44]

    Generative latent coding for ultra- low bitrate image compression

    Zhaoyang Jia, Jiahao Li, Bin Li, Houqiang Li, and Yan Lu. Generative latent coding for ultra- low bitrate image compression. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 26088–26098, 2024

  37. [45]

    Neural image compression with text-guided encoding for both pixel-level and perceptual fidelity.arXiv preprint arXiv:2403.02944, 2024

    Hagyeong Lee, Minkyu Kim, Jun-Hyuk Kim, Seungeon Kim, Dokwan Oh, and Jaeho Lee. Neural image compression with text-guided encoding for both pixel-level and perceptual fidelity.arXiv preprint arXiv:2403.02944, 2024

  38. [46]

    Text+ sketch: Image compression at ultra low rates.arXiv preprint arXiv:2307.01944, 2023

    Eric Lei, Yi˘git Berkay Uslu, Hamed Hassani, and Shirin Saeedi Bidokhti. Text+ sketch: Image compression at ultra low rates.arXiv preprint arXiv:2307.01944, 2023. 13

  39. [47]

    Perco (sd): Open perceptual compression.arXiv preprint arXiv:2409.20255, 2024

    Nikolai Körber, Eduard Kromer, Andreas Siebert, Sascha Hauke, Daniel Mueller-Gritschneder, and Björn Schuller. Perco (sd): Open perceptual compression.arXiv preprint arXiv:2409.20255, 2024

  40. [48]

    Lossy compression with gaussian diffusion.arXiv preprint arXiv:2206.08889, 2022

    Lucas Theis, Tim Salimans, Matthew D Hoffman, and Fabian Mentzer. Lossy compression with gaussian diffusion.arXiv preprint arXiv:2206.08889, 2022

  41. [49]

    Image compression with product quantized masked image modeling.arXiv preprint arXiv:2212.07372, 2022

    Alaaeldin El-Nouby, Matthew J Muckley, Karen Ullrich, Ivan Laptev, Jakob Verbeek, and Hervé Jégou. Image compression with product quantized masked image modeling.arXiv preprint arXiv:2212.07372, 2022

  42. [50]

    Perceptual image compression via stable diffusion at low bitrate

    Luoxu Jin and Hiroshi Watanabe. Perceptual image compression via stable diffusion at low bitrate. In2024 IEEE 7th International Conference on Multimedia Information Processing and Retrieval (MIPR), pages 626–629. IEEE, 2024

  43. [51]

    Free-gvc: Towards training-free extreme generative video compression with temporal coherence.arXiv preprint arXiv:2602.09868, 2026

    Xiaoyue Ling, Chuqin Zhou, Chunyi Li, Yunuo Chen, Yuan Tian, Guo Lu, and Wenjun Zhang. Free-gvc: Towards training-free extreme generative video compression with temporal coherence.arXiv preprint arXiv:2602.09868, 2026

  44. [52]

    Idempotence and perceptual image compression

    Tongda Xu, Ziran Zhu, Dailan He, Yanghao Li, Lina Guo, Yuanyuan Wang, Zhe Wang, Hongwei Qin, Yan Wang, Jingjing Liu, and Ya-Qin Zhang. Idempotence and perceptual image compression. InThe Twelfth International Conference on Learning Representations, 2024

  45. [53]

    Lossy image compression with conditional diffusion models

    Ruihan Yang and Stephan Mandt. Lossy image compression with conditional diffusion models. Advances in Neural Information Processing Systems, 36:64971–64995, 2023

  46. [54]

    Lossy image compression with foundation diffusion models

    Lucas Relic, Roberto Azevedo, Markus Gross, and Christopher Schroers. Lossy image compression with foundation diffusion models. InEuropean Conference on Computer Vision, pages 303–319. Springer, 2024

  47. [55]

    One-step diffusion-based image compression with semantic distillation.Advances in Neural Information Processing Systems, 2025

    Naifu Xue, Zhaoyang Jia, Jiahao Li, Bin Li, Yuan Zhang, and Yan Lu. One-step diffusion-based image compression with semantic distillation.Advances in Neural Information Processing Systems, 2025

  48. [56]

    Extremely low-bitrate image compression se- mantically disentangled by lmms from a human perception perspective.arXiv preprint arXiv:2503.00399, 2025

    Juan Song, Lijie Yang, and Mingtao Feng. Extremely low-bitrate image compression se- mantically disentangled by lmms from a human perception perspective.arXiv preprint arXiv:2503.00399, 2025

  49. [57]

    Dual- representation image compression at ultra-low bitrates via explicit semantics and implicit textures.arXiv preprint arXiv:2602.05213, 2026

    Chuqin Zhou, Xiaoyue Ling, Yunuo Chen, Jincheng Dai, Guo Lu, and Wenjun Zhang. Dual- representation image compression at ultra-low bitrates via explicit semantics and implicit textures.arXiv preprint arXiv:2602.05213, 2026

  50. [58]

    Diffusion-based extreme image compression with compressed feature initialization

    Zhiyuan Li, Yanhui Zhou, Hao Wei, Chenyang Ge, and Ajmal Saeed Mian. Diffusion-based extreme image compression with compressed feature initialization. 2024

  51. [59]

    Generative image coding with diffusion prior.arXiv preprint arXiv:2509.13768, 2025

    Jianhui Chang. Generative image coding with diffusion prior.arXiv preprint arXiv:2509.13768, 2025

  52. [60]

    Hybridflow: Infusing continuity into masked codebook for extreme low-bitrate image compression

    Lei Lu, Yanyue Xie, Wei Jiang, Wei Wang, Xue Lin, and Yanzhi Wang. Hybridflow: Infusing continuity into masked codebook for extreme low-bitrate image compression. InProceedings of the 32nd ACM International Conference on Multimedia, pages 3010–3018, 2024

  53. [61]

    Picd: Versatile perceptual image compression with diffusion rendering

    Tongda Xu, Jiahao Li, Bin Li, Yan Wang, Ya-Qin Zhang, and Yan Lu. Picd: Versatile perceptual image compression with diffusion rendering. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 28436–28445, 2025

  54. [62]

    Oscar: One-step diffusion codec across multiple bit-rates.arXiv preprint arXiv:2505.16091, 2025

    Jinpei Guo, Yifei Ji, Zheng Chen, Kai Liu, Min Liu, Wang Rao, Wenbo Li, Yong Guo, and Yulun Zhang. Oscar: One-step diffusion codec across multiple bit-rates.arXiv preprint arXiv:2505.16091, 2025

  55. [63]

    Diffpc: Diffusion-based high perceptual fidelity image compression with semantic refinement

    Yichong Xia, Yimin Zhou, Jinpeng Wang, Baoyi An, Haoqian Wang, Yaowei Wang, and Bin Chen. Diffpc: Diffusion-based high perceptual fidelity image compression with semantic refinement. InThe Thirteenth International Conference on Learning Representations, 2025. 14

  56. [64]

    Vcip 2025 ul- tra low-bitrate video compression challenge

    Guo Lu, Jing Wang, Yunuo Chen, Chuqin Zhou, Yibo Shi, and Kai Lin. Vcip 2025 ul- tra low-bitrate video compression challenge. In2025 International Conference on Visual Communications and Image Processing (VCIP), pages 1–3. IEEE, 2025

  57. [65]

    Adding conditional control to text-to-image diffusion models

    Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. InProceedings of the IEEE/CVF international conference on computer vision, pages 3836–3847, 2023

  58. [66]

    T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models

    Chong Mou, Xintao Wang, Liangbin Xie, Yanze Wu, Jian Zhang, Zhongang Qi, and Ying Shan. T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models. InProceedings of the AAAI conference on artificial intelligence, volume 38, pages 429...

  59. [67]

    Controlnet-xs: Rethinking the control of text-to-image diffusion models as feedback-control systems

    Denis Zavadski, Johann-Friedrich Feiden, and Carsten Rother. Controlnet-xs: Rethinking the control of text-to-image diffusion models as feedback-control systems. InEuropean Conference on Computer Vision, pages 343–362. Springer, 2024

  60. [68]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022

  61. [69]

    Lossy compression with pretrained diffusion models

    Jeremy V onderfecht and Feng Liu. Lossy compression with pretrained diffusion models. International Conference on Learning Representations, 2025

  62. [70]

    A residual diffusion model for high perceptual quality codec augmentation.arXiv preprint arXiv:2301.05489, 2023

    Noor Fathima Ghouse, Jens Petersen, Auke Wiggers, Tianlin Xu, and Guillaume Sautiere. A residual diffusion model for high perceptual quality codec augmentation.arXiv preprint arXiv:2301.05489, 2023

  63. [71]

    Neural image compression with a diffusion-based decoder

    Noor Fathima Khanum Mohamed Ghouse, Jens Petersen, Auke J Wiggers, Tianlin Xu, and Guillaume Sautiere. Neural image compression with a diffusion-based decoder. 2023

  64. [72]

    High-fidelity image compression with score-based generative models.arXiv preprint arXiv:2305.18231, 2023

    Emiel Hoogeboom, Eirikur Agustsson, Fabian Mentzer, Luca Versari, George Toderici, and Lucas Theis. High-fidelity image compression with score-based generative models.arXiv preprint arXiv:2305.18231, 2023

  65. [73]

    Cogvideo: Large-scale pretraining for text-to-video generation via transformers.arXiv preprint arXiv:2205.15868, 2022

    Wenyi Hong, Ming Ding, Wendi Zheng, Xinghan Liu, and Jie Tang. Cogvideo: Large-scale pretraining for text-to-video generation via transformers.arXiv preprint arXiv:2205.15868, 2022

  66. [74]

    Phenaki: Variable length video generation from open domain textual description.arXiv preprint arXiv:2210.02399, 2022

    Ruben Villegas, Mohammad Babaeizadeh, Pieter-Jan Kindermans, Hernan Moraldo, Han Zhang, Mohammad Taghi Saffar, Santiago Castro, Julius Kunze, and Dumitru Erhan. Phenaki: Variable length video generation from open domain textual description.arXiv preprint arXiv:2210.02399, 2022

  67. [75]

    Align your latents: High-resolution video synthesis with latent diffusion models

    Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dockhorn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis. Align your latents: High-resolution video synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pa...

  68. [76]

    Animatediff: Animate your personalized text-to-image diffusion models without specific tuning.arXiv preprint arXiv:2307.04725, 2023

    Yuwei Guo, Ceyuan Yang, Anyi Rao, Zhengyang Liang, Yaohui Wang, Yu Qiao, Maneesh Agrawala, Dahua Lin, and Bo Dai. Animatediff: Animate your personalized text-to-image diffusion models without specific tuning.arXiv preprint arXiv:2307.04725, 2023

  69. [77]

    Video diffusion models.Advances in neural information processing systems, 35:8633–8646, 2022

    Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J Fleet. Video diffusion models.Advances in neural information processing systems, 35:8633–8646, 2022

  70. [78]

    Efficient spatially sparse inference for conditional gans and diffusion models.Advances in neural information processing systems, 35:28858–28873, 2022

    Muyang Li, Ji Lin, Chenlin Meng, Stefano Ermon, Song Han, and Jun-Yan Zhu. Efficient spatially sparse inference for conditional gans and diffusion models.Advances in neural information processing systems, 35:28858–28873, 2022

  71. [79]

    Make-a-video: Text-to-video generation without text-video data.arXiv preprint arXiv:2209.14792, 2022

    Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, et al. Make-a-video: Text-to-video generation without text-video data.arXiv preprint arXiv:2209.14792, 2022. 15

  72. [80]

    Lingen: Towards high-resolution minute-length text-to-video generation with linear computational complexity

    Hongjie Wang, Chih-Yao Ma, Yen-Cheng Liu, Ji Hou, Tao Xu, Jialiang Wang, Felix Juefei-Xu, Yaqiao Luo, Peizhao Zhang, Tingbo Hou, et al. Lingen: Towards high-resolution minute-length text-to-video generation with linear computational complexity. InProceedings of the Computer Vi...

  73. [81]

    Cogvideox: Text-to-video diffusion models with an expert transformer.arXiv preprint arXiv:2408.06072, 2024

    Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, Jiazheng Xu, Yuanming Yang, Wenyi Hong, Xiaohan Zhang, Guanyu Feng, et al. Cogvideox: Text-to-video diffusion models with an expert transformer.arXiv preprint arXiv:2408.06072, 2024

  74. [82]

    Sora, March 2024

    OpenAI. Sora, March 2024

  75. [83]

    Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025

    Team Wan, Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianxiao Yang, et al. Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025

  76. [84]

    Hunyuanvideo: A systematic framework for large video generative models.arXiv preprint arXiv:2412.03603, 2024

    Weijie Kong, Qi Tian, Zijian Zhang, Rox Min, Zuozhuo Dai, Jin Zhou, Jiangfeng Xiong, Xin Li, Bo Wu, Jianwei Zhang, et al. Hunyuanvideo: A systematic framework for large video generative models.arXiv preprint arXiv:2412.03603, 2024

  77. [85]

    Sora 2, March 2025

    OpenAI. Sora 2, March 2025

  78. [86]

    Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of machine learning research, 21(140):1–67, 2020

    Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.Journal of machine learning research, 21(140):1–67, 2020

  79. [87]

    Scalable diffusion models with transformers

    William Peebles and Saining Xie. Scalable diffusion models with transformers. InProceedings of the IEEE/CVF international conference on computer vision, pages 4195–4205, 2023

  80. [88]

    Roformer: Enhanced transformer with rotary position embedding.Neurocomputing, 568:127063, 2024

    Jianlin Su, Murtadha Ahmed, Yu Lu, Shengfeng Pan, Wen Bo, and Yunfeng Liu. Roformer: Enhanced transformer with rotary position embedding.Neurocomputing, 568:127063, 2024

  81. [89]

    Realgeneral: Unifying visual generation via temporal in-context learning with video models.International conference on Computer Vision (ICCV), 2025

    Yijing Lin, Mengqi Huang, Shuhan Zhuang, and Zhendong Mao. Realgeneral: Unifying visual generation via temporal in-context learning with video models.International conference on Computer Vision (ICCV), 2025

  82. [90]

    Unireal: Universal image generation and editing via learning real-world dynamics

    Xi Chen, Zhifei Zhang, He Zhang, Yuqian Zhou, Soo Ye Kim, Qing Liu, Yijun Li, Jianming Zhang, Nanxuan Zhao, Yilin Wang, et al. Unireal: Universal image generation and editing via learning real-world dynamics. InProceedings of the Computer Vision and Pattern Recognition Confere...

  83. [91]

    Lora: Low-rank adaptation of large language models.ICLR, 1(2):3, 2022

    Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen, et al. Lora: Low-rank adaptation of large language models.ICLR, 1(2):3, 2022

  84. [92]

    Progressive distillation for fast sampling of diffusion models

    Tim Salimans and Jonathan Ho. Progressive distillation for fast sampling of diffusion models. arXiv preprint arXiv:2202.00512, 2022

  85. [93]

    The unrea- sonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unrea- sonable effectiveness of deep features as a perceptual metric. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 586–595, 2018

  86. [94]

    Stablecodec: Taming one-step diffusion for extreme image compression.arXiv preprint arXiv:2506.21977, 2025

    Tianyu Zhang, Xin Luo, Li Li, and Dong Liu. Stablecodec: Taming one-step diffusion for extreme image compression.arXiv preprint arXiv:2506.21977, 2025

  87. [95]

    Hybrid spatial-temporal entropy modelling for neural video compression

    Jiahao Li, Bin Li, and Yan Lu. Hybrid spatial-temporal entropy modelling for neural video compression. InProceedings of the 30th ACM International Conference on Multimedia, pages 1503–1511, 2022

  88. [96]

    Neural video compression with diverse contexts

    Jiahao Li, Bin Li, and Yan Lu. Neural video compression with diverse contexts. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22616– 22626, 2023. 16

  89. [97]

    Learning transferable visual models from natural language supervision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervision. InInternational conference on machine learning, pag...

  90. [98]

    Ensembling off-the-shelf models for gan training

    Nupur Kumari, Richard Zhang, Eli Shechtman, and Jun-Yan Zhu. Ensembling off-the-shelf models for gan training. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10651–10662, 2022

  91. [99]

    A unified end-to-end framework for efficient deep image compression.arXiv preprint arXiv:2002.03370, 2020

    Jiaheng Liu, Guo Lu, Zhihao Hu, and Dong Xu. A unified end-to-end framework for efficient deep image compression.arXiv preprint arXiv:2002.03370, 2020

  92. [100]

    Kodak lossless true color image suite (photocd pcd0992), 1993

    Eastman Kodak. Kodak lossless true color image suite (photocd pcd0992), 1993. Available from http://r0k.us/graphics/kodak/

  93. [101]

    Workshop and challenge on learned image compression (clic2020), 2020

    George Toderici, Wenzhe Shi, Radu Timofte, Lucas Theis, Johannes Balle, Eirikur Agustsson, Nick Johnston, and Fabian Mentzer. Workshop and challenge on learned image compression (clic2020), 2020

  94. [102]

    Ntire 2017 challenge on single image super-resolution: Dataset and study

    Eirikur Agustsson and Radu Timofte. Ntire 2017 challenge on single image super-resolution: Dataset and study. InProceedings of the IEEE conference on computer vision and pattern recognition workshops, pages 126–135, 2017

  95. [103]

    Image quality assessment: Unifying structure and texture similarity.IEEE transactions on pattern analysis and machine intelligence, 44(5):2567–2581, 2020

    Keyan Ding, Kede Ma, Shiqi Wang, and Eero P Simoncelli. Image quality assessment: Unifying structure and texture similarity.IEEE transactions on pattern analysis and machine intelligence, 44(5):2567–2581, 2020

  96. [104]

    Gans trained by a two time-scale update rule converge to a local nash equilibrium.Advances in neural information processing systems, 30, 2017

    Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium.Advances in neural information processing systems, 30, 2017

  97. [105]

    Demystifying mmd gans.arXiv preprint arXiv:1801.01401, 2018

    Mikołaj Bi´nkowski, Danica J Sutherland, Michael Arbel, and Arthur Gretton. Demystifying mmd gans.arXiv preprint arXiv:1801.01401, 2018

  98. [106]

    Calculation of average psnr differences between rd-curves

    Gisle Bjontegaard. Calculation of average psnr differences between rd-curves. InVCEG-M33, 2001

  99. [107]

    Flux.�����������������������������������������, 2024

    Black Forest Labs. Flux.�����������������������������������������, 2024. 17

Pith tools

Reviewed July 14, 2026 · model on record in the stance chip above.