中文
相关论文

相关论文: Discrepancy, Coresets, and Sketches in Machine Lea…

200 篇论文

We give relative error coresets for training linear classifiers with a broad class of loss functions, including the logistic loss and hinge loss. Our construction achieves $(1\pm \epsilon)$ relative error with $\tilde O(d \cdot…

机器学习 · 计算机科学 2021-06-21 Tung Mai , Anup B. Rao , Cameron Musco

High-dimensional sparse data present computational and statistical challenges for supervised learning. We propose compact linear sketches for reducing the dimensionality of the input, followed by a single layer neural network. We show that…

机器学习 · 计算机科学 2016-04-21 Amit Daniely , Nevena Lazic , Yoram Singer , Kunal Talwar

In optimization or machine learning problems we are given a set of items, usually points in some metric space, and the goal is to minimize or maximize an objective function over some space of candidate solutions. For example, in clustering…

机器学习 · 计算机科学 2020-11-19 Dan Feldman

Specific data compression techniques, formalized by the concept of coresets, proved to be powerful for many optimization problems. In fact, while tightly controlling the approximation error, coresets may lead to significant speed up of the…

最优化与控制 · 数学 2022-04-05 Maximilian Fiedler , Peter Gritzmann , Fabian Klemm

Kernel methods are learning algorithms that enjoy solid theoretical foundations while suffering from important computational limitations. Sketching, which consists in looking for solutions among a subspace of reduced dimension, is a well…

机器学习 · 统计学 2023-11-07 Tamim El Ahmad , Pierre Laforgue , Florence d'Alché-Buc

How can we train a statistical mixture model on a massive data set? In this work we show how to construct coresets for mixtures of Gaussians. A coreset is a weighted subset of the data, which guarantees that models fitting the coreset also…

机器学习 · 统计学 2018-01-17 Mario Lucic , Matthew Faulkner , Andreas Krause , Dan Feldman

Coreset (or core-set) is a small weighted \emph{subset} $Q$ of an input set $P$ with respect to a given \emph{monotonic} function $f:\mathbb{R}\to\mathbb{R}$ that \emph{provably} approximates its fitting loss $\sum_{p\in P}f(p\cdot x)$ to…

机器学习 · 计算机科学 2021-12-24 Elad Tolochinsky , Ibrahim Jubran , Dan Feldman

$\renewcommand{\Re}{{\rm I\!\hspace{-0.025em} R}} \newcommand{\eps}{{\varepsilon}} \newcommand{\Coreset}{{\mathcal{S}}} $ In this paper, we show the existence of small coresets for the problems of computing $k$-median and $k$-means…

计算几何 · 计算机科学 2018-10-31 Sariel Har-Peled , Soham Mazumdar

We apply the discrepancy method and a chaining approach to give improved bounds on the coreset complexity of a wide class of kernel functions. Our results give randomized polynomial time algorithms to produce coresets of size…

机器学习 · 计算机科学 2023-10-13 Rainie Bozzai , Thomas Rothvoss

In this paper, we study the problem of sparse multiple kernel learning (MKL), where the goal is to efficiently learn a combination of a fixed small number of kernels from a large pool that could lead to a kernel classifier with a small…

机器学习 · 计算机科学 2013-02-05 Rong Jin , Tianbao Yang , Mehrdad Mahdavi

Coreset is usually a small weighted subset of $n$ input points in $\mathbb{R}^d$, that provably approximates their loss function for a given set of queries (models, classifiers, etc.). Coresets become increasingly common in machine learning…

机器学习 · 计算机科学 2020-06-22 Murad Tukan , Alaa Maalouf , Dan Feldman

We study the $k$-means problem for a set $\mathcal{S} \subseteq \mathbb{R}^d$ of $n$ segments, aiming to find $k$ centers $X \subseteq \mathbb{R}^d$ that minimize $D(\mathcal{S},X) := \sum_{S \in \mathcal{S}} \min_{x \in X} D(S,x)$, where…

机器学习 · 计算机科学 2025-11-21 David Denisov , Shlomi Dolev , Dan Felmdan , Michael Segal

A wide range of optimization problems arising in machine learning can be solved by gradient descent algorithms, and a central question in this area is how to efficiently compress a large-scale dataset so as to reduce the computational…

机器学习 · 计算机科学 2022-10-11 Jiawei Huang , Ruomin Huang , Wenjie Liu , Nikolaos M. Freris , Hu Ding

Discrepancy is a well-known measure for the irregularity of the distribution of a point set. Point sets with small discrepancy are called low-discrepancy and are known to efficiently fill the space in a uniform manner. Low-discrepancy…

机器学习 · 计算机科学 2024-09-27 T. Konstantin Rusch , Nathan Kirk , Michael M. Bronstein , Christiane Lemieux , Daniela Rus

Kernel discrepancies are a powerful tool for analyzing worst-case errors in quasi-Monte Carlo (QMC) methods. Building on recent advances in optimizing such discrepancy measures, we extend the subset selection problem to the setting of…

机器学习 · 统计学 2025-11-05 Deyao Chen , François Clément , Carola Doerr , Nathan Kirk

We present a new analysis of the problem of learning with drifting distributions in the batch setting using the notion of discrepancy. We prove learning bounds based on the Rademacher complexity of the hypothesis set and the discrepancy of…

机器学习 · 计算机科学 2012-08-28 Mehryar Mohri , Andres Munoz Medina

We present novel bounds for coreset construction, feature selection, and dimensionality reduction for logistic regression. All three approaches can be thought of as sketching the logistic regression inputs. On the coreset construction…

机器学习 · 计算机科学 2023-03-28 Gregory Dexter , Rajiv Khanna , Jawad Raheel , Petros Drineas

Continual learning from data streams is among the most important topics in contemporary machine learning. One of the biggest challenges in this domain lies in creating algorithms that can continuously adapt to arriving data. However,…

机器学习 · 计算机科学 2021-04-22 Łukasz Korycki , Bartosz Krawczyk

Matrix sketching is a recently developed data compression technique. An input matrix A is efficiently approximated with a smaller matrix B, so that B preserves most of the properties of A up to some guaranteed approximation ratio. In so…

机器学习 · 统计学 2019-12-03 Roberta Falcone , Angela Montanari , Laura Anderlucci

Coresets have emerged as a powerful tool to summarize data by selecting a small subset of the original observations while retaining most of its information. This approach has led to significant computational speedups but the performance of…

统计理论 · 数学 2020-12-10 Paxton Turner , Jingbo Liu , Philippe Rigollet