LSMR: An iterative algorithm for sparse least-squares problems
David Fong, Michael Saunders

TL;DR
LSMR is a new iterative algorithm for efficiently solving sparse linear systems and least-squares problems, offering monotonic convergence properties and improved safety over LSQR, especially with additional memory.
Contribution
The paper introduces LSMR, an iterative method based on Golub-Kahan bidiagonalization, with theoretical equivalence to MINRES on the normal equations, enhancing convergence and safety.
Findings
LSMR ensures monotonic decrease of $ orm{A^T r_k}$ and $ orm{r_k}$.
LSMR is safer to terminate early compared to LSQR.
The method's performance improves with additional memory.
Abstract
An iterative method LSMR is presented for solving linear systems and least-squares problem , with being sparse or a fast linear operator. LSMR is based on the Golub-Kahan bidiagonalization process. It is analytically equivalent to the MINRES method applied to the normal equation , so that the quantities are monotonically decreasing (where is the residual for the current iterate ). In practice we observe that also decreases monotonically. Compared to LSQR, for which only is monotonic, it is safer to terminate LSMR early. Improvements for the new iterative method in the presence of extra available memory are also explored.
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.
