Target before Shooting: Accurate Anomaly Detection and Localization under One Millisecond via Cascade Patch Retrieval
Hanxi Li, Jianfei Hu, Bo Li, Hao Chen, Yongbin Zheng, Chunhua Shen

TL;DR
This paper introduces Cascade Patch Retrieval, a novel anomaly detection framework that achieves state-of-the-art accuracy and ultra-fast processing speeds by using a coarse-to-fine patch matching approach for image anomaly localization.
Contribution
The paper proposes a new AD method that combines robust histogram matching with local metric-based patch retrieval, significantly improving accuracy and speed over existing methods.
Findings
Outperforms SOTA methods on multiple datasets
Achieves 113 FPS in standard setting
Processes an image in less than 1 ms with slight accuracy trade-off
Abstract
In this work, by re-examining the "matching" nature of Anomaly Detection (AD), we propose a new AD framework that simultaneously enjoys new records of AD accuracy and dramatically high running speed. In this framework, the anomaly detection problem is solved via a cascade patch retrieval procedure that retrieves the nearest neighbors for each test image patch in a coarse-to-fine fashion. Given a test sample, the top-K most similar training images are first selected based on a robust histogram matching process. Secondly, the nearest neighbor of each test patch is retrieved over the similar geometrical locations on those "global nearest neighbors", by using a carefully trained local metric. Finally, the anomaly score of each test image patch is calculated based on the distance to its "local nearest neighbor" and the "non-background" probability. The proposed method is termed "Cascade…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Hepatitis B Virus Studies · COVID-19 diagnosis using AI
MethodsDropout · Average Pooling · Convolution · 1x1 Convolution · Residual Connection · Linear Discriminant Analysis · Dense Connections · Auxiliary Classifier · Softmax · Max Pooling
