paper-with-me

홈 › Papers

Optimizing for ROC Curves on Class-Imbalanced Data by Training over a Family of Loss Functions

2024-02-08 · Kelsey Lieberman, Shuai Yuan, Swarna Kamlam Ravindran, Carlo Tomasi

Although binary classification is a well-studied problem in computer vision, training reliable classifiers under severe class imbalance remains a challenging problem. Recent work has proposed techniques that mitigate the effects of training under imbalance by modifying the loss functions or optimization methods. While this work has led to significant improvements in the overall accuracy in the multi-class case, we observe that slight changes in hyperparameter values of these methods can result in highly variable performance in terms of Receiver Operating Characteristic (ROC) curves on binary problems with severe imbalance. To reduce the sensitivity to hyperparameter choices and train more general models, we propose training over a family of loss functions, instead of a single loss function. We develop a method for applying Loss Conditional Training (LCT) to an imbalanced classification problem. Extensive experiment results, on both CIFAR and Kaggle competition datasets, show that our method improves model performance and is more robust to hyperparameter choices. Code is available at https://github.com/klieberman/roc_lct.

📄 PDF Abstract BibTeX arXiv:2402.05400

Code (1)

klieberman/roc_lct 공식 구현 pytorch

Tasks

Binary Classificationimbalanced classification

Similar Papers 제목 키워드 기반

Precision and Recall Reject Curves for Classification

2023-08-16 · Lydia Fischer, Patricia Wollstadt

For some classification scenarios, it is desirable to use only those classification instances that a trained model associates with a high certainty. To obtain such high-certainty instances, previous work has proposed acc…

ClassificationQuantization

Primal Estimated Subgradient Solver for SVM for Imbalanced Classification

2022-06-19 · John Sun

We aim to demonstrate in experiments that our cost sensitive PEGASOS SVM achieves good performance on imbalanced data sets with a Majority to Minority Ratio ranging from 8.6:1 to 130:1 and to ascertain whether the includ…

Classificationimbalanced classification

Offset Curves Loss for Imbalanced Problem in Medical Segmentation

2020-12-04 · Ngan Le, Trung Le, Kashu Yamazaki, Toan Duc Bui 외

Medical image segmentation has played an important role in medical analysis and widely developed for many clinical applications. Deep learning-based approaches have achieved high performance in semantic segmentation but …

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Robust performance metrics for imbalanced classification problems

2024-04-11 · Hajo Holzmann, Bernhard Klar

We show that established performance metrics in binary classification, such as the F-score, the Jaccard similarity coefficient or Matthews' correlation coefficient (MCC), are not robust to class imbalance in the sense th…

Binary ClassificationClassificationimbalanced classification

A Descriptive Study of Variable Discretization and Cost-Sensitive Logistic Regression on Imbalanced Credit Data

2018-12-28 · Lili Zhang, Herman Ray, Jennifer Priestley, Soon Tan

Training classification models on imbalanced data tends to result in bias towards the majority class. In this paper, we demonstrate how variable discretization and cost-sensitive logistic regression help mitigate this bi…

Descriptiveregression