Variance-Reduced Stochastic Learning by Networked Agents under Random Reshuffling
Kun Yuan, Bicheng Ying, Jiageng Liu, and Ali H. Sayed

TL;DR
This paper extends the AVRG algorithm to decentralized networked agents, enabling efficient, memory-friendly, variance-reduced stochastic learning with proven linear convergence and improved computational efficiency in distributed settings.
Contribution
It introduces a diffusion-AVRG algorithm for networked agents, combining variance reduction with decentralized implementation and demonstrating its efficiency and convergence properties.
Findings
Diffusion-AVRG achieves linear convergence to the exact solution.
The algorithm is more memory-efficient than alternatives.
It outperforms exact diffusion and EXTRA in computational efficiency.
Abstract
A new amortized variance-reduced gradient (AVRG) algorithm was developed in \cite{ying2017convergence}, which has constant storage requirement in comparison to SAGA and balanced gradient computations in comparison to SVRG. One key advantage of the AVRG strategy is its amenability to decentralized implementations. In this work, we show how AVRG can be extended to the network case where multiple learning agents are assumed to be connected by a graph topology. In this scenario, each agent observes data that is spatially distributed and all agents are only allowed to communicate with direct neighbors. Moreover, the amount of data observed by the individual agents may differ drastically. For such situations, the balanced gradient computation property of AVRG becomes a real advantage in reducing idle time caused by unbalanced local data storage requirements, which is characteristic of other…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and ELM · Privacy-Preserving Technologies in Data
MethodsSAGA
