Competing Ratio Loss for Discriminative Multi-class Image Classification
Ke Zhang, Yurong Guo, Xinsheng Wang, Dongliang Chang, Zhenbing Zhao,, Zhanyu Ma, Tony X.Han

TL;DR
This paper introduces the competing ratio loss (CRL), a novel loss function for multi-class image classification that enhances class differentiation and improves training convergence across various datasets and architectures.
Contribution
The study proposes CRL, a new loss function that calculates the posterior probability ratio to better distinguish classes and ensures stable convergence during training.
Findings
CRL outperforms cross-entropy loss on multiple datasets.
CRL demonstrates robustness across different neural network architectures.
CRL accelerates convergence and improves classification accuracy.
Abstract
The development of deep convolutional neural network architecture is critical to the improvement of image classification task performance. Many image classification studies use deep convolutional neural network and focus on modifying the network structure to improve image classification performance. Conversely, our study focuses on loss function design. Cross-entropy Loss (CEL) has been widely used for training deep convolutional neural network for the task of multi-class classification. Although CEL has been successfully implemented in several image classification tasks, it only focuses on the posterior probability of the correct class. For this reason, a negative log likelihood ratio loss (NLLR) was proposed to better differentiate between the correct class and the competing incorrect ones. However, during the training of the deep convolutional neural network, the value of NLLR is not…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Face recognition and analysis
