Streaming Neural Images
Marcos V. Conde, Andy Bigos, Radu Timofte
TL;DR
Implicit Neural Representations offer a continuous, resolution-agnostic way to encode images but face practical bottlenecks in compression due to cost, instability, and robustness. This work analyzes these limitations across INR families (Fourier Feature Networks, SIREN, MFN, DINER) and introduces SPINR, a Streaming Progressive INR that trains in stages and transmits the network progressively with layer-wise redundancy. Experimental results on Set5/Set14 show small, low-complexity INRs can achieve competitive rate-distortion, while larger models underperform; SPINR improves robustness to packet loss and enables adaptive bitrate through staged decoding. The findings provide a nuanced baseline for implicit neural image compression and guide future research toward robust, streaming INR codecs.
Abstract
Implicit Neural Representations (INRs) are a novel paradigm for signal representation that have attracted considerable interest for image compression. INRs offer unprecedented advantages in signal resolution and memory efficiency, enabling new possibilities for compression techniques. However, the existing limitations of INRs for image compression have not been sufficiently addressed in the literature. In this work, we explore the critical yet overlooked limiting factors of INRs, such as computational cost, unstable performance, and robustness. Through extensive experiments and empirical analysis, we provide a deeper and more nuanced understanding of implicit neural image compression methods such as Fourier Feature Networks and Siren. Our work also offers valuable insights for future research in this area.
