LGCVFeb 4, 2021

Progressive Neural Image Compression with Nested Quantization and Latent Ordering

arXiv:2102.02913v141 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient rate-control and storage for neural image compression by enabling a single, quality-scalable bitstream, which is an incremental improvement for researchers and practitioners in image compression.

This paper introduces PLONQ, a progressive neural image compression scheme that allows quality-scalable coding with a single bitstream, unlike existing learned variable bitrate solutions that produce separate bitstreams for each quality. PLONQ achieves this by using nested quantization and progressively refining latents from coarsest to finest levels, outperforming SPIHT, a wavelet-based progressive image codec.

We present PLONQ, a progressive neural image compression scheme which pushes the boundary of variable bitrate compression by allowing quality scalable coding with a single bitstream. In contrast to existing learned variable bitrate solutions which produce separate bitstreams for each quality, it enables easier rate-control and requires less storage. Leveraging the latent scaling based variable bitrate solution, we introduce nested quantization, a method that defines multiple quantization levels with nested quantization grids, and progressively refines all latents from the coarsest to the finest quantization level. To achieve finer progressiveness in between any two quantization levels, latent elements are incrementally refined with an importance ordering defined in the rate-distortion sense. To the best of our knowledge, PLONQ is the first learning-based progressive image coding scheme and it outperforms SPIHT, a well-known wavelet-based progressive image codec.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes