Stochastic Rounding 2.0, with a View towards Complexity Analysis

Petros Drineas,Ilse C.F. Ipsen
2024-10-14
Abstract:Stochastic Rounding is a probabilistic rounding mode that is surprisingly effective in large-scale computations and low-precision arithmetic. Its random nature promotes error cancellation rather than error accumulation, resulting in slower growth of roundoff errors as the problem size increases, especially when compared to traditional deterministic rounding methods, such as rounding-to-nearest. We advocate for SR as a foundational tool in the complexity analysis of algorithms, and suggest several research directions.
Numerical Analysis,Data Structures and Algorithms
What problem does this paper attempt to address?