Supervised Anomaly Detection for Complex Industrial Images

Read original: arXiv:2405.04953 - Published 5/14/2024 by Aimira Baitieva, David Hurych, Victor Besnier, Olivier Bernard
Total Score

0

👨‍🏫

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper presents a novel industrial dataset called the Valeo Anomaly Dataset (VAD) for anomaly detection in visual inspection of manufacturing processes
  • It introduces a new method called Segmentation-based Anomaly Detector (SegAD) that achieves state-of-the-art performance on the VAD dataset as well as the VisA dataset

Plain English Explanation

Automated visual inspection is crucial for improving product quality in many industries. Anomaly detection methods are a key tool for this purpose, as they can identify defects or abnormalities in products. However, most existing datasets for training and evaluating anomaly detection models consist of images without any defects, which limits the practical use of these models in real-world production settings.

To address this challenge, the researchers created the Valeo Anomaly Dataset (VAD), a new dataset with 5,000 real-world industrial images, including 2,000 examples of various types of defects. Recognizing that traditional anomaly detection methods struggle with this more realistic dataset, the researchers developed a new approach called Segmentation-based Anomaly Detector (SegAD).

SegAD first generates anomaly maps and segmentation maps to capture local statistical information about potential defects. It then uses these maps, along with an optional supervised classifier score, as input features for a Boosted Random Forest model to produce the final anomaly score. This combination of segmentation and classification techniques allows SegAD to outperform other state-of-the-art anomaly detection methods on both the VAD dataset and the VisA dataset.

Technical Explanation

The researchers present a novel industrial dataset called the Valeo Anomaly Dataset (VAD), which consists of 5,000 real-world images from manufacturing processes, including 2,000 instances of various types of defects across more than 20 subclasses. This dataset is more representative of the challenges encountered in practical industrial settings compared to existing public datasets, which primarily contain images without any anomalies.

To address the limitations of traditional anomaly detection methods when applied to the VAD dataset, the researchers introduce a new approach called Segmentation-based Anomaly Detector (SegAD). SegAD first generates anomaly maps and segmentation maps to capture local statistical information about potential defects. It then uses these maps, along with an optional supervised classifier score, as input features for a Boosted Random Forest classifier, which yields the final anomaly score.

The researchers evaluate SegAD on both the VAD dataset and the VisA dataset, a public dataset for anomaly detection in medical images. SegAD achieves state-of-the-art performance, outperforming other methods by +2.1% AUROC on VAD and +0.4% AUROC on VisA. The researchers make the code and models publicly available.

Critical Analysis

The researchers acknowledge that traditional anomaly detection methods struggle with the more realistic and challenging defects present in the Valeo Anomaly Dataset (VAD). This highlights the importance of developing new techniques that can effectively handle complex, real-world anomalies encountered in industrial production settings.

The Segmentation-based Anomaly Detector (SegAD) approach combines anomaly maps, segmentation maps, and an optional supervised classifier score to improve anomaly detection performance. This multi-faceted approach is a promising direction for addressing the limitations of existing methods, as demonstrated by the improved results on both the VAD and VisA datasets.

However, the paper does not provide a detailed analysis of the types of defects or anomalies that SegAD performs best or worst on. A more in-depth understanding of the strengths and weaknesses of the method across different defect classes would be valuable for researchers and practitioners looking to apply anomaly detection in specific industrial contexts.

Additionally, the researchers could have explored the generalization capabilities of SegAD by evaluating it on other public or proprietary industrial datasets, which would help assess the model's broader applicability beyond the VAD and VisA datasets.

Conclusion

The Valeo Anomaly Dataset (VAD) and the Segmentation-based Anomaly Detector (SegAD) presented in this paper represent important contributions to the field of automated visual inspection in industrial production. By creating a more realistic dataset and developing a novel detection method that outperforms existing approaches, the researchers have taken a significant step towards bridging the gap between academic research and practical industrial applications.

The public release of the VAD dataset and the SegAD code and models will likely spur further advancements in anomaly detection, as researchers and practitioners can build upon this work to develop even more robust and versatile solutions for ensuring product quality in manufacturing processes across a wide range of industries.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

👨‍🏫

Total Score

0

Supervised Anomaly Detection for Complex Industrial Images

Aimira Baitieva, David Hurych, Victor Besnier, Olivier Bernard

