paper-with-me

홈 › Papers

Neural Collapse for Unconstrained Feature Model under Cross-entropy Loss with Imbalanced Data

2023-09-18 · Wanli Hong, Shuyang Ling

Recent years have witnessed the huge success of deep neural networks (DNNs) in various tasks of computer vision and text processing. Interestingly, these DNNs with massive number of parameters share similar structural properties on their feature representation and last-layer classifier at terminal phase of training (TPT). Specifically, if the training data are balanced (each class shares the same number of samples), it is observed that the feature vectors of samples from the same class converge to their corresponding in-class mean features and their pairwise angles are the same. This fascinating phenomenon is known as Neural Collapse (N C), first termed by Papyan, Han, and Donoho in 2019. Many recent works manage to theoretically explain this phenomenon by adopting so-called unconstrained feature model (UFM). In this paper, we study the extension of N C phenomenon to the imbalanced data under cross-entropy loss function in the context of unconstrained feature model. Our contribution is multi-fold compared with the state-of-the-art results: (a) we show that the feature vectors exhibit collapse phenomenon, i.e., the features within the same class collapse to the same mean vector; (b) the mean feature vectors no longer form an equiangular tight frame. Instead, their pairwise angles depend on the sample size; (c) we also precisely characterize the sharp threshold on which the minority collapse (the feature vectors of the minority groups collapse to one single vector) will take place; (d) finally, we argue that the effect of the imbalance in datasize diminishes as the sample size grows. Our results provide a complete picture of the N C under the cross-entropy loss for the imbalanced data. Numerical experiments confirm our theoretical analysis.

📄 PDF Abstract BibTeX arXiv:2309.09725

Code (1)

wanlihongc/neural-collapse 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Neural Collapse for Cross-entropy Class-Imbalanced Learning with Unconstrained ReLU Feature Model

2024-01-04 · Hien Dang, Tho Tran, Tan Nguyen, Nhat Ho

The current paradigm of training deep neural networks for classification tasks includes minimizing the empirical risk that pushes the training loss value towards zero, even after the training error has been vanished. In …

Memorization-Dilation: Modeling Neural Collapse Under Label Noise

2022-06-11 · Duc Anh Nguyen, Ron Levie, Julian Lienen, Gitta Kutyniok 외

The notion of neural collapse refers to several emergent phenomena that have been empirically observed across various canonical classification problems. During the terminal phase of training a deep neural network, the fe…

Memorization

On the Optimization Landscape of Neural Collapse under MSE Loss: Global Optimality with Unconstrained Features

2022-03-02 · Jinxin Zhou, Xiao Li, Tianyu Ding, Chong You 외

When training deep neural networks for classification tasks, an intriguing empirical phenomenon has been widely observed in the last-layer classifiers and features, where (i) the class means and the last-layer classifier…

An Unconstrained Layer-Peeled Perspective on Neural Collapse

2021-10-06 · ICLR 2022 4 · Wenlong Ji, Yiping Lu, Yiliang Zhang, Zhun Deng 외

Neural collapse is a highly symmetric geometric pattern of neural networks that emerges during the terminal phase of training, with profound implications on the generalization performance and robustness of the trained ne…

The Persistence of Neural Collapse Despite Low-Rank Bias: An Analytic Perspective Through Unconstrained Features

2024-10-30 · Connall Garrod, Jonathan P. Keating

Modern deep neural networks have been observed to exhibit a simple structure in their final layer features and weights, commonly referred to as neural collapse. This phenomenon has also been noted in layers beyond the fi…