paper-with-me

홈 › Papers

Uniform Sampling for Matrix Approximation

2014-08-21 · Michael B. Cohen, Yin Tat Lee, Cameron Musco, Christopher Musco, Richard Peng, Aaron Sidford

Random sampling has become a critical tool in solving massive matrix problems. For linear regression, a small, manageable set of data rows can be randomly selected to approximate a tall, skinny data matrix, improving processing time significantly. For theoretical performance guarantees, each row must be sampled with probability proportional to its statistical leverage score. Unfortunately, leverage scores are difficult to compute. A simple alternative is to sample rows uniformly at random. While this often works, uniform sampling will eliminate critical row information for many natural instances. We take a fresh look at uniform sampling by examining what information it does preserve. Specifically, we show that uniform sampling yields a matrix that, in some sense, well approximates a large fraction of the original. While this weak form of approximation is not enough for solving linear regression directly, it is enough to compute a better approximation. This observation leads to simple iterative row sampling algorithms for matrix approximation that run in input-sparsity time and preserve row structure and sparsity at all intermediate steps. In addition to an improved understanding of uniform sampling, our main proof introduces a structural result of independent interest: we show that every matrix can be made to have low coherence by reweighting a small subset of its rows.

📄 PDF Abstract BibTeX arXiv:1408.5099

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

A Statistical Perspective on Algorithmic Leveraging

2013-06-23 · Ping Ma, Michael W. Mahoney, Bin Yu

One popular method for dealing with large-scale data sets is sampling. For example, by using the empirical statistical leverage scores as an importance sampling distribution, the method of algorithmic leveraging samples …

Computational Efficiency

Matrix Completion from Non-Uniformly Sampled Entries

2018-06-27 · Yuanyu Wan, Jin-Feng Yi, Lijun Zhang

In this paper, we consider matrix completion from non-uniformly sampled entries including fully observed and partially observed columns. Specifically, we assume that a small number of columns are randomly selected and fu…

Matrix Completion

Provably Correct Algorithms for Matrix Column Subset Selection with Selectively Sampled Data

2015-05-17 · Yining Wang, Aarti Singh

We consider the problem of matrix column subset selection, which selects a subset of columns from an input matrix such that the input can be well approximated by the span of the selected columns. Column subset selection …

Computational EfficiencyRecommendation Systems

An Explicit Sampling Dependent Spectral Error Bound for Column Subset Selection

2015-05-04 · Tianbao Yang, Lijun Zhang, Rong Jin, Shenghuo Zhu

In this paper, we consider the problem of column subset selection. We present a novel analysis of the spectral norm reconstruction for a simple randomized algorithm and establish a new bound that depends explicitly on th…

Matrix Completion with Cross-Concentrated Sampling: Bridging Uniform Sampling and CUR Sampling

2022-08-20 · HanQin Cai, Longxiu Huang, Pengyu Li, Deanna Needell

While uniform sampling has been widely studied in the matrix completion literature, CUR sampling approximates a low-rank matrix via row and column samples. Unfortunately, both sampling models lack flexibility for various…

Matrix Completion