Automating visual inspection in industrial production lines is essential for increasing product quality across various industries. Anomaly detection (AD) methods serve as robust tools for this purpose. However, existing public datasets primarily consist of images without anomalies, limiting the practical application of AD methods in production settings. To address this challenge, we present (1) the Valeo Anomaly Dataset (VAD), a novel real-world industrial dataset comprising 5000 images, including 2000 instances of challenging real defects across more than 20 subclasses. Acknowledging that traditional AD methods struggle with this dataset, we introduce (2) Segmentation-based Anomaly Detector (SegAD). First, SegAD leverages anomaly maps as well as segmentation maps to compute local statistics. Next, SegAD uses these statistics and an optional supervised classifier score as input features for a Boosted Random Forest (BRF) classifier, yielding the final anomaly score. Our SegAD achieves state-of-the-art performance on both VAD (+2.1% AUROC) and the VisA dataset (+0.4% AUROC). The code and the models are publicly available.

Read more

5/14/2024

Total Score

0

Advancing Video Anomaly Detection: A Concise Review and a New Dataset

Liyun Zhu, Lei Wang, Arjun Raj, Tom Gedeon, Chen Chen

Video Anomaly Detection (VAD) finds widespread applications in security surveillance, traffic monitoring, industrial monitoring, and healthcare. Despite extensive research efforts, there remains a lack of concise reviews that provide insightful guidance for researchers. Such reviews would serve as quick references to grasp current challenges, research trends, and future directions. In this paper, we present such a review, examining models and datasets from various perspectives. We emphasize the critical relationship between model and dataset, where the quality and diversity of datasets profoundly influence model performance, and dataset development adapts to the evolving needs of emerging approaches. Our review identifies practical issues, including the absence of comprehensive datasets with diverse scenarios. To address this, we introduce a new dataset, Multi-Scenario Anomaly Detection (MSAD), comprising 14 distinct scenarios captured from various camera views. Our dataset has diverse motion patterns and challenging variations, such as different lighting and weather conditions, providing a robust foundation for training superior models. We conduct an in-depth analysis of recent representative models using MSAD and highlight its potential in addressing the challenges of detecting anomalies across diverse and evolving surveillance scenarios. Our dataset is available here.

Read more

6/28/2024

Test Time Training for Industrial Anomaly Segmentation
Total Score

0

Test Time Training for Industrial Anomaly Segmentation

Alex Costanzino, Pierluigi Zama Ramirez, Mirko Del Moro, Agostino Aiezzo, Giuseppe Lisanti, Samuele Salti, Luigi Di Stefano

Anomaly Detection and Segmentation (AD&S) is crucial for industrial quality control. While existing methods excel in generating anomaly scores for each pixel, practical applications require producing a binary segmentation to identify anomalies. Due to the absence of labeled anomalies in many real scenarios, standard practices binarize these maps based on some statistics derived from a validation set containing only nominal samples, resulting in poor segmentation performance. This paper addresses this problem by proposing a test time training strategy to improve the segmentation performance. Indeed, at test time, we can extract rich features directly from anomalous samples to train a classifier that can discriminate defects effectively. Our general approach can work downstream to any AD&S method that provides an anomaly score map as output, even in multimodal settings. We demonstrate the effectiveness of our approach over baselines through extensive experimentation and evaluation on MVTec AD and MVTec 3D-AD.

Read more

4/8/2024

Total Score

0

IPAD: Industrial Process Anomaly Detection Dataset

Jinfan Liu, Yichao Yan, Junjie Li, Weiming Zhao, Pengzhi Chu, Xingdong Sheng, Yunhui Liu, Xiaokang Yang

Video anomaly detection (VAD) is a challenging task aiming to recognize anomalies in video frames, and existing large-scale VAD researches primarily focus on road traffic and human activity scenes. In industrial scenes, there are often a variety of unpredictable anomalies, and the VAD method can play a significant role in these scenarios. However, there is a lack of applicable datasets and methods specifically tailored for industrial production scenarios due to concerns regarding privacy and security. To bridge this gap, we propose a new dataset, IPAD, specifically designed for VAD in industrial scenarios. The industrial processes in our dataset are chosen through on-site factory research and discussions with engineers. This dataset covers 16 different industrial devices and contains over 6 hours of both synthetic and real-world video footage. Moreover, we annotate the key feature of the industrial process, ie, periodicity. Based on the proposed dataset, we introduce a period memory module and a sliding window inspection mechanism to effectively investigate the periodic information in a basic reconstruction model. Our framework leverages LoRA adapter to explore the effective migration of pretrained models, which are initially trained using synthetic data, into real-world scenarios. Our proposed dataset and method will fill the gap in the field of industrial video anomaly detection and drive the process of video understanding tasks as well as smart factory deployment.

Read more

4/24/2024