paper-with-me

홈 › Papers

The Exploration of Neural Collapse under Imbalanced Data

2024-11-26 · Haixia Liu

Neural collapse, a newly identified characteristic, describes a property of solutions during model training. In this paper, we explore neural collapse in the context of imbalanced data. We consider the $L$-extended unconstrained feature model with a bias term and provide a theoretical analysis of global minimizer. Our findings include: (1) Features within the same class converge to their class mean, similar to both the balanced case and the imbalanced case without bias. (2) The geometric structure is mainly on the left orthonormal transformation of the product of $L$ linear classifiers and the right transformation of the class-mean matrix. (3) Some rows of the left orthonormal transformation of the product of $L$ linear classifiers collapse to zeros and others are orthogonal, which relies on the singular values of $\hat Y=(I_K-1/N\mathbf{n}1^\top_K)D$, where $K$ is class size, $\mathbf{n}$ is the vector of sample size for each class, $D$ is the diagonal matrix whose diagonal entries are given by $\sqrt{\mathbf{n}}$. Similar results are for the columns of the right orthonormal transformation of the product of class-mean matrix and $D$. (4) The $i$-th row of the left orthonormal transformation of the product of $L$ linear classifiers aligns with the $i$-th column of the right orthonormal transformation of the product of class-mean matrix and $D$. (5) We provide the estimation of singular values about $\hat Y$. Our numerical experiments support these theoretical findings.

📄 PDF Abstract BibTeX arXiv:2411.17278

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

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

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

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…