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

TL;DR
This paper introduces the Competing Ratio Loss (CRL), a new loss function for multi-class image classification that enhances class discrimination by considering the ratio of correct to wrong class probabilities, improving performance across various datasets.
Contribution
The paper proposes the novel Competing Ratio Loss (CRL) that directly compares correct and wrong class probabilities, addressing limitations of cross-entropy loss in discriminating classes.
Findings
CRL improves classification accuracy on multiple datasets.
CRL demonstrates robustness across different neural network architectures.
CRL enhances class separation in fine-grained and large-scale tasks.
Abstract
The development of deep convolutional neural network architecture is critical to the improvement of image classification task performance. A lot of studies of image classification based on deep convolutional neural network focus on the network structure to improve the image classification performance. Contrary to these studies, we focus on the loss function. Cross-entropy Loss (CEL) is widely used for training a multi-class classification deep convolutional neural network. While CEL has been successfully implemented in image classification tasks, it only focuses on the posterior probability of correct class when the labels of training images are one-hot. It cannot be discriminated against the classes not belong to correct class (wrong classes) directly. In order to solve the problem of CEL, we propose Competing Ratio Loss (CRL), which calculates the posterior probability ratio between…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Face recognition and analysis · Machine Learning and Data Classification
