REVIEW 51 cited by
On the Convergence of FedAvg on Non-IID Data
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
abstract
Federated learning enables a large amount of edge computing devices to jointly learn a model without data sharing. As a leading algorithm in this setting, Federated Averaging (\texttt{FedAvg}) runs Stochastic Gradient Descent (SGD) in parallel on a small subset of the total devices and averages the sequences only once in a while. Despite its simplicity, it lacks theoretical guarantees under realistic settings. In this paper, we analyze the convergence of \texttt{FedAvg} on non-iid data and establish a convergence rate of $\mathcal{O}(\frac{1}{T})$ for strongly convex and smooth problems, where $T$ is the number of SGDs. Importantly, our bound demonstrates a trade-off between communication-efficiency and convergence rate. As user devices may be disconnected from the server, we relax the assumption of full device participation to partial device participation and study different averaging schemes; low device participation rate can be achieved without severely slowing down the learning. Our results indicate that heterogeneity of data slows down the convergence, which matches empirical observations. Furthermore, we provide a necessary condition for \texttt{FedAvg} on non-iid data: the learning rate $\eta$ must decay, even if full-gradient is used; otherwise, the solution will be $\Omega (\eta)$ away from the optimal.
Forward citations
Cited by 51 Pith papers
-
FedMeNF: Privacy-Preserving Federated Meta-Learning for Neural Fields
MDIR detects LLM weight homology from embedding matrices alone using polar decomposition and permutation matching, achieving perfect AUC and accuracy on LeaFBench and reconstructing layer-level transformations.
-
FedACT: Federated Adaptive Coordinate Trust Modulation for Robust Transformer Training under Data Heterogeneity
Global-aware coordinate trust modulation after corrected AdamW updates improves federated Transformer and LLM training under data heterogeneity over strong adaptive baselines.
-
Robust Federated Learning Under Real-World Client Churn
FeLiX reduces wall-clock time-to-target accuracy in federated learning by up to 2.37x using lightweight availability tiers, fresh-utility client selection, and informativeness-aware aggregation without requiring oracu...
-
Achieving Linear Speedup for Composite Federated Learning
FedNMap provably achieves communication complexity O(1/(nQ ε⁴)) for nonconvex composite federated learning with nonsmooth regularizers, the first such linear-speedup guarantee.
-
Degree of Staleness-Aware Data Updating in Federated Learning
DUFL is a payment-based incentive mechanism that jointly balances data staleness and data volume via a Stackelberg game and derives a closed-form optimal client data update strategy.
-
Federated Learning Enhanced by Feature Reconstruction for Semantic Communication Module Updates of Agents
FedSFR lets poorly connected clients upload compact encoder features, which the server uses in a feature-reconstruction step, improving the stability and efficiency of federated training for vector-quantized image sem...
-
Towards Collaborative Fairness in Federated Learning Under Imbalanced Covariate Shift
FedAKD improves collaborative fairness under imbalanced covariate shift by distilling only each client's correctly predicted samples into the global model.
-
Adaptive collaboration for online personalized distributed learning with heterogeneous clients
An adaptive gradient-similarity criterion dynamically selects collaboration partners in personalized federated learning, provably recovering the oracle-optimal sample complexity of All-for-one without knowing client h...
-
FedCLAM: Client Adaptive Momentum with Foreground Intensity Matching for Federated Medical Image Segmentation
FedCLAM improves federated medical segmentation by weighting client updates with validation-loss progress and aligning predicted and ground-truth foreground intensities.
-
PNCS:Power-Norm Cosine Similarity for Diverse Client Selection in Federated Learning
A client selection rule based on L4-norm cosine similarity and a rotation queue improves federated learning accuracy modestly over three baselines on CIFAR-10 and Fashion-MNIST.
-
Mitigating Non-IID Drift in Zeroth-Order Federated LLM Fine-Tuning with Transferable Sparsity
Sparse zeroth-order federated fine-tuning with shared seeds and GradIP-based early stopping matches or beats full-parameter ZO while using far less communication.
-
Adaptive Federated LoRA in Heterogeneous Wireless Networks with Independent Sampling
An adaptive federated LoRA scheduler jointly tunes client sampling probabilities and LoRA sketching ratios to minimize wall-clock fine-tuning time, with experiments reporting 2.8 to 4.2 times speedups over prior methods.
-
Hybrid Batch Normalisation: Resolving the Dilemma of Batch Normalisation in Federated Learning
Hybrid Batch Normalisation improves federated learning accuracy by combining local batch statistics with global statistics, and derives those global statistics from the pre-update global model.
-
DeCAF: Decentralized Consensus-And-Factorization for Low-Rank Adaptation of Foundation Models
A truncated-SVD consensus step for decentralized LoRA is claimed to reach O(1/sqrt T) convergence, matching decentralized SGD, with supporting CLIP and LLAMA2-7B experiments.
-
Exploit Gradient Skewness to Circumvent Byzantine Defenses for Federated Learning
A skew-aware Byzantine attack, STRIKE, exploits the tendency of honest non-IID gradients to form dense clusters away from their mean, hiding malicious gradients inside the cluster.
-
Federated Deep Subspace Clustering
A federated deep subspace clustering framework with a shared encoder and private self-expressive layer is claimed to outperform centralized baselines, but its loss function is ill-defined and its evaluation lacks fede...
-
FedGAT: A Privacy-Preserving Federated Approximation Algorithm for Graph Attention Networks
FedGAT uses a truncated Chebyshev polynomial approximation of the GAT attention score to enable federated GAT training with a single pre-communication round.
-
Channel-Adaptive Robust Aggregation for Over-the-Air Federated Learning in Heterogeneous Networks
Adaptive channel- and readiness-triggered aggregation with dual-purpose precoding yields O(1/T) OTA-FL convergence and higher CIFAR accuracy under stragglers and noise than fixed-schedule baselines.
-
Enhancing Model Privacy in Federated Learning with Random Masking and Quantization
FedQSN hides part of the server model with random masks and quantizes the remainder to give clients a degraded proxy, reporting a large global-vs-proxy performance gap with modest loss in the final global model.
-
When Secure Aggregation Falls Short: Achieving Long-Term Privacy in Asynchronous Federated Learning for LEO Satellite Networks
Long-term privacy leakage in asynchronous federated learning over LEO satellite networks is kept bounded by fixed jointly-visible satellite partitions used with secure aggregation.
-
Discerning and quantifying high frequency activities in EEG under normal and epileptic conditions
The authors claim that gamma-band EEG activity at roughly 50 Hz and 76 Hz shows distinct bi-stable dynamics in epilepsy, enabling 94-95% accuracy in separating normal from ictal states.
-
On the Convergence and Complexity of Proximal Gradient and Accelerated Proximal Gradient Methods under Adaptive Gradient Estimation
Adaptive gradient accuracy yields optimal iteration complexity for (accelerated) proximal gradient methods with biased estimates, and query complexity claims for unbiased estimates.
-
Federated Learning for Commercial Image Sources
The authors present a new 31-class, 8-source image classification dataset for federated learning and show that Fed-Cyclic and Fed-Star beat FedAvg and RingFed on it.
-
SFedKD: Sequential Federated Learning with Discrepancy-Aware Multi-Teacher Knowledge Distillation
SFedKD uses discrepancy-weighted multi-teacher knowledge distillation and greedy teacher selection to reduce catastrophic forgetting in sequential federated learning.
-
Cooperative Gradient Coding
A gradient coding scheme for federated learning that avoids dataset duplication and adds a fallback decoder that recovers the model from incomplete messages.
-
Avoid Forgetting by Preserving Global Knowledge Gradients in Federated Learning with Non-IID Data
FedProj combines client-side gradient projection onto a global-knowledge loss with server-side ensemble distillation and outperforms existing federated learning methods on non-IID image and NLP benchmarks.
-
Federated Learning Strategies for Coordinated Beamforming in Multicell ISAC
Two federated learning frameworks for multicell ISAC beamforming are proposed: a VFL approach with a central server and an HFL approach with a fully distributed leakage-penalty loss function.
-
Distributed Quasi-Newton Method for Fair and Fast Federated Learning
DQN-Fed updates a global model in a direction that makes every client's loss decrease at a rate tied to its local quasi-Newton step, with claimed linear-quadratic convergence.
-
pFedWN: A Personalized Federated Learning Framework for D2D Wireless Networks with Heterogeneous Data
pFedWN combines channel-aware neighbor selection with an EM-based model weighting step to personalize federated learning over server-free D2D wireless networks.
-
AutoDFL: A Scalable and Automated Reputation-Aware Decentralized Federated Learning
AutoDFL couples zk-rollups with a decentralized oracle network to scale blockchain-based federated learning and automate reputation scoring, reporting a projected 3000 TPS and up to 20x gas reduction.
-
Federated Dropout: Convergence Analysis and Resource Allocation
Federated Dropout's convergence slowdown is tied to a gamma/(1-gamma) gradient-variance term, and dropout rate and bandwidth can be jointly optimized to shorten training latency.
-
Accelerating Energy-Efficient Federated Learning in Cell-Free Networks with Adaptive Quantization
An adaptive element-wise quantization scheme and power allocation method for federated learning over cell-free massive MIMO improves test accuracy by up to 7-19% under equal energy and latency budgets.
-
Enhancing Federated Graph Learning via Adaptive Fusion of Structural and Node Characteristics
FedGCF fuses clustered structural models and selected node-feature models with a bandit-tuned ratio, claiming accuracy and communication improvements in federated graph classification, though its test-set-based tuning...
-
Exploiting Label Skewness for Spiking Neural Networks in Federated Learning
FedLEC combines per-client logit calibration with missing-label knowledge distillation to improve federated spiking neural network accuracy under label skew, claiming about 11.59% average gains over eight baselines.
-
Code Review Automation Via Multi-task Federated LLM -- An Empirical Study
Federated cumulative fine-tuning of LLaMA-3 with a separate classifier is the best multi-task setup for code review automation, but gains are small and sequential training causes catastrophic forgetting.
-
Benchmarking Federated Learning for Semantic Datasets: Federated Scene Graph Generation
A clustering-based process for creating federated learning benchmarks with controllable semantic heterogeneity, demonstrated on panoptic scene graph generation and CelebA.
-
Mind the Cost of Scaffold! Benign Clients May Even Become Accomplices of Backdoor Attack
BadSFL is a backdoor attack that exploits Scaffold's control variate to make benign clients amplify and preserve a planted backdoor in non-IID federated learning.
-
How to Defend Against Large-scale Model Poisoning Attacks in Federated Learning: A Vertical Solution
VERT defends federated learning against large-scale model poisoning by selecting, in each round, the users whose gradients best match an autoregressive prediction from each user's own history.
-
FedLBW: A Loss-Based Weighting Strategy for Federated Learning on Non-IID Data in Wireless Networks
A federated server that weights client updates by the inverse of each model's validation loss on a small proxy dataset outperforms data-size weighting, but its convergence proof assumes the weight concentration that t...
-
Decentralized Federated Learning by Partial Message Exchange
PaME combines random coordinate exchange with a growing-penalty schedule, claiming linear convergence under two mild assumptions, but its key parameter condition is never satisfied by its own experiments and the limit...
-
Variational Gaussian Mixture Manifold Models for Client-Specific Federated Personalization
VGM2 personalizes federated learning by exchanging compact Bayesian summaries of same-class and different-class distance distributions instead of model weights.
-
A Systematic Survey of Model Extraction Attacks and Defenses: State-of-the-Art and Perspectives
The paper classifies model extraction attacks and defenses into attack, defense, and computing environment categories and surveys their current state.
-
PPFL-RDSN: Privacy-Preserving Federated Learning-based Residual Dense Spatial Networks for Encrypted Lossy Image Reconstruction
A federated, privacy-preserving RDSN framework for encrypted image reconstruction whose local differential privacy mechanism is not actually differentially private because it releases low-frequency DCT coefficients wi...
-
Communication Efficient Adaptive Model-Driven Quantum Federated Learning
mdQFL cuts quantum federated learning communication cost by training one device per cluster, while reporting maintained server accuracy and improved local accuracy.
-
RoadFed: A Multimodal Federated Learning System for Improving Road Safety
A multimodal federated learning system with quantization and local differential privacy is reported to detect road hazards at 96.42% accuracy with 0.035 s latency and up to 1000x lower communication cost than baselines.
-
Incentive-Compatible Federated Learning with Stackelberg Game Modeling
FLamma claims to balance fairness and accuracy in federated learning via a Stackelberg game with an adaptive decay factor, but the theory has derivation errors and the experiments use fixed local epochs.
-
Fair Distributed Machine Learning with Imbalanced Data as a Stackelberg Evolutionary Game
The paper proposes DSWM and ASWM, two Stackelberg-game-inspired algorithms that reweight node contributions in federated learning, and reports modest AUC gains for small-data nodes on three MedMNIST datasets.
-
Federated Learning and RAG Integration: A Scalable Approach for Medical Large Language Models
In the authors' experiments, federated fine-tuned medical LLMs answered questions more factually and semantically similar to ground truth when a retrieval step was added, although no error bars or code accompany the results.
-
Overview of AI and Communication for 6G Network: Fundamentals, Challenges, and Future Research Opportunities
This overview paper structures the convergence of AI and 6G into three stages and proposes a Quality of AI Service framework for measuring AI services in future networks.
-
FedMetaMed: Federated Meta-Learning for Personalized Medication in Distributed Healthcare Systems
FedMetaMed is claimed to reach 87% average F1 and 90% AUC across four dermoscopy clients, outperforming FedBN, FedAvg, and MetaFed in the reported tables.
-
Encoded Spatial Attribute in Multi-Tier Federated Learning
An under-specified N-tier federated learning design with spatial encoding reports 75.62% and 89.52% accuracy on two geospatial datasets, but the encoding mechanism is never defined.
Discussion (0). Continue with ORCID to comment.