READ: Aggregating Reconstruction Error into Out-of-distribution Detection
Wenyu Jiang, Yuxin Ge, Hao Cheng, Mingcai Chen, Shuai Feng, Chongjun, Wang

TL;DR
READ introduces a novel OOD detection method combining classifier inconsistency with autoencoder reconstruction error, transforming errors into latent space to improve detection accuracy without test-time OOD data access.
Contribution
The paper proposes READ, a unified approach that leverages reconstruction error in latent space and an adjustment strategy to enhance OOD detection, outperforming existing methods.
Findings
Reduces FPR@95TPR by up to 9.8% on CIFAR-10 with WideResNet.
Effectively unifies classifier inconsistency and autoencoder reconstruction errors.
Does not require test-time OOD data for hyperparameter tuning.
Abstract
Detecting out-of-distribution (OOD) samples is crucial to the safe deployment of a classifier in the real world. However, deep neural networks are known to be overconfident for abnormal data. Existing works directly design score function by mining the inconsistency from classifier for in-distribution (ID) and OOD. In this paper, we further complement this inconsistency with reconstruction error, based on the assumption that an autoencoder trained on ID data can not reconstruct OOD as well as ID. We propose a novel method, READ (Reconstruction Error Aggregated Detector), to unify inconsistencies from classifier and autoencoder. Specifically, the reconstruction error of raw pixels is transformed to latent space of classifier. We show that the transformed reconstruction error bridges the semantic gap and inherits detection performance from the original. Moreover, we propose an adjustment…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · COVID-19 diagnosis using AI
MethodsTest · *Communicated@Fast*How Do I Communicate to Expedia? · Average Pooling · Batch Normalization · Global Average Pooling · Kaiming Initialization · Residual Connection · Convolution · Dropout · Wide Residual Block
