paper-with-me

홈 › Papers

On the Separability of Classes with the Cross-Entropy Loss Function

2019-09-16 · Rudrajit Das, Subhasis Chaudhuri

In this paper, we focus on the separability of classes with the cross-entropy loss function for classification problems by theoretically analyzing the intra-class distance and inter-class distance (i.e. the distance between any two points belonging to the same class and different classes, respectively) in the feature space, i.e. the space of representations learnt by neural networks. Specifically, we consider an arbitrary network architecture having a fully connected final layer with Softmax activation and trained using the cross-entropy loss. We derive expressions for the value and the distribution of the squared L2 norm of the product of a network dependent matrix and a random intra-class and inter-class distance vector (i.e. the vector between any two points belonging to the same class and different classes), respectively, in the learnt feature space (or the transformation of the original data) just before Softmax activation, as a function of the cross-entropy loss value. The main result of our analysis is the derivation of a lower bound for the probability with which the inter-class distance is more than the intra-class distance in this feature space, as a function of the loss value. We do so by leveraging some empirical statistical observations with mild assumptions and sound theoretical analysis. As per intuition, the probability with which the inter-class distance is more than the intra-class distance decreases as the loss value increases, i.e. the classes are better separated when the loss value is low. To the best of our knowledge, this is the first work of theoretical nature trying to explain the separability of classes in the feature space learnt by neural networks trained with the cross-entropy loss function.

📄 PDF Abstract BibTeX arXiv:1909.06930

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

CC-Loss: Channel Correlation Loss For Image Classification

2020-10-12 · Zeyu Song, Dongliang Chang, Zhanyu Ma, Xiaoxu Li 외

The loss function is a key component in deep learning models. A commonly used loss function for classification is the cross entropy loss, which is a simple yet effective application of information theory for classificati…

ClassificationGeneral Classificationimage-classificationImage Classification

BCE3S: Binary Cross-Entropy Based Tripartite Synergistic Learning for Long-tailed Recognition

2025-11-18 · Weijia Fan, Qiufu Li, Jiajun Wen, Xiaoyang Peng arxiv

For long-tailed recognition (LTR) tasks, high intra-class compactness and inter-class separability in both head and tail classes, as well as balanced separability among all the classifier vectors, are preferred. The exis…

Contrastive Learning

Margin Matters: Towards More Discriminative Deep Neural Network Embeddings for Speaker Recognition

2019-06-18 · Xu Xiang, Shuai Wang, Houjun Huang, Yanmin Qian 외

Recently, speaker embeddings extracted from a speaker discriminative deep neural network (DNN) yield better performance than the conventional methods such as i-vector. In most cases, the DNN speaker classifier is trained…

Speaker Recognition

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…

Mixture separability loss in a deep convolutional network for image classification

2019-06-16 · Trung Dung Do, Cheng-Bin Jin, Hakil Kim, Van Huan Nguyen

In machine learning, the cost function is crucial because it measures how good or bad a system is. In image classification, well-known networks only consider modifying the network structures and applying cross-entropy lo…

General Classificationimage-classificationImage Classification