A distance-based softmax loss trained with scaled logits, unscaled at inference, plus an entropy score, improves out-of-distribution detection without extra data, tuning, or accuracy loss.
Confidence estimation in Deep Neural networks via density modelling
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
State-of-the-art Deep Neural Networks can be easily fooled into providing incorrect high-confidence predictions for images with small amounts of adversarial noise. Does this expose a flaw with deep neural networks, or do we simply need a better way to estimate confidence? In this paper we consider the problem of accurately estimating predictive confidence. We formulate this problem as that of density modelling, and show how traditional methods such as softmax produce poor estimates. To address this issue, we propose a novel confidence measure based on density modelling approaches. We test these measures on images distorted by blur, JPEG compression, random noise and adversarial noise. Experiments show that our confidence measure consistently shows reduced confidence scores in the presence of such distortions - a property which softmax often lacks.
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Entropic Out-of-Distribution Detection
A distance-based softmax loss trained with scaled logits, unscaled at inference, plus an entropy score, improves out-of-distribution detection without extra data, tuning, or accuracy loss.