Out-of-distribution Detection with Boundary Aware Learning
Sen Pei, Xin Zhang, Bin Fan, Gaofeng Meng

TL;DR
This paper introduces Boundary Aware Learning (BAL), a novel adversarial framework that adaptively generates and discriminates out-of-distribution features to improve OOD detection in machine learning models.
Contribution
BAL is a new framework that progressively generates synthetic OOD features and trains a discriminator to distinguish them from in-distribution features, enhancing OOD detection robustness.
Findings
Achieves state-of-the-art OOD detection performance.
Reduces false positive rate (FPR95) by up to 13.9%.
Demonstrates effective boundary learning for OOD detection.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
MethodsAttentive Walk-Aggregating Graph Neural Network
