paper-with-me

Papers

Federated Learning Using Variance Reduced Stochastic Gradient for Probabilistically Activated Agents

2022-10-25 · M. R. Rostami, S. S. Kia

This paper proposes an algorithm for Federated Learning (FL) with a two-layer structure that achieves both variance reduction and a faster convergence rate to an optimal solution in the setting where each agent has an arbitrary probability of selection in each iteration. In distributed machine learning, when privacy matters, FL is a functional tool. Placing FL in an environment where it has some irregular connections of agents (devices), reaching a trained model in both an economical and quick way can be a demanding job. The first layer of our algorithm corresponds to the model parameter propagation across agents done by the server. In the second layer, each agent does its local update with a stochastic and variance-reduced technique called Stochastic Variance Reduced Gradient (SVRG). We leverage the concept of variance reduction from stochastic optimization when the agents want to do their local update step to reduce the variance caused by stochastic gradient descent (SGD). We provide a convergence bound for our algorithm which improves the rate from $O(\frac{1}{\sqrt{K}})$ to $O(\frac{1}{K})$ by using a constant step-size. We demonstrate the performance of our algorithm using numerical examples.

📄 PDF Abstract BibTeX arXiv:2210.14362

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningStochastic Optimization

Similar Papers 제목 키워드 기반

Delayed Projection Techniques for Linearly Constrained Problems: Convergence Rates, Acceleration, and Applications

2021-01-05 · Xiang Li, Zhihua Zhang

In this work, we study a novel class of projection-based algorithms for linearly constrained problems (LCPs) which have a lot of applications in statistics, optimization, and machine learning. Conventional primal gradien…

Distributed OptimizationPrivacy Preserving

A Momentum-Based Variance-Reduced Algorithm for Federated Multiobjective Optimization

2026-08-24 · Yong Zhao, Chunlin You, Minh N. Dao, Zai-Yun Peng arxiv

Federated learning has traditionally been formulated as a single-objective optimization problem, primarily focused on maximizing model utility. In real-world applications, however, machine learning models often need to o…

Federated Learning

Linear Convergence of Variance-Reduced Stochastic Gradient without Strong Convexity

2014-06-04 · Pinghua Gong, Jieping Ye

Stochastic gradient algorithms estimate the gradient based on only one or a few samples and enjoy low computational cost per iteration. They have been widely used in large-scale optimization problems. However, stochastic…

Byzantine-Robust Variance-Reduced Federated Learning over Distributed Non-i.i.d. Data

2020-09-17 · Jie Peng, Zhaoxian Wu, Qing Ling, Tianyi Chen

We consider the federated learning problem where data on workers are not independent and identically distributed (i.i.d.). During the learning process, an unknown number of Byzantine workers may send malicious messages t…

Federated Learning

Stochastic Variance-Reduced Policy Gradient

2018-06-14 · ICML 2018 7 · Matteo Papini, Damiano Binaghi, Giuseppe Canonaco, Matteo Pirotta 외

In this paper, we propose a novel reinforcement- learning algorithm consisting in a stochastic variance-reduced version of policy gradient for solving Markov Decision Processes (MDPs). Stochastic variance-reduced gradien…

Reinforcement Learning