paper-with-me

Papers

Practical Coreset Constructions for Machine Learning

2017-03-19 · Olivier Bachem, Mario Lucic, Andreas Krause

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 $k$-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.

📄 PDF Abstract BibTeX arXiv:1703.06476

Code (3)

boniface316/vqa
patel-zeel/coreset
teaguetomesh/coresets

Tasks

BIG-bench Machine LearningClusteringregression

Similar Papers 제목 키워드 기반

Introduction to Coresets: Accurate Coresets

2019-10-19 · Ibrahim Jubran, Alaa Maalouf, Dan Feldman

A coreset (or core-set) of an input set is its small summation, such that solving a problem on the coreset as its input, provably yields the same result as solving the same problem on the original (full) set, for a given…

Math

Dimensionality Reduction of Massive Sparse Datasets Using Coresets

2016-12-01 · NeurIPS 2016 12 · Dan Feldman, Mikhail Volkov, Daniela Rus

In this paper we present a practical solution with performance guarantees to the problem of dimensionality reduction for very large scale sparse matrices. We show applications of our approach to computing the Principle …

Dimensionality Reduction

Data-Dependent Coresets for Compressing Neural Networks with Applications to Generalization Bounds

2018-04-15 · ICLR 2019 5 · Cenk Baykal, Lucas Liebenwein, Igor Gilitschenski, Dan Feldman 외

We present an efficient coresets-based neural network compression algorithm that sparsifies the parameters of a trained fully-connected neural network in a manner that provably approximates the network's output. Our appr…

Generalization BoundsNeural Network Compression

Data Summarization via Bilevel Optimization

2021-09-26 · Zalán Borsos, Mojmír Mutný, Marco Tagliasacchi, Andreas Krause

The increasing availability of massive data sets poses a series of challenges for machine learning. Prominent among these is the need to learn models under hardware or human resource constraints. In such resource-constra…

Active LearningBilevel OptimizationData Summarizationregression

On Coreset Constructions for the Fuzzy $K$-Means Problem

2016-12-22 · Johannes Blömer, Sascha Brauer, Kathrin Bujna

The fuzzy $K$-means problem is a popular generalization of the well-known $K$-means problem to soft clusterings. We present the first coresets for fuzzy $K$-means with size linear in the dimension, polynomial in the numb…