paper-with-me

Papers

End-to-end optimized image compression with competition of prior distributions

2021-11-17 · Benoit Brummer, Christophe De Vleeschouwer

Convolutional autoencoders are now at the forefront of image compression research. To improve their entropy coding, encoder output is typically analyzed with a second autoencoder to generate per-variable parametrized prior probability distributions. We instead propose a compression scheme that uses a single convolutional autoencoder and multiple learned prior distributions working as a competition of experts. Trained prior distributions are stored in a static table of cumulative distribution functions. During inference, this table is used by an entropy coder as a look-up-table to determine the best prior for each spatial location. Our method offers rate-distortion performance comparable to that obtained with a predicted parametrized prior with only a fraction of its entropy coding and decoding complexity.

📄 PDF Abstract BibTeX arXiv:2111.09172

Code (1)

trougnouf/manypriors 공식 구현 pytorch

Tasks

Image Compression

Similar Papers 제목 키워드 기반

End-to-end Optimized Video Compression with MV-Residual Prediction

2020-05-26 · XiangJi Wu, Ziwen Zhang, Jie Feng, Lei Zhou 외

We present an end-to-end trainable framework for P-frame compression in this paper. A joint motion vector (MV) and residual prediction network MV-Residual is designed to extract the ensembled features of motion represent…

MS-SSIMSSIMVideo Compression

Learning Optimal Lattice Vector Quantizers for End-to-end Neural Image Compression

2024-11-25 · Xi Zhang, Xiaolin Wu

It is customary to deploy uniform scalar quantization in the end-to-end optimized Neural image compression methods, instead of more powerful vector quantization, due to the high complexity of the latter. Lattice vector q…

Computational EfficiencyImage CompressionQuantization

Non-local Attention Optimized Deep Image Compression

2019-04-22 · Haojie Liu, Tong Chen, Peiyao Guo, Qiu Shen 외

This paper proposes a novel Non-Local Attention Optimized Deep Image Compression (NLAIC) framework, which is built on top of the popular variational auto-encoder (VAE) structure. Our NLAIC framework embeds non-local oper…

Image CompressionMS-SSIMSSIM

Diff-ICMH: Harmonizing Machine and Human Vision in Image Compression with Generative Prior

2025-11-27 · Ruoyu Feng, Yunpeng Qi, Jinming Liu, Yixin Gao 외 arxiv

Image compression methods are usually optimized isolatedly for human perception or machine analysis tasks. We reveal fundamental commonalities between these objectives: preserving accurate semantic information is paramou…

Image Compression

TED-4DGS: Temporally Activated and Embedding-based Deformation for 4DGS Compression

2025-12-05 · Cheng-Yuan Ho, He-Bi Yang, Jui-Chiu Chiang, Yu-Lun Liu 외 arxiv

Building on the success of 3D Gaussian Splatting (3DGS) in static 3D scene representation, its extension to dynamic scenes, commonly referred to as 4DGS or dynamic 3DGS, has attracted increasing attention. However, desig…