paper-with-me

홈 › Papers

DeepFusion: Accelerating MoE Training via Federated Knowledge Distillation from Heterogeneous Edge Devices

2026-02-15 · Songyuan Li, Jia Hu, Ahmed M. Abdelmoniem, Geyong Min, Haojun Huang, Jiwei Huang arxiv

Recent Mixture-of-Experts (MoE)-based large language models (LLMs) such as Qwen-MoE and DeepSeek-MoE are transforming generative AI in natural language processing. However, these models require vast and diverse training data. Federated learning (FL) addresses this challenge by leveraging private data from heterogeneous edge devices for privacy-preserving MoE training. Nonetheless, traditional FL approaches require devices to host local MoE models, which is impractical for resource-constrained devices due to large model sizes. To address this, we propose DeepFusion, the first scalable federated MoE training framework that enables the fusion of heterogeneous on-device LLM knowledge via federated knowledge distillation, yielding a knowledge-abundant global MoE model. Specifically, DeepFusion features each device to independently configure and train an on-device LLM tailored to its own needs and hardware limitations. Furthermore, we propose a novel View-Aligned Attention (VAA) module that integrates multi-stage feature representations from the global MoE model to construct a predictive perspective aligned with on-device LLMs, thereby enabling effective cross-architecture knowledge distillation. By explicitly aligning predictive perspectives, VAA resolves the view-mismatch problem in traditional federated knowledge distillation, which arises from heterogeneity in model architectures and prediction behaviors between on-device LLMs and the global MoE model. Experiments with industry-level MoE models (Qwen-MoE and DeepSeek-MoE) and real-world datasets (medical and finance) demonstrate that DeepFusion achieves performance close to centralized MoE training. Compared with key federated MoE baselines, DeepFusion reduces communication costs by up to 71% and improves token perplexity by up to 5.28%.

📄 PDF Abstract BibTeX arXiv:2602.14301

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationFederated Learning

Similar Papers 제목 키워드 기반

Secure Federated Data Distillation

2025-02-19 · Marco Arazzi, Mert Cihangiroglu, Serena Nicolazzo, Antonino Nocera

Dataset Distillation (DD) is a powerful technique for reducing large datasets into compact, representative synthetic datasets, accelerating Machine Learning training. However, traditional DD methods operate in a centrali…

Dataset DistillationPrivacy Preserving

Improving Communication Efficiency of Federated Distillation via Accumulating Local Updates

2023-12-07 · Zhiyuan Wu, Sheng Sun, Yuwei Wang, Min Liu 외

As an emerging federated learning paradigm, federated distillation enables communication-efficient model training by transmitting only small-scale knowledge during the learning process. To further improve the communicati…

Federated Learning

FedHPL: Efficient Heterogeneous Federated Learning with Prompt Tuning and Logit Distillation

2024-05-27 · Yuting Ma, Lechao Cheng, Yaxiong Wang, Zhun Zhong 외

Federated learning (FL) is a popular privacy-preserving paradigm that enables distributed clients to collaboratively train models with a central server while keeping raw data locally. In practice, distinct model architec…

Federated LearningPrivacy Preserving

DeepFusionNet: Autoencoder-Based Low-Light Image Enhancement and Super-Resolution

2025-10-11 · Halil Hüseyin Çalışkan, Talha Koruk arxiv

Computer vision and image processing applications suffer from dark and low-light images, particularly during real-time image transmission. Currently, low light and dark images are converted to bright and colored forms us…

Low-Light Image Enhancement

FedDTG:Federated Data-Free Knowledge Distillation via Three-Player Generative Adversarial Networks

2022-01-10 · Lingzhi Gao, Zhenyuan Zhang, Chao Wu

While existing federated learning approaches primarily focus on aggregating local models to construct a global model, in realistic settings, some clients may be reluctant to share their private models due to the inclusio…

Data-free Knowledge DistillationFederated LearningGenerative Adversarial NetworkKnowledge Distillation