federated learning

Training and aggregating models across many decentralized clients without centralizing raw data, handling non-iid updates, stabilizing optimization (e.g., FedAvg), and preserving privacy while enabling centralized-training/decentralized-execution setups. This includes protocol design, simulation, and methods to ensure stable generalization across clients.

federatedlearning

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

Unlocking the Value of Decentralized Data: A Federated Dual Learning Approach for Model Aggregation

Mar 26, 2025
JZ
Junyi Zhu
🏛️ Samsung R&D Institute UK | KU Leuven | Samsung Electronics Korea

To address the performance degradation in federated learning caused by data heterogeneity and communication latency—relative to centralized training—this paper proposes Federated Dual Learning (FDL), a framework tailored for hybrid settings where the server holds partial data while clients possess large-scale, heterogeneous datasets. FDL introduces a novel “server-guided–client-collaborative” dual-learning mechanism: the server leverages its local data to generate guidance signals that steer client model aggregation; it further supports asynchronous updates and tolerates cross-client non-IID data distributions. Theoretically, FDL achieves a faster convergence rate under standard assumptions. Empirical evaluation across multiple benchmark tasks demonstrates that FDL consistently outperforms state-of-the-art federated methods, effectively mitigating data heterogeneity while improving both model accuracy and training efficiency.

Addressing data heterogeneity in distributed model trainingEnabling asynchronous server-client communication for hybrid data regimesImproving federated learning performance with decentralized data

Unveiling the Power of Multiple Gossip Steps: A Stability-Based Generalization Analysis in Decentralized Training

Oct 09, 2025
QL
Qinglun Li
🏛️ National University of Defense Technology | Sun Yat-sen University

The theoretical foundations underlying the generalization performance of multi-step gossip (MGS) in decentralized training remain unclear, and it is unknown whether MGS can fully bridge the performance gap with centralized training. Method: This paper proposes the first unified generalization error analysis framework grounded in algorithmic stability, applicable to non-convex settings without requiring bounded gradient assumptions. It systematically characterizes the impacts of learning rate, data heterogeneity, number of nodes, local sample size, and communication topology on both generalization and optimization errors of MGS. Results: We theoretically establish that MGS achieves exponential convergence of optimization error; however, even asymptotically, an inherent generalization gap persists between decentralized and centralized training—determined solely by network topology and data heterogeneity. Empirical validation on CIFAR datasets confirms the tightness and practical guidance of our theoretical bounds.

Analyzes generalization error bounds for Multi-Gossip Steps in decentralized trainingExamines impact of learning rate and data heterogeneity on generalizationInvestigates performance gap elimination between decentralized and centralized training

This work addresses the vulnerability of asynchronous federated learning to malicious aggregators, which can compromise model integrity and client data privacy, thereby threatening system liveness and confidentiality. To counter this, the paper proposes the first asynchronous secure federated learning framework resilient to Byzantine aggregators. The approach leverages a replicated aggregator architecture, decoupled secure aggregation, and differential privacy via Gaussian noise, effectively mitigating Byzantine attacks without requiring consensus among aggregators. Additionally, a participation-balancing strategy is introduced to dynamically harmonize privacy budgets and model bias in asynchronous settings. Experimental results demonstrate that the proposed method maintains competitive training performance while simultaneously ensuring strong privacy guarantees, system liveness, and robustness against adversarial aggregators.

asynchronous federated learningByzantine aggregatorsclient privacy

This work identifies a critical oversight in federated learning research: while existing studies emphasize network topology, they neglect the fundamental distinction between centralized (CFL) and decentralized federated learning (DFL)—namely, their training protocols (decoupled aggregation vs. joint optimization). To address this, we propose the first protocol-centric taxonomy for CFL/DFL. We systematically expose a long-standing research gap concerning distributed optimization methods in DFL and establish a theoretical triadic trade-off model among privacy, robustness, and model utility. Leveraging protocol-driven analysis, distributed optimization theory, and meta-review methodology, we develop a unified analytical framework for CFL and DFL. Our framework rigorously characterizes how distributed optimization fundamentally enables DFL, thereby providing a principled foundation and design guidance for next-generation federated learning systems that are secure, scalable, and adversarially robust.

Analyzes impact of protocols on model utility, privacy, and attack robustness.Explores differences between centralized and decentralized Federated Learning protocols.Identifies lack of research on decentralized FL using distributed optimization methods.

Communication-Efficient Federated Learning With Data and Client Heterogeneity

Jun 20, 2022
HZ
Hossein Zakerinia
🏛️ Institute of Science and Technology Austria | Stanford University | Aptos Labs

