Application
FedD3
Federated Learning via Decentralized Dataset Distillation in Resource-Constrained Edge Environments
Rui Song, Dai Liu, Dave Zhenyu Chen, Andreas Festag, Carsten Trinitis, Martin Schulz, Alois Knoll
IJCNN 2023 · first public 2022-08-24 · arXiv 2208.11311
In one paragraph
FedD3 needs only one-shot communication: each client distills its local dataset independently and the server aggregates the decentralized distilled datasets directly for model training, instead of exchanging model updates iteratively. Reports large communication savings over other one-shot federated learning approaches, e.g. over 71% higher accuracy at similar communication volume, or 98% less communication volume at the same accuracy, training AlexNet on non-IID CIFAR-10 with 10 clients.
Where it sits
- Setting: Image classification
Abstract (verbatim from arXiv)
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.
BibTeX (generated; prefer the venue's official entry)
@article{song2022federated,
title = {Federated Learning via Decentralized Dataset Distillation in Resource-Constrained Edge Environments},
author = {Rui Song and Dai Liu and Dave Zhenyu Chen and Andreas Festag and Carsten Trinitis and Martin Schulz and Alois Knoll},
journal = {IJCNN 2023},
year = {2022}
}