I-INR: Iterative Implicit Neural Representations
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Denoising | Kodak (test) | PSNR25.59 | 62 | |
| Image fitting | Kodak (test) | PSNR37.53 | 45 | |
| 3D Occupancy | Armadillo, Dragon, and Thai Statue 3D (averaged) | IoU99.67 | 6 | |
| Image Denoising | DIV2K 40 sampled images (test) | PSNR25.59 | 6 | |
| Image fitting | Kodak (full-resolution) | PSNR37.53 | 6 | |
| Image Super-resolution | DIV2K 40 images 2017 | PSNR27.64 | 6 | |
| Image Super-resolution | DIV2K 2017 | PSNR25.78 | 6 | |
| Super-Resolution | Kodak (test) | PSNR27.64 | 6 |