paper-with-me

Papers

Federated Learning via Decentralized Dataset Distillation in Resource-Constrained Edge Environments

2022-08-24 · Rui Song, Dai Liu, Dave Zhenyu Chen, Andreas Festag, Carsten Trinitis, Martin Schulz, Alois Knoll

In federated learning, all networked clients contribute to the model training cooperatively. However, with model sizes increasing, even sharing the trained partial models often leads to severe communication bottlenecks in underlying networks, especially when communicated iteratively. In this paper, we introduce a federated learning framework FedD3 requiring only one-shot communication by integrating dataset distillation instances. Instead of sharing model updates in other federated learning approaches, FedD3 allows the connected clients to distill the local datasets independently, and then aggregates those decentralized distilled datasets (e.g. a few unrecognizable images) from networks for model training. Our experimental results show that FedD3 significantly outperforms other federated learning frameworks in terms of needed communication volumes, while it provides the additional benefit to be able to balance the trade-off between accuracy and communication cost, depending on usage scenario or target dataset. For instance, for training an AlexNet model on CIFAR-10 with 10 clients under non-independent and identically distributed (Non-IID) setting, FedD3 can either increase the accuracy by over 71% with a similar communication volume, or save 98% of communication volume, while reaching the same accuracy, compared to other one-shot federated learning approaches.

📄 PDF Abstract BibTeX arXiv:2208.11311

Code (2)

rruisong/fedd3 공식 구현 jax
Guang000/Awesome-Dataset-Distillation

Tasks

Dataset DistillationFederated Learning

Similar Papers 제목 키워드 기반

RIFLE: Robust Distillation-based FL for Deep Model Deployment on Resource-Constrained IoT Networks

2026-02-09 · Pouria Arefijamal, Mahdi Ahmadlou, Bardia Safaei, Jörg Henkel arxiv

Federated learning (FL) is a decentralized learning paradigm widely adopted in resource-constrained Internet of Things (IoT) environments. These devices, typically relying on TinyML models, collaboratively train global m…

Knowledge DistillationFederated Learning

Asynchronous Probability Ensembling for Federated Disaster Detection

2026-04-15 · Emanuel Teixeira Martins, Rodrigo Moreira, Larissa Ferreira Rodrigues Moreira, Rodolfo S. Villaça 외 arxiv

Quick and accurate emergency handling in Disaster Decision Support Systems (DDSS) is often hampered by network latency and suboptimal application accuracy. While Federated Learning (FL) addresses some of these issues, it…

Federated Learning

Adaptive Distillation for Decentralized Learning from Heterogeneous Clients

2020-08-18 · Jiaxin Ma, Ryo Yonetani, Zahid Iqbal

This paper addresses the problem of decentralized learning to achieve a high-performance global model by asking a group of clients to share local models pre-trained with their own data resources. We are particularly inte…

Federated Learning

FedDKD: Federated Learning with Decentralized Knowledge Distillation

2022-05-02 · Xinjia Li, BoYu Chen, Wenlian Lu

The performance of federated learning in neural networks is generally influenced by the heterogeneity of the data distribution. For a well-performing global model, taking a weighted average of the local models, as done b…

Federated LearningKnowledge Distillation

Decentralized Personalized Federated Learning

2024-06-10 · Salma Kharrat, Marco Canini, Samuel Horvath

This work tackles the challenges of data heterogeneity and communication limitations in decentralized federated learning. We focus on creating a collaboration graph that guides each client in selecting suitable collabora…

Federated LearningPersonalized Federated Learning