paper-with-me

Papers

FedFMC: Sequential Efficient Federated Learning on Non-iid Data

2020-06-19 · Kavya Kopparapu, Eric Lin

As a mechanism for devices to update a global model without sharing data, federated learning bridges the tension between the need for data and respect for privacy. However, classic FL methods like Federated Averaging struggle with non-iid data, a prevalent situation in the real world. Previous solutions are sub-optimal as they either employ a small shared global subset of data or greater number of models with increased communication costs. We propose FedFMC (Fork-Merge-Consolidate), a method that dynamically forks devices into updating different global models then merges and consolidates separate models into one. We first show the soundness of FedFMC on simple datasets, then run several experiments comparing against baseline approaches. These experiments show that FedFMC substantially improves upon earlier approaches to non-iid data in the federated learning context without using a globally shared subset of data nor increase communication costs.

📄 PDF Abstract BibTeX arXiv:2006.10937

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

PTF-FSR: A Parameter Transmission-Free Federated Sequential Recommender System

2024-06-08 · Wei Yuan, Chaoqun Yang, Liang Qu, Quoc Viet Hung Nguyen 외

Sequential recommender systems have made significant progress. Recently, due to increasing concerns about user data privacy, some researchers have implemented federated learning for sequential recommendation, a.k.a., Fed…

Federated LearningLanguage ModellingLarge Language ModelRecommendation Systems+1

FedSL: Federated Split Learning on Distributed Sequential Data in Recurrent Neural Networks

2020-11-06 · Ali Abedi, Shehroz S. Khan

Federated Learning (FL) and Split Learning (SL) are privacy-preserving Machine-Learning (ML) techniques that enable training ML models over data distributed among clients without requiring direct access to their raw data…

Federated LearningPrivacy Preserving

Towards Communication Efficient and Fair Federated Personalized Sequential Recommendation

2022-08-23 · Sichun Luo, Yuanzhang Xiao, Yang Liu, Congduan Li 외

Federated recommendations leverage the federated learning (FL) techniques to make privacy-preserving recommendations. Though recent success in the federated recommender system, several vital challenges remain to be addre…

FairnessFederated LearningPrivacy PreservingRecommendation Systems+1

SIFU: Sequential Informed Federated Unlearning for Efficient and Provable Client Unlearning in Federated Optimization

2022-11-21 · Yann Fraboni, Martin Van Waerebeke, Kevin Scaman, Richard Vidal 외

Machine Unlearning (MU) is an increasingly important topic in machine learning safety, aiming at removing the contribution of a given data point from a training procedure. Federated Unlearning (FU) consists in extending …

Machine Unlearning

Convergence Analysis of Sequential Federated Learning on Heterogeneous Data

2023-11-06 · NeurIPS 2023 11 · Yipeng Li, Xinchen Lyu

There are two categories of methods in Federated Learning (FL) for joint training across multiple clients: i) parallel FL (PFL), where clients train models in a parallel manner; and ii) sequential FL (SFL), where clients…

Federated Learning