paper-with-me

Papers

Generalizing and Decoupling Neural Collapse via Hyperspherical Uniformity Gap

2023-03-11 · Weiyang Liu, Longhui Yu, Adrian Weller, Bernhard Schölkopf

The neural collapse (NC) phenomenon describes an underlying geometric symmetry for deep neural networks, where both deeply learned features and classifiers converge to a simplex equiangular tight frame. It has been shown that both cross-entropy loss and mean square error can provably lead to NC. We remove NC's key assumption on the feature dimension and the number of classes, and then present a generalized neural collapse (GNC) hypothesis that effectively subsumes the original NC. Inspired by how NC characterizes the training target of neural networks, we decouple GNC into two objectives: minimal intra-class variability and maximal inter-class separability. We then use hyperspherical uniformity (which characterizes the degree of uniformity on the unit hypersphere) as a unified framework to quantify these two objectives. Finally, we propose a general objective -- hyperspherical uniformity gap (HUG), which is defined by the difference between inter-class and intra-class hyperspherical uniformity. HUG not only provably converges to GNC, but also decouples GNC into two separate objectives. Unlike cross-entropy loss that couples intra-class compactness and inter-class separability, HUG enjoys more flexibility and serves as a good alternative loss function. Empirical results show that HUG works well in terms of generalization and robustness.

📄 PDF Abstract BibTeX arXiv:2303.06484

Code (5)

yulonghui/Uniformity-Gap 공식 구현 pytorch
MindCode-4/code-12/tree/main/generalizing-and-decoupling-neural-collapse mindspore
MindCode-4/code-7/tree/main/generalizing-and-decoupling-neural-collapse mindspore
MindSpore-scientific-2/code-12/tree/main/generalizing-and-decoupling-neural-collapse mindspore
guluguluhhhh/contrib/tree/43-2/application/generalizing-and-decoupling-neural-collapse mindspore

Similar Papers 제목 키워드 기반

Learning with Hyperspherical Uniformity

2021-03-02 · Weiyang Liu, Rongmei Lin, Zhen Liu, Li Xiong 외

Due to the over-parameterization nature, neural networks are a powerful tool for nonlinear function approximation. In order to achieve good generalization on unseen data, a suitable inductive bias is of great importance …

Inductive BiasL2 Regularization

Measuring spatial uniformity with the hypersphere chord length distribution

2020-04-12 · Panagiotis Sidiropoulos

Data uniformity is a concept associated with several semantic data characteristics such as lack of features, correlation and sample bias. This article introduces a novel measure to assess data uniformity and detect unifo…

Hyperspherically Regularized Networks for Self-Supervision

2021-04-29 · Aiden Durrant, Georgios Leontidis

Bootstrap Your Own Latent (BYOL) introduced an approach to self-supervised learning avoiding the contrastive paradigm and subsequently removing the computational burden of negative sampling associated with such methods. …

DiversitySelf-Supervised Learning

Bridging Mini-Batch and Asymptotic Analysis in Contrastive Learning: From InfoNCE to Kernel-Based Losses

2024-05-28 · Panagiotis Koromilas, Giorgos Bouritsas, Theodoros Giannakopoulos, Mihalis Nicolaou 외

What do different contrastive learning (CL) losses actually optimize for? Although multiple CL methods have demonstrated remarkable representation learning capabilities, the differences in their inner workings remain lar…

Contrastive LearningRepresentation Learning

Understanding Metric Learning on Unit Hypersphere and Generating Better Examples for Adversarial Training

2021-09-29 · Yihan Wu, Heng Huang

Recent works have shown that adversarial examples can improve the performance of representation learning tasks. In this paper, we boost the performance of deep metric learning (DML) models with adversarial examples gener…

Metric LearningRepresentation LearningTriplet