Provable Data Subset Selection for Efficient Neural Networks Training

Abstract

Radial basis function neural networks (RBFNN) are well-known for their capability to approximate any continuous function on a closed bounded set with arbitrary precision given enough hidden neurons. In this paper, we introduce the first algorithm to construct coresets for RBFNNs, i.e., small weighted subsets that approximate the loss of the input data on any radial basis function network and thus approximate any function defined by an RBFNN on the larger input data. In particular, we construct coresets for radial basis and Laplacian loss functions. We then use our coresets to obtain a provable data subset selection algorithm for training deep neural networks. Since our coresets approximate every function, they also approximate the gradient of each weight in a neural network, which is a particular function on the input. We then perform empirical evaluations on function approximation and dataset subset selection on popular network architectures and data sets, demonstrating the efficacy and accuracy of our coreset construction.

Cite

Text

Tukan et al. "Provable Data Subset Selection for Efficient Neural Networks Training." International Conference on Machine Learning, 2023.

Markdown

[Tukan et al. "Provable Data Subset Selection for Efficient Neural Networks Training." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/tukan2023icml-provable/)

BibTeX

@inproceedings{tukan2023icml-provable,
  title     = {{Provable Data Subset Selection for Efficient Neural Networks Training}},
  author    = {Tukan, Murad and Zhou, Samson and Maalouf, Alaa and Rus, Daniela and Braverman, Vladimir and Feldman, Dan},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {34533-34555},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/tukan2023icml-provable/}
}