lpNTK: Better Generalisation with Less Data via Sample Interaction During Learning
Shangmin Guo, Yi Ren, Stefano V. Albrecht, Kenny Smith
TL;DR
The paper tackles how training data relationships influence generalisation in neural networks by deriving lpNTK, a label-aware extension of the NTK that captures sample interactions during learning. Through a first-order Taylor analysis of SGD updates, lpNTK incorporates label information to define a scalar similarity between labelled samples and proves it asymptotically approaches the empirical NTK under width growth. This framework unifies explanations for learning difficulty and forgetting events via three relation types—interchangeable, unrelated, and contradictory—and demonstrates practical value by showing that removing redundant samples identified by lpNTK does not hurt, and can even improve, generalisation on MNIST and CIFAR-10. The authors further show that selective pruning guided by lpNTK clusters can counteract dataset biases toward interchangeable samples, aligning with broader data-centric learning findings and offering a data-pruning strategy with potential general impact for coreset design and model robustness. Overall, lpNTK provides a principled, label-aware lens on learning dynamics and data selection, revealing that careful data pruning based on sample interactions can achieve better generalisation with less data.
Abstract
Although much research has been done on proposing new models or loss functions to improve the generalisation of artificial neural networks (ANNs), less attention has been directed to the impact of the training data on generalisation. In this work, we start from approximating the interaction between samples, i.e. how learning one sample would modify the model's prediction on other samples. Through analysing the terms involved in weight updates in supervised learning, we find that labels influence the interaction between samples. Therefore, we propose the labelled pseudo Neural Tangent Kernel (lpNTK) which takes label information into consideration when measuring the interactions between samples. We first prove that lpNTK asymptotically converges to the empirical neural tangent kernel in terms of the Frobenius norm under certain assumptions. Secondly, we illustrate how lpNTK helps to understand learning phenomena identified in previous work, specifically the learning difficulty of samples and forgetting events during learning. Moreover, we also show that using lpNTK to identify and remove poisoning training samples does not hurt the generalisation performance of ANNs.
