WOOD: Wasserstein-based Out-of-Distribution Detection
Yinan Wang, Wenbo Sun, Jionghua "Judy" Jin, Zhenyu "James" Kong,, Xiaowei Yue

TL;DR
WOOD introduces a Wasserstein-distance-based score for effective out-of-distribution detection in neural networks, improving robustness and security across various architectures without significant computational overhead.
Contribution
The paper proposes a novel Wasserstein-based OOD detection method that handles multiple unknown distributions and is compatible with various neural network architectures.
Findings
WOOD outperforms existing OOD detection methods in experiments.
The method is compatible with different neural network architectures.
The statistical learning bound guarantees the effectiveness of the approach.
Abstract
The training and test data for deep-neural-network-based classifiers are usually assumed to be sampled from the same distribution. When part of the test samples are drawn from a distribution that is sufficiently far away from that of the training samples (a.k.a. out-of-distribution (OOD) samples), the trained neural network has a tendency to make high confidence predictions for these OOD samples. Detection of the OOD samples is critical when training a neural network used for image classification, object detection, etc. It can enhance the classifier's robustness to irrelevant inputs, and improve the system resilience and security under different forms of attacks. Detection of OOD samples has three main challenges: (i) the proposed OOD detection method should be compatible with various architectures of classifiers (e.g., DenseNet, ResNet), without significantly increasing the model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Dense Connections · Batch Normalization · Average Pooling · Dropout · 1x1 Convolution · Global Average Pooling · Dense Block · Softmax
