Outlier Detection through Null Space Analysis of Neural Networks
Matthew Cook, Alina Zare, Paul Gader

TL;DR
This paper introduces NuSA, a neural network-based outlier detection method that integrates null space analysis directly into the classification model, maintaining performance while effectively identifying outliers.
Contribution
The paper presents a novel null space analysis technique that embeds outlier detection within neural networks, simplifying the process by avoiding separate models.
Findings
NuSA maintains classification accuracy.
NuSA detects outliers effectively.
Outlier detection rates are comparable to existing methods.
Abstract
Many machine learning classification systems lack competency awareness. Specifically, many systems lack the ability to identify when outliers (e.g., samples that are distinct from and not represented in the training data distribution) are being presented to the system. The ability to detect outliers is of practical significance since it can help the system behave in an reasonable way when encountering unexpected data. In prior work, outlier detection is commonly carried out in a processing pipeline that is distinct from the classification model. Thus, for a complete system that incorporates outlier detection and classification, two models must be trained, increasing the overall complexity of the approach. In this paper we use the concept of the null space to integrate an outlier detection method directly into a neural network used for classification. Our method, called Null Space…
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
TopicsAnomaly Detection Techniques and Applications · Fault Detection and Control Systems · Adversarial Robustness in Machine Learning
