Extreme Compression of Adaptive Neural Images
Leo Hoshikawa, Marcos V. Conde, Takeshi Ohashi, Atsushi Irie
TL;DR
This work investigates extreme compression of images represented as implicit neural representations (INRs) by introducing Adaptive Neural Images (ANI). ANI combines neural-architecture search (via Once-for-All) with quantization-aware training to produce a single, adaptable network that can be truncated into sub-networks for different memory and bandwidth constraints, achieving up to an eightfold reduction in bits-per-pixel ($bpp$) while preserving fidelity. It demonstrates that 4-bit quantization with QAT delivers state-of-the-art PSNR/$bpp$ on Kodak and extends to NeRF-style 3D representations with significant size reductions and minimal perceptual loss. The proposed framework provides a practical, transferable approach for compressed neural fields, with potential applications in streaming, remote sensing, and other bandwidth-constrained scenarios.
Abstract
Implicit Neural Representations (INRs) and Neural Fields are a novel paradigm for signal representation, from images and audio to 3D scenes and videos. The fundamental idea is to represent a signal as a continuous and differentiable neural network. This new approach poses new theoretical questions and challenges. Considering a neural image as a 2D image represented as a neural network, we aim to explore novel neural image compression. In this work, we present a novel analysis on compressing neural fields, with focus on images and introduce Adaptive Neural Images (ANI), an efficient neural representation that enables adaptation to different inference or transmission requirements. Our proposed method allows us to reduce the bits-per-pixel (bpp) of the neural image by 8 times, without losing sensitive details or harming fidelity. Our work offers a new framework for developing compressed neural fields. We achieve a new state-of-the-art in terms of PSNR/bpp trade-off thanks to our successful implementation of 4-bit neural representations.
