paper-with-me

홈 › Papers

Inducing Neural Collapse in Imbalanced Learning: Do We Really Need a Learnable Classifier at the End of Deep Neural Network?

2022-03-17 · Yibo Yang, Shixiang Chen, Xiangtai Li, Liang Xie, Zhouchen Lin, DaCheng Tao

Modern deep neural networks for classification usually jointly learn a backbone for representation and a linear classifier to output the logit of each class. A recent study has shown a phenomenon called neural collapse that the within-class means of features and the classifier vectors converge to the vertices of a simplex equiangular tight frame (ETF) at the terminal phase of training on a balanced dataset. Since the ETF geometric structure maximally separates the pair-wise angles of all classes in the classifier, it is natural to raise the question, why do we spend an effort to learn a classifier when we know its optimal geometric structure? In this paper, we study the potential of learning a neural network for classification with the classifier randomly initialized as an ETF and fixed during training. Our analytical work based on the layer-peeled model indicates that the feature learning with a fixed ETF classifier naturally leads to the neural collapse state even when the dataset is imbalanced among classes. We further show that in this case the cross entropy (CE) loss is not necessary and can be replaced by a simple squared loss that shares the same global optimality but enjoys a better convergence property. Our experimental results show that our method is able to bring significant improvements with faster convergence on multiple imbalanced datasets.

📄 PDF Abstract BibTeX arXiv:2203.09081

Code (1)

NeuralCollapseApplications/ImbalancedLearning 공식 구현 pytorch

Tasks

ClassificationImage ClassificationLong-tail Learning

Similar Papers 제목 키워드 기반

Inducing Neural Collapse in Deep Long-tailed Learning

2023-02-24 · Xuantong Liu, Jianfeng Zhang, Tianyang Hu, He Cao 외

Although deep neural networks achieve tremendous success on various classification tasks, the generalization ability drops sheer when training datasets exhibit long-tailed distributions. One of the reasons is that the le…

Inducing Neural Collapse to a Fixed Hierarchy-Aware Frame for Reducing Mistake Severity

2023-03-10 · ICCV 2023 1 · TONG LIANG, Jim Davis

There is a recently discovered and intriguing phenomenon called Neural Collapse: at the terminal phase of training a deep neural network for classification, the within-class penultimate feature means and the associated c…

Understanding Imbalanced Semantic Segmentation Through Neural Collapse

2023-01-03 · CVPR 2023 1 · Zhisheng Zhong, Jiequan Cui, Yibo Yang, Xiaoyang Wu 외

A recent study has shown a phenomenon called neural collapse in that the within-class means of features and the classifier weight vectors converge to the vertices of a simplex equiangular tight frame at the terminal phas…

3D Semantic SegmentationSegmentationSemantic Segmentation

Optimal Representations for Generalized Contrastive Learning with Imbalanced Datasets

2026-05-11 · Thuan Nguyen, Shuchin Aeron, D. Richard Brown, Prakash Ishwar arxiv

In this paper, we provide a computable characterization of the geometry of optimal representations in Contrastive Learning (CL) when the classes are imbalanced. When classes are balanced and the representation dimension …

Contrastive Learning

Understanding Representation of Deep Equilibrium Models from Neural Collapse Perspective

2024-10-30 · Haixiang Sun, Ye Shi

Deep Equilibrium Model (DEQ), which serves as a typical implicit neural network, emphasizes their memory efficiency and competitive performance compared to explicit neural networks. However, there has been relatively lim…