paper-with-me

Papers

Hierarchical Federated Learning with Multi-Timescale Gradient Correction

2024-09-27 · Wenzhi Fang, Dong-Jun Han, Evan Chen, Shiqiang Wang, Christopher G. Brinton

While traditional federated learning (FL) typically focuses on a star topology where clients are directly connected to a central server, real-world distributed systems often exhibit hierarchical architectures. Hierarchical FL (HFL) has emerged as a promising solution to bridge this gap, leveraging aggregation points at multiple levels of the system. However, existing algorithms for HFL encounter challenges in dealing with multi-timescale model drift, i.e., model drift occurring across hierarchical levels of data heterogeneity. In this paper, we propose a multi-timescale gradient correction (MTGC) methodology to resolve this issue. Our key idea is to introduce distinct control variables to (i) correct the client gradient towards the group gradient, i.e., to reduce client model drift caused by local updates based on individual datasets, and (ii) correct the group gradient towards the global gradient, i.e., to reduce group model drift caused by FL over clients within the group. We analytically characterize the convergence behavior of MTGC under general non-convex settings, overcoming challenges associated with couplings between correction terms. We show that our convergence bound is immune to the extent of data heterogeneity, confirming the stability of the proposed algorithm against multi-level non-i.i.d. data. Through extensive experiments on various datasets and models, we validate the effectiveness of MTGC in diverse HFL settings. The code for this project is available at \href{https://github.com/wenzhifang/MTGC}{https://github.com/wenzhifang/MTGC}.

📄 PDF Abstract BibTeX arXiv:2409.18448

Code (1)

wenzhifang/mtgc 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Mitigating Heterogeneity-Induced Drift in Hierarchical Sign-Based Federated Learning

2026-02-02 · Amirreza Kazemi, Seyed Mohammad Azimi-Abarghouyi, Gabor Fodor, Carlo Fischione arxiv

Hierarchical federated learning (HFL) is well suited for large-scale wireless and Internet of Things systems, where devices communicate with nearby edge servers before reaching the cloud. In these environments, uplink ba…

Federated Learning

Convergence of Two-Timescale Markovian Stochastic Approximations with Applications in Reinforcement Learning

2026-05-29 · Vagul Mahadevan, Claire Chen, Shuze Daniel Liu, Shangtong Zhang arxiv

This work studies the convergence of two-timescale stochastic approximations (SA), a class of iterative algorithms that update two sets of parameters in fast and slow timescales respectively. Notable examples of two-time…

Reinforcement Learning

Federated Learning Beyond the Star: Local D2D Model Consensus with Global Cluster Sampling

2021-09-07 · Frank Po-Chen Lin, Seyyedali Hosseinalipour, Sheikh Shams Azam, Christopher G. Brinton 외

Federated learning has emerged as a popular technique for distributing model training across the network edge. Its learning architecture is conventionally a star topology between the devices and a central server. In this…

Federated Learning

Exploiting Multiple Timescales in Hierarchical Echo State Networks

2021-01-11 · Luca Manneschi, Matthew O. A. Ellis, Guido Gigante, Andrew C. Lin 외

Echo state networks (ESNs) are a powerful form of reservoir computing that only require training of linear output weights whilst the internal reservoir is formed of fixed randomly connected neurons. With a correctly scal…

Gradient Correction in Federated Learning with Adaptive Optimization

2025-02-04 · Evan Chen, Shiqiang Wang, Jianing Zhang, Dong-Jun Han 외

In federated learning (FL), model training performance is strongly impacted by data heterogeneity across clients. Client-drift compensation methods have recently emerged as a solution to this issue, introducing correctio…

Federated Learning