paper-with-me

Papers

Provable Data Subset Selection For Efficient Neural Network Training

2023-03-09 · Murad Tukan, Samson Zhou, Alaa Maalouf, Daniela Rus, Vladimir Braverman, Dan Feldman

Radial basis function neural networks (\emph{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 \emph{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 \emph{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.

📄 PDF Abstract BibTeX arXiv:2303.05151

Code (1)

muradtuk/provable-data-subset-selection-for-efficient-neural-network-training 공식 구현

Tasks

Efficient Neural Network

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

On Provable Backdoor Defense in Collaborative Learning

2021-01-19 · Ximing Qiao, Yuhua Bai, Siping Hu, Ang Li 외

As collaborative learning allows joint training of a model using multiple sources of data, the security problem has been a central concern. Malicious users can upload poisoned data to prevent the model's convergence or i…

backdoor defense

On Distributed Larger-Than-Memory Subset Selection With Pairwise Submodular Functions

2024-02-26 · Maximilian Böther, Abraham Sebastian, Pranjal Awasthi, Ana Klimovic 외

Modern datasets span billions of samples, making training on all available data infeasible. Selecting a high quality subset helps in reducing training costs and enhancing model quality. Submodularity, a discrete analogue…

Dataset Distillation Meets Provable Subset Selection

2023-07-16 · Murad Tukan, Alaa Maalouf, Margarita Osadchy

Deep learning has grown tremendously over recent years, yielding state-of-the-art results in various fields. However, training such models requires huge amounts of data, increasing the computational time and cost. To add…

Dataset Distillation

Sequential Attention for Feature Selection

2022-09-29 · Taisuke Yasuda, Mohammadhossein Bateni, Lin Chen, Matthew Fahrbach 외

Feature selection is the problem of selecting a subset of features for a machine learning model that maximizes model quality subject to a budget constraint. For neural networks, prior methods, including those based on $\…

Feature Importancefeature selection

Ridge Regression and Provable Deterministic Ridge Leverage Score Sampling

2018-12-01 · NeurIPS 2018 12 · Shannon Mccurdy

Ridge leverage scores provide a balance between low-rank approximation and regularization, and are ubiquitous in randomized linear algebra and machine learning. Deterministic algorithms are also of interest in the moder…

regression