English

Computationally-Efficient Neural Image Compression with Shallow Decoders

Image and Video Processing 2023-11-13 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Neural image compression methods have seen increasingly strong performance in recent years. However, they suffer orders of magnitude higher computational complexity compared to traditional codecs, which hinders their real-world deployment. This paper takes a step forward towards closing this gap in decoding complexity by using a shallow or even linear decoding transform resembling that of JPEG. To compensate for the resulting drop in compression performance, we exploit the often asymmetrical computation budget between encoding and decoding, by adopting more powerful encoder networks and iterative encoding. We theoretically formalize the intuition behind, and our experimental results establish a new frontier in the trade-off between rate-distortion and decoding complexity for neural image compression. Specifically, we achieve rate-distortion performance competitive with the established mean-scale hyperprior architecture of Minnen et al. (2018) at less than 50K decoding FLOPs/pixel, reducing the baseline's overall decoding complexity by 80%, or over 90% for the synthesis transform alone. Our code can be found at https://github.com/mandt-lab/shallow-ntc.

Keywords

Cite

@article{arxiv.2304.06244,
  title  = {Computationally-Efficient Neural Image Compression with Shallow Decoders},
  author = {Yibo Yang and Stephan Mandt},
  journal= {arXiv preprint arXiv:2304.06244},
  year   = {2023}
}

Comments

Updated version of the ICCV 2023 paper. Previously titled "Asymmetrically-powered Neural Image Compression with Shallow Decoders" on arXiv

R2 v1 2026-06-28T10:03:32.920Z