Efficient Learned Image Compression without Entropy Coding
Abstract
Lay Summary
Learned image compression aims to store images with fewer bits while keeping them visually faithful. Most existing methods rely on entropy coding, a final coding step that makes the stored representation compact, but this step is usually sequential and often becomes the latency bottleneck. This paper asks whether learned image compression can remain efficient without entropy coding. We propose EF-LIC, an entropy-coding-free image compression framework that directly learns compact image representations. The key idea is to reduce two types of redundancy before storage: statistical redundancy, where some codes are used much more often than others, and correlation redundancy, where parts of the representation repeat information already contained in other parts. EF-LIC uses learned discrete codes and a context-conditioned transform to remove these redundancies while keeping the whole codec friendly to parallel GPU execution. Experiments show that EF-LIC achieves strong visual compression performance and substantially lower encoding and decoding latency than several existing methods. This makes it a promising direction for fast, deployable image compression on devices, servers, and real-time visual systems.