SOTAVerified

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

2021-11-15Code Available1· sign in to hype

Jiawei Yu, Ye Zheng, Xiang Wang, Wei Li, Yushuang Wu, Rui Zhao, Liwei Wu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MVTec ADFastflowDetection AUROC99.4Unverified
MVTec LOCO ADFastFlowAvg. Detection AUROC79.2Unverified
One-class CIFAR-10FastFlowAUROC66.7Unverified
VisAFastFlowSegmentation AUPRO (until 30% FPR)59.8Unverified

Reproductions