paper-with-me

홈 › Papers

Optimized Federated Knowledge Distillation with Distributed Neural Architecture Search

2026-05-20 · Chaimaa Medjadji, Sylvain Kubler, Yves Le Traon, Guilain Leduc, Sadi Alawadi, Feras M. Awaysheh arxiv

Federated Learning (FL) enables collaborative model training without centralizing data. However, real-world deployments must simultaneously address statistical heterogeneity across client data (non-IID), system heterogeneity in device capabilities, and communication efficiency. Existing FL approaches mitigate these challenges through improved aggregation, personalization, or knowledge distillation, but they almost universally assume a fixed client architecture, limiting adaptability to heterogeneous data complexity and hardware constraints. This architectural constraint often leads to suboptimal trade-offs between accuracy and efficiency in real-world FL systems. This work introduces FedKDNAS, a distillation-driven FL framework that combines client-side neural architecture selection with distillation of server-coordinated knowledge. Each client autonomously selects a lightweight model under accuracy-resource constraints. It then trains it locally using a hybrid objective combining supervised learning and knowledge distillation and shares only predictions on a public reference set. The server then aggregates and smooths these predictions, optionally combining them with a teacher model, to produce stable distillation targets for the next round. Extensive evaluation on six datasets against six representative FL baselines (FedAvg, Ditto, FedMD, FedDF, FedDistill, Local-KD) demonstrates that FedKDNAS consistently achieves superior Pareto efficiency, improving accuracy by up to 15\% under non-IID conditions, reducing client CPU usage by approximately 28\%, and decreasing communication overhead by up to 44 times while maintaining lightweight logit-based communication.

📄 PDF Abstract BibTeX arXiv:2605.21322

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchKnowledge DistillationFederated Learning

Similar Papers 제목 키워드 기반

Evidential Federated Learning for Skin Lesion Image Classification

2024-11-15 · Rutger Hendrix, Federica Proietto Salanitri, Concetto Spampinato, Simone Palazzo 외

We introduce FedEvPrompt, a federated learning approach that integrates principles of evidential deep learning, prompt tuning, and knowledge distillation for distributed skin lesion classification. FedEvPrompt leverages …

ClassificationFederated Learningimage-classificationImage Classification+3

Learn From Others and Be Yourself in Heterogeneous Federated Learning

2022-01-01 · CVPR 2022 1 · Wenke Huang, Mang Ye, Bo Du

Federated learning has emerged as an important distributed learning paradigm, which normally involves collaborative updating with others and local updating on private data. However, heterogeneity problem and catastro…

Continual LearningFederated Learningimage-classificationImage Classification+1

Practical Insights into Knowledge Distillation for Pre-Trained Models

2024-02-22 · Norah Alballa, Marco Canini

This research investigates the enhancement of knowledge distillation (KD) processes in pre-trained models, an emerging field in knowledge transfer with significant implications for distributed training and federated lear…

Federated LearningKnowledge DistillationTransfer 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

FedUKD: Federated UNet Model with Knowledge Distillation for Land Use Classification from Satellite and Street Views

2022-12-05 · Renuga Kanagavelu, Kinshuk Dua, Pratik Garai, Susan Elias 외

Federated Deep Learning frameworks can be used strategically to monitor Land Use locally and infer environmental impacts globally. Distributed data from across the world would be needed to build a global model for Land U…

Knowledge DistillationModel CompressionSemantic Segmentation