CVMar 4, 2023

Few-Shot Defect Image Generation via Defect-Aware Feature Manipulation

arXiv:2303.02389v1139 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This addresses data scarcity in industrial defect inspection, though it is incremental as it builds on existing StyleGAN2 techniques.

The paper tackles the problem of insufficient defect images for industrial inspection by proposing a method to generate realistic defect images from few examples, achieving improved performance in downstream defect inspection tasks.

The performances of defect inspection have been severely hindered by insufficient defect images in industries, which can be alleviated by generating more samples as data augmentation. We propose the first defect image generation method in the challenging few-shot cases. Given just a handful of defect images and relatively more defect-free ones, our goal is to augment the dataset with new defect images. Our method consists of two training stages. First, we train a data-efficient StyleGAN2 on defect-free images as the backbone. Second, we attach defect-aware residual blocks to the backbone, which learn to produce reasonable defect masks and accordingly manipulate the features within the masked regions by training the added modules on limited defect images. Extensive experiments on MVTec AD dataset not only validate the effectiveness of our method in generating realistic and diverse defect images, but also manifest the benefits it brings to downstream defect inspection tasks. Codes are available at https://github.com/Ldhlwh/DFMGAN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes