FRE: A Fast Method For Anomaly Detection And Segmentation
Ibrahima Ndiour, Nilesh Ahuja, Utku Genc, Omesh Tickoo

TL;DR
FRE introduces a fast, efficient anomaly detection and segmentation method leveraging feature reconstruction error from pretrained DNN features, achieving high accuracy with low computational cost.
Contribution
The paper proposes using linear dimensionality reduction on DNN features to detect and localize anomalies efficiently, outperforming existing methods in speed and resource usage.
Findings
Matches or exceeds state-of-the-art accuracy
Operates efficiently on CPU
Requires significantly less computational resources
Abstract
This paper presents a fast and principled approach for solving the visual anomaly detection and segmentation problem. In this setup, we have access to only anomaly-free training data and want to detect and identify anomalies of an arbitrary nature on test data. We propose the application of linear statistical dimensionality reduction techniques on the intermediate features produced by a pretrained DNN on the training data, in order to capture the low-dimensional subspace truly spanned by said features. We show that the \emph{feature reconstruction error} (FRE), which is the -norm of the difference between the original feature in the high-dimensional space and the pre-image of its low-dimensional reduced embedding, is extremely effective for anomaly detection. Further, using the same feature reconstruction error concept on intermediate convolutional layers, we derive FRE maps…
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 · COVID-19 diagnosis using AI · Image Processing Techniques and Applications
MethodsTest
