paper-with-me

Papers

Feature Norm Regularized Federated Learning: Transforming Skewed Distributions into Global Insights

2023-12-12 · Ke Hu, Weidong Qiu, Peng Tang

In the field of federated learning, addressing non-independent and identically distributed (non-i.i.d.) data remains a quintessential challenge for improving global model performance. This work introduces the Feature Norm Regularized Federated Learning (FNR-FL) algorithm, which uniquely incorporates class average feature norms to enhance model accuracy and convergence in non-i.i.d. scenarios. Our comprehensive analysis reveals that FNR-FL not only accelerates convergence but also significantly surpasses other contemporary federated learning algorithms in test accuracy, particularly under feature distribution skew scenarios. The novel modular design of FNR-FL facilitates seamless integration with existing federated learning frameworks, reinforcing its adaptability and potential for widespread application. We substantiate our claims through rigorous empirical evaluations, demonstrating FNR-FL's exceptional performance across various skewed data distributions. Relative to FedAvg, FNR-FL exhibits a substantial 66.24\% improvement in accuracy and a significant 11.40\% reduction in training time, underscoring its enhanced effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2312.06951

Code (1)

LonelyMoonDesert/FNR-FL 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Understanding the Role of Layer Normalization in Label-Skewed Federated Learning

2023-08-18 · Guojun Zhang, Mahdi Beitollahi, Alex Bie, Xi Chen

Layer normalization (LN) is a widely adopted deep learning technique especially in the era of foundation models. Recently, LN has been shown to be surprisingly effective in federated learning (FL) with non-i.i.d. data. H…

Federated Learning

FedWon: Triumphing Multi-domain Federated Learning Without Normalization

2023-06-09 · Weiming Zhuang, Lingjuan Lyu

Federated learning (FL) enhances data privacy with collaborative in-situ training on decentralized clients. Nevertheless, FL encounters challenges due to non-independent and identically distributed (non-i.i.d) data, lead…

Domain GeneralizationFederated Learning

Transforming variables to central normality

2020-05-16 · Jakob Raymaekers, Peter J. Rousseeuw

Many real data sets contain numerical features (variables) whose distribution is far from normal (gaussian). Instead, their distribution is often skewed. In order to handle such data it is customary to preprocess the var…

Relative Error Bound Analysis for Nuclear Norm Regularized Matrix Completion

2015-04-26 · Lijun Zhang, Tianbao Yang, Rong Jin, Zhi-Hua Zhou

In this paper, we develop a relative error bound for nuclear norm regularized matrix completion, with the focus on the completion of full-rank matrices. Under the assumption that the top eigenspaces of the target matrix …

Low-Rank Matrix CompletionMatrix Completion

Federated Unlearning Model Recovery in Data with Skewed Label Distributions

2024-12-18 · Xinrui Yu, Wenbin Pei, Bing Xue, Qiang Zhang

In federated learning, federated unlearning is a technique that provides clients with a rollback mechanism that allows them to withdraw their data contribution without training from scratch. However, existing research ha…

DenoisingFederated Learning