paper-with-me

홈 › Papers

Elastic Aggregation for Federated Optimization

2023-01-01 · CVPR 2023 1 · Dengsheng Chen, Jie Hu, Vince Junkai Tan, Xiaoming Wei, Enhua Wu

Federated learning enables the privacy-preserving training of neural network models using real-world data across distributed clients. FedAvg has become the preferred optimizer for federated learning because of its simplicity and effectiveness. FedAvg uses naive aggregation to update the server model, interpolating client models based on the number of instances used in their training. However, naive aggregation suffers from client-drift when the data is heterogenous (non-IID), leading to unstable and slow convergence. In this work, we propose a novel aggregation approach, elastic aggregation, to overcome these issues. Elastic aggregation interpolates client models adaptively according to parameter sensitivity, which is measured by computing how much the overall prediction function output changes when each parameter is changed. This measurement is performed in an unsupervised and online manner. Elastic aggregation reduces the magnitudes of updates to the more sensitive parameters so as to prevent the server model from drifting to any one client distribution, and conversely boosts updates to the less sensitive parameters to better explore different client distributions. Empirical results on real and synthetic data as well as analytical results show that elastic aggregation leads to efficient training in both convex and non-convex settings, while being fully agnostic to client heterogeneity and robust to large numbers of clients, partial participation, and imbalanced data. Finally, elastic aggregation works well with other federated optimizers and achieves significant improvements across the board.

📄 PDF Abstract BibTeX

Code (1)

KarhouTam/FL-bench pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Continual Learning with Elastic Regularization and Synthetic Replay for Federated MLLM Fine-Tuning

2026-07-13 · Jing Liu, Chenxuanyin Zou, Jiayang Ren, Gaoyun Fang 외 arxiv

Federated fine-tuning of Multimodal Large Language Models (MLLMs) across distributed networks enables privacy-sensitive adaptation to evolving data streams, yet a fundamental obstacle prevents robust deployment in dynami…

Continual Learning

LIFL: A Lightweight, Event-driven Serverless Platform for Federated Learning

2024-05-05 · Shixiong Qi, K. K. Ramakrishnan, Myungjin Lee

Federated Learning (FL) typically involves a large-scale, distributed system with individual user devices/servers training models locally and then aggregating their model updates on a trusted central server. Existing sys…

Federated LearningManagement

Federated Unlearning via Active Forgetting

2023-07-07 · Yuyuan Li, Chaochao Chen, Xiaolin Zheng, Jiaming Zhang

The increasing concerns regarding the privacy of machine learning models have catalyzed the exploration of machine unlearning, i.e., a process that removes the influence of training data on machine learning models. This …

Federated LearningIncremental LearningMachine Unlearning

FedEL: Federated Elastic Learning for Heterogeneous Devices

2025-09-21 · Letian Zhang, Bo Chen, Jieming Bian, Lei Wang 외 arxiv

Federated learning (FL) enables distributed devices to collaboratively train machine learning models while maintaining data privacy. However, the heterogeneous hardware capabilities of devices often result in significant…

Federated Learning

Encoded Gradients Aggregation against Gradient Leakage in Federated Learning

2022-05-26 · Dun Zeng, Shiyu Liu, Siqi Liang, Zonghang Li 외

Federated learning enables isolated clients to train a shared model collaboratively by aggregating the locally-computed gradient updates. However, privacy information could be leaked from uploaded gradients and be expose…

Federated Learning