paper-with-me

홈 › Papers

FedUV: Uniformity and Variance for Heterogeneous Federated Learning

2024-02-27 · CVPR 2024 1 · Ha Min Son, Moon-Hyun Kim, Tai-Myoung Chung, Chao Huang, Xin Liu

Federated learning is a promising framework to train neural networks with widely distributed data. However, performance degrades heavily with heterogeneously distributed data. Recent work has shown this is due to the final layer of the network being most prone to local bias, some finding success freezing the final layer as an orthogonal classifier. We investigate the training dynamics of the classifier by applying SVD to the weights motivated by the observation that freezing weights results in constant singular values. We find that there are differences when training in IID and non-IID settings. Based on this finding, we introduce two regularization terms for local training to continuously emulate IID settings: (1) variance in the dimension-wise probability distribution of the classifier and (2) hyperspherical uniformity of representations of the encoder. These regularizations promote local models to act as if it were in an IID setting regardless of the local data distribution, thus offsetting proneness to bias while being flexible to the data. On extensive experiments in both label-shift and feature-shift settings, we verify that our method achieves highest performance by a large margin especially in highly non-IID cases in addition to being scalable to larger models and datasets.

📄 PDF Abstract BibTeX arXiv:2402.18372

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Secure Federated Learning of User Verification Models

2021-01-01 · Hossein Hosseini, Hyunsin Park, Sungrack Yun, Christos Louizos 외

We consider the problem of training User Verification (UV) models in federated setup, where the conventional loss functions are not applicable due to the constraints that each user has access to the data of only one clas…

Federated Learning

Federated Learning of User Verification Models Without Sharing Embeddings

2021-04-18 · Hossein Hosseini, Hyunsin Park, Sungrack Yun, Christos Louizos 외

We consider the problem of training User Verification (UV) models in federated setting, where each user has access to the data of only one class and user embeddings cannot be shared with the server or other users. To add…

Federated Learning

UniVarFL: Uniformity and Variance Regularized Federated Learning for Heterogeneous Data

2025-06-09 · Sunny Gupta, Nikita Jangid, Amit Sethi

Federated Learning (FL) often suffers from severe performance degradation when faced with non-IID data, largely due to local classifier bias. Traditional remedies such as global model regularization or layer freezing eit…

Federated Learning

Soft Separation and Distillation: Toward Global Uniformity in Federated Unsupervised Learning

2025-08-02 · Hung-Chieh Fang, Hsuan-Tien Lin, Irwin King, Yifei Zhang arxiv

Federated Unsupervised Learning (FUL) aims to learn expressive representations in federated and self-supervised settings. The quality of representations learned in FUL is usually determined by uniformity, a measure of ho…

Ditto: Fair and Robust Federated Learning Through Personalization

2020-12-08 · Tian Li, Shengyuan Hu, Ahmad Beirami, Virginia Smith

Fairness and robustness are two important concerns for federated learning systems. In this work, we identify that robustness to data and model poisoning attacks and fairness, measured as the uniformity of performance acr…

FairnessFederated LearningModel PoisoningMulti-Task Learning+1