English

Compression with Bayesian Implicit Neural Representations

Machine Learning 2023-10-31 v5 Information Theory math.IT Machine Learning

Abstract

Many common types of data can be represented as functions that map coordinates to signal values, such as pixel locations to RGB values in the case of an image. Based on this view, data can be compressed by overfitting a compact neural network to its functional representation and then encoding the network weights. However, most current solutions for this are inefficient, as quantization to low-bit precision substantially degrades the reconstruction quality. To address this issue, we propose overfitting variational Bayesian neural networks to the data and compressing an approximate posterior weight sample using relative entropy coding instead of quantizing and entropy coding it. This strategy enables direct optimization of the rate-distortion performance by minimizing the β\beta-ELBO, and target different rate-distortion trade-offs for a given network architecture by adjusting β\beta. Moreover, we introduce an iterative algorithm for learning prior weight distributions and employ a progressive refinement process for the variational posterior that significantly enhances performance. Experiments show that our method achieves strong performance on image and audio compression while retaining simplicity.

Keywords

Cite

@article{arxiv.2305.19185,
  title  = {Compression with Bayesian Implicit Neural Representations},
  author = {Zongyu Guo and Gergely Flamich and Jiajun He and Zhibo Chen and José Miguel Hernández-Lobato},
  journal= {arXiv preprint arXiv:2305.19185},
  year   = {2023}
}

Comments

Accepted as a Spotlight paper in NeurIPS 2023. Updated camera-ready version