CVNov 15, 2021

FastFlow: Unsupervised Anomaly Detection and Localization via 2D Normalizing Flows

arXiv:2111.07677v2458 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting anomalies without labeled data for applications like industrial inspection, though it is incremental as it builds on existing representation-based approaches.

The paper tackles unsupervised anomaly detection and localization in images by proposing FastFlow, a 2D normalizing flow method that maps features to a tractable distribution, achieving 99.4% AUC on the MVTec AD dataset with high inference efficiency.

Unsupervised anomaly detection and localization is crucial to the practical application when collecting and labeling sufficient anomaly data is infeasible. Most existing representation-based approaches extract normal image features with a deep convolutional neural network and characterize the corresponding distribution through non-parametric distribution estimation methods. The anomaly score is calculated by measuring the distance between the feature of the test image and the estimated distribution. However, current methods can not effectively map image features to a tractable base distribution and ignore the relationship between local and global features which are important to identify anomalies. To this end, we propose FastFlow implemented with 2D normalizing flows and use it as the probability distribution estimator. Our FastFlow can be used as a plug-in module with arbitrary deep feature extractors such as ResNet and vision transformer for unsupervised anomaly detection and localization. In training phase, FastFlow learns to transform the input visual feature into a tractable distribution and obtains the likelihood to recognize anomalies in inference phase. Extensive experimental results on the MVTec AD dataset show that FastFlow surpasses previous state-of-the-art methods in terms of accuracy and inference efficiency with various backbone networks. Our approach achieves 99.4% AUC in anomaly detection with high inference efficiency.

Code Implementations5 repos
Foundations

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

Your Notes