Boosted CVaR Classification
Runtian Zhai, Chen Dan, Arun Sai Suggala, Zico Kolter, Pradeep, Ravikumar

TL;DR
This paper introduces Boosted CVaR Classification, a novel framework that optimizes tail performance in classification by training randomized classifiers using a boosting-inspired algorithm, demonstrating improved results on benchmark datasets.
Contribution
The paper proposes a new boosting-based framework for training randomized classifiers to improve tail performance using CVaR loss, addressing limitations of deterministic classifiers.
Findings
The proposed $ extalpha$-AdaLPBoost algorithm outperforms deterministic methods in tail performance.
Minimizing CVaR over randomized classifiers can lead to better worst-case performance.
Empirical results on benchmark datasets validate the effectiveness of the approach.
Abstract
Many modern machine learning tasks require models with high tail performance, i.e. high performance over the worst-off samples in the dataset. This problem has been widely studied in fields such as algorithmic fairness, class imbalance, and risk-sensitive decision making. A popular approach to maximize the model's tail performance is to minimize the CVaR (Conditional Value at Risk) loss, which computes the average risk over the tails of the loss. However, for classification tasks where models are evaluated by the zero-one loss, we show that if the classifiers are deterministic, then the minimizer of the average zero-one loss also minimizes the CVaR zero-one loss, suggesting that CVaR loss minimization is not helpful without additional assumptions. We circumvent this negative result by minimizing the CVaR loss over randomized classifiers, for which the minimizers of the average zero-one…
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
Taxonomy
TopicsImbalanced Data Classification Techniques · Adversarial Robustness in Machine Learning · Machine Learning and Algorithms
