paper-with-me

Papers

Stochastic Gradient Descent under Markovian Sampling Schemes

2023-02-28 · Mathieu Even

We study a variation of vanilla stochastic gradient descent where the optimizer only has access to a Markovian sampling scheme. These schemes encompass applications that range from decentralized optimization with a random walker (token algorithms), to RL and online system identification problems. We focus on obtaining rates of convergence under the least restrictive assumptions possible on the underlying Markov chain and on the functions optimized. We first unveil the theoretical lower bound for methods that sample stochastic gradients along the path of a Markov chain, making appear a dependency in the hitting time of the underlying Markov chain. We then study Markov chain SGD (MC-SGD) under much milder regularity assumptions than prior works (e.g., no bounded gradients or domain, and infinite state spaces). We finally introduce MC-SAG, an alternative to MC-SGD with variance reduction, that only depends on the hitting time of the Markov chain, therefore obtaining a communication-efficient token algorithm.

📄 PDF Abstract BibTeX arXiv:2302.14428

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Online covariance estimation for stochastic gradient descent under Markovian sampling

2023-08-03 · Abhishek Roy, Krishnakumar Balasubramanian

We investigate the online overlapping batch-means covariance estimator for Stochastic Gradient Descent (SGD) under Markovian sampling. Convergence rates of order $O\big(\sqrt{d}\,n^{-1/8}(\log n)^{1/4}\big)$ and $O\big(\…

regression

Stability and Generalization for Decentralized Markov SGD

2026-05-03 · Jiahuan Wang, Ziqing Wen, Ping Luo, Dongsheng Li 외 arxiv

Stochastic gradient methods are central to large-scale learning, yet their generalization theory typically relies on independent sampling assumptions. In many practical applications, data are generated by Markov chains a…

Finite-Time Analysis of Stochastic Gradient Descent under Markov Randomness

2020-03-24 · Thinh T. Doan, Lam M. Nguyen, Nhan H. Pham, Justin Romberg

Motivated by broad applications in reinforcement learning and machine learning, this paper considers the popular stochastic gradient descent (SGD) when the gradients of the underlying objective function are sampled from …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficiency Ordering of Stochastic Gradient Descent

2022-09-15 · Jie Hu, Vishwaraj Doshi, Do Young Eun

We consider the stochastic gradient descent (SGD) algorithm driven by a general stochastic sequence, including i.i.d noise and random walk on an arbitrary graph, among others; and analyze it in the asymptotic sense. Spec…

Stochastic Optimization

Stochastic Approximation with Delayed Updates: Finite-Time Rates under Markovian Sampling

2024-02-19 · Arman Adibi, Nicolo Dal Fabbro, Luca Schenato, Sanjeev Kulkarni 외

Motivated by applications in large-scale and multi-agent reinforcement learning, we study the non-asymptotic performance of stochastic approximation (SA) schemes with delayed updates under Markovian sampling. While the e…

AvgMulti-agent Reinforcement LearningQ-Learning