paper-with-me

Papers

Optimal Binary Classifier Aggregation for General Losses

2015-10-01 · NeurIPS 2016 12 · Akshay Balsubramani, Yoav Freund

We address the problem of aggregating an ensemble of predictors with known loss bounds in a semi-supervised binary classification setting, to minimize prediction loss incurred on the unlabeled data. We find the minimax optimal predictions for a very general class of loss functions including all convex and many non-convex losses, extending a recent analysis of the problem for misclassification error. The result is a family of semi-supervised ensemble aggregation algorithms which are as efficient as linear learning by convex optimization, but are minimax optimal without any relaxations. Their decision rules take a form familiar in decision theory -- applying sigmoid functions to a notion of ensemble margin -- without the assumptions typically made in margin-based learning.

📄 PDF Abstract BibTeX arXiv:1510.00452

Code (1)

aikanor/marvin

Tasks

Binary ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

On the Calibration of Multiclass Classification with Rejection

2019-01-30 · NeurIPS 2019 12 · Chenri Ni, Nontawat Charoenphakdee, Junya Honda, Masashi Sugiyama

We investigate the problem of multiclass classification with rejection, where a classifier can choose not to make a prediction to avoid critical misclassification. First, we consider an approach based on simultaneous tra…

ClassificationGeneral Classification

Convex Optimization for Binary Classifier Aggregation in Multiclass Problems

2014-01-16 · Sunho Park, TaeHyun Hwang, Seungjin Choi

Multiclass problems are often decomposed into multiple binary problems that are solved by individual binary classifiers whose results are integrated into a final answer. Various methods, including all-pairs (APs), one-ve…

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 int…

Binary ClassificationClassificationGeneral Classification

Optimally Combining Classifiers Using Unlabeled Data

2015-03-05 · Akshay Balsubramani, Yoav Freund

We develop a worst-case analysis of aggregation of classifier ensembles for binary classification. The task of predicting to minimize error is formulated as a game played over a given set of unlabeled data (a transductiv…

Binary ClassificationGeneral Classification

Optimally Efficient Sequential Calibration of Binary Classifiers to Minimize Classification Error

2021-08-19 · Kaan Gokcesu, Hakan Gokcesu

In this work, we aim to calibrate the score outputs of an estimator for the binary classification problem by finding an 'optimal' mapping to class probabilities, where the 'optimal' mapping is in the sense that minimizes…

Binary Classification