Adaptive, Matrix-Free Low-Rank Approximation

arXiv:2607.06758 2026 Architecture 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

This paper provides a constructive way to choose the rank of a low-rank approximation from an explicit error tolerance rather than fixing the rank in advance. Its transferable assets are matrix-free randomized residual estimation, large block construction followed by rank pruning, and a forward-only variant that avoids adjoint products. These mechanisms can turn low-rank neural layers and attention projections into tolerance-controlled modules whose rank adapts per layer and per checkpoint. The most direct experiment is to replace dense linear layers with adaptively built low-rank factors and test whether the same validation loss is achieved with fewer parameters, matvecs, or inference FLOPs.

Ideas from this paper

Mechanism confirmed, baseline not beaten 2026

Tolerance-controlled adaptive low-rank layers

Replace selected dense neural-network operators by low-rank factors whose rank is selected by a randomized residual test at a user-specified tolerance. Construct candidate bases in large blocks for efficient matrix operations, then prune the block to the smallest rank that passes the residual criterion instead of treating the block size as the final rank.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Adaptive, Matrix-Free Low-Rank Approximation arXiv:2607.06758