I-INR: Iterative Implicit Neural Representations

arXiv cs.CV / 4/29/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Implicit Neural Representations (INRs) can model signals as continuous differentiable functions, but they suffer from spectral bias and weak noise robustness.
  • The paper introduces Iterative Implicit Neural Representations (I-INRs), a plug-and-play framework that repeatedly refines reconstructions to recover high-frequency details.
  • I-INRs integrate into existing INR architectures with only a small parameter overhead (0.5–2%) and modest additional computation during reconstruction (0.8–1.6% FLOPs).
  • Experiments on multiple computer vision tasks (image fitting, denoising, and object occupancy prediction) show consistent improvements over baselines like WIRE, SIREN, and Gauss, with up to +2.0 PSNR gains.
  • The authors provide an implementation at github.com/optimizer077/I-INR to support reproducibility and adoption.

Abstract

Implicit Neural Representations (INRs) have revolutionized signal processing and computer vision by modeling signals as continuous, differentiable functions parameterized by neural networks. However, INRs are prone to the spectral bias problem, limiting their ability to retain high-frequency information, and often struggle with noise robustness. Motivated by recent trends in iterative refinement processes, we propose Iterative Implicit Neural Representations (I-INRs). This novel plug-and-play framework iteratively refines signal reconstructions to restore high-frequency details, improve noise robustness, and enhance generalization, ultimately delivering superior reconstruction quality. I-INRs integrate seamlessly into existing INR architectures with only a 0.5-2% increase in parameters. During reconstruction, the iterative refinement adds just 0.8-1.6% additional FLOPs over the baseline while delivering a substantial performance boost of up to +2.0 PSNR. Extensive experiments demonstrate that I-INRs consistently outperform WIRE, SIREN, and Gauss across various computer vision tasks, including image fitting, image denoising, and object occupancy prediction. The code is available at github.com/optimizer077/I-INR.