paper-with-me

홈 › 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 this terminal phase of training, it has been observed that the last-layer features collapse to their class-means and these class-means converge to the vertices of a simplex Equiangular Tight Frame (ETF). This phenomenon is termed as Neural Collapse (NC). To theoretically understand this phenomenon, recent works employ a simplified unconstrained feature model to prove that NC emerges at the global solutions of the training problem. However, when the training dataset is class-imbalanced, some NC properties will no longer be true. For example, the class-means geometry will skew away from the simplex ETF when the loss converges. In this paper, we generalize NC to imbalanced regime for cross-entropy loss under the unconstrained ReLU feature model. We prove that, while the within-class features collapse property still holds in this setting, the class-means will converge to a structure consisting of orthogonal vectors with different lengths. Furthermore, we find that the classifier weights are aligned to the scaled and centered class-means with scaling factors depend on the number of training samples of each class, which generalizes NC in the class-balanced setting. We empirically prove our results through experiments on practical architectures and dataset.

📄 PDF Abstract BibTeX arXiv:2401.02058

Code (0)

등록된 구현이 없습니다.

Similar 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 pr…

Neural Collapse in Deep Linear Networks: From Balanced to Imbalanced Data

2023-01-01 · Hien Dang, Tho Tran, Stanley Osher, Hung Tran-The 외

Modern deep neural networks have achieved impressive performance on tasks from image classification to natural language processing. Surprisingly, these complex systems with massive amounts of parameters exhibit the same …

image-classificationImage Classification

Supervised Contrastive Representation Learning: Landscape Analysis with Unconstrained Features

2024-02-29 · Tina Behnia, Christos Thrampoulidis

Recent findings reveal that over-parameterized deep neural networks, trained beyond zero training-error, exhibit a distinctive structural pattern at the final layer, termed as Neural-collapse (NC). These results indicate…

Representation Learning

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…