In industrial scenarios, anomaly data is extremely scarce due to high acquisition costs. The scarcity of anomaly data limits the performance of anomaly detection algorithms. Therefore, anomaly image generation methods can be used to obtain more anomaly data and improve the performance of anomaly detection algorithms. Anomaly image generation is a challenging task as it not only needs to generate a large number of diverse anomaly images with limited training data but also needs to generate corresponding pixel-level labels.
Title | Publication | Date | Code |
---|---|---|---|
Few-shot Image Generation via Cross-domain Correspondence | CVPR 2021 | 2021.04 | - |
Defect-GAN: High-Fidelity Defect Synthesis for Automated Defect Inspection | WACV 2021 | 2021.03 | - |
Differentiable Augmentation for Data-Efficient GAN Training | NeurIPS 2020 | 2020.06 | Github |
Defect Image Sample Generation With GAN for Improving Defect Recognition | T-ASE 2020 | 2020.02 | - |
- MVTec AD is a dataset for benchmarking anomaly detection methods with a focus on industrial inspection. It contains over 5000 high-resolution images divided into fifteen different object and texture categories. Each category comprises a set of defect-free training images and a test set of images with various kinds of defects as well as images without defects. URL
- Visa dataset contains 12 subsets corresponding to 12 different objects. It contains 10,821 images with 9,621 normal and 1,200 anomalous samples. Four subsets are different types of printed circuit boards (PCB) with relatively complex structures containing transistors, capacitors, chips, etc. URL
Since the vast majority of papers have only conducted experiments on the Mvtec dataset, we only list the experimental results on Mvtec.
Motheds | IS | LPIPS |
---|---|---|
DiffAug | 1.58 | 0.09 |
CropPaste | 1.51 | 0.14 |
CDC | 1.65 | 0.07 |
SDGAN | 1.71 | 0.13 |
DGAN | 1.69 | 0.15 |
Defect-GAN | 1.69 | 0.15 |
DFMGAN | 1.72 | 0.20 |
AnomalyDiffusion | 1.80 | 0.32 |
AnomalyXDiffusion | 1.82 | 0.33 |
DualAnoDiff | 1.90 | 0.37 |
Motheds | AUC | AP | F1 |
---|---|---|---|
Dream | 92.2 | 54.1 | 53.1 |
PRN | 96.9 | 66.2 | 64.7 |
DFMGAN | 90.0 | 62.7 | 62.1 |
AnomalyDiffusion | 99.1 | 81.4 | 76.3 |
AnomalyXDiffusion | 99.3 | 86.1 | 80.6 |
DualAnoDiff | 99.1 | 84.5 | 78.8 |
Motheds | AUC | AP | F1 |
---|---|---|---|
Dream | 94.6 | 97.0 | 94.4 |
PRN | 91.6 | 96.6 | 92.4 |
DFMGAN | 87.2 | 94.8 | 94.7 |
AnomalyDiffusion | 99.2 | 99.7 | 98.7 |
AnomalyXDiffusion | 99.2 | 99.8 | 98.7 |
DualAnoDiff | 98.9 | 99.7 | 98.6 |