A Prototype-Based Neural Network for Image Anomaly Detection and Localization
Chao Huang, Zhao Kang, Hong Wu

TL;DR
ProtoAD is a prototype-based neural network that enables fast, end-to-end image anomaly detection and localization without training, using pre-trained features and non-parametric clustering to identify anomalies efficiently.
Contribution
The paper introduces ProtoAD, a novel prototype-based neural network that performs anomaly detection and localization without requiring training, leveraging pre-trained features and prototype clustering.
Findings
Achieves competitive accuracy on MVTec AD and BTAD datasets.
Operates with higher inference speed than state-of-the-art methods.
Does not require training phase, enabling end-to-end detection and localization.
Abstract
Image anomaly detection and localization perform not only image-level anomaly classification but also locate pixel-level anomaly regions. Recently, it has received much research attention due to its wide application in various fields. This paper proposes ProtoAD, a prototype-based neural network for image anomaly detection and localization. First, the patch features of normal images are extracted by a deep network pre-trained on nature images. Then, the prototypes of the normal patch features are learned by non-parametric clustering. Finally, we construct an image anomaly localization network (ProtoAD) by appending the feature extraction network with feature normalization, a convolutional layer, a channel max-pooling, and a subtraction operation. We use the prototypes as the kernels of the convolutional layer; therefore, our neural network does not need a…
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 · COVID-19 diagnosis using AI · Domain Adaptation and Few-Shot Learning
