RCLUPPr: a new randomized CholeskyQR with LU preconditioning
arXiv:2607.15561
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper develops a randomized, LU-preconditioned CholeskyQR pipeline whose transferable asset is stable orthogonalization of severely ill-conditioned tall-skinny matrices under low or mixed precision. The key structural move is to obtain a triangular preconditioner from pivoted LU, orthogonalize the LU factor with Householder QR, and only then apply CholeskyQR2 to a better-conditioned matrix. This suggests a periodic orthogonal retraction for rectangular neural-network weights or adapters, where direct QR or polar iterations in fp16/bfloat16 can lose orthogonality or fail as training makes the matrix ill-conditioned. The likely benefit is a robust mixed-precision orthogonal-weight module or constraint projection rather than a cheaper per-step optimizer.
Ideas from this paper
Unverified
2026
Periodically project a rectangular neural-network weight matrix onto an approximately orthonormal-column matrix using LU-preconditioned CholeskyQR rather than ordinary QR or a polar iteration. Pivoted LU handles badly scaled and nearly dependent columns, while Householder orthogonalization of the LU factor produces a triangular preconditioner that makes the subsequent Cholesky step safer in fp16 or bfloat16.
Useful5/10
Difficulty6/10
Novelty5/10