Adaptive Training of INRs via Pruning and Densification
Diana Aldana, João Paulo Lima, Daniel Csillag, Daniel Perazzo, Haoan Feng, Luiz Velho, Tiago Novello
TL;DR
Implicit neural representations encode signals as continuous mappings from coordinates to values using sinusoidal encodings, but choosing frequencies $\omega$ and architectures is challenging. AIRe introduces an adaptive INR training framework that alternates pruning with targeted weight decay and input-frequency densification to align model capacity with signal content. The authors provide a harmonic-expansion justification and a pruning stability bound, and demonstrate that AIRe achieves comparable or better reconstruction with substantially fewer parameters across images, SDFs, and NeRFs. This approach reduces redundancy and training instability while reducing hyperparameter tuning, with public code and pretrained models available.
Abstract
Encoding input coordinates with sinusoidal functions into multilayer perceptrons (MLPs) has proven effective for implicit neural representations (INRs) of low-dimensional signals, enabling the modeling of high-frequency details. However, selecting appropriate input frequencies and architectures while managing parameter redundancy remains an open challenge, often addressed through heuristics and heavy hyperparameter optimization schemes. In this paper, we introduce AIRe ($\textbf{A}$daptive $\textbf{I}$mplicit neural $\textbf{Re}$presentation), an adaptive training scheme that refines the INR architecture over the course of optimization. Our method uses a neuron pruning mechanism to avoid redundancy and input frequency densification to improve representation capacity, leading to an improved trade-off between network size and reconstruction quality. For pruning, we first identify less-contributory neurons and apply a targeted weight decay to transfer their information to the remaining neurons, followed by structured pruning. Next, the densification stage adds input frequencies to spectrum regions where the signal underfits, expanding the representational basis. Through experiments on images and SDFs, we show that AIRe reduces model size while preserving, or even improving, reconstruction quality. Code and pretrained models will be released for public use.
