NTK-Guided Implicit Neural Teaching
Chen Zhang, Wei Zuo, Bingyang Cheng, Yikun Wang, Wei-Bin Kou, Yik Chung WU, Ngai Wong
TL;DR
This work tackles the heavy computational cost of training high‑resolution implicit neural representations by introducing NTK‑Guided Implicit Neural Teaching (NINT). NINT selects training coordinates using the Neural Tangent Kernel to maximize the per‑iteration global functional update, incorporating both local fitting error and heterogeneous coordinate leverage via self‑leverage and cross‑coordinate coupling. Empirical results across 1D, 2D, and 3D tasks show NINT achieves up to nearly 50% faster training while maintaining or improving reconstruction fidelity, outperforming state‑of‑the‑art sampling baselines. The approach is model‑agnostic and scalable, with robust performance across network sizes and architectures, highlighting a practical route to accelerate INR training without architectural changes or additional data.
Abstract
Implicit Neural Representations (INRs) parameterize continuous signals via multilayer perceptrons (MLPs), enabling compact, resolution-independent modeling for tasks like image, audio, and 3D reconstruction. However, fitting high-resolution signals demands optimizing over millions of coordinates, incurring prohibitive computational costs. To address it, we propose NTK-Guided Implicit Neural Teaching (NINT), which accelerates training by dynamically selecting coordinates that maximize global functional updates. Leveraging the Neural Tangent Kernel (NTK), NINT scores examples by the norm of their NTK-augmented loss gradients, capturing both fitting errors and heterogeneous leverage (self-influence and cross-coordinate coupling). This dual consideration enables faster convergence compared to existing methods. Through extensive experiments, we demonstrate that NINT significantly reduces training time by nearly half while maintaining or improving representation quality, establishing state-of-the-art acceleration among recent sampling-based strategies.
