Connecting randomized iterative methods with Krylov subspaces
Yonghan Sun, Deren Han, Jiaxin Xie
TL;DR
This work builds a bridge between randomized iterative methods and Krylov subspace techniques by introducing an affine-subspace search framework that adaptively combines current iterates with a sketched normal vector. The key idea is to use a truncation parameter $\ell$ to form an affine subspace $\Pi_k$ and project toward $A^{\dagger}b$, enabling both randomized RK-like behavior ($\ell=1$) and Krylov-like behavior ($\ell=\infty$). The authors establish linear convergence in expectation, provide an efficient $O(n(k-j_k+1))$ per-iteration implementation, and introduce the iterative-sketching-based Krylov (IS-Krylov) method, which unifies various sketches and shows competitive numerical performance. Numerical experiments demonstrate that IS-Krylov-PS consistently outperforms several baselines in CPU time while maintaining similar iteration counts, highlighting scalability to large-scale problems. The work opens avenues for further exploration of optimal $\ell$ selection, connections to other randomized methods, and extensions to broader linear-algebra tasks.
Abstract
Randomized iterative methods, such as the randomized Kaczmarz method, have gained significant attention for solving large-scale linear systems due to their simplicity and efficiency. Meanwhile, Krylov subspace methods have emerged as a powerful class of algorithms, known for their robust theoretical foundations and rapid convergence properties. Despite the individual successes of these two paradigms, their underlying connection has remained largely unexplored. In this paper, we develop a unified framework that bridges randomized iterative methods and Krylov subspace techniques, supported by both rigorous theoretical analysis and practical implementation. The core idea is to formulate each iteration as an adaptively weighted linear combination of the sketched normal vector and previous iterates, with the weights optimally determined via a projection-based mechanism. This formulation not only reveals how subspace techniques can enhance the efficiency of randomized iterative methods, but also enables the design of a new class of iterative-sketching-based Krylov subspace algorithms. We prove that our method converges linearly in expectation and validate our findings with numerical experiments.
