The Inlet Rank Collapse in Implicit Neural Representations: Diagnosis and Unified Remedy
Jianqiao Zheng, Hemanth Saratchandran, Simon Lucey
TL;DR
Implicit Neural Representations often struggle to recover fine details within finite budgets due to spectral bias. The authors propose a Structural Diagnostic Framework that decomposes the Neural Tangent Kernel (NTK) layerwise and identifies an Inlet Rank Collapse: a low-rank inlet representation that bottlenecks gradient flow from the input coordinates. They reinterpret PE, SIREN, and BN as rank-restoration mechanisms and introduce a minimalist Rank-Expanding Initialization that raises inlet rank without architectural changes, enabling high-fidelity reconstructions. Across 2-D and 3-D tasks and spectral analyses, restoring inlet rank proves sufficient to unlock the full expressive capacity of standard MLPs, suggesting a broad principle for optimizing information flow in neural architectures.
Abstract
Implicit Neural Representations (INRs) have revolutionized continuous signal modeling, yet they struggle to recover fine-grained details within finite training budgets. While empirical techniques, such as positional encoding (PE), sinusoidal activations (SIREN), and batch normalization (BN), effectively mitigate this, their theoretical justifications are predominantly post hoc, focusing on the global NTK spectrum only after modifications are applied. In this work, we reverse this paradigm by introducing a structural diagnostic framework. By performing a layer-wise decomposition of the NTK, we mathematically identify the ``Inlet Rank Collapse'': a phenomenon where the low-dimensional input coordinates fail to span the high-dimensional embedding space, creating a fundamental rank deficiency at the first layer that acts as an expressive bottleneck for the entire network. This framework provides a unified perspective to re-interpret PE, SIREN, and BN as different forms of rank restoration. Guided by this diagnosis, we derive a Rank-Expanding Initialization, a minimalist remedy that ensures the representation rank scales with the layer width without architectural modifications or computational overhead. Our results demonstrate that this principled remedy enables standard MLPs to achieve high-fidelity reconstructions, proving that the key to empowering INRs lies in the structural optimization of the initial rank propagation to effectively populate the latent space.
