paper-with-me

홈 › Papers

FedABC: Attention-Based Client Selection for Federated Learning with Long-Term View

2025-07-28 · Wenxuan Ye, Xueli An, Junfan Wang, Xueqiang Yan, Georg Carle arxiv

Native AI support is a key objective in the evolution of 6G networks, with Federated Learning (FL) emerging as a promising paradigm. FL allows decentralized clients to collaboratively train an AI model without directly sharing their data, preserving privacy. Clients train local models on private data and share model updates, which a central server aggregates to refine the global model and redistribute it for the next iteration. However, client data heterogeneity slows convergence and reduces model accuracy, and frequent client participation imposes communication and computational burdens. To address these challenges, we propose FedABC, an innovative client selection algorithm designed to take a long-term view in managing data heterogeneity and optimizing client participation. Inspired by attention mechanisms, FedABC prioritizes informative clients by evaluating both model similarity and each model's unique contributions to the global model. Moreover, considering the evolving demands of the global model, we formulate an optimization problem to guide FedABC throughout the training process. Following the "later-is-better" principle, FedABC adaptively adjusts the client selection threshold, encouraging greater participation in later training stages. Extensive simulations on CIFAR-10 demonstrate that FedABC significantly outperforms existing approaches in model accuracy and client participation efficiency, achieving comparable performance with 32% fewer clients than the classical FL algorithm FedAvg, and 3.5% higher accuracy with 2% fewer clients than the state-of-the-art. This work marks a step toward deploying FL in heterogeneous, resource-constrained environments, thereby supporting native AI capabilities in 6G networks.

📄 PDF Abstract BibTeX arXiv:2507.20871

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedABC: Targeting Fair Competition in Personalized Federated Learning

2023-02-15 · Dui Wang, Li Shen, Yong Luo, Han Hu 외

Federated learning aims to collaboratively train models without accessing their client's local private data. The data may be Non-IID for different clients and thus resulting in poor performance. Recently, personalized fe…

Binary ClassificationFederated LearningPersonalized Federated Learning

Personalized Federated Learning with Attention-based Client Selection

2023-12-23 · Zihan Chen, Jundong Li, Cong Shen

Personalized Federated Learning (PFL) relies on collective data knowledge to build customized models. However, non-IID data between clients poses significant challenges, as collaborating with clients who have diverse dat…

Federated LearningPersonalized Federated Learning

Client Selection and Bandwidth Allocation in Wireless Federated Learning Networks: A Long-Term Perspective

2020-04-09 · Jie Xu, Heqiang Wang

This paper studies federated learning (FL) in a classic wireless network, where learning clients share a common wireless link to a coordinating server to perform federated model training using their local data. In such w…

Federated LearningStochastic Optimization

Federated Client Selection under Partial Visibility: A POMDP Approach with Spatio-Temporal Attention

2026-05-12 · Qijun Hou, Yuchen Shi, Pingyi Fan, Khaled B. Letaief arxiv

Federated learning relies on effective client selection to alleviate the performance degradation caused by data heterogeneity. Most existing methods assume full visibility of all clients at each communication round. Howe…

Reinforcement LearningFederated Learning

Assortment of Attention Heads: Accelerating Federated PEFT with Head Pruning and Strategic Client Selection

2025-05-31 · Yeshwanth Venkatesha, Souvik Kundu, Priyadarshini Panda

Parameter Efficient Fine-Tuning (PEFT) has become the de-facto approach in adapting Large Language Models (LLMs) for downstream tasks in Natural Language Processing. However, its adoption in privacy-preserving distribute…

Federated Learningparameter-efficient fine-tuningPrivacy Preserving