English

Confidence Calibration of Classifiers with Many Classes

Machine Learning 2024-11-07 v2 Artificial Intelligence

Abstract

For classification models based on neural networks, the maximum predicted class probability is often used as a confidence score. This score rarely predicts well the probability of making a correct prediction and requires a post-processing calibration step. However, many confidence calibration methods fail for problems with many classes. To address this issue, we transform the problem of calibrating a multiclass classifier into calibrating a single surrogate binary classifier. This approach allows for more efficient use of standard calibration methods. We evaluate our approach on numerous neural networks used for image or text classification and show that it significantly enhances existing calibration methods.

Keywords

Cite

@article{arxiv.2411.02988,
  title  = {Confidence Calibration of Classifiers with Many Classes},
  author = {Adrien LeCoz and Stéphane Herbin and Faouzi Adjed},
  journal= {arXiv preprint arXiv:2411.02988},
  year   = {2024}
}

Comments

NeurIPS 2024; code available at https://github.com/allglc/tva-calibration

R2 v1 2026-06-28T19:48:45.551Z