paper-with-me

홈 › Papers

What classifiers know what they don't?

2021-07-13 · Mohamed Ishmael Belghazi, David Lopez-Paz

Being uncertain when facing the unknown is key to intelligent decision making. However, machine learning algorithms lack reliable estimates about their predictive uncertainty. This leads to wrong and overly-confident decisions when encountering classes unseen during training. Despite the importance of equipping classifiers with uncertainty estimates ready for the real world, prior work has focused on small datasets and little or no class discrepancy between training and testing data. To close this gap, we introduce UIMNET: a realistic, ImageNet-scale test-bed to evaluate predictive uncertainty estimates for deep image classifiers. Our benchmark provides implementations of eight state-of-the-art algorithms, six uncertainty measures, four in-domain metrics, three out-domain metrics, and a fully automated pipeline to train, calibrate, ensemble, select, and evaluate models. Our test-bed is open-source and all of our results are reproducible from a fixed commit in our repository. Adding new datasets, algorithms, measures, or metrics is a matter of a few lines of code-in so hoping that UIMNET becomes a stepping stone towards realistic, rigorous, and reproducible research in uncertainty estimation. Our results show that ensembles of ERM classifiers as well as single MIMO classifiers are the two best alternatives currently available to measure uncertainty about both in-domain and out-domain classes.

📄 PDF Abstract BibTeX arXiv:2107.06217

Code (1)

facebookresearch/uimnet 공식 구현 pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Distance Based Image Classification: A solution to generative classification's conundrum?

2022-10-04 · Wen-Yan Lin, Siying Liu, Bing Tian Dai, Hongdong Li

Most classifiers rely on discriminative boundaries that separate instances of each class from everything else. We argue that discriminative boundaries are counter-intuitive as they define semantics by what-they-are-not; …

image-classificationImage Classification

What classifiers know what they don't know?

2021-09-29 · Mohamed Ishmael Belghazi, David Lopez-Paz

Being uncertain when facing the unknown is key to intelligent decision making. However, machine learning algorithms lack reliable estimates about their predictive uncertainty. This leads to wrong and overly-confident dec…

Decision Making

Explaining Translationese: why are Neural Classifiers Better and what do they Learn?

2022-10-24 · Kwabena Amponsah-Kaakyire, Daria Pylypenko, Josef van Genabith, Cristina España-Bonet

Recent work has shown that neural feature- and representation-learning, e.g. BERT, achieves superior performance over traditional manual feature engineering based approaches, with e.g. SVMs, in translationese classificat…

Feature EngineeringRepresentation Learning

Seeing through the Human Reporting Bias: Visual Classifiers from Noisy Human-Centric Labels

2015-12-22 · CVPR 2016 6 · Ishan Misra, C. Lawrence Zitnick, Margaret Mitchell, Ross Girshick

When human annotators are given a choice about what to label in an image, they apply their own subjective judgments on what to ignore and what to mention. We refer to these noisy "human-centric" annotations as exhibiting…

Image Captioningimage-classificationImage Classification

From What to How: Attributing CLIP's Latent Components Reveals Unexpected Semantic Reliance

2025-05-26 · Maximilian Dreyer, Lorenz Hufe, Jim Berend, Thomas Wiegand 외

Transformer-based CLIP models are widely used for text-image probing and feature extraction, making it relevant to understand the internal mechanisms behind their predictions. While recent works show that Sparse Autoenco…

Lesion Detection