TL;DR
This paper introduces a constrained optimization approach for training neural networks that emphasizes reducing false positive rates at high true positive rates, especially for critical and under-represented classes in imbalanced datasets.
Contribution
It proposes a novel constraint integrated into loss functions to maximize AUC via an Augmented Lagrangian method, improving performance on critical classes in imbalanced classification tasks.
Findings
Improves accuracy on critical classes in medical imaging datasets.
Reduces misclassification rates for under-represented classes.
Enhances ROC performance by focusing on FPR reduction at high TPR.
Abstract
Deep neural networks (DNNs) are notorious for making more mistakes for the classes that have substantially fewer samples than the others during training. Such class imbalance is ubiquitous in clinical applications and very crucial to handle because the classes with fewer samples most often correspond to critical cases (e.g., cancer) where misclassifications can have severe consequences. Not to miss such cases, binary classifiers need to be operated at high True Positive Rates (TPRs) by setting a higher threshold, but this comes at the cost of very high False Positive Rates (FPRs) for problems with class imbalance. Existing methods for learning under class imbalance most often do not take this into account. We argue that prediction accuracy should be improved by emphasizing reducing FPRs at high TPRs for problems where misclassification of the positive, i.e. critical, class samples are…
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
