paper-with-me

홈 › Papers

Compressing Images by Encoding Their Latent Representations with Relative Entropy Coding

2020-10-02 · NeurIPS 2020 12 · Gergely Flamich, Marton Havasi, José Miguel Hernández-Lobato

Variational Autoencoders (VAEs) have seen widespread use in learned image compression. They are used to learn expressive latent representations on which downstream compression methods can operate with high efficiency. Recently proposed 'bits-back' methods can indirectly encode the latent representation of images with codelength close to the relative entropy between the latent posterior and the prior. However, due to the underlying algorithm, these methods can only be used for lossless compression, and they only achieve their nominal efficiency when compressing multiple images simultaneously; they are inefficient for compressing single images. As an alternative, we propose a novel method, Relative Entropy Coding (REC), that can directly encode the latent representation with codelength close to the relative entropy for single images, supported by our empirical results obtained on the Cifar10, ImageNet32 and Kodak datasets. Moreover, unlike previous bits-back methods, REC is immediately applicable to lossy compression, where it is competitive with the state-of-the-art on the Kodak dataset.

📄 PDF Abstract BibTeX arXiv:2010.01185

Code (1)

gergely-flamich/relative-entropy-coding 공식 구현 tf

Tasks

Image Compression

Similar Papers 제목 키워드 기반

RIDDLE: Lidar Data Compression with Range Image Deep Delta Encoding

2022-06-02 · CVPR 2022 1 · Xuanyu Zhou, Charles R. Qi, Yin Zhou, Dragomir Anguelov

Lidars are depth measuring sensors widely used in autonomous driving and augmented reality. However, the large volume of data produced by lidars can lead to high costs in data storage and transmission. While lidar data c…

Autonomous DrivingData CompressionImage Compression

Interleaved Latent Visual Reasoning with Selective Perceptual Modeling

2025-12-05 · Shuai Dong, Siyuan Wang, Xingyu Liu, Chenglin Li 외 arxiv

Interleaved reasoning paradigms enhance Multimodal Large Language Models (MLLMs) with visual feedback but are hindered by the prohibitive computational cost of re-encoding pixel-dense images. A promising alternative, lat…

Multimodal ReasoningVisual Reasoning

ReGuLaR: Variational Latent Reasoning Guided by Rendered Chain-of-Thought

2026-01-30 · Fanmeng Wang, Haotian Liu, Guojiang Zhao, Hongteng Xu 외 arxiv

While Chain-of-Thought (CoT) significantly enhances the performance of Large Language Models (LLMs), explicit reasoning chains introduce substantial computational redundancy. Recent latent reasoning methods attempt to mi…

Computational Efficiency

Hyper3D: Efficient 3D Representation via Hybrid Triplane and Octree Feature for Enhanced 3D Shape Variational Auto-Encoders

2025-03-13 · Jingyu Guo, Sensen Gao, Jia-Wang Bian, Wanhu Sun 외

Recent 3D content generation pipelines often leverage Variational Autoencoders (VAEs) to encode shapes into compact latent representations, facilitating diffusion-based generation. Efficiently compressing 3D shapes while…

3D Generation

ImgCoT: Compressing Long Chain of Thought into Compact Visual Tokens for Efficient Reasoning of Large Language Model

2026-01-30 · Xiaoshu Chen, Sihang Zhou, Ke Liang, Taichun Zhou 외 arxiv

Compressing long chains of thought (CoT) into compact latent tokens is crucial for efficient reasoning with large language models (LLMs). Recent studies employ autoencoders to achieve this by reconstructing textual CoT f…