paper-with-me

홈 › Papers

Momentum for the Win: Collaborative Federated Reinforcement Learning across Heterogeneous Environments

2024-05-29 · Han Wang, Sihong He, Zhili Zhang, Fei Miao, James Anderson

We explore a Federated Reinforcement Learning (FRL) problem where $N$ agents collaboratively learn a common policy without sharing their trajectory data. To date, existing FRL work has primarily focused on agents operating in the same or ``similar" environments. In contrast, our problem setup allows for arbitrarily large levels of environment heterogeneity. To obtain the optimal policy which maximizes the average performance across all potentially completely different environments, we propose two algorithms: FedSVRPG-M and FedHAPG-M. In contrast to existing results, we demonstrate that both FedSVRPG-M and FedHAPG-M, both of which leverage momentum mechanisms, can exactly converge to a stationary point of the average performance function, regardless of the magnitude of environment heterogeneity. Furthermore, by incorporating the benefits of variance-reduction techniques or Hessian approximation, both algorithms achieve state-of-the-art convergence results, characterized by a sample complexity of $\mathcal{O}\left(\epsilon^{-\frac{3}{2}}/N\right)$. Notably, our algorithms enjoy linear convergence speedups with respect to the number of agents, highlighting the benefit of collaboration among agents in finding a common policy.

📄 PDF Abstract BibTeX arXiv:2405.19499

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Communication-Efficient Neural Tangent Kernels for Heterogeneous Decentralized Federated Learning

2025-12-14 · Li Xia arxiv

Decentralized federated learning (DFL) enables collaborative model training without a central server, but converges slowly under statistical heterogeneity. Recent work has shown that neural tangent kernel (NTK) methods a…

Federated Learning

Enhance Local Consistency in Federated Learning: A Multi-Step Inertial Momentum Approach

2023-02-11 · Yixing Liu, Yan Sun, Zhengtao Ding, Li Shen 외

Federated learning (FL), as a collaborative distributed training paradigm with several edge computing devices under the coordination of a centralized server, is plagued by inconsistent local stationary points due to the …

Edge-computingFederated Learning

Heterogeneous Tasks Offloading in Vehicular Edge Computing: A Federated Meta Deep Reinforcement Learning Approach

2026-05-18 · Yaorong Huang, Jingtao Luo, Xuechao Wang arxiv

Vehicular edge computing (VEC) enables latency-sensitive vehicular applications by offloading computation-intensive tasks to nearby edge servers. However, real-world vehicular workloads are typically modeled as heterogen…

Reinforcement Learning

Rethinking the initialization of Momentum in Federated Learning with Heterogeneous Data

2024-11-29 · Chenguang Xiao, Shuo Wang

Data Heterogeneity is a major challenge of Federated Learning performance. Recently, momentum based optimization techniques have beed proved to be effective in mitigating the heterogeneity issue. Along with the model upd…

Federated Learning

On the Role of Server Momentum in Federated Learning

2023-12-19 · Jianhui Sun, Xidong Wu, Heng Huang, Aidong Zhang

Federated Averaging (FedAvg) is known to experience convergence issues when encountering significant clients system heterogeneity and data heterogeneity. Server momentum has been proposed as an effective mitigation. Howe…

Federated Learning