Dataset Meta-Learning from Kernel Ridge-Regression
Timothy Nguyen, Zhourong Chen, Jaehoon Lee
TL;DR
The paper addresses dataset efficiency by learning $\epsilon$-approximate datasets that preserve predictive performance. It introduces Kernel Inducing Points (KIP), a meta-learning method that optimizes a kernel ridge-regression objective to produce a compact support set, with a Label Solve variant. It demonstrates state-of-the-art results on MNIST and CIFAR-10 for kernel methods and neural-network distillation, with compression by one to two orders of magnitude and strong transfer across kernels and to neural nets. It also discusses privacy implications via corruption and potential privacy-preserving data sharing, and provides open-source code.
Abstract
One of the most fundamental aspects of any machine learning algorithm is the training data used by the algorithm. We introduce the novel concept of $ε$-approximation of datasets, obtaining datasets which are much smaller than or are significant corruptions of the original training data while maintaining similar model performance. We introduce a meta-learning algorithm called Kernel Inducing Points (KIP) for obtaining such remarkable datasets, inspired by the recent developments in the correspondence between infinitely-wide neural networks and kernel ridge-regression (KRR). For KRR tasks, we demonstrate that KIP can compress datasets by one or two orders of magnitude, significantly improving previous dataset distillation and subset selection methods while obtaining state of the art results for MNIST and CIFAR-10 classification. Furthermore, our KIP-learned datasets are transferable to the training of finite-width neural networks even beyond the lazy-training regime, which leads to state of the art results for neural network dataset distillation with potential applications to privacy-preservation.
