paper-with-me

Papers

Industrial Image Anomaly Localization Based on Gaussian Clustering of Pretrained Feature

2021-01-06 · IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS 2021 1 · Qian Wan, Liang Gao, Xinyu Li, long wen

Anomaly localization is valuable for improvement of complex production processing in smart manufacturing system. As the distribution of anomalies is unknowable and labeled data is few, unsupervised methods based on convolutional neural network (CNN) have been studied for anomaly localization. But there are still problems for real industrial applications, in terms of localization accuracy, computation time, and memory storage. This article proposes a novel framework called as Gaussian clustering of pretrained feature (GCPF), including the clustering and inference stage, for anomaly localization in unsupervised way. The GCPF consists of three modules which include pretrained deep feature extraction (PDFE), multiple independent multivariate Gaussian clustering (MIMGC), and multihierarchical anomaly scoring (MHAS). In the clustering stage, features of normal images are extracted by pretrained CNN at the PDFE module, and then clustered at the MIMGC module. In the inference stage, features of target images are extracted and then scored for anomaly localization at the MHAS module. The GCPF is compared with the state-of-the-art methods on MVTec dataset, achieving receiver operating characteristic curve of 96.86% over all 15 categories, and extended to NanoTWICE and DAGM datasets. The GCPF outperforms the compared methods for unsupervised anomaly localization, and significantly reserves the low computation complexity and online memory storage which are important for real industrial applications.

📄 PDF Abstract BibTeX

Code (1)

smiler96/GCPF pytorch

Tasks

Anomaly DetectionAnomaly LocalizationClustering

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Batch Normalization 설명 없음
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…
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…
Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Wide Residual Block 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

VT-ADL: A Vision Transformer Network for Image Anomaly Detection and Localization

2021-04-20 · Pankaj Mishra, Riccardo Verk, Daniele Fornasier, Claudio Piciarelli 외

We present a transformer-based image anomaly detection and localization network. Our proposed model is a combination of a reconstruction-based approach and patch embedding. The use of transformer networks helps to preser…

Anomaly Detection

A Prototype-Based Neural Network for Image Anomaly Detection and Localization

2023-10-04 · Chao Huang, Zhao Kang, Hong Wu

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

Anomaly ClassificationAnomaly DetectionAnomaly Localization

PaDiM: a Patch Distribution Modeling Framework for Anomaly Detection and Localization

2020-11-17 · Thomas Defard, Aleksandr Setkov, Angelique Loesch, Romaric Audigier

We present a new framework for Patch Distribution Modeling, PaDiM, to concurrently detect and localize anomalies in images in a one-class learning setting. PaDiM makes use of a pretrained convolutional neural network (CN…

Anomaly DetectionAnomaly LocalizationUnsupervised Anomaly Detection

Generate Aligned Anomaly: Region-Guided Few-Shot Anomaly Image-Mask Pair Synthesis for Industrial Inspection

2025-07-13 · Yilin Lu, Jianghang Lin, Linhuang Xie, Kai Zhao 외 arxiv

Anomaly inspection plays a vital role in industrial manufacturing, but the scarcity of anomaly samples significantly limits the effectiveness of existing methods in tasks such as localization and classification. While se…

Data Augmentation

Deep Learning for Unsupervised Anomaly Localization in Industrial Images: A Survey

2022-07-21 · Xian Tao, Xinyi Gong, Xin Zhang, Shaohua Yan 외

Currently, deep learning-based visual inspection has been highly successful with the help of supervised learning methods. However, in real industrial scenarios, the scarcity of defect samples, the cost of annotation, and…

Anomaly Localization