COIN++: Neural Compression Across Modalities
Emilien Dupont, Hrushikesh Loya, Milad Alizadeh, Adam Goli\'nski, Yee, Whye Teh, Arnaud Doucet

TL;DR
COIN++ introduces a versatile neural compression framework that converts data into implicit neural representations, enabling efficient, modality-agnostic compression with significant gains in compression ratio and encoding speed.
Contribution
The paper presents a novel neural compression method using implicit neural representations and modulation-based encoding, applicable across diverse data modalities.
Findings
Achieves large compression gains across multiple data types.
Reduces encoding time by two orders of magnitude.
Demonstrates effectiveness on images, audio, medical, and climate data.
Abstract
Neural compression algorithms are typically based on autoencoders that require specialized encoder and decoder architectures for different data modalities. In this paper, we propose COIN++, a neural compression framework that seamlessly handles a wide range of data modalities. Our approach is based on converting data to implicit neural representations, i.e. neural functions that map coordinates (such as pixel locations) to features (such as RGB values). Then, instead of storing the weights of the implicit neural representation directly, we store modulations applied to a meta-learned base network as a compressed code for the data. We further quantize and entropy code these modulations, leading to large compression gains while reducing encoding time by two orders of magnitude compared to baselines. We empirically demonstrate the feasibility of our method by compressing various data…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Neural Networks and Applications · Model Reduction and Neural Networks
MethodsBalanced Selection
