English

Quantile Randomized Kaczmarz Algorithm with Whitelist Trust Mechanism

Numerical Analysis 2026-02-16 v1 Numerical Analysis Methodology

Abstract

Randomized Kaczmarz (RK) is a simple and fast solver for consistent overdetermined systems, but it is known to be fragile under noise. We study overdetermined m×nm\times n linear systems with a sparse set of corrupted equations, Ax=b, {\bf A}{\bf x}^\star = {\bf b}, where only b~=b+ε\tilde{\bf b} = {\bf b} + \boldsymbol{\varepsilon} is observed with ε0βm\|\boldsymbol{\varepsilon}\|_0 \le \beta m. The recently introduced QuantileRK (QRK) algorithm addresses this issue by testing residuals against a quantile threshold, but computing a per-iteration quantile across many rows is costly. In this work we (i) reanalyze QRK and show that its convergence rate improves monotonically as the corruption fraction β\beta decreases; (ii) propose a simple online detector that flags and removes unreliable rows, which reduces the effective β\beta and speeds up convergence; and (iii) make the method practical by estimating quantiles from a small random subsample of rows, preserving robustness while lowering the per-iteration cost. Simulations on imaging and synthetic data demonstrate the efficiency of the proposed method.

Keywords

Cite

@article{arxiv.2602.12483,
  title  = {Quantile Randomized Kaczmarz Algorithm with Whitelist Trust Mechanism},
  author = {Sofiia Shvaiko and Longxiu Huang and Elizaveta Rebrova},
  journal= {arXiv preprint arXiv:2602.12483},
  year   = {2026}
}

Comments

Accepted by ICASSP 2026

R2 v1 2026-07-01T10:34:36.768Z