paper-with-me

홈 › Papers

Federated Learning with Decoupled Probabilistic-Weighted Gradient Aggregation

2021-01-01 · Jian-hui Duan, Wenzhong Li, Sanglu Lu

In the federated learning paradigm, multiple mobile clients train local models independently based on datasets generated by edge devices, and the server aggregates parameters/gradients from local models to form a global model. However, existing model aggregation approaches suffer form high bias on both data distribution and parameter distribution for non-IID datasets, which result in severe accuracy drop for increasing number of heterogeneous clients. In this paper, we proposed a novel decoupled probabilistic-weighted gradient aggregation approach called FeDEC for federated learning. The key idea is to optimize gradient parameters and statistical parameters in a decoupled way, and aggregate the parameters from local models with probabilistic weights to deal with the heterogeneity of clients. Since the overall dataset is unaccessible by the central server, we introduce a variational inference method to derive the optimal probabilistic weights to minimize statistical bias. We further prove the convergence bound of the proposed approach. Extensive experiments using mainstream convolutional neural network models based on three federated datasets show that FeDEC significantly outperforms the state-of-the-arts in terms of model accuracy and training efficiency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Decoupled Federated Learning on Long-Tailed and Non-IID data with Feature Statistics

2024-03-13 · Zhuoxin Chen, Zhenyu Wu, Yang Ji

Federated learning is designed to enhance data security and privacy, but faces challenges when dealing with heterogeneous data in long-tailed and non-IID distributions. This paper explores an overlooked scenario where ta…

Federated Learning

Channel and Gradient-Importance Aware Device Scheduling for Over-the-Air Federated Learning

2023-05-26 · Yuchang Sun, Zehong Lin, Yuyi Mao, Shi Jin 외

Federated learning (FL) is a popular privacy-preserving distributed training scheme, where multiple devices collaborate to train machine learning models by uploading local model updates. To improve communication efficien…

Federated LearningPrivacy PreservingScheduling

PTOPOFL: Privacy-Preserving Personalised Federated Learning via Persistent Homology

2026-03-04 · Kelly L Vomo-Donfack, Adryel Hoszu, Grégory Ginot, Ian Morilla arxiv

Federated learning (FL) faces two structural tensions: gradient sharing enables data-reconstruction attacks, while non-IID client distributions degrade aggregation quality. We introduce PTOPOFL, a framework that addresse…

Federated Learning

Precision-Weighted Federated Learning

2021-07-20 · Jonatan Reyes, Lisa Di Jorio, Cecile Low-Kam, Marta Kersten-Oertel

Federated Learning using the Federated Averaging algorithm has shown great advantages for large-scale applications that rely on collaborative learning, especially when the training data is either unbalanced or inaccessib…

Computational EfficiencyFederated Learningimage-classificationImage Classification

Dynamic Gradient Aggregation for Federated Domain Adaptation

2021-06-14 · Dimitrios Dimitriadis, Kenichi Kumatani, Robert Gmyr, Yashesh Gaur 외

In this paper, a new learning algorithm for Federated Learning (FL) is introduced. The proposed scheme is based on a weighted gradient aggregation using two-step optimization to offer a flexible training pipeline. Herein…

Domain AdaptationFederated Learningspeech-recognitionSpeech Recognition+1