vix.ing · top · new · best · stats · spec

COIN: COmpression with Implicit Neural representations

2021/03/03 by Emilien Dupont, Dupont, Emilien, Adam Goliński +7 · 2 voices · 23 citations
Computer Science · Engineering · #Advanced Data Compression Techniques #Advanced Vision and Imaging #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #FOS: Electrical engineering #Generative Adversarial Networks and Image Synthesis #Image and Video Processing (eess.IV) #Machine Learning (cs.LG) #cs.CV #cs.LG #eess.IV #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2103.03123

openalex publication_date 2021/03/03 · arxiv published 2021/03/03 · arxiv updated 2021/04/10 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We propose a new simple approach for image compression: instead of storing the RGB values for each pixel of an image, we store the weights of a neural network overfitted to the image. Specifically, to encode an image, we fit it with an MLP which maps pixel locations to RGB values. We then quantize and store the weights of this MLP as a code for the image. To decode the image, we simply evaluate the MLP at every pixel location. We found that this simple approach outperforms JPEG at low bit-rates, even without entropy coding or learning a distribution over weights. While our framework is not yet competitive with state of the art compression methods, we show that it has various attractive properties which could make it a viable alternative to other neural data compression approaches.

Citations

Cited by

Discussions

Related