paper-with-me

Papers

Federated Learning Clients Clustering with Adaptation to Data Drifts

2024-11-03 · Minghao Li, Dmitrii Avdiukhin, Rana Shahout, Nikita Ivkin, Vladimir Braverman, Minlan Yu

Federated Learning (FL) trains deep models across edge devices without centralizing raw data, preserving user privacy. However, client heterogeneity slows down convergence and limits global model accuracy. Clustered FL (CFL) mitigates this by grouping clients with similar representations and training a separate model for each cluster. In practice, client data evolves over time, a phenomenon we refer to as data drift, which breaks cluster homogeneity and degrades performance. Data drift can take different forms depending on whether changes occur in the output values, the input features, or the relationship between them. We propose FIELDING, a CFL framework for handling diverse types of data drift with low overhead. FIELDING detects drift at individual clients and performs selective re-clustering to balance cluster quality and model performance, while remaining robust to malicious clients and varying levels of heterogeneity. Experiments show that FIELDING improves final model accuracy by 1.9-5.9% and achieves target accuracy 1.16x-2.23x faster than existing state-of-the-art CFL methods.

📄 PDF Abstract BibTeX arXiv:2411.01580

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated Learning

Similar Papers 제목 키워드 기반

Federated Learning under Distributed Concept Drift

2022-06-01 · Ellango Jothimurugesan, Kevin Hsieh, Jianyu Wang, Gauri Joshi 외

Federated Learning (FL) under distributed concept drift is a largely unexplored area. Although concept drift is itself a well-studied phenomenon, it poses particular challenges for FL, because drifts arise staggered in t…

ClusteringDrift DetectionFederated Learning

Classifier Clustering and Feature Alignment for Federated Learning under Distributed Concept Drift

2024-10-24 · Junbao Chen, Jingfeng Xue, Yong Wang, Zhenyan Liu 외

Data heterogeneity is one of the key challenges in federated learning, and many efforts have been devoted to tackling this problem. However, distributed concept drift with data heterogeneity, where clients may additional…

ClusteringFederated Learning

Federated Learning with Profile Mapping under Distribution Shifts and Drifts

2026-02-07 · Mohan Li, Dario Fenoglio, Martin Gjoreski, Marc Langheinrich arxiv

Federated Learning (FL) enables decentralized model training across clients without sharing raw data, but its performance degrades under real-world data heterogeneity. Existing methods often fail to address distribution …

Federated Learning

Federated Source-free Domain Adaptation for Classification: Weighted Cluster Aggregation for Unlabeled Data

2024-12-18 · Junki Mori, Kosuke Kihara, Taiki Miyagawa, Akinori F. Ebihara 외

Federated learning (FL) commonly assumes that the server or some clients have labeled data, which is often impractical due to annotation costs and privacy concerns. Addressing this problem, we focus on a source-free doma…

Domain AdaptationFederated LearningSemantic SegmentationSource-Free Domain Adaptation

Knowledge Distillation for Federated Learning: a Practical Guide

2022-11-09 · Alessio Mora, Irene Tenison, Paolo Bellavista, Irina Rish

Federated Learning (FL) enables the training of Deep Learning models without centrally collecting possibly sensitive raw data. This paves the way for stronger privacy guarantees when building predictive models. The most …

Federated LearningKnowledge Distillation