paper-with-me

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. However, exactly why and how it works remains mysterious. In this work, we reveal the profound connection between layer normalization and the label shift problem in federated learning. To understand layer normalization better in FL, we identify the key contributing mechanism of normalization methods in FL, called feature normalization (FN), which applies normalization to the latent feature representation before the classifier head. Although LN and FN do not improve expressive power, they control feature collapse and local overfitting to heavily skewed datasets, and thus accelerates global training. Empirically, we show that normalization leads to drastic improvements on standard benchmarks under extreme label shift. Moreover, we conduct extensive ablation studies to understand the critical factors of layer normalization in FL. Our results verify that FN is an essential ingredient inside LN to significantly improve the convergence of FL while remaining robust to learning rate choices, especially under extreme label shift where each client has access to few classes. Our code is available at \url{https://github.com/huawei-noah/Federated-Learning/tree/main/Layer_Normalization}.

📄 PDF Abstract BibTeX arXiv:2308.09565

Code (1)

huawei-noah/federated-learning 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

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

The Non-IID Data Quagmire of Decentralized Machine Learning

2019-10-01 · ICML 2020 1 · Kevin Hsieh, Amar Phanishayee, Onur Mutlu, Phillip B. Gibbons

Many large-scale machine learning (ML) applications need to perform decentralized learning over datasets generated at different devices and locations. Such datasets pose a significant challenge to decentralized learning …

BIG-bench Machine Learning

Normalization in Proportional Feature Spaces

2024-09-17 · Alexandre Benatti, Luciano da F. Costa

The subject of features normalization plays an important central role in data representation, characterization, visualization, analysis, comparison, classification, and modeling, as it can substantially influence and be …

Transformers without Normalization

2025-03-13 · CVPR 2025 1 · Jiachen Zhu, Xinlei Chen, Kaiming He, Yann Lecun 외

Normalization layers are ubiquitous in modern neural networks and have long been considered essential. This work demonstrates that Transformers without normalization can achieve the same or better performance using a rem…

Self-Supervised Learning

The Normalization Method for Alleviating Pathological Sharpness in Wide Neural Networks

2019-06-07 · NeurIPS 2019 12 · Ryo Karakida, Shotaro Akaho, Shun-ichi Amari

Normalization methods play an important role in enhancing the performance of deep learning while their theoretical understandings have been limited. To theoretically elucidate the effectiveness of normalization, we quant…