paper-with-me

Papers

Entropic Out-of-Distribution Detection: Seamless Detection of Unknown Examples

2020-06-07 · David Macêdo, Tsang Ing Ren, Cleber Zanchettin, Adriano L. I. Oliveira, Teresa Ludermir

In this paper, we argue that the unsatisfactory out-of-distribution (OOD) detection performance of neural networks is mainly due to the SoftMax loss anisotropy and propensity to produce low entropy probability distributions in disagreement with the principle of maximum entropy. Current out-of-distribution (OOD) detection approaches usually do not directly fix the SoftMax loss drawbacks, but rather build techniques to circumvent it. Unfortunately, those methods usually produce undesired side effects (e.g., classification accuracy drop, additional hyperparameters, slower inferences, and collecting extra data). In the opposite direction, we propose replacing SoftMax loss with a novel loss function that does not suffer from the mentioned weaknesses. The proposed IsoMax loss is isotropic (exclusively distance-based) and provides high entropy posterior probability distributions. Replacing the SoftMax loss by IsoMax loss requires no model or training changes. Additionally, the models trained with IsoMax loss produce as fast and energy-efficient inferences as those trained using SoftMax loss. Moreover, no classification accuracy drop is observed. The proposed method does not rely on outlier/background data, hyperparameter tuning, temperature calibration, feature extraction, metric learning, adversarial training, ensemble procedures, or generative models. Our experiments showed that IsoMax loss works as a seamless SoftMax loss drop-in replacement that significantly improves neural networks' OOD detection performance. Hence, it may be used as a baseline OOD detection approach to be combined with current or future OOD detection techniques to achieve even higher results.

📄 PDF Abstract BibTeX arXiv:2006.04005

Code (2)

dlmacedo/entropic-out-of-distribution-detection 공식 구현 pytorch
dlmacedo/isotropic-maximization-loss-and-entropic-score pytorch

Tasks

General ClassificationMetric LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Improving Entropic Out-of-Distribution Detection using Isometric Distances and the Minimum Distance Score

2021-05-21 · NeurIPS 2021 12 · David Macêdo, Teresa Ludermir

Current out-of-distribution detection approaches usually present special requirements (e.g., collecting outlier data and hyperparameter validation) and produce side effects (classification accuracy drop and slow/ineffici…

Out-of-Distribution Detection

Enhanced Isotropy Maximization Loss: Seamless and High-Performance Out-of-Distribution Detection Simply Replacing the SoftMax Loss

2021-05-30 · David Macêdo, Teresa Ludermir

Current out-of-distribution detection approaches usually present special requirements (e.g., collecting outlier data and hyperparameter validation) and produce side effects (e.g., classification accuracy drop and slow/in…

Out-of-Distribution Detection

Towards Robust Deep Learning using Entropic Losses

2022-08-06 · David Macêdo

Current deep learning solutions are well known for not informing whether they can reliably classify an example during inference. One of the most effective ways to build more reliable deep learning solutions is to improve…

Deep LearningOut-of-Distribution Detection

Isotropy Maximization Loss and Entropic Score: Accurate, Fast, Efficient, Scalable, and Turnkey Neural Networks Out-of-Distribution Detection Based on The Principle of Maximum Entropy

2019-08-15 · David Macêdo, Tsang Ing Ren, Cleber Zanchettin, Adriano L. I. Oliveira 외

Current out-of-distribution (OOD) detection approaches require cumbersome procedures that add undesired side effects to the solution. In this paper, we argue that the low OOD detection performance of neural networks is d…

Data AugmentationMetric LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Quality Modeling Under A Relaxed Natural Scene Statistics Model

2023-11-26 · Abhinau K. Venkataramanan, Alan C. Bovik

Information-theoretic image quality assessment (IQA) models such as Visual Information Fidelity (VIF) and Spatio-temporal Reduced Reference Entropic Differences (ST-RRED) have enjoyed great success by seamlessly integrat…

Image Quality Assessment