SOTAVerified

Towards Total Recall in Industrial Anomaly Detection

2021-06-15CVPR 2022Code Available2· sign in to hype

Karsten Roth, Latha Pemula, Joaquin Zepeda, Bernhard Schölkopf, Thomas Brox, Peter Gehler

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Being able to spot defective parts is a critical component in large-scale industrial manufacturing. A particular challenge that we address in this work is the cold-start problem: fit a model using nominal (non-defective) example images only. While handcrafted solutions per class are possible, the goal is to build systems that work well simultaneously on many different tasks automatically. The best performing approaches combine embeddings from ImageNet models with an outlier detection model. In this paper, we extend on this line of work and propose PatchCore, which uses a maximally representative memory bank of nominal patch-features. PatchCore offers competitive inference times while achieving state-of-the-art performance for both detection and localization. On the challenging, widely used MVTec AD benchmark PatchCore achieves an image-level anomaly detection AUROC score of up to 99.6\%, more than halving the error compared to the next best competitor. We further report competitive results on two additional datasets and also find competitive results in the few samples regime.^* Work done during a research internship at Amazon AWS. Code: github.com/amazon-research/patchcore-inspection.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Anomaly-ShapeNet10PatchCore (PointMAE)O-AUROC0.57Unverified
Anomaly-ShapeNet10PatchCore (FPFH)O-AUROC0.88Unverified
Real 3D-ADPatchCore (PointMAE)Mean Performance of P. and O. 0.61Unverified
Real 3D-ADPatchCore (FPFH)Mean Performance of P. and O. 0.59Unverified
Real 3D-ADPatchCore (FPFH+Raw)Mean Performance of P. and O. 0.69Unverified

Reproductions