paper-with-me

홈 › Papers

DeceFL: A Principled Decentralized Federated Learning Framework

2021-07-15 · Ye Yuan, Jun Liu, Dou Jin, Zuogong Yue, Ruijuan Chen, Maolin Wang, Chuan Sun, Lei Xu, Feng Hua, Xin He, Xinlei Yi, Tao Yang, Hai-Tao Zhang, Shaochun Sui, Han Ding

Traditional machine learning relies on a centralized data pipeline, i.e., data are provided to a central server for model training. In many applications, however, data are inherently fragmented. Such a decentralized nature of these databases presents the biggest challenge for collaboration: sending all decentralized datasets to a central server raises serious privacy concerns. Although there has been a joint effort in tackling such a critical issue by proposing privacy-preserving machine learning frameworks, such as federated learning, most state-of-the-art frameworks are built still in a centralized way, in which a central client is needed for collecting and distributing model information (instead of data itself) from every other client, leading to high communication pressure and high vulnerability when there exists a failure at or attack on the central client. Here we propose a principled decentralized federated learning algorithm (DeceFL), which does not require a central client and relies only on local information transmission between clients and their neighbors, representing a fully decentralized learning framework. It has been further proven that every client reaches the global minimum with zero performance gap and achieves the same convergence rate $O(1/T)$ (where $T$ is the number of iterations in gradient descent) as centralized federated learning when the loss function is smooth and strongly convex. Finally, the proposed algorithm has been applied to a number of applications to illustrate its effectiveness for both convex and nonconvex loss functions, demonstrating its applicability to a wide range of real-world medical and industrial applications.

📄 PDF Abstract BibTeX arXiv:2107.07171

Code (1)

hairlab/decefl 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Bayesian Variational Federated Learning and Unlearning in Decentralized Networks

2021-04-08 · Jinu Gong, Osvaldo Simeone, Joonhyuk Kang

Federated Bayesian learning offers a principled framework for the definition of collaborative training algorithms that are able to quantify epistemic uncertainty and to produce trustworthy decisions. Upon the completion …

Federated LearningVariational Inference

Channel-driven Decentralized Bayesian Federated Learning for Trustworthy Decision Making in D2D Networks

2022-10-19 · Luca Barbieri, Osvaldo Simeone, Monica Nicoli

Bayesian Federated Learning (FL) offers a principled framework to account for the uncertainty caused by limitations in the data available at the nodes implementing collaborative training. In Bayesian FL, nodes exchange i…

Decision MakingFederated Learning

Air-Plan: Query-Optimized Topology Selection for Over-the-Air Decentralized Federated Learning

2026-07-05 · Kaushal Attaluri, Rebeca P. Diaz-Redondo, Manuel Fernandez Veiga arxiv

Over-the-air (OTA) aggregation exploits the superposition property of wireless multiple-access channels to aggregate model updates from multiple devices within a single transmission slot, significantly reducing communica…

Federated Learning

FedSPD: A Soft-clustering Approach for Personalized Decentralized Federated Learning

2024-10-24 · I-Cheng Lin, Osman Yagan, Carlee Joe-Wong

Federated learning has recently gained popularity as a framework for distributed clients to collaboratively train a machine learning model using local data. While traditional federated learning relies on a central server…

ClusteringFederated LearningPersonalized Federated Learning

Decentralized Federated Dataset Dictionary Learning for Multi-Source Domain Adaptation

2025-03-22 · Rebecca Clain, Eduardo Fernandes Montesuma, Fred Ngolè Mboula

Decentralized Multi-Source Domain Adaptation (DMSDA) is a challenging task that aims to transfer knowledge from multiple related and heterogeneous source domains to an unlabeled target domain within a decentralized frame…

Dictionary LearningDomain Adaptation