A GPU-Accelerated Blocked Adaptive Randomized Range Finder Based on an Implicit Householder QR Decomposition
arXiv:2608.28941
2026
Memory
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper gives a concrete, numerically stable alternative to Gram–Schmidt for constructing an adaptively sized low-rank basis: draw Gaussian test blocks, factor each sampled residual block with blocked Householder reflectors, and stop when the unexplained Frobenius energy falls below a tolerance. The transferable asset is the implicit orthogonal representation, which avoids explicit reorthogonalization while exposing matrix–matrix operations suitable for GPU execution. A strong neural-network use is to replace the basis-construction step in GaLore-style gradient projection or low-rank optimizer-state compression, with rank selected per layer or refresh window from a prescribed residual-energy tolerance.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace fixed-rank randomized SVD or unstable block Gram–Schmidt in a GaLore-like optimizer with an adaptive blocked randomized range finder using implicit Householder QR. The basis grows in Gaussian blocks until the residual Frobenius energy is below a layer-specific tolerance, allowing compressible layers to use fewer projected dimensions while preserving orthogonality over repeated refreshes.
Useful7/10
Difficulty5/10
Novelty5/10