Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Coresets for Data-efficient Training of Machine Learning Models

About

Incremental gradient (IG) methods, such as stochastic gradient descent and its variants are commonly used for large scale optimization in machine learning. Despite the sustained effort to make IG methods more data-efficient, it remains an open question how to select a training data subset that can theoretically and practically perform on par with the full dataset. Here we develop CRAIG, a method to select a weighted subset (or coreset) of training data that closely estimates the full gradient by maximizing a submodular function. We prove that applying IG to this subset is guaranteed to converge to the (near)optimal solution with the same convergence rate as that of IG for convex optimization. As a result, CRAIG achieves a speedup that is inversely proportional to the size of the subset. To our knowledge, this is the first rigorous method for data-efficient training of general machine learning models. Our extensive set of experiments show that CRAIG, while achieving practically the same solution, speeds up various IG methods by up to 6x for logistic regression and 3x for training deep neural networks.

Baharan Mirzasoleiman, Jeff Bilmes, Jure Leskovec• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy30.8
3518
Image ClassificationCIFAR-10 (test)
Accuracy93.1
3381
Graph ClassificationMUTAG
Accuracy88.2
862
Image ClassificationCIFAR-10
Accuracy30.2
508
Image ClassificationCIFAR-100
Accuracy20.1
435
Image ClassificationFashionMNIST (test)--
260
Sentiment ClassificationSST2 (test)
Accuracy63.4
233
Graph Classificationogbg-molpcba (test)
AP27.8
206
Sentiment AnalysisSST-5 (test)
Accuracy26.4
173
Sentiment ClassificationMR (test)
Accuracy59.3
142
Showing 10 of 28 rows

Other info

Follow for update