Variance Reduced Stochastic Proximal Algorithm for AUC Maximization
Soham Dan, Dushyant Sahoo

TL;DR
This paper introduces VRSPAM, a variance reduced stochastic proximal algorithm designed for AUC maximization, improving convergence speed over previous methods like SPAM, especially for imbalanced classification tasks.
Contribution
The paper develops a novel variance reduced stochastic proximal algorithm specifically for AUC maximization, with theoretical and empirical evidence of faster convergence.
Findings
VRSPAM converges faster than SPAM.
Theoretical analysis confirms improved convergence guarantees.
Empirical results demonstrate superior performance on benchmark datasets.
Abstract
Stochastic Gradient Descent has been widely studied with classification accuracy as a performance measure. However, these stochastic algorithms cannot be directly used when non-decomposable pairwise performance measures are used such as Area under the ROC curve (AUC) which is a common performance metric when the classes are imbalanced. There have been several algorithms proposed for optimizing AUC as a performance metric, and one of the recent being a stochastic proximal gradient algorithm (SPAM). But the downside of the stochastic methods is that they suffer from high variance leading to slower convergence. To combat this issue, several variance reduced methods have been proposed with faster convergence guarantees than vanilla stochastic gradient descent. Again, these variance reduced methods are not directly applicable when non-decomposable performance measures are used. In this…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Imbalanced Data Classification Techniques · Stochastic Gradient Optimization Techniques
