Federated Learning

1239 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

FedPFT: Federated Proxy Fine-Tuning of Foundation Models

pzp-dzd/fedpft 17 Apr 2024

Adapting Foundation Models (FMs) for downstream tasks through Federated Learning (FL) emerges a promising strategy for protecting data privacy and valuable FMs.

7
17 Apr 2024

Confidential Federated Computations

google-parfait/federated-compute 16 Apr 2024

Federated Learning and Analytics (FLA) have seen widespread adoption by technology platforms for processing sensitive on-device data.

61
16 Apr 2024

Personalized Federated Learning via Stacking

emiliocantuc/personalized-fl-via-stacking 16 Apr 2024

Traditional Federated Learning (FL) methods typically train a single global model collaboratively without exchanging raw data.

0
16 Apr 2024

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.

666
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.

188
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