paper-with-me

홈 › Papers

Recurrent Early Exits for Federated Learning with Heterogeneous Clients

2024-05-23 · Royson Lee, Javier Fernandez-Marques, Shell Xu Hu, Da Li, Stefanos Laskaridis, Łukasz Dudziak, Timothy Hospedales, Ferenc Huszár, Nicholas D. Lane

Federated learning (FL) has enabled distributed learning of a model across multiple clients in a privacy-preserving manner. One of the main challenges of FL is to accommodate clients with varying hardware capacities; clients have differing compute and memory requirements. To tackle this challenge, recent state-of-the-art approaches leverage the use of early exits. Nonetheless, these approaches fall short of mitigating the challenges of joint learning multiple exit classifiers, often relying on hand-picked heuristic solutions for knowledge distillation among classifiers and/or utilizing additional layers for weaker classifiers. In this work, instead of utilizing multiple classifiers, we propose a recurrent early exit approach named ReeFL that fuses features from different sub-models into a single shared classifier. Specifically, we use a transformer-based early-exit module shared among sub-models to i) better exploit multi-layer feature representations for task-specific prediction and ii) modulate the feature representation of the backbone model for subsequent predictions. We additionally present a per-client self-distillation approach where the best sub-model is automatically selected as the teacher of the other sub-models at each client. Our experiments on standard image and speech classification benchmarks across various emerging federated fine-tuning baselines demonstrate ReeFL's effectiveness over previous works.

📄 PDF Abstract BibTeX arXiv:2405.14791

Code (1)

royson/reefl 공식 구현 pytorch

Tasks

Federated LearningKnowledge DistillationPrivacy Preserving

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Hetero-SplitEE: Split Learning of Neural Networks with Early Exits for Heterogeneous IoT Devices

2025-12-10 · Yuki Oda, Yuta Ono, Hiroshi Nakamura, Hideki Takase arxiv

The continuous scaling of deep neural networks has fundamentally transformed machine learning, with larger models demonstrating improved performance across diverse tasks. This growth in model size has dramatically increa…

Federated Learning

ScaleFL: Resource-Adaptive Federated Learning With Heterogeneous Clients

2023-01-01 · CVPR 2023 1 · Fatih Ilhan, Gong Su, Ling Liu

Federated learning (FL) is an attractive distributed learning paradigm supporting real-time continuous learning and client privacy by default. In most FL approaches, all edge clients are assumed to have sufficient co…

Federated LearningSST-2Transfer Learning

CAFEDistill: Learning Personalized and Dynamic Models through Federated Early-Exit Network Distillation

2026-01-15 · Boyi Liu, Zimu Zhou, Yongxin Tong arxiv

Personalized Federated Learning (PFL) enables collaboratively model training on decentralized, heterogeneous data while tailoring them to each client's unique distribution. However, existing PFL methods produce static mo…

Personalized Federated Learning

Federated learning with incremental clustering for heterogeneous data

2022-06-17 · Fabiola Espinoza Castellon, Aurelien Mayoue, Jacques-Henri Sublemontier, Cedric Gouy-Pailler

Federated learning enables different parties to collaboratively build a global model under the orchestration of a server while keeping the training data on clients' devices. However, performance is affected when clients …

ClusteringFederated Learning

Federated Learning for Collaborative Inference Systems: The Case of Early Exit Networks

2024-05-07 · Caelin Kaplan, Angelo Rodio, Tareq Si Salem, Chuan Xu 외

As Internet of Things (IoT) technology advances, end devices like sensors and smartphones are progressively equipped with AI models tailored to their local memory and computational constraints. Local inference reduces co…

Collaborative InferenceFederated Learning