paper-with-me

홈 › Papers

L1 Regression with Lewis Weights Subsampling

2021-05-19 · Aditya Parulekar, Advait Parulekar, Eric Price

We consider the problem of finding an approximate solution to $\ell_1$ regression while only observing a small number of labels. Given an $n \times d$ unlabeled data matrix $X$, we must choose a small set of $m \ll n$ rows to observe the labels of, then output an estimate $\widehat{\beta}$ whose error on the original problem is within a $1 + \varepsilon$ factor of optimal. We show that sampling from $X$ according to its Lewis weights and outputting the empirical minimizer succeeds with probability $1-\delta$ for $m > O(\frac{1}{\varepsilon^2} d \log \frac{d}{\varepsilon \delta})$. This is analogous to the performance of sampling according to leverage scores for $\ell_2$ regression, but with exponentially better dependence on $\delta$. We also give a corresponding lower bound of $\Omega(\frac{d}{\varepsilon^2} + (d + \frac{1}{\varepsilon^2}) \log\frac{1}{\delta})$.

📄 PDF Abstract BibTeX arXiv:2105.09433

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Optimal bounds for $\ell_p$ sensitivity sampling via $\ell_2$ augmentation

2024-06-01 · Alexander Munteanu, Simon Omlor

Data subsampling is one of the most natural methods to approximate a massively large data set by a small representative proxy. In particular, sensitivity sampling received a lot of attention, which samples points proport…

Sensitivity

Coresets for Classification – Simplified and Strengthened

2021-05-21 · NeurIPS 2021 12 · Tung Mai, Cameron N Musco, Anup Rao

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(…

Active LearningClassification

Coresets for Classification -- Simplified and Strengthened

2021-06-08 · NeurIPS 2021 12 · Tung Mai, Anup B. Rao, Cameron Musco

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(…

Active LearningClassification

Distributionally Robust Linear Regression With Block Lewis Weights

2026-06-30 · Naren Sarayu Manoj, Kumar Kshitij Patel arxiv

We present an algorithm for the group distributionally robust (GDR) least squares problem. Given $m$ groups, a parameter vector in $\mathbb{R}^d$, and stacked design matrices and responses $\mathbf{A}$ and $\mathbf{b}$, …

Computing Approximate $\ell_p$ Sensitivities

2023-11-07 · NeurIPS 2023 11

Recent works in dimensionality reduction for regression tasks have introduced the notion of sensitivity, an estimate of the importance of a specific datapoint in a dataset, offering provable guarantees on the quality of …

Dimensionality ReductionregressionSensitivity