paper-with-me

홈 › Papers

Mixed Federated Learning: Joint Decentralized and Centralized Learning

2022-05-26 · Sean Augenstein, Andrew Hard, Lin Ning, Karan Singhal, Satyen Kale, Kurt Partridge, Rajiv Mathews

Federated learning (FL) enables learning from decentralized privacy-sensitive data, with computations on raw data confined to take place at edge clients. This paper introduces mixed FL, which incorporates an additional loss term calculated at the coordinating server (while maintaining FL's private data restrictions). There are numerous benefits. For example, additional datacenter data can be leveraged to jointly learn from centralized (datacenter) and decentralized (federated) training data and better match an expected inference data distribution. Mixed FL also enables offloading some intensive computations (e.g., embedding regularization) to the server, greatly reducing communication and client computation load. For these and other mixed FL use cases, we present three algorithms: PARALLEL TRAINING, 1-WAY GRADIENT TRANSFER, and 2-WAY GRADIENT TRANSFER. We state convergence bounds for each, and give intuition on which are suited to particular mixed FL problems. Finally we perform extensive experiments on three tasks, demonstrating that mixed FL can blend training data to achieve an oracle's accuracy on an inference distribution, and can reduce communication and computation overhead by over 90%. Our experiments confirm theoretical predictions of how algorithms perform under different mixed FL problem settings.

📄 PDF Abstract BibTeX arXiv:2205.13655

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Jointly Learning from Decentralized (Federated) and Centralized Data to Mitigate Distribution Shift

2021-11-23 · Sean Augenstein, Andrew Hard, Kurt Partridge, Rajiv Mathews

With privacy as a motivation, Federated Learning (FL) is an increasingly used paradigm where learning takes place collectively on edge devices, each with a cache of user-generated training examples that remain resident o…

Federated Learning

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

A Multi-Token Coordinate Descent Method for Semi-Decentralized Vertical Federated Learning

2023-09-18 · Pedro Valdeira, Yuejie Chi, Cláudia Soares, João Xavier

Communication efficiency is a major challenge in federated learning (FL). In client-server schemes, the server constitutes a bottleneck, and while decentralized setups spread communications, they do not necessarily reduc…

Federated LearningVertical Federated Learning

Decentralized Federated Learning: Balancing Communication and Computing Costs

2021-07-26 · Wei Liu, Li Chen, Wenyi Zhang

Decentralized stochastic gradient descent (SGD) is a driving engine for decentralized federated learning (DFL). The performance of decentralized SGD is jointly influenced by inter-node communications and local updates. I…

Federated Learning

DeceFL: A Principled Decentralized Federated Learning Framework

2021-07-15 · Ye Yuan, Jun Liu, Dou Jin, Zuogong Yue 외

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 natu…

Federated LearningPrivacy Preserving