Read Between the Hyperplanes: On Spectral Projection and Sampling Approaches to Randomized Kaczmarz
James Nguyen, Oleg Presnyakov, Adityakrishnan Radhakhrishnan
TL;DR
The paper tackles accelerating randomized Kaczmarz methods for ill-conditioned, overdetermined linear systems by three complementary approaches: (i) directionally aware projections using pairwise row differences, (ii) core-set construction via clustering to reduce problem size while preserving subspace geometry, and (iii) spectral-direction aware sampling that increases the likelihood of selecting rows aligned with underrepresented singular directions. Empirical results show that pairwise-difference augmentation can reduce approximation and Chebyshev errors, coreset-based clustering can preserve left-subspace geometry with smaller row subsets, and spectral weighting can significantly speed convergence toward the least represented singular direction, albeit requiring knowledge of the singular vectors. The findings highlight trade-offs between convergence speed and accuracy across methods, with Hadamard SKM often performing best on severe ill-conditioning. The work points to practical pathways for scalable, robust RK/SKM in large-scale settings and motivates SVD-free approximations of spectral information for real-time adaptation.
Abstract
Among recent developments centered around Randomized Kaczmarz (RK), a row-sampling iterative projection method for large-scale linear systems, several adaptions to the method have inspired faster convergence. Focusing solely on ill-conditioned and overdetermined linear systems, we highlight inter-row relationships that can be leveraged to guide directionally aware projections. In particular, we find that improved convergence rates can be made by (i) projecting onto pairwise row differences, (ii) sampling from partitioned clusters of nearly orthogonal rows, or (iii) more frequently sampling spectrally-diverse rows.
