paper-with-me

홈 › Papers

CAMRI Loss: Improving Recall of a Specific Class without Sacrificing Accuracy

2022-09-22 · Daiki Nishiyama, Kazuto Fukuchi, Youhei Akimoto, Jun Sakuma

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 setting the margin only for the important class, called Class-sensitive Additive Angular Margin Loss (CAMRI Loss). CAMRI loss is expected to reduce the variance of angles between features and weights of the important class relative to other classes due to the margin around the important class in the feature space by adding a penalty to the angle. In addition, concentrating the penalty only on the important classes hardly sacrifices the separation of the other classes. Experiments on CIFAR-10, GTSRB, and AwA2 showed that the proposed method could improve up to 9% recall improvement on cross-entropy loss without sacrificing accuracy.

📄 PDF Abstract BibTeX arXiv:2209.10920

Code (1)

pfunami/CAMRI_Loss 공식 구현 tf

Tasks

Multi-class Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Striking the Right Balance: Recall Loss for Semantic Segmentation

2021-06-28 · Junjiao Tian, Niluthpol Mithun, Zach Seymour, Han-Pang Chiu 외

Class imbalance is a fundamental problem in computer vision applications such as semantic segmentation. Specifically, uneven class distributions in a training dataset often result in unsatisfactory performance on under-r…

Semantic Segmentation

A Ranking-based, Balanced Loss Function Unifying Classification and Localisation in Object Detection

2020-09-28 · NeurIPS 2020 12 · Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan

We propose average Localisation-Recall-Precision (aLRP), a unified, bounded, balanced and ranking-based loss function for both classification and localisation tasks in object detection. aLRP extends the Localisation-Reca…

ClassificationGeneral Classificationobject-detectionObject Detection

Recall Loss for Imbalanced Image Classification and Semantic Segmentation

2021-01-01 · Junjiao Tian, Niluthpol Chowdhury Mithun, Zachary Seymour, Han-Pang Chiu 외

Class imbalance is a fundamental problem in computer vision applications such as semantic segmentation and image classification. Specifically, uneven class distributions in a training dataset often result in unsatisfacto…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Short Selling with Margin Risk and Recall Risk

2019-03-28

Short sales are regarded as negative purchases in textbook asset pricing theory. In reality, however, the symmetry between purchases and short sales is broken by a variety of costs and risks peculiar to the latter. We fo…

RECALL: Rehearsal-free Continual Learning for Object Classification

2022-09-29 · Markus Knauer, Maximilian Denninger, Rudolph Triebel

Convolutional neural networks show remarkable results in classification but struggle with learning new things on the fly. We present a novel rehearsal-free approach, where a deep neural network is continually learning ne…

ClassificationContinual LearningObjectObject Recognition