SINR: Sparsity Driven Compressed Implicit Neural Representations
Dhananjaya Jayasundara, Sudarshan Rajagopalan, Yasiru Ranasinghe, Trac D. Tran, Vishal M. Patel
TL;DR
SINR addresses the challenge of efficiently compressing implicit neural representations by exploiting weight-space sparsity. It represents each INR weight vector as a high-dimensional sparse code via $\mathbf{x}$ and a seed-controlled random sensing matrix $\mathbf{A}$ so that $\mathbf{w} \approx \mathbf{A}\mathbf{x}$, enabling reconstruction without transmitting a learned dictionary. The approach is compatible with existing INR compression pipelines and yields substantial reductions in storage (lower $bpp$) while preserving decoding quality across modalities such as images, occupancy fields, and NeRFs. Empirical results demonstrate that SINR provides fundamental compression by targeting the weight-space structure, offering a practical, universal, and modality-agnostic improvement over prior INR compression baselines.
Abstract
Implicit Neural Representations (INRs) are increasingly recognized as a versatile data modality for representing discretized signals, offering benefits such as infinite query resolution and reduced storage requirements. Existing signal compression approaches for INRs typically employ one of two strategies: 1. direct quantization with entropy coding of the trained INR; 2. deriving a latent code on top of the INR through a learnable transformation. Thus, their performance is heavily dependent on the quantization and entropy coding schemes employed. In this paper, we introduce SINR, an innovative compression algorithm that leverages the patterns in the vector spaces formed by weights of INRs. We compress these vector spaces using a high-dimensional sparse code within a dictionary. Further analysis reveals that the atoms of the dictionary used to generate the sparse code do not need to be learned or transmitted to successfully recover the INR weights. We demonstrate that the proposed approach can be integrated with any existing INR-based signal compression technique. Our results indicate that SINR achieves substantial reductions in storage requirements for INRs across various configurations, outperforming conventional INR-based compression baselines. Furthermore, SINR maintains high-quality decoding across diverse data modalities, including images, occupancy fields, and Neural Radiance Fields.
