paper-with-me

홈 › Papers

Probabilistic Scores of Classifiers, Calibration is not Enough

2024-08-06 · Agathe Fernandes Machado, Arthur Charpentier, Emmanuel Flachaire, Ewen Gallic, François Hu

In binary classification tasks, accurate representation of probabilistic predictions is essential for various real-world applications such as predicting payment defaults or assessing medical risks. The model must then be well-calibrated to ensure alignment between predicted probabilities and actual outcomes. However, when score heterogeneity deviates from the underlying data probability distribution, traditional calibration metrics lose reliability, failing to align score distribution with actual probabilities. In this study, we highlight approaches that prioritize optimizing the alignment between predicted scores and true probability distributions over minimizing traditional performance or calibration metrics. When employing tree-based models such as Random Forest and XGBoost, our analysis emphasizes the flexibility these models offer in tuning hyperparameters to minimize the Kullback-Leibler (KL) divergence between predicted and true distributions. Through extensive empirical analysis across 10 UCI datasets and simulations, we demonstrate that optimizing tree-based models based on KL divergence yields superior alignment between predicted scores and actual probabilities without significant performance loss. In real-world scenarios, the reference probability is determined a priori as a Beta distribution estimated through maximum likelihood. Conversely, minimizing traditional calibration metrics may lead to suboptimal results, characterized by notable performance declines and inferior KL values. Our findings reveal limitations in traditional calibration metrics, which could undermine the reliability of predictive models for critical decision-making.

📄 PDF Abstract BibTeX arXiv:2408.03421

Code (1)

fer-agathe/scores-classif-calibration 공식 구현

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Recalibrating classifiers for interpretable abusive content detection

2020-11-01 · EMNLP (NLP+CSS) 2020 11 · Bertie Vidgen, Scott Hale, Sam Staton, Tom Melham 외

We investigate the use of machine learning classifiers for detecting online abuse in empirical research. We show that uncalibrated classifiers (i.e. where the ‘raw’ scores are used) align poorly with human evaluations. T…

Probabilistic Programming

On the Calibration of Probabilistic Classifier Sets

2022-05-20 · Thomas Mortier, Viktor Bengs, Eyke Hüllermeier, Stijn Luca 외

Multi-class classification methods that produce sets of probabilistic classifiers, such as ensemble learning methods, are able to model aleatoric and epistemic uncertainty. Aleatoric uncertainty is then typically quantif…

Ensemble LearningMulti-class Classification

Local Calibration: Metrics and Recalibration

2021-02-22 · Rachel Luo, Aadyot Bhatnagar, Yu Bai, Shengjia Zhao 외

Probabilistic classifiers output confidence scores along with their predictions, and these confidence scores should be calibrated, i.e., they should reflect the reliability of the prediction. Confidence scores that minim…

Decision MakingFairnessPrediction

Evaluating Probabilistic Classifiers: The Triptych

2023-01-25 · Timo Dimitriadis, Tilmann Gneiting, Alexander I. Jordan, Peter Vogel

Probability forecasts for binary outcomes, often referred to as probabilistic classifiers or confidence scores, are ubiquitous in science and society, and methods for evaluating and comparing them are in great demand. We…

Diagnostic

Calibrating sufficiently

2021-05-15 · Dirk Tasche

When probabilistic classifiers are trained and calibrated, the so-called grouping loss component of the calibration loss can easily be overlooked. Grouping loss refers to the gap between observable information and inform…