CVLGMar 4, 2022

Rethinking Reconstruction Autoencoder-Based Out-of-Distribution Detection

arXiv:2203.02194v592 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the need for classifiers to detect out-of-distribution samples without harming known class accuracy, though it appears incremental as it builds on existing autoencoder approaches.

The paper tackled the problem of out-of-distribution detection using reconstruction autoencoder-based methods, achieving state-of-the-art performance with an FPR@95%TPR of 0.2% on benchmarks like CIFAR-100 vs. TinyImagenet-crop on Wide-ResNet.

In some scenarios, classifier requires detecting out-of-distribution samples far from its training data. With desirable characteristics, reconstruction autoencoder-based methods deal with this problem by using input reconstruction error as a metric of novelty vs. normality. We formulate the essence of such approach as a quadruplet domain translation with an intrinsic bias to only query for a proxy of conditional data uncertainty. Accordingly, an improvement direction is formalized as maximumly compressing the autoencoder's latent space while ensuring its reconstructive power for acting as a described domain translator. From it, strategies are introduced including semantic reconstruction, data certainty decomposition and normalized L2 distance to substantially improve original methods, which together establish state-of-the-art performance on various benchmarks, e.g., the FPR@95%TPR of CIFAR-100 vs. TinyImagenet-crop on Wide-ResNet is 0.2%. Importantly, our method works without any additional data, hard-to-implement structure, time-consuming pipeline, and even harming the classification accuracy of known classes.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes