A Preconditioner based on Non-uniform Row Sampling for Linear Least Squares Problems
Long Chen, Huiwen Wu

TL;DR
This paper introduces a novel preconditioner for linear least squares problems that uses non-uniform row sampling to improve conditioning while preserving sparsity, enhancing iterative solution efficiency.
Contribution
A new preconditioner based on non-uniform row sampling and Gauss-Seidel iterations is proposed, maintaining sparsity and improving conditioning for ill-conditioned matrices.
Findings
Effective in improving conditioning of overdetermined matrices
Preserves sparsity of the original matrix
Demonstrates improved convergence in various matrix types
Abstract
Least squares method is one of the simplest and most popular techniques applied in data fitting, imaging processing and high dimension data analysis. The classic methods like QR and SVD decomposition for solving least squares problems has a large computational cost. Iterative methods such as CG and Kaczmarz can reduce the complexity if the matrix is well conditioned but failed for the ill conditioned cases. Preconditioner based on randomized row sampling algorithms have been developed but destroy the sparsity. In this paper, a new preconditioner is constructed by non-uniform row sampling with a probability proportional to the squared norm of rows. Then Gauss Seidel iterations are applied to the normal equation of the sampled matrix which aims to grab the high frequency component of solution. After all, PCG is used to solve the normal equation with this preconditioner. Our preconditioner…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Sparse and Compressive Sensing Techniques · Matrix Theory and Algorithms
