paper-with-me

홈 › Papers

Learning From Drift: Federated Learning on Non-IID Data via Drift Regularization

2023-09-13 · Yeachan Kim, Bonggun Shin

Federated learning algorithms perform reasonably well on independent and identically distributed (IID) data. They, on the other hand, suffer greatly from heterogeneous environments, i.e., Non-IID data. Despite the fact that many research projects have been done to address this issue, recent findings indicate that they are still sub-optimal when compared to training on IID data. In this work, we carefully analyze the existing methods in heterogeneous environments. Interestingly, we find that regularizing the classifier's outputs is quite effective in preventing performance degradation on Non-IID data. Motivated by this, we propose Learning from Drift (LfD), a novel method for effectively training the model in heterogeneous settings. Our scheme encapsulates two key components: drift estimation and drift regularization. Specifically, LfD first estimates how different the local model is from the global model (i.e., drift). The local model is then regularized such that it does not fall in the direction of the estimated drift. In the experiment, we evaluate each method through the lens of the five aspects of federated learning, i.e., Generalization, Heterogeneity, Scalability, Forgetting, and Efficiency. Comprehensive evaluation results clearly support the superiority of LfD in federated learning with Non-IID data.

📄 PDF Abstract BibTeX arXiv:2309.07189

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Dynamic Heterogeneous Federated Learning with Multi-Level Prototypes

2023-12-15 · Shunxin Guo, Hongsong Wang, Xin Geng

Federated learning shows promise as a privacy-preserving collaborative learning technique. Existing heterogeneous federated learning mainly focuses on skewing the label distribution across clients. However, most approach…

Federated LearningPrivacy Preserving

Adaptive Self-Distillation for Minimizing Client Drift in Heterogeneous Federated Learning

2023-05-31 · M. Yashwanth, Gaurav Kumar Nayak, Arya Singh, Yogesh Simmhan 외

Federated Learning (FL) is a machine learning paradigm that enables clients to jointly train a global model by aggregating the locally trained models without sharing any local training data. In practice, there can often …

Federated Learning

Asynchronous Federated Learning for Sensor Data with Concept Drift

2021-09-01 · Yujing Chen, Zheng Chai, Yue Cheng, Huzefa Rangwala

Federated learning (FL) involves multiple distributed devices jointly training a shared model without any of the participants having to reveal their local data to a centralized server. Most of previous FL approaches assu…

Drift DetectionEnsemble LearningFederated Learning

Concept Drift Detection in Federated Networked Systems

2021-09-13 · Dimitrios Michael Manias, Ibrahim Shaer, Li Yang, Abdallah Shami

As next-generation networks materialize, increasing levels of intelligence are required. Federated Learning has been identified as a key enabling technology of intelligent and distributed networks; however, it is prone t…

Dimensionality ReductionDrift DetectionFederated Learning

OmniISR: A Unified Framework for Centralized and Federated Learning via Intermediate Supervision and Regularization

2026-05-19 · Wei-Bin Kou, Guangxu Zhu, Ming Tang, Chen Zhang 외 arxiv

The global deployment of edge intelligence operates across heterogeneous legal frameworks. While some regions permit centralized learning (CL) via cloud data aggregation, others enforce strict data localization, necessit…

Federated Learning