Federated Learning

1235 papers with code • 12 benchmarks • 11 datasets

Federated Learning is a machine learning approach that allows multiple devices or entities to collaboratively train a shared model without exchanging their data with each other. Instead of sending data to a central server for training, the model is trained locally on each device, and only the model updates are sent to the central server, where they are aggregated to improve the shared model.

This approach allows for privacy-preserving machine learning, as each device keeps its data locally and only shares the information needed to improve the model.

Libraries

Use these libraries to find Federated Learning models and implementations

FLEX: FLEXible Federated Learning Framework

SMILELab-FL/FedLab 9 Apr 2024

In the realm of Artificial Intelligence (AI), the need for privacy and security in data processing has become paramount.

660
09 Apr 2024

pfl-research: simulation framework for accelerating research in Private Federated Learning

apple/pfl-research 9 Apr 2024

Federated learning (FL) is an emerging machine learning (ML) training paradigm where clients own their data and collaborate to train a global model, without revealing any data to the server and other participants.

179
09 Apr 2024

Approximate Gradient Coding for Privacy-Flexible Federated Learning with Non-IID Data

okkomakkonen/label-heterogeneity 4 Apr 2024

This work focuses on the challenges of non-IID data and stragglers/dropouts in federated learning.

0
04 Apr 2024

Computation and Communication Efficient Lightweighting Vertical Federated Learning

ystex/lvfl 30 Mar 2024

Moreover, we establish a convergence bound for our LVFL algorithm, which accounts for both communication and computational lightweighting ratios.

0
30 Mar 2024

Stragglers-Aware Low-Latency Synchronous Federated Learning via Layer-Wise Model Updates

langnatalie/salf 27 Mar 2024

Synchronous federated learning (FL) is a popular paradigm for collaborative edge learning.

0
27 Mar 2024

Empowering Data Mesh with Federated Learning

haoyuan-l/fed_datamesh 26 Mar 2024

To the best of our knowledge, this is the first open-source applied work that represents a critical advancement toward the integration of federated learning methods into the Data Mesh paradigm, underscoring the promising prospects for privacy-preserving and decentralized data analysis strategies within Data Mesh architecture.

0
26 Mar 2024

An Upload-Efficient Scheme for Transferring Knowledge From a Server-Side Pre-trained Generator to Clients in Heterogeneous Federated Learning

tsingz0/fedktl 23 Mar 2024

Heterogeneous Federated Learning (HtFL) enables collaborative learning on multiple clients with different model architectures while preserving privacy.

15
23 Mar 2024

TablePuppet: A Generic Framework for Relational Federated Learning

jerrylead/tablepuppet 23 Mar 2024

In this paper, we formalize this problem as relational federated learning (RFL).

1
23 Mar 2024

Initialisation and Topology Effects in Decentralised Federated Learning

arashbm/gossip_training 23 Mar 2024

Fully decentralised federated learning enables collaborative training of individual machine learning models on distributed devices on a network while keeping the training data localised.

0
23 Mar 2024

Text-Enhanced Data-free Approach for Federated Class-Incremental Learning

tmtuan1307/lander 21 Mar 2024

In this field, Data-Free Knowledge Transfer (DFKT) plays a crucial role in addressing catastrophic forgetting and data privacy problems.

5
21 Mar 2024