paper-with-me

홈 › Papers

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-Recall-Precision (LRP) performance metric (Oksuz et al., 2018) inspired from how Average Precision (AP) Loss extends precision to a ranking-based loss function for classification (Chen et al., 2020). aLRP has the following distinct advantages: (i) aLRP is the first ranking-based loss function for both classification and localisation tasks. (ii) Thanks to using ranking for both tasks, aLRP naturally enforces high-quality localisation for high-precision classification. (iii) aLRP provides provable balance between positives and negatives. (iv) Compared to on average $\sim$6 hyperparameters in the loss functions of state-of-the-art detectors, aLRP Loss has only one hyperparameter, which we did not tune in practice. On the COCO dataset, aLRP Loss improves its ranking-based predecessor, AP Loss, up to around $5$ AP points, achieves $48.9$ AP without test time augmentation and outperforms all one-stage detectors. Code available at: https://github.com/kemaloksuz/aLRPLoss .

📄 PDF Abstract BibTeX arXiv:2009.13592

Code (3)

kemaloksuz/aLRPLoss 공식 구현 pytorch
kemaloksuz/aLRPLoss-AblationExperiments pytorch
xudangliatiger/ape-loss pytorch

Tasks

ClassificationGeneral Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Ranking Measures and Loss Functions in Learning to Rank

2009-12-01 · NeurIPS 2009 12 · Wei Chen, Tie-Yan Liu, Yanyan Lan, Zhi-Ming Ma 외

Learning to rank has become an important research topic in machine learning. While most learning-to-rank methods learn the ranking function by minimizing the loss functions, it is the ranking measures (such as NDCG and M…

General ClassificationLearning-To-Rank

Improving GBDT Performance on Imbalanced Datasets: An Empirical Study of Class-Balanced Loss Functions

2024-07-19 · Jiaqi Luo, Yuan Yuan, Shixin Xu

Class imbalance remains a significant challenge in machine learning, particularly for tabular data classification tasks. While Gradient Boosting Decision Trees (GBDT) models have proven highly effective for such tasks, t…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONtabular-classification

Enlarged Large Margin Loss for Imbalanced Classification

2023-06-15 · Sota Kato, Kazuhiro Hotta

We propose a novel loss function for imbalanced classification. LDAM loss, which minimizes a margin-based generalization bound, is widely utilized for class-imbalanced image classification. Although, by using LDAM loss, …

Classificationimage-classificationImage Classificationimbalanced classification

IoU-balanced Loss Functions for Single-stage Object Detection

2019-08-15 · Shengkai Wu, Jinrong Yang, Xinggang Wang, Xiaoping Li

Single-stage object detectors have been widely applied in computer vision applications due to their high efficiency. However, we find that the loss functions adopted by single-stage object detectors hurt the localization…

ClassificationGeneral ClassificationObjectobject-detection+1

PCCT: Progressive Class-Center Triplet Loss for Imbalanced Medical Image Classification

2022-07-11 · Kanghao Chen, Weixian Lei, Rong Zhang, Shen Zhao 외

Imbalanced training data is a significant challenge for medical image classification. In this study, we propose a novel Progressive Class-Center Triplet (PCCT) framework to alleviate the class imbalance issue particularl…

image-classificationImage ClassificationMedical Image ClassificationTriplet