AnoViT: Unsupervised Anomaly Detection and Localization with Vision Transformer-based Encoder-Decoder
Yunseung Lee, Pilsung Kang

TL;DR
AnoViT introduces a vision transformer-based encoder-decoder for unsupervised image anomaly detection and localization, leveraging global relationships between image patches to outperform convolutional models on benchmark datasets.
Contribution
The paper presents a novel transformer-based model, AnoViT, that captures global patch relationships for improved anomaly detection and localization in an unsupervised setting.
Findings
Outperformed convolutional models on three benchmark datasets.
Showed improved results on 10 out of 15 classes in MVTecAD.
Demonstrated robust localization performance across different anomaly types.
Abstract
Image anomaly detection problems aim to determine whether an image is abnormal, and to detect anomalous areas. These methods are actively used in various fields such as manufacturing, medical care, and intelligent information. Encoder-decoder structures have been widely used in the field of anomaly detection because they can easily learn normal patterns in an unsupervised learning environment and calculate a score to identify abnormalities through a reconstruction error indicating the difference between input and reconstructed images. Therefore, current image anomaly detection methods have commonly used convolutional encoder-decoders to extract normal information through the local features of images. However, they are limited in that only local features of the image can be utilized when constructing a normal representation owing to the characteristics of convolution operations using 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
MethodsConvolution
