Chun-Liang Li, Kihyuk Sohn, Jinsung Yoon, Tomas Pfister
We aim at constructing a high performance model for defect detection that detects unknown anomalous patterns of an image without anomalous data. To this end, we propose a two-stage framework for building anomaly detectors using normal training data only. We first learn self-supervised deep representations and then build a generative one-class classifier on learned representations. We learn representations by classifying normal data from the CutPaste, a simple data augmentation strategy that cuts an image patch and pastes at a random location of a large image. Our empirical study on MVTec anomaly detection dataset demonstrates the proposed algorithm is general to be able to detect various types of real-world defects. We bring the improvement upon previous arts by 3.1 AUCs when learning representations from scratch. By transfer learning on pretrained representations on ImageNet, we achieve a new state-of-theart 96.6 AUC. Lastly, we extend the framework to learn and extract representations from patches to allow localizing defective areas without annotations during training.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Anomaly Detection | MVTec AD | Detection AUROC | 96.1 | CutPaste (ensemble) |
| Anomaly Detection | MVTec AD | Detection AUROC | 95.2 | CutPaste (Image level detector) |
| Anomaly Detection | MVTec AD | Segmentation AUROC | 88.3 | CutPaste (Image level detector) |
| Anomaly Detection | MVTec AD | Segmentation AUROC | 96 | CutPaste (Patch level detector) |
| Anomaly Detection | GoodsAD | AUPR | 62.8 | CutPaste |
| Anomaly Detection | GoodsAD | AUROC | 60.2 | CutPaste |
| 2D Classification | GoodsAD | AUPR | 62.8 | CutPaste |
| 2D Classification | GoodsAD | AUROC | 60.2 | CutPaste |
| Anomaly Classification | GoodsAD | AUPR | 62.8 | CutPaste |
| Anomaly Classification | GoodsAD | AUROC | 60.2 | CutPaste |