paper-with-me

홈 › Papers

Towards Understanding Neural Collapse: The Effects of Batch Normalization and Weight Decay

2023-09-09 · Leyan Pan, Xinyuan Cao

Neural Collapse (NC) is a geometric structure recently observed at the terminal phase of training deep neural networks, which states that last-layer feature vectors for the same class would "collapse" to a single point, while features of different classes become equally separated. We demonstrate that batch normalization (BN) and weight decay (WD) critically influence the emergence of NC. In the near-optimal loss regime, we establish an asymptotic lower bound on the emergence of NC that depends only on the WD value, training loss, and the presence of last-layer BN. Our experiments substantiate theoretical insights by showing that models demonstrate a stronger presence of NC with BN, appropriate WD values, lower loss, and lower last-layer feature norm. Our findings offer a novel perspective in studying the role of BN and WD in shaping neural network features.

📄 PDF Abstract BibTeX arXiv:2309.04644

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

BYOL works even without batch statistics

2020-10-20 · Pierre H. Richemond, Jean-bastien Grill, Florent Altché, Corentin Tallec 외

Bootstrap Your Own Latent (BYOL) is a self-supervised learning approach for image representation. From an augmented view of an image, BYOL trains an online network to predict a target network representation of a differen…

Linear evaluationSelf-Supervised Learning

Proxy-Normalizing Activations to Match Batch Normalization while Removing Batch Dependence

2021-06-07 · NeurIPS 2021 12 · Antoine Labatie, Dominic Masters, Zach Eaton-Rosen, Carlo Luschi

We investigate the reasons for the performance degradation incurred with batch-independent normalization. We find that the prototypical techniques of layer normalization and instance normalization both induce the appeara…

On the Effects of Batch and Weight Normalization in Generative Adversarial Networks

2017-04-13 · Sitao Xiang, Hao Li

Generative adversarial networks (GANs) are highly effective unsupervised learning frameworks that can generate very sharp data, even for data such as images with complex, highly multimodal distributions. However GANs are…

Micro-Batch Training with Batch-Channel Normalization and Weight Standardization

2019-03-25 · Siyuan Qiao, Huiyu Wang, Chenxi Liu, Wei Shen 외

Batch Normalization (BN) has become an out-of-box technique to improve deep network training. However, its effectiveness is limited for micro-batch training, i.e., each GPU typically has only 1-2 images for training, whi…

GPUimage-classificationImage ClassificationInstance Segmentation+5

StableGrad: Backward Scale Control without Batch Normalization

2026-05-19 · Jose I. Mestre, Alberto Fernández-Hernández, Cristian Pérez-Corral, Manuel F. Dolz 외 arxiv

Training very deep neural networks requires controlling the propagation of magnitudes across depth. Without such control, activations and gradients may vanish, explode, or enter unstable regimes that make optimization fa…