TL;DR
This paper reviews and advances methods for constructing small, efficient data summaries called coresets, which enable scalable and provably accurate solutions for various machine learning tasks.
Contribution
It introduces a unified framework for coreset construction applicable to multiple problems and summarizes recent algorithms across different machine learning models.
Findings
Provides a sound theoretical framework for coreset construction.
Summarizes state-of-the-art algorithms for various ML problems.
Demonstrates the effectiveness of coresets in large-scale data analysis.
Abstract
We investigate coresets - succinct, small summaries of large data sets - so that solutions found on the summary are provably competitive with solution found on the full data set. We provide an overview over the state-of-the-art in coreset construction for machine learning. In Section 2, we present both the intuition behind and a theoretically sound framework to construct coresets for general problems and apply it to -means clustering. In Section 3 we summarize existing coreset construction algorithms for a variety of machine learning problems such as maximum likelihood estimation of mixture models, Bayesian non-parametric models, principal component analysis, regression and general empirical risk minimization.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
See pages 1-last of survey.pdf
