CVDec 22, 2021

Out-of-distribution Detection with Boundary Aware Learning

arXiv:2112.11648v313 citations
Originality Highly original
AI Analysis

This addresses the safety issue of over-confident predictions on OOD inputs for deployed models, representing a strong specific gain in OOD detection.

The paper tackles the problem of out-of-distribution (OOD) detection for safely deploying machine learning models by proposing boundary aware learning (BAL), which adaptively generates OOD features and uses adversarial training to separate them from in-distribution features, achieving state-of-the-art performance with up to a 13.9% reduction in FPR95.

There is an increasing need to determine whether inputs are out-of-distribution (\emph{OOD}) for safely deploying machine learning models in the open world scenario. Typical neural classifiers are based on the closed world assumption, where the training data and the test data are drawn \emph{i.i.d.} from the same distribution, and as a result, give over-confident predictions even faced with \emph{OOD} inputs. For tackling this problem, previous studies either use real outliers for training or generate synthetic \emph{OOD} data under strong assumptions, which are either costly or intractable to generalize. In this paper, we propose boundary aware learning (\textbf{BAL}), a novel framework that can learn the distribution of \emph{OOD} features adaptively. The key idea of BAL is to generate \emph{OOD} features from trivial to hard progressively with a generator, meanwhile, a discriminator is trained for distinguishing these synthetic \emph{OOD} features and in-distribution (\emph{ID}) features. Benefiting from the adversarial training scheme, the discriminator can well separate \emph{ID} and \emph{OOD} features, allowing more robust \emph{OOD} detection. The proposed BAL achieves \emph{state-of-the-art} performance on classification benchmarks, reducing up to 13.9\% FPR95 compared with previous methods.

Foundations

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

Your Notes