COIN++: Neural Compression Across Modalities
Emilien Dupont, Hrushikesh Loya, Milad Alizadeh, Adam Goliński, Yee Whye Teh, Arnaud Doucet
TL;DR
COIN++ introduces a cross-modality neural compression framework that represents data as coordinates-to-features implicit neural representations encoded by a shared base network whose instance-specific information is stored as lightweight modulations. Through meta-learning, patch-based training, and efficient quantization/entropy coding of modulations, the approach achieves significant speedups and compression gains over prior INR-based methods and several traditional codecs, while remaining applicable to images, audio, medical, and climate data. Although it does not yet surpass state-of-the-art codecs in all modalities, COIN++ demonstrates strong potential for flexible neural codecs across diverse domains and highlights clear directions for improving entropy modeling and scalability. The work emphasizes the value of shared structure via a base network and per-instance modulations for efficient cross-modal compression.
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 modalities, from images and audio to medical and climate data.
