paper-with-me

Papers

The Manokhin Probability Matrix: A Diagnostic Framework for Classifier Probability Quality

2026-05-05 · Valery Manokhin arxiv

The Brier score conflates two distinct properties of probabilistic predictions: reliability (calibration error) and resolution (discriminatory power). We introduce the Manokhin Probability Matrix, a BCG-style two-dimensional diagnostic framework that separates them. Classifiers are placed on a 2x2 grid by Spiegelhalter Z-statistic and AUC-ROC expected rank, then assigned to one of four archetypes: Eagle (good on both axes), Bull (strong discrimination, poor calibration), Sloth (well-calibrated, weak discriminator), and Mole (poor on both). Each archetype carries a distinct prescription. We populate the matrix from a large-scale empirical study spanning 21 classifiers, 5 post-hoc calibrators, and 30 real-world binary classification tasks from the TabArena-v0.1 suite. The assignment is unambiguous. CatBoost, TabICL, EBM, TabPFN, GBC, and Random Forest are Eagles. XGBoost, LightGBM, and HGB are Bulls; Venn-Abers calibration cuts log-loss by 6.5 to 12.6% on Bulls but degrades Eagles by 2.1%. SVM, LR, LDA, and the empirical base-rate predictor are Sloths. MLP, KNN, Naive Bayes, and ExtraTrees are Moles. A theoretical asymmetry follows: no order-preserving post-hoc calibrator can add discriminatory power (Proposition 1), so calibration is the fixable part and discrimination is the hard part. The practical rule is direct: do not optimise aggregate Brier score without first decomposing it; optimise discrimination first, then fix calibration post-hoc. Code and raw experimental data are available at https://github.com/valeman/classifier_calibration.

📄 PDF Abstract BibTeX arXiv:2605.03816

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Inequalities for Optimization of Classification Algorithms: A Perspective Motivated by Diagnostic Testing

2025-08-01 · Paul N. Patrone, Anthony J. Kearsley arxiv

Motivated by canonical problems in medical diagnostics, we propose and study properties of an objective function that uniformly bounds uncertainties in quantities of interest extracted from classifiers and related data a…

Provably End-to-end Label-Noise Learning without Anchor Points

2021-02-04 · Xuefeng Li, Tongliang Liu, Bo Han, Gang Niu 외

In label-noise learning, the transition matrix plays a key role in building statistically consistent classifiers. Existing consistent estimators for the transition matrix have been developed by exploiting anchor points. …

Learning with noisy labels

Classifier uncertainty: evidence, potential impact, and probabilistic treatment

2020-06-19 · Niklas Tötsch, Daniel Hoffmann

Classifiers are often tested on relatively small data sets, which should lead to uncertain performance metrics. Nevertheless, these metrics are usually taken at face value. We present an approach to quantify the uncertai…

General Classification

Learning from Multiple Annotators by Incorporating Instance Features

2021-06-29 · Jingzheng Li, Hailong Sun, Jiyi Li, Zhijun Chen 외

Learning from multiple annotators aims to induce a high-quality classifier from training instances, where each of them is associated with a set of possibly noisy labels provided by multiple annotators under the influence…

Calibrating Where It Matters: Constrained Temperature Scaling

2024-06-17 · Stephen McKenna, Jacob Carse

We consider calibration of convolutional classifiers for diagnostic decision making. Clinical decision makers can use calibrated classifiers to minimise expected costs given their own cost function. Such functions are us…

Decision MakingDiagnostic