Key Feature Replacement of In-Distribution Samples for Out-of-Distribution Detection
Jaeyoung Kim, Seo Taek Kong, Dongbin Na, Kyu-Hwan Jung

TL;DR
This paper introduces KIRBY, a method that creates surrogate out-of-distribution data by replacing key features with background features, improving OOD detection by leveraging background similarity.
Contribution
The paper proposes a novel feature replacement technique, KIRBY, that enhances OOD detection by constructing surrogate datasets through inpainting-based background feature substitution.
Findings
KIRBY outperforms state-of-the-art methods on various benchmarks.
Replacing class-discriminative features with background features improves OOD detection.
Extensive ablation studies validate each step of the KIRBY procedure.
Abstract
Out-of-distribution (OOD) detection can be used in deep learning-based applications to reject outlier samples from being unreliably classified by deep neural networks. Learning to classify between OOD and in-distribution samples is difficult because data comprising the former is extremely diverse. It has been observed that an auxiliary OOD dataset is most effective in training a "rejection" network when its samples are semantically similar to in-distribution images. We first deduce that OOD images are perceived by a deep neural network to be semantically similar to in-distribution samples when they share a common background, as deep networks are observed to incorrectly classify such images with high confidence. We then propose a simple yet effective Key In-distribution feature Replacement BY inpainting (KIRBY) procedure that constructs a surrogate OOD dataset by replacing…
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
TopicsAnomaly Detection Techniques and Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsClass Activation Guided Attention Mechanism (CAGAM) · Inpainting
