# Superfast iterative refinement of low rank approximation of a matrix based on ALS method and random sampling

**Authors:** Qi Luan, Victor Y. Pan

arXiv: 1906.04929 · 2025-11-11

## TL;DR

This paper introduces a superfast randomized iterative refinement method for low rank matrix approximation that combines sampling and ALS, with proven convergence and demonstrated effectiveness on real data.

## Contribution

It presents a novel superfast iterative refinement algorithm for low rank approximation using random sampling and ALS, with theoretical convergence guarantees.

## Key findings

- Two to three iterations significantly improve initial LRAs.
- The method converges with high probability under certain conditions.
- Numerical tests show consistent improvement on real-world matrices.

## Abstract

A matrix algorithm runs superfast (aka at sublinear cost) if it involves much fewer flops and memory cells than an input matrix has entries. Big Data are frequently represented by matrices of immense sizes that cannot be handled directly but can be approximated with low rank matrices, with which one can operate superfast. Superfast computation of Low Rank Approximations (LRA) of a matrix, however, can be a challenge. Any superfast LRA algorithm fails miserably on worst case matrices. Fortunately, they rarely appear in computational practice. For an important example, superfast Adaptive Cross--Approximation iterations have consistently output accurate LRA of a large and important class of matrices during the decades of their worldwide application. Furthermore, they output CUR LRA, which is a special attractive form of LRA, widely applied in data analysis. %VP Adequate formal support for that empirical behavior, however, is still a challenge. Encouraged by success of these iterations we present a superfast randomized iterative refinement of a crude CUR LRA by means of combining random sampling with the Alternating Least Squares Method, which reduces this refinement to recursive solution of generalized Linear Least Squares Problems (LLSPs). We prove monotone convergence of our iterations with a high probability to a near-optimal LRA of an input matrix under some specified assumptions on it and on a crude approximate solution to an initial generalized LLSP. In our numerical tests two or three iterations of our algorithm have consistently and significantly improved crude initial LRAs of real world inputs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.04929/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1906.04929/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1906.04929/full.md

---
Source: https://tomesphere.com/paper/1906.04929