To address three key challenges in federated learning—statistical heterogeneity (non-IID data), computational asynchrony across clients, and constrained communication bandwidth—this paper proposes the first FedAvg variant supporting *simultaneous* data heterogeneity, partial-client asynchronous updates, and gradient compression. Methodologically, it introduces a unified framework modeling all three sources of heterogeneity, integrating local asynchronous scheduling, error-compensated quantized compression, and adaptive aggregation. Theoretically, we provide a rigorous convergence analysis proving that the algorithm achieves the same asymptotic convergence rate as FedAvg under broad parameter conditions. Empirically, extensive experiments on the LEAF benchmark (up to 300 clients) demonstrate that our method significantly outperforms existing quantized and asynchronous baselines in both convergence speed and communication efficiency.

Addresses data heterogeneity in federated learning systemsReduces communication constraints between clients and serverSolves client asynchrony and computational speed variations

Latest Papers

What's happening recently
View more

This work addresses key limitations in secure aggregation for federated learning—namely, excessive communication rounds, high computational overhead from public-key operations, and poor robustness to client dropouts—by introducing a secret sharing–based distributed aggregator architecture. In this approach, a small committee of clients acts as aggregators: each participant secret-shares its local model update among committee members, who then compute partial aggregation results locally and return shares that enable the server to efficiently reconstruct the global model. By eliminating conventional local masking and homomorphic encryption, the proposed method substantially reduces both computation and communication costs. Experimental results demonstrate that, under a realistic setting with 100,000-dimensional update vectors and 100,000 5G clients, the protocol achieves a 4.6× speedup over the OPA protocol while maintaining strong privacy guarantees and system efficiency.

Client DropoutsCommunication EfficiencyFederated Learning

This work proposes FedVG, a novel federated learning framework designed to mitigate model drift and degraded generalization caused by client data heterogeneity. FedVG introduces a global public validation set and leverages gradient norms computed on this set across individual network layers to construct client-specific scores for adaptive aggregation. Unlike conventional approaches that rely on local data volume, FedVG pioneers a layer-wise evaluation mechanism based on global validation gradients, significantly enhancing model generalization under heterogeneous conditions. Experimental results demonstrate that FedVG consistently outperforms existing baselines on both natural and medical image datasets, with particularly pronounced gains in highly heterogeneous settings, and effectively boosts the performance of mainstream federated learning algorithms.

client driftdata heterogeneityFederated Learning

This work proposes FedPLT, a novel federated learning approach designed to address the high communication and computational overhead, strong device heterogeneity, and issues of inconsistent parameter distributions and biased global loss estimation caused by existing partial-parameter training methods. FedPLT employs a structured partial-layer training strategy that adaptively assigns each client a personalized subset of the model based on its resource capacity. By integrating resource-aware model partitioning, hierarchical parameter selection, optimal client sampling, and aggregation optimization, FedPLT achieves performance on par with or superior to FedAvg while using only 18%–29% of trainable parameters. The method significantly reduces the number of straggler clients and demonstrates superior performance in highly heterogeneous environments compared to current state-of-the-art approaches.

Communication OverheadComputation OverheadDevice Heterogeneity

This work addresses the limited robustness of federated learning under extreme conditions characterized by non-independent and identically distributed (Non-IID) client data and a majority (>50%) of malicious participants. To this end, the authors propose a heuristic defense algorithm that integrates server-side learning, client update filtering, and geometric median-based aggregation. Notably, the method operates effectively even when the server possesses only a small amount of real or synthetic data whose distribution significantly diverges from that of the clients—a setting previously unaddressed in the literature. Experimental results demonstrate that the proposed approach substantially improves model accuracy under such highly adversarial scenarios, thereby confirming its strong robustness and practical efficacy.

Federated LearningMalicious AttacksNon-IID Data

Hot Scholars

CG

Christopher G. Brinton

Elmore Associate Professor of ECE, Purdue University
NetworkingMachine LearningCommunicationsEdge Computing
XL

Xunkai Li

School of Computer Science and Technology, Beijing Institution of Technology
Data-centric AIGraph MLAI4Science
WN

Wei Ni

FIEEE, AAIA Fellow, Senior Principal Scientist & Conjoint Professor, CSIRO/UNSW
6G security and privacyconnected and trusted intelligenceapplied AI/ML
DC

Dinh C. Nguyen

Assistant Professor, University of Alabama in Huntsville, USA
Quantum ComputingWireless NetworkingFederated LearningSecurity
MF

Minghong Fang

University of Louisville
SecurityPrivacyAI SafetyMachine Learning