paper-with-me

홈 › Papers

AnoViT: Unsupervised Anomaly Detection and Localization with Vision Transformer-based Encoder-Decoder

2022-03-21 · Yunseung Lee, Pilsung Kang

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 filter of fixed size. Therefore, we propose a vision transformer-based encoder-decoder model, named AnoViT, designed to reflect normal information by additionally learning the global relationship between image patches, which is capable of both image anomaly detection and localization. The proposed approach constructs a feature map that maintains the existing location information of individual patches by using the embeddings of all patches passed through multiple self-attention layers. The proposed AnoViT model performed better than the convolution-based model on three benchmark datasets. In MVTecAD, which is a representative benchmark dataset for anomaly localization, it showed improved results on 10 out of 15 classes compared with the baseline. Furthermore, the proposed method showed good performance regardless of the class and type of the anomalous area when localization results were evaluated qualitatively.

📄 PDF Abstract BibTeX arXiv:2203.10808

Code (1)

tkdleksms/LG_ES_anomaly pytorch

Tasks

Anomaly DetectionAnomaly LocalizationDecoderUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

PanoViT: Vision Transformer for Room Layout Estimation from a Single Panoramic Image

2022-12-23 · Weichao Shen, Yuan Dong, Zonghao Chen, Zhengyi Zhao 외

In this paper, we propose PanoViT, a panorama vision transformer to estimate the room layout from a single panoramic image. Compared to CNN models, our PanoViT is more proficient in learning global information from the p…

PositionRoom Layout Estimation

A Unified Latent Schrodinger Bridge Diffusion Model for Unsupervised Anomaly Detection and Localization

2025-01-01 · CVPR 2025 1 · Shilhora Akshay, Niveditha Lakshmi Narasimhan, Jacob George, Vineeth N Balasubramanian

Anomaly detection and localization remain pivotal challenges in computer vision, with applications ranging from industrial inspection to medical diagnostics. While current supervised methods offer high precision, the…

Anomaly DetectionUnsupervised Anomaly Detection

Benchmarking Unsupervised Anomaly Detection and Localization

2022-05-30 · Ye Zheng, Xiang Wang, Yu Qi, Wei Li 외

Unsupervised anomaly detection and localization, as of one the most practical and challenging problems in computer vision, has received great attention in recent years. From the time the MVTec AD dataset was proposed to …

Anomaly DetectionBenchmarkingUnsupervised Anomaly Detection

OmniAL: A Unified CNN Framework for Unsupervised Anomaly Localization

2023-01-01 · CVPR 2023 1 · Ying Zhao

Unsupervised anomaly localization and detection is crucial for industrial manufacturing processes due to the lack of anomalous samples. Recent unsupervised advances on industrial anomaly detection achieve high perfor…

Anomaly DetectionAnomaly LocalizationMulti-class Anomaly Detection

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

2021-11-15 · Jiawei Yu, Ye Zheng, Xiang Wang, Wei Li 외

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 ima…

Anomaly DetectionUnsupervised Anomaly DetectionWeakly Supervised Defect Detection