Adversarial Cost-Sensitive Classification

Abstract

In many classification settings, mistakes incur different application-dependent penalties based on the predicted and the actual class label. Cost-sensitive classifiers that attempt to minimize these application-based penalties are needed. We propose a robust minimax approach for producing classifiers that directly minimize the cost of mistakes as a convex optimization problem. This is in contrast to previous methods that minimize the empirical risk using a convex surrogate for the cost of mistakes, since minimizing the empirical risk of the actual cost-sensitive loss is generally intractable. By treating properties of the training data as being uncertain, our approach avoids these computational difficulties. We develop theory and algorithms for our approach and demonstrate its benefits on cost-sensitive classification tasks.

Cite

Text

Asif et al. "Adversarial Cost-Sensitive Classification." Conference on Uncertainty in Artificial Intelligence, 2015.

Markdown

[Asif et al. "Adversarial Cost-Sensitive Classification." Conference on Uncertainty in Artificial Intelligence, 2015.](https://mlanthology.org/uai/2015/asif2015uai-adversarial/)

BibTeX

@inproceedings{asif2015uai-adversarial,
  title     = {{Adversarial Cost-Sensitive Classification}},
  author    = {Asif, Kaiser and Xing, Wei and Behpour, Sima and Ziebart, Brian D.},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2015},
  pages     = {92-101},
  url       = {https://mlanthology.org/uai/2015/asif2015uai-adversarial/}
}