Semi-randomized block Kaczmarz methods with simple random sampling for large-scale linear systems
Gang Wu, Qiao Chang

TL;DR
This paper introduces semi-randomized block Kaczmarz methods that efficiently solve large-scale linear systems by avoiding full data scans, using simple random sampling, and enabling simultaneous updates for multiple right-hand sides.
Contribution
It proposes novel semi-randomized block Kaczmarz algorithms that reduce data access and computational costs, suitable for large-scale and multi-right-hand-side systems.
Findings
Methods outperform state-of-the-art algorithms on real-world data
No need to scan all matrix rows or compute residuals each iteration
Effective for large-scale systems with multiple right-hand sides
Abstract
Randomized block Kaczmraz method plays an important role in solving large-scale linear system. One of the key points of this type of methods is how to effectively select working rows. However, in most of the state-of-the-art randomized block Kaczmarz-type methods, one has to scan all the rows of the coefficient matrix in advance for computing probabilities or paving, or to compute the residual vector of the linear system in each iteration to determine the working rows. Thus, we have to access all the rows of the data matrix in these methods, which are unfavorable for big-data problems. Moreover, to the best of our knowledge, how to efficiently choose working rows in randomized block Kaczmarz-type methods for multiple linear systems is still an open problem. In order to deal with these problems, we propose semi-randomized block Kaczmarz methods with simple random sampling for linear…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Statistical Methods and Inference
