Implicit Neural Representations for Image Compression

Abstract

Implicit Neural Representations (INRs) gained attention as a novel and effective representation for various data types. Recently, prior work applied INRs to image compressing. Such compression algorithms are promising candidates as a general purpose approach for any coordinate-based data modality. However, in order to live up to this promise current INR-based compression algorithms need to improve their rate-distortion performance by a large margin. This work progresses on this problem. First, we propose meta learned initializations for INR-based compression which improves rate-distortion performance. As a side effect it also leads to faster convergence speed. Secondly, we introduce a simple yet highly effective change to the network architecture compared to prior work on INR-based compression. Namely, we combine SIREN networks with positional encodings which improves rate distortion performance. Our contributions to source compression with INRs vastly outperform prior work. We show that our INR-based compression algorithm, meta-learning combined with SIREN and positional encodings, outperforms JPEG2000 and Rate-Distortion Autoencoders on Kodak with 2x reduced dimensionality for the first time and closes the gap on full resolution images. To underline the generality of INR-based source compression, we further perform experiments on 3D shape compression where our method greatly outperforms Draco - a traditional compression algorithm.

Cite

Text

Strümpler et al. "Implicit Neural Representations for Image Compression." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-19809-0_5

Markdown

[Strümpler et al. "Implicit Neural Representations for Image Compression." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/strumpler2022eccv-implicit/) doi:10.1007/978-3-031-19809-0_5

BibTeX

@inproceedings{strumpler2022eccv-implicit,
  title     = {{Implicit Neural Representations for Image Compression}},
  author    = {Strümpler, Yannick and Postels, Janis and Yang, Ren and Van Gool, Luc and Tombari, Federico},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-19809-0_5},
  url       = {https://mlanthology.org/eccv/2022/strumpler2022eccv-implicit/}
}