Inductive Gradient Adjustment For Spectral Bias In Implicit Neural Representations
Kexuan Shi, Hai Chen, Leheng Zhang, Shuhang Gu
TL;DR
The paper addresses spectral bias in implicit neural representations by tying it to training dynamics through the Neural Tangent Kernel. It introduces Inductive Gradient Adjustment (IGA), which uses an eNTK-based gradient transformation and inductive generalization from sampled data to the population to tailor spectral bias. Theoretical results show that eNTK adjustments approximate NTK behavior as network width grows and that population training dynamics can be estimated from sampling, enabling scalable improvements. Empirically, IGA yields consistent high-frequency detail improvements across 2D/3D/NeRF INR tasks with manageable overhead, outperforming prior training-dynamics approaches and demonstrating practical impact for richer INRs.
Abstract
Implicit Neural Representations (INRs), as a versatile representation paradigm, have achieved success in various computer vision tasks. Due to the spectral bias of the vanilla multi-layer perceptrons (MLPs), existing methods focus on designing MLPs with sophisticated architectures or repurposing training techniques for highly accurate INRs. In this paper, we delve into the linear dynamics model of MLPs and theoretically identify the empirical Neural Tangent Kernel (eNTK) matrix as a reliable link between spectral bias and training dynamics. Based on this insight, we propose a practical Inductive Gradient Adjustment (IGA) method, which could purposefully improve the spectral bias via inductive generalization of eNTK-based gradient transformation matrix. Theoretical and empirical analyses validate impacts of IGA on spectral bias. Further, we evaluate our method on different INRs tasks with various INR architectures and compare to existing training techniques. The superior and consistent improvements clearly validate the advantage of our IGA. Armed with our gradient adjustment method, better INRs with more enhanced texture details and sharpened edges can be learned from data by tailored impacts on spectral bias.
