Large-scale Optimization of Partial AUC in a Range of False Positive Rates
Yao Yao, Qihang Lin, Tianbao Yang

TL;DR
This paper introduces a scalable optimization algorithm for partial AUC in specific FPR ranges, suitable for deep learning and large datasets, addressing limitations of previous methods.
Contribution
It formulates partial AUC optimization as a non-smooth DC program and develops an efficient stochastic gradient method with theoretical complexity guarantees.
Findings
Effective partial AUC maximization demonstrated on large datasets.
Algorithm outperforms existing methods in scalability and efficiency.
Applicable to deep neural networks and ranked range loss minimization.
Abstract
The area under the ROC curve (AUC) is one of the most widely used performance measures for classification models in machine learning. However, it summarizes the true positive rates (TPRs) over all false positive rates (FPRs) in the ROC space, which may include the FPRs with no practical relevance in some applications. The partial AUC, as a generalization of the AUC, summarizes only the TPRs over a specific range of the FPRs and is thus a more suitable performance measure in many real-world situations. Although partial AUC optimization in a range of FPRs had been studied, existing algorithms are not scalable to big data and not applicable to deep learning. To address this challenge, we cast the problem into a non-smooth difference-of-convex (DC) program for any smooth predictive functions (e.g., deep neural networks), which allowed us to develop an efficient approximated gradient descent…
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.
Videos
Taxonomy
TopicsMachine Learning and Algorithms · Statistical Methods and Inference · Domain Adaptation and Few-Shot Learning
