CAMRI Loss: Improving Recall of a Specific Class without Sacrificing Accuracy
Daiki Nishiyama, Kazuto Fukuchi, Youhei Akimoto, Jun Sakuma

TL;DR
This paper introduces CAMRI Loss, a novel class-sensitive angular margin loss function that enhances recall for critical classes in multi-class classification without compromising overall accuracy.
Contribution
The paper proposes CAMRI Loss, a new loss function that improves class separation for important classes by applying a margin, boosting recall without accuracy loss.
Findings
Up to 9% recall improvement on benchmark datasets.
Maintains accuracy while enhancing recall for critical classes.
Effective in multi-class classification scenarios.
Abstract
In real-world applications of multi-class classification models, misclassification in an important class (e.g., stop sign) can be significantly more harmful than in other classes (e.g., speed limit). In this paper, we propose a loss function that can improve the recall of an important class while maintaining the same level of accuracy as the case using cross-entropy loss. For our purpose, we need to make the separation of the important class better than the other classes. However, existing methods that give a class-sensitive penalty for cross-entropy loss do not improve the separation. On the other hand, the method that gives a margin to the angle between the feature vectors and the weight vectors of the last fully connected layer corresponding to each feature can improve the separation. Therefore, we propose a loss function that can improve the separation of the important class by…
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
TopicsDomain Adaptation and Few-Shot Learning · Digital Imaging for Blood Diseases · Advanced Neural Network Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
