paper-with-me

Papers

Deterministic Coreset for Lp Subspace

2026-01-01 · Rachit Chhaya, Anirban Dasgupta, Dan Feldman, Supratim Shit arxiv

We introduce the first iterative algorithm for constructing a $\varepsilon$-coreset that guarantees deterministic $\ell_p$ subspace embedding for any $p \in [1,\infty)$ and any $\varepsilon > 0$. For a given full rank matrix $\mathbf{X} \in \mathbb{R}^{n \times d}$ where $n \gg d$, $\mathbf{X}' \in \mathbb{R}^{m \times d}$ is an $(\varepsilon,\ell_p)$-subspace embedding of $\mathbf{X}$, if for every $\mathbf{q} \in \mathbb{R}^d$, $(1-\varepsilon)\|\mathbf{Xq}\|_{p}^{p} \leq \|\mathbf{X'q}\|_{p}^{p} \leq (1+\varepsilon)\|\mathbf{Xq}\|_{p}^{p}$. Specifically, in this paper, $\mathbf{X}'$ is a weighted subset of rows of $\mathbf{X}$ which is commonly known in the literature as a coreset. In every iteration, the algorithm ensures that the loss on the maintained set is upper and lower bounded by the loss on the original dataset with appropriate scalings. So, unlike typical coreset guarantees, due to bounded loss, our coreset gives a deterministic guarantee for the $\ell_p$ subspace embedding. For an error parameter $\varepsilon$, our algorithm takes $O(\mathrm{poly}(n,d,\varepsilon^{-1}))$ time and returns a deterministic $\varepsilon$-coreset, for $\ell_p$ subspace embedding whose size is $O\left(\frac{d^{\max\{1,p/2\}}}{\varepsilon^{2}}\right)$. Here, we remove the $\log$ factors in the coreset size, which had been a long-standing open problem. Our coresets are optimal as they are tight with the lower bound. As an application, our coreset can also be used for approximately solving the $\ell_p$ regression problem in a deterministic manner.

📄 PDF Abstract BibTeX arXiv:2601.00361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Ridge Leverage Score Sampling for $\ell_p$ Subspace Approximation

2024-07-03 · David P. Woodruff, Taisuke Yasuda

The $\ell_p$ subspace approximation problem is an NP-hard low rank approximation problem that generalizes the median hyperplane ($p = 1$), principal component analysis ($p = 2$), and center hyperplane problems ($p = \inf…

Tight Sensitivity Bounds For Smaller Coresets

2019-07-02 · Alaa Maalouf, Adiel Statman, Dan Feldman

An $\varepsilon$-coreset for Least-Mean-Squares (LMS) of a matrix $A\in{\mathbb{R}}^{n\times d}$ is a small weighted subset of its rows that approximates the sum of squared distances from its rows to every affine $k$-dim…

Sensitivity

New Coresets for Projective Clustering and Applications

2022-03-08 · Murad Tukan, Xuan Wu, Samson Zhou, Vladimir Braverman 외

$(j,k)$-projective clustering is the natural generalization of the family of $k$-clustering and $j$-subspace clustering problems. Given a set of points $P$ in $\mathbb{R}^d$, the goal is to find $k$ flats of dimension $j…

Clusteringregression

Deterministic Coreset Construction via Adaptive Sensitivity Trimming

2025-08-25 · Faruk Alpay, Taylan Alpay arxiv

We develop a rigorous framework for deterministic coreset construction in empirical risk minimization (ERM). Our central contribution is the Adaptive Deterministic Uniform-Weight Trimming (ADUWT) algorithm, which constru…