paper-with-me

홈 › Papers

On the Effectiveness of Richardson Extrapolation in Machine Learning

2020-02-07 · Francis Bach

Richardson extrapolation is a classical technique from numerical analysis that can improve the approximation error of an estimation method by combining linearly several estimates obtained from different values of one of its hyperparameters, without the need to know in details the inner structure of the original estimation method. The main goal of this paper is to study when Richardson extrapolation can be used within machine learning, beyond the existing applications to step-size adaptations in stochastic gradient descent. We identify two situations where Richardson interpolation can be useful: (1) when the hyperparameter is the number of iterations of an existing iterative optimization algorithm, with applications to averaged gradient descent and Frank-Wolfe algorithms (where we obtain asymptotically rates of $O(1/k^2)$ on polytopes, where $k$ is the number of iterations), and (2) when it is a regularization parameter, with applications to Nesterov smoothing techniques for minimizing non-smooth functions (where we obtain asymptotically rates close to $O(1/k^2)$ for non-smooth functions), and ridge regression. In all these cases, we show that extrapolation techniques come with no significant loss in performance, but with sometimes strong gains, and we provide theoretical justifications based on asymptotic developments for such gains, as well as empirical illustrations on classical problems from machine learning.

📄 PDF Abstract BibTeX arXiv:2002.02835

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Refined Analysis of Federated Averaging's Bias and Federated Richardson-Romberg Extrapolation

2024-12-02 · Paul Mangold, Alain Durmus, Aymeric Dieuleveut, Sergey Samsonov 외

In this paper, we present a novel analysis of FedAvg with constant step size, relying on the Markov property of the underlying process. We demonstrate that the global iterates of the algorithm converge to a stationary di…

High-Order Error Bounds for Markovian LSA with Richardson-Romberg Extrapolation

2025-08-07 · Ilya Levin, Alexey Naumov, Sergey Samsonov arxiv

In this paper, we study the bias and high-order error bounds of the Linear Stochastic Approximation (LSA) algorithm with Polyak-Ruppert (PR) averaging under Markovian noise. We focus on the version of the algorithm with …

Effectiveness of Constant Stepsize in Markovian LSA and Statistical Inference

2023-12-18 · Dongyan Huo, Yudong Chen, Qiaomin Xie

In this paper, we study the effectiveness of using a constant stepsize in statistical inference via linear stochastic approximation (LSA) algorithms with Markovian data. After establishing a Central Limit Theorem (CLT), …

Shuffling the Data, Stretching the Step-size: Sharper Bias in constant step-size SGD

2026-04-11 · Konstantinos Emmanouilidis, Emmanouil-Vasileios Vlatakis-Gkaragkounis, Rene Vidal arxiv

From adversarial robustness to multi-agent learning, many machine learning tasks can be cast as finite-sum min-max optimization or, more generally, as variational inequality problems (VIPs). Owing to their simplicity and…

Adversarial Robustness

Computing Sensitivities in Reaction Networks using Finite Difference Methods

2021-10-08 · Evan Yip, Herbert Sauro

In this article, we investigate various numerical methods for computing scaled or logarithmic sensitivities of the form $\partial \ln y/\partial \ln x$. The methods tested include One Point, Two Point, Five Point, and th…