Constrained Classification and Ranking via Quantiles
Alan Mackey, Xiyang Luo, Elad Eban

TL;DR
This paper introduces a new framework for constrained classification and ranking that models thresholds to satisfy specific positive or negative rate constraints, improving optimization for metrics like F-beta and precision at K.
Contribution
It proposes a novel, model-agnostic surrogate loss for constrained optimization based on predicted positive/negative rates, simplifying the training process.
Findings
Competitive performance on benchmark datasets
Efficient marginal increase in training complexity
Effective handling of class imbalance constraints
Abstract
In most machine learning applications, classification accuracy is not the primary metric of interest. Binary classifiers which face class imbalance are often evaluated by the score, area under the precision-recall curve, Precision at K, and more. The maximization of many of these metrics can be expressed as a constrained optimization problem, where the constraint is a function of the classifier's predictions. In this paper we propose a novel framework for learning with constraints that can be expressed as a predicted positive rate (or negative rate) on a subset of the training data. We explicitly model the threshold at which a classifier must operate to satisfy the constraint, yielding a surrogate loss function which avoids the complexity of constrained optimization. The method is model-agnostic and only marginally more expensive than minimization of the unconstrained loss.…
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
TopicsRough Sets and Fuzzy Logic
