English

Inductive Gradient Adjustment For Spectral Bias In Implicit Neural Representations

Computer Vision and Pattern Recognition 2025-05-27 v2 Machine Learning

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.

Cite

@article{arxiv.2410.13271,
  title  = {Inductive Gradient Adjustment For Spectral Bias In Implicit Neural Representations},
  author = {Kexuan Shi and Hai Chen and Leheng Zhang and Shuhang Gu},
  journal= {arXiv preprint arXiv:2410.13271},
  year   = {2025}
}

Comments

Accepted to ICML 2025. Code available at https://github.com/LabShuHangGU/IGA-INR

R2 v1 2026-06-28T19:25:24.052Z