paper-with-me

Papers

Unsupervised Industrial Anomaly Detection via Pattern Generative and Contrastive Networks

2022-07-20 · Jianfeng Huang, Chenyang Li, Yimin Lin, Shiguo Lian

It is hard to collect enough flaw images for training deep learning network in industrial production. Therefore, existing industrial anomaly detection methods prefer to use CNN-based unsupervised detection and localization network to achieve this task. However, these methods always fail when there are varieties happened in new signals since traditional end-to-end networks suffer barriers of fitting nonlinear model in high-dimensional space. Moreover, they have a memory library by clustering the feature of normal images essentially, which cause it is not robust to texture change. To this end, we propose the Vision Transformer based (VIT-based) unsupervised anomaly detection network. It utilizes a hierarchical task learning and human experience to enhance its interpretability. Our network consists of pattern generation and comparison networks. Pattern generation network uses two VIT-based encoder modules to extract the feature of two consecutive image patches, then uses VIT-based decoder module to learn the human designed style of these features and predict the third image patch. After this, we use the Siamese-based network to compute the similarity of the generation image patch and original image patch. Finally, we refine the anomaly localization by the bi-directional inference strategy. Comparison experiments on public dataset MVTec dataset show our method achieves 99.8% AUC, which surpasses previous state-of-the-art methods. In addition, we give a qualitative illustration on our own leather and cloth datasets. The accurate segment results strongly prove the accuracy of our method in anomaly detection.

📄 PDF Abstract BibTeX arXiv:2207.09792

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionAnomaly LocalizationDecoderUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Library 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

SwinAD: Multi-stage feature reconstruction for unsupervised industrial anomaly detection

2026-07-16 · Huong Ninh, Chien Thai, Mai Xuan Trang, Vu-Minh Le 외 arxiv

Industrial anomaly detection aims to identify and localize defective regions without relying on exhaustive annotations of all possible defect types. Although recent unsupervised methods have achieved strong performance, …

Unsupervised Anomaly Detection

A Survey on RGB, 3D, and Multimodal Approaches for Unsupervised Industrial Anomaly Detection

2024-10-29 · Yuxuan Lin, Yang Chang, Xuan Tong, Jiawen Yu 외

In the advancement of industrial informatization, Unsupervised Industrial Anomaly Detection (UIAD) technology effectively overcomes the scarcity of abnormal samples and significantly enhances the automation and reliabili…

Anomaly Detection

ISP-AD: A Large-Scale Real-World Dataset for Advancing Industrial Anomaly Detection with Synthetic and Real Defects

2025-03-06 · Paul J. Krassnig, Dieter P. Gruber

Automatic visual inspection using machine learning-based methods plays a key role in achieving zero-defect policies in industry. Research on anomaly detection approaches is constrained by the availability of datasets tha…

Anomaly DetectionDefect DetectionSelf-Supervised Anomaly DetectionSupervised Anomaly Detection+3

M3DM-NR: RGB-3D Noisy-Resistant Industrial Anomaly Detection via Multimodal Denoising

2024-06-04 · Chengjie Wang, Haokun Zhu, Jinlong Peng, Yue Wang 외

Existing industrial anomaly detection methods primarily concentrate on unsupervised learning with pristine RGB images. Yet, both RGB and 3D data are crucial for anomaly detection, and the datasets are seldom completely c…

Anomaly DetectionDenoising

IEC3D-AD: A 3D Dataset of Industrial Equipment Components for Unsupervised Point Cloud Anomaly Detection

2025-11-05 · Bingyang Guo, Hongjie Li, Ruiyun Yu, Hanzhe Liang 외 arxiv

3D anomaly detection (3D-AD) plays a critical role in industrial manufacturing, particularly in ensuring the reliability and safety of core equipment components. Although existing 3D datasets like Real3D-AD and MVTec 3D-…

3D Anomaly Detection