paper-with-me

Papers

The Proximal Robbins-Monro Method

2015-10-04 · Panos Toulis, Thibaut Horel, Edoardo M. Airoldi

The need for parameter estimation with massive datasets has reinvigorated interest in stochastic optimization and iterative estimation procedures. Stochastic approximations are at the forefront of this recent development as they yield procedures that are simple, general, and fast. However, standard stochastic approximations are often numerically unstable. Deterministic optimization, on the other hand, increasingly uses proximal updates to achieve numerical stability in a principled manner. A theoretical gap has thus emerged. While standard stochastic approximations are subsumed by the framework of Robbins and Monro (1951), there is no such framework for stochastic approximations with proximal updates. In this paper, we conceptualize a proximal version of the classical Robbins-Monro procedure. Our theoretical analysis demonstrates that the proposed procedure has important stability benefits over the classical Robbins-Monro procedure, while it retains the best known convergence rates. Exact implementations of the proximal Robbins-Monro procedure are challenging, but we show that approximate implementations lead to procedures that are easy to implement, and still dominate classical procedures by achieving numerical stability, practically without tradeoffs. Moreover, approximate proximal Robbins-Monro procedures can be applied even when the objective cannot be calculated analytically, and so they generalize stochastic proximal procedures currently in use.

📄 PDF Abstract BibTeX arXiv:1510.00967

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimationStochastic Optimization

Similar Papers 제목 키워드 기반

Statistical inference with implicit SGD: proximal Robbins-Monro vs. Polyak-Ruppert

2022-06-25 · Yoonhyung Lee, Sungdong Lee, Joong-Ho Won

The implicit stochastic gradient descent (ISGD), a proximal version of SGD, is gaining interest in the literature due to its stability over (explicit) SGD. In this paper, we conduct an in-depth analysis of the two modes …

valid

A Robbins--Monro Sequence That Can Exploit Prior Information For Faster Convergence

2024-01-06 · Siwei Liu, Ke Ma, Stephan M. Goetz

We propose a new method to improve the convergence speed of the Robbins-Monro algorithm by introducing prior information about the target point into the Robbins-Monro iteration. We achieve the incorporation of prior info…

DS FedProxGrad: Asymptotic Stationarity Without Noise Floor in Fair Federated Learning

2025-12-09 · Huzaifa Arif arxiv

Recent work \cite{arifgroup} introduced Federated Proximal Gradient \textbf{(\texttt{FedProxGrad})} for solving non-convex composite optimization problems in group fair federated learning. However, the original analysis …

Federated Learning

Robbins-Monro conditions for persistent exploration learning strategies

2018-08-01 · Dmitry B. Rokhlin

We formulate simple assumptions, implying the Robbins-Monro conditions for the $Q$-learning algorithm with the local learning rate, depending on the number of visits of a particular state-action pair (local clock) and th…

Q-Learning

Formalization of a Stochastic Approximation Theorem

2022-02-12 · Koundinya Vajjha, Barry Trager, Avraham Shinnar, Vasily Pestun

Stochastic approximation algorithms are iterative procedures which are used to approximate a target value in an environment where the target is unknown and direct observations are corrupted by noise. These algorithms are…