Training NTK to Generalize with KARE
Johannes Schwab, Bryan Kelly, Semyon Malamud, Teng Andrea Xu
TL;DR
The paper tackles generalization in overparameterized neural networks by proposing NTK-KARE, an approach that explicitly trains the Neural Tangent Kernel using Kernel Alignment Risk Estimator (KARE) rather than minimizing empirical risk directly. It shows that after-training NTK can be viewed as gradient boosting and introduces a concrete procedure to optimize the NTK via KARE, yielding the NTK-KARE estimator that relies on kernel learning alone. Empirically, NTK-KARE outperforms the standard DNN and the after-NTK across simulated data, MNIST, Higgs, and large-scale UCI benchmarks, achieving competitive or superior results including state-of-the-art comparisons on the UCI challenge. The work suggests explicit, high-capacity kernel learning as a viable alternative to end-to-end DNN optimization, while noting scalability challenges and outlining directions such as Falkon and EigenPro for large-scale kernel training and theoretical guarantees for KARE-based methods.
Abstract
The performance of the data-dependent neural tangent kernel (NTK; Jacot et al. (2018)) associated with a trained deep neural network (DNN) often matches or exceeds that of the full network. This implies that DNN training via gradient descent implicitly performs kernel learning by optimizing the NTK. In this paper, we propose instead to optimize the NTK explicitly. Rather than minimizing empirical risk, we train the NTK to minimize its generalization error using the recently developed Kernel Alignment Risk Estimator (KARE; Jacot et al. (2020)). Our simulations and real data experiments show that NTKs trained with KARE consistently match or significantly outperform the original DNN and the DNN- induced NTK (the after-kernel). These results suggest that explicitly trained kernels can outperform traditional end-to-end DNN optimization in certain settings, challenging the conventional dominance of DNNs. We argue that explicit training of NTK is a form of over-parametrized feature learning.
