LGAICVIVNov 29, 2022

Out-Of-Distribution Detection Is Not All You Need

arXiv:2211.16158v242 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses a critical problem for deploying deep neural networks in safety-critical applications by highlighting limitations in current monitoring approaches.

The paper argues that out-of-distribution (OOD) detection is inadequate for runtime monitors in safety-critical systems, proposing out-of-model-scope detection as a better framework and showing that OOD results can mislead safety assessments and fail to identify optimal monitors.

The usage of deep neural networks in safety-critical systems is limited by our ability to guarantee their correct behavior. Runtime monitors are components aiming to identify unsafe predictions and discard them before they can lead to catastrophic consequences. Several recent works on runtime monitoring have focused on out-of-distribution (OOD) detection, i.e., identifying inputs that are different from the training data. In this work, we argue that OOD detection is not a well-suited framework to design efficient runtime monitors and that it is more relevant to evaluate monitors based on their ability to discard incorrect predictions. We call this setting out-ofmodel-scope detection and discuss the conceptual differences with OOD. We also conduct extensive experiments on popular datasets from the literature to show that studying monitors in the OOD setting can be misleading: 1. very good OOD results can give a false impression of safety, 2. comparison under the OOD setting does not allow identifying the best monitor to detect errors. Finally, we also show that removing erroneous training data samples helps to train better monitors.

Foundations

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

Your Notes