paper-with-me

Papers

Consistent Binary Classification with Generalized Performance Metrics

2014-12-01 · NeurIPS 2014 12 · Oluwasanmi O. Koyejo, Nagarajan Natarajan, Pradeep K. Ravikumar, Inderjit S. Dhillon

Performance metrics for binary classification are designed to capture tradeoffs between four fundamental population quantities: true positives, false positives, true negatives and false negatives. Despite significant interest from theoretical and applied communities, little is known about either optimal classifiers or consistent algorithms for optimizing binary classification performance metrics beyond a few special cases. We consider a fairly large family of performance metrics given by ratios of linear combinations of the four fundamental population quantities. This family includes many well known binary classification metrics such as classification accuracy, AM measure, F-measure and the Jaccard similarity coefficient as special cases. Our analysis identifies the optimal classifiers as the sign of the thresholded conditional probability of the positive class, with a performance metric-dependent threshold. The optimal threshold can be constructed using simple plug-in estimators when the performance metric is a linear combination of the population quantities, but alternative techniques are required for the general case. We propose two algorithms for estimating the optimal classifiers, and prove their statistical consistency. Both algorithms are straightforward modifications of standard approaches to address the key challenge of optimal threshold selection, thus are simple to implement in practice. The first algorithm combines a plug-in estimate of the conditional probability of the positive class with optimal threshold selection. The second algorithm leverages recent work on calibrated asymmetric surrogate losses to construct candidate classifiers. We present empirical comparisons between these algorithms on benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Principled Algorithms for Optimizing Generalized Metrics in Binary Classification

2025-12-29 · Anqi Mao, Mehryar Mohri, Yutao Zhong arxiv

In applications with significant class imbalance or asymmetric costs, metrics such as the $F_β$-measure, AM measure, Jaccard similarity coefficient, and weighted accuracy offer more suitable evaluation criteria than stan…

Binary Classification

Surrogate regret bounds for generalized classification performance metrics

2015-04-27 · Wojciech Kotłowski, Krzysztof Dembczyński

We consider optimization of generalized performance metrics for binary classification by means of surrogate losses. We focus on a class of metrics, which are linear-fractional functions of the false positive and false ne…

Binary ClassificationClassificationGeneral Classification

Consistent algorithms for multi-label classification with macro-at-$k$ metrics

2024-01-29 · Erik Schultheis, Wojciech Kotłowski, Marek Wydmuch, Rohit Babbar 외

We consider the optimization of complex performance metrics in multi-label classification under the population utility framework. We mainly focus on metrics linearly decomposable into a sum of binary classification utili…

Binary ClassificationClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Combining Varied Learners for Binary Classification using Stacked Generalization

2022-02-17 · Sruthi Nair, Abhishek Gupta, Raunak Joshi, Vidya Chitre

The Machine Learning has various learning algorithms that are better in some or the other aspect when compared with each other but a common error that all algorithms will suffer from is training data with very high dimen…

Binary ClassificationClassificationEnsemble Learning

Area under the ROC Curve has the Most Consistent Evaluation for Binary Classification

2024-08-19 · Jing Li

The proper use of model evaluation metrics is important for model evaluation and model selection in binary classification tasks. This study investigates how consistent different metrics are at evaluating models across da…

AllBinary ClassificationClassificationModel Selection