paper-with-me

Papers

Improving Unsupervised Defect Segmentation by Applying Structural Similarity to Autoencoders

2018-07-05 · Paul Bergmann, Sindy Löwe, Michael Fauser, David Sattlegger, Carsten Steger

Convolutional autoencoders have emerged as popular methods for unsupervised defect segmentation on image data. Most commonly, this task is performed by thresholding a pixel-wise reconstruction error based on an $\ell^p$ distance. This procedure, however, leads to large residuals whenever the reconstruction encompasses slight localization inaccuracies around edges. It also fails to reveal defective regions that have been visually altered when intensity values stay roughly consistent. We show that these problems prevent these approaches from being applied to complex real-world scenarios and that it cannot be easily avoided by employing more elaborate architectures such as variational or feature matching autoencoders. We propose to use a perceptual loss function based on structural similarity which examines inter-dependencies between local image regions, taking into account luminance, contrast and structural information, instead of simply comparing single pixel values. It achieves significant performance gains on a challenging real-world dataset of nanofibrous materials and a novel dataset of two woven fabrics over the state of the art approaches for unsupervised defect segmentation that use pixel-wise reconstruction error metrics.

📄 PDF Abstract BibTeX arXiv:1807.02011

Code (16)

2023-MindSpore-4/Code11/tree/main/SSIM-AE mindspore
2023-MindSpore-4/Code7/tree/main/SSIM-AE mindspore
AdneneBoumessouer/Anomaly-Detection tf
AdneneBoumessouer/LEGO-Anomaly-Detection tf
AdneneBoumessouer/MVTec-Anomaly-Detection tf
Dai7Igarashi/Anomaly-Detection tf
MNaseerSubhani/MVTec-Anomaly-Detection-For-Industry tf
MindSpore-paper-code-2/code3/tree/main/SSIM-AE mindspore
TaikiInoue/STAD pytorch
cheapthrillandwine/Improving_Unsupervised_Defect_Segmentation tf
daxiaHuang/Unsupervised_Defect_Segmentation tf
meitalB/NN tf
mindspore-ai/models/tree/master/official/cv/ssim-ae mindspore
miriskalt/AnomalyDetectionAutoencoder tf
plutoyuxie/AutoEncoder-SSIM-for-unsupervised-anomaly-detection- tf
yangyucheng000/ssim-ae mindspore

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Overhead Line Defect Recognition Based on Unsupervised Semantic Segmentation

2023-11-02 · Weixi Wang, Xichen Zhong, Xin Li, Sizhe Li 외

Overhead line inspection greatly benefits from defect recognition using visible light imagery. Addressing the limitations of existing feature extraction techniques and the heavy data dependency of deep learning approache…

SegmentationSemantic SegmentationUnsupervised Semantic Segmentation

Separating Novel Features for Logical Anomaly Detection: A Straightforward yet Effective Approach

2024-07-25 · Kangil Lee, Geonuk Kim

Vision-based inspection algorithms have significantly contributed to quality control in industrial settings, particularly in addressing structural defects like dent and contamination which are prevalent in mass productio…

Anomaly DetectionKnowledge Distillation

Automatic defect segmentation by unsupervised anomaly learning

2022-02-07 · Nati Ofir, Ran Yacobi, Omer Granoviter, Boris Levant 외

This paper addresses the problem of defect segmentation in semiconductor manufacturing. The input of our segmentation is a scanning-electron-microscopy (SEM) image of the candidate defect region. We train a U-net shape n…

Segmentation

Unsupervised machine learning via transfer learning and k-means clustering to classify materials image data

2020-07-16 · Ryan Cohn, Elizabeth Holm

Unsupervised machine learning offers significant opportunities for extracting knowledge from unlabeled data sets and for achieving maximum machine learning performance. This paper demonstrates how to construct, use, and …

BIG-bench Machine LearningClusteringimage-classificationImage Classification+1

PAEDID: Patch Autoencoder Based Deep Image Decomposition For Pixel-level Defective Region Segmentation

2022-03-28 · Shancong Mou, Meng Cao, Haoping Bai, Ping Huang 외

Unsupervised pixel-level defective region segmentation is an important task in image-based anomaly detection for various industrial applications. The state-of-the-art methods have their own advantages and limitations: ma…

Anomaly Detection