paper-with-me

Papers

FLASH: Federated Learning Across Simultaneous Heterogeneities

2024-02-13 · Xiangyu Chang, Sk Miraj Ahmed, Srikanth V. Krishnamurthy, Basak Guler, Ananthram Swami, Samet Oymak, Amit K. Roy-Chowdhury

The key premise of federated learning (FL) is to train ML models across a diverse set of data-owners (clients), without exchanging local data. An overarching challenge to this date is client heterogeneity, which may arise not only from variations in data distribution, but also in data quality, as well as compute/communication latency. An integrated view of these diverse and concurrent sources of heterogeneity is critical; for instance, low-latency clients may have poor data quality, and vice versa. In this work, we propose FLASH(Federated Learning Across Simultaneous Heterogeneities), a lightweight and flexible client selection algorithm that outperforms state-of-the-art FL frameworks under extensive sources of heterogeneity, by trading-off the statistical information associated with the client's data quality, data distribution, and latency. FLASH is the first method, to our knowledge, for handling all these heterogeneities in a unified manner. To do so, FLASH models the learning dynamics through contextual multi-armed bandits (CMAB) and dynamically selects the most promising clients. Through extensive experiments, we demonstrate that FLASH achieves substantial and consistent improvements over state-of-the-art baselines -- as much as 10% in absolute accuracy -- thanks to its unified approach. Importantly, FLASH also outperforms federated aggregation methods that are designed to handle highly heterogeneous settings and even enjoys a performance boost when integrated with them.

📄 PDF Abstract BibTeX arXiv:2402.08769

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningMulti-Armed Bandits

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Global and Local Prompts Cooperation via Optimal Transport for Federated Learning

2024-02-29 · CVPR 2024 1 · Hongxia Li, Wei Huang, Jingya Wang, Ye Shi

Prompt learning in pretrained visual-language models has shown remarkable flexibility across various downstream tasks. Leveraging its inherent lightweight nature, recent research attempted to integrate the powerful pretr…

Federated LearningPrompt Learning

Client Selection in Federated Learning with Data Heterogeneity and Network Latencies

2025-04-02 · Harsh Vardhan, Xiaofan Yu, Tajana Rosing, Arya Mazumdar

Federated learning (FL) is a distributed machine learning paradigm where multiple clients conduct local training based on their private data, then the updated models are sent to a central server for global aggregation. T…

Federated Learning

Resource-Constrained Federated Learning with Heterogeneous Labels and Models

2020-11-06 · Gautham Krishna Gudur, Bala Shyamala Balaji, Satheesh K. Perepu

Various IoT applications demand resource-constrained machine learning mechanisms for different applications such as pervasive healthcare, activity monitoring, speech recognition, real-time computer vision, etc. This nece…

BIG-bench Machine LearningFederated Learningspeech-recognitionSpeech Recognition

Federated Learning with Heterogeneous Labels and Models for Mobile Activity Monitoring

2020-12-04 · Gautham Krishna Gudur, Satheesh K. Perepu

Various health-care applications such as assisted living, fall detection, etc., require modeling of user behavior through Human Activity Recognition (HAR). Such applications demand characterization of insights from multi…

Activity RecognitionBIG-bench Machine LearningFederated LearningHuman Activity Recognition

FlashbackCL: Mitigating Temporal Forgetting in Federated Learning

2026-06-02 · Mubarak A. Ojewale, Adriana E. Chis, Jorge M. Cortes-Mendoza, Bernardo Pulido-Gaytan 외 arxiv

Federated Learning (FL) of foundation and edge models increasingly targets deployments where client data distributions drift over time, yet existing forgetting-mitigation methods assume each client's distribution is stat…

Federated LearningContinual Learning