English

Core-Elements for Large-Scale Least Squares Estimation

Computation 2024-09-17 v4 Methodology

Abstract

The coresets approach, also called subsampling or subset selection, aims to select a subsample as a surrogate for the observed sample and has found extensive applications in large-scale data analysis. Existing coresets methods construct the subsample using a subset of rows from the predictor matrix. Such methods can be significantly inefficient when the predictor matrix is sparse or numerically sparse. To overcome this limitation, we develop a novel element-wise subset selection approach, called core-elements, for large-scale least squares estimation. We provide a deterministic algorithm to construct the core-elements estimator, only requiring an O(nnz(X)+rp2)O(\mathrm{nnz}(X)+rp^2) computational cost, where XX is an n×pn\times p predictor matrix, rr is the number of elements selected from each column of XX, and nnz()\mathrm{nnz}(\cdot) denotes the number of non-zero elements. Theoretically, we show that the proposed estimator is unbiased and approximately minimizes an upper bound of the estimation variance. We also provide an approximation guarantee by deriving a coresets-like finite sample bound for the proposed estimator. To handle potential outliers in the data, we further combine core-elements with the median-of-means procedure, resulting in an efficient and robust estimator with theoretical consistency guarantees. Numerical studies on various synthetic and real-world datasets demonstrate the proposed method's superior performance compared to mainstream competitors.

Keywords

Cite

@article{arxiv.2206.10240,
  title  = {Core-Elements for Large-Scale Least Squares Estimation},
  author = {Mengyu Li and Jun Yu and Tao Li and Cheng Meng},
  journal= {arXiv preprint arXiv:2206.10240},
  year   = {2024}
}

Comments

Accepted by Statistics and Computing

R2 v1 2026-06-24T11:58:13.191Z