LGAICRAug 24, 2022

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

arXiv:2208.11311v387 citationsh-index: 37
Originality Highly original
AI Analysis

This addresses communication efficiency for federated learning in resource-constrained edge environments, offering a novel approach with significant practical gains.

The paper tackles communication bottlenecks in federated learning by introducing FedD3, a framework that uses decentralized dataset distillation to enable one-shot communication, resulting in up to 98% communication savings or over 71% accuracy improvement compared to other one-shot methods.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes