paper-with-me

Papers

Towards Consistent Predictive Confidence through Fitted Ensembles

2021-06-22 · Navid Kardan, Ankit Sharma, Kenneth O. Stanley

Deep neural networks are behind many of the recent successes in machine learning applications. However, these models can produce overconfident decisions while encountering out-of-distribution (OOD) examples or making a wrong prediction. This inconsistent predictive confidence limits the integration of independently-trained learning models into a larger system. This paper introduces separable concept learning framework to realistically measure the performance of classifiers in presence of OOD examples. In this setup, several instances of a classifier are trained on different parts of a partition of the set of classes. Later, the performance of the combination of these models is evaluated on a separate test set. Unlike current OOD detection techniques, this framework does not require auxiliary OOD datasets and does not separate classification from detection performance. Furthermore, we present a new strong baseline for more consistent predictive confidence in deep models, called fitted ensembles, where overconfident predictions are rectified by transformed versions of the original classification task. Fitted ensembles can naturally detect OOD examples without requiring auxiliary data by observing contradicting predictions among its components. Experiments on MNIST, SVHN, CIFAR-10/100, and ImageNet show fitted ensemble significantly outperform conventional ensembles on OOD examples and are possible to scale.

📄 PDF Abstract BibTeX arXiv:2106.12070

Code (0)

등록된 구현이 없습니다.

Tasks

Out of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

RCProb: Probabilistic Rule Extraction for Efficient Simplification of Tree Ensembles

2026-04-28 · Josue Obregon arxiv

Tree ensembles are widely used in industrial machine learning due to their strong predictive performance and efficient training procedures. However, as the number of trees in an ensemble grows, the resulting models becom…

Probabilistic Ranking-Aware Ensembles for Enhanced Object Detections

2021-05-07 · Mingyuan Mao, Baochang Zhang, David Doermann, Jie Guo 외

Model ensembles are becoming one of the most effective approaches for improving object detection performance already optimized for a single detector. Conventional methods directly fuse bounding boxes but typically fail t…

Ensemble LearningObjectobject-detectionObject Detection

Selective Ensembles for Consistent Predictions

2021-11-16 · ICLR 2022 4 · Emily Black, Klas Leino, Matt Fredrikson

Recent work has shown that models trained to the same objective, and which achieve similar measures of accuracy on consistent test data, may nonetheless behave very differently on individual predictions. This inconsisten…

Medical Diagnosis

LoRA ensembles for large language model fine-tuning

2023-09-29 · Xi Wang, Laurence Aitchison, Maja Rudolph

Finetuned LLMs often exhibit poor uncertainty quantification, manifesting as overconfidence, poor calibration, and unreliable prediction results on test data or out-of-distribution samples. One approach commonly used in …

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Deep Confidence: A Computationally Efficient Framework for Calculating Reliable Errors for Deep Neural Networks

2018-09-24 · Isidro Cortes-Ciriano, Andreas Bender

Deep learning architectures have proved versatile in a number of drug discovery applications, including the modelling of in vitro compound activity. While controlling for prediction confidence is essential to increase th…

Conformal PredictionDeep LearningDrug DiscoveryPrediction