paper-with-me

홈 › Papers

Distributed Distillation for On-Device Learning

2020-12-01 · NeurIPS 2020 12 · Ilai Bistritz, Ariana Mann, Nicholas Bambos

On-device learning promises collaborative training of machine learning models across edge devices without the sharing of user data. In state-of-the-art on-device learning algorithms, devices communicate their model weights over a decentralized communication network. Transmitting model weights requires huge communication overhead and means only devices with identical model architectures can be included. To overcome these limitations, we introduce a distributed distillation algorithm where devices communicate and learn from soft-decision (softmax) outputs, which are inherently architecture-agnostic and scale only with the number of classes. The communicated soft-decisions are each model's outputs on a public, unlabeled reference dataset, which serves as a common vocabulary between devices. We prove that our algorithm converges with probability 1 to a stationary point where all devices in the communication network distill the entire network's knowledge on the reference data, regardless of their local connections. Our analysis assumes smooth loss functions, which can be non-convex. Simulations support our theoretical findings and show that even a naive implementation of our algorithm significantly reduces the communication overhead while achieving an overall comparable performance to state-of-the-art, depending on the regime. By requiring little communication overhead and allowing for cross-architecture training, we remove two main obstacles to scaling on-device learning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Failure-Resilient Distributed Inference with Model Compression over Heterogeneous Edge Devices

2024-06-20 · Li Wang, Liang Li, Lianming Xu, Xian Peng 외

The distributed inference paradigm enables the computation workload to be distributed across multiple devices, facilitating the implementations of deep learning based intelligent services on extremely resource-constraine…

Knowledge DistillationModel Compression

Projected Latent Distillation for Data-Agnostic Consolidation in Distributed Continual Learning

2023-03-28 · Antonio Carta, Andrea Cossu, Vincenzo Lomonaco, Davide Bacciu 외

Distributed learning on the edge often comprises self-centered devices (SCD) which learn local tasks independently and are unwilling to contribute to the performance of other SDCs. How do we achieve forward transfer at z…

Continual LearningKnowledge Distillation

Communication-Efficient On-Device Machine Learning: Federated Distillation and Augmentation under Non-IID Private Data

2018-11-28 · Eunjeong Jeong, Seungeun Oh, Hyesung Kim, Jihong Park 외

On-device machine learning (ML) enables the training process to exploit a massive amount of user-generated private data samples. To enjoy this benefit, inter-device communication overhead should be minimized. With this e…

BIG-bench Machine LearningFederated Learning

FedMTFI: Feature Importance Based Optimized Multi Teacher Knowledge Distillation in Heterogeneous Federated Learning Environment

2026-06-01 · Nazmus Shakib Shadin, Aaron Cummings, Xinyue Zhang, Bobin Deng arxiv

Federated learning (FL) is a decentralized approach that enables collaborative model training without exposing raw data. Instead of transferring sensitive data, it allows devices to share only model weights, keeping pers…

Knowledge DistillationFederated LearningFeature Importance

Mix2FLD: Downlink Federated Learning After Uplink Federated Distillation With Two-Way Mixup

2020-06-17 · Seungeun Oh, Jihong Park, Eunjeong Jeong, Hyesung Kim 외

This letter proposes a novel communication-efficient and privacy-preserving distributed machine learning framework, coined Mix2FLD. To address uplink-downlink capacity asymmetry, local model outputs are uploaded to a ser…

Federated LearningPrivacy Preserving