Layer Adaptive Deep Neural Networks for Out-of-distribution Detection
Haoliang Wang, Chen Zhao, Xujiang Zhao, Feng Chen

TL;DR
This paper introduces LA-OOD, a layer-adaptive framework for out-of-distribution detection in DNNs that leverages intermediate layer features and multiple detectors to improve robustness and performance without needing OOD samples during training.
Contribution
The paper proposes a novel layer-adaptive OOD detection method that utilizes multiple intermediate layer detectors and a policy to select the best layer, enhancing detection accuracy.
Findings
LA-OOD outperforms state-of-the-art methods on real-world datasets.
It is robust against various types of OOD samples.
The method is compatible with different DNN architectures.
Abstract
During the forward pass of Deep Neural Networks (DNNs), inputs gradually transformed from low-level features to high-level conceptual labels. While features at different layers could summarize the important factors of the inputs at varying levels, modern out-of-distribution (OOD) detection methods mostly focus on utilizing their ending layer features. In this paper, we proposed a novel layer-adaptive OOD detection framework (LA-OOD) for DNNs that can fully utilize the intermediate layers' outputs. Specifically, instead of training a unified OOD detector at a fixed ending layer, we train multiple One-Class SVM OOD detectors simultaneously at the intermediate layers to exploit the full spectrum characteristics encoded at varying depths of DNNs. We develop a simple yet effective layer-adaptive policy to identify the best layer for detecting each potential OOD example. LA-OOD can be applied…
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 · Machine Learning and Data Classification · Advanced Neural Network Applications
MethodsSupport Vector Machine
