paper-with-me

홈 › Papers

Worst-case low-rank approximations

2026-03-11 · Anya Fries, Markus Reichstein, David Blei, Jonas Peters arxiv

Real-world data in health, economics, and environmental sciences are often collected across heterogeneous domains (such as hospitals, regions, or time periods). In such settings, distributional shifts can make standard PCA unreliable, in that, for example, the leading principal components may explain substantially less variance in unseen domains than in the training domains. Existing approaches (such as FairPCA) have proposed to consider worst-case (rather than average) performance across multiple domains. This work develops a unified framework, called wcPCA, applies it to other objectives (resulting in the novel estimators such as norm-minPCA and norm-maxregret, which are better suited for applications with heterogeneous total variance) and analyzes their relationship. We prove that for all objectives, the estimators are worst-case optimal not only over the observed source domains but also over all target domains whose covariance lies in the convex hull of the (possibly normalized) source covariances. We establish consistency and asymptotic worst-case guarantees of empirical estimators. We extend our methodology to matrix completion, another problem that makes use of low-rank approximations, and prove approximate worst-case optimality for inductive matrix completion. Simulations and two real-world applications on ecosystem-atmosphere fluxes demonstrate marked improvements in worst-case performance, with only minor losses in average performance.

📄 PDF Abstract BibTeX arXiv:2603.11304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learned Interpolation for Better Streaming Quantile Approximation with Worst-Case Guarantees

2023-04-15 · Nicholas Schiefer, Justin Y. Chen, Piotr Indyk, Shyam Narayanan 외

An $\varepsilon$-approximate quantile sketch over a stream of $n$ inputs approximates the rank of any query point $q$ - that is, the number of input points less than $q$ - up to an additive error of $\varepsilon n$, gene…

Sharp analysis of low-rank kernel matrix approximations

2012-08-09 · Francis Bach

We consider supervised learning problems within the positive-definite kernel framework, such as kernel ridge regression, kernel logistic regression or the support vector machine. With kernels leading to infinite-dimensio…

regression

Learning-Based Low-Rank Approximations

2019-10-30 · NeurIPS 2019 12 · Piotr Indyk, Ali Vakilian, Yang Yuan

We introduce a "learning-based" algorithm for the low-rank decomposition problem: given an $n \times d$ matrix $A$, and a parameter $k$, compute a rank-$k$ matrix $A'$ that minimizes the approximation loss $\|A-A'\|_F$. …

Generalization Bounds

TAPS: Connecting Certified and Adversarial Training

2023-05-08 · Yuhao Mao, Mark Niklas Müller, Marc Fischer, Martin Vechev

Training certifiably robust neural networks remains a notoriously hard problem. On one side, adversarial training optimizes under-approximations of the worst-case loss, which leads to insufficient regularization for cert…

Connecting Certified and Adversarial Training

2023-09-21 · NeurIPS 2023 11

Training certifiably robust neural networks remains a notoriously hard problem. While adversarial training optimizes under-approximations of the worst-case loss, which leads to insufficient regularization for certificati…