SOTAVerified

Uninformed Students: Student-Teacher Anomaly Detection with Discriminative Latent Embeddings

2019-11-06CVPR 2020Code Available0· sign in to hype

Paul Bergmann, Michael Fauser, David Sattlegger, Carsten Steger

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a powerful student-teacher framework for the challenging problem of unsupervised anomaly detection and pixel-precise anomaly segmentation in high-resolution images. Student networks are trained to regress the output of a descriptive teacher network that was pretrained on a large dataset of patches from natural images. This circumvents the need for prior data annotation. Anomalies are detected when the outputs of the student networks differ from that of the teacher network. This happens when they fail to generalize outside the manifold of anomaly-free training data. The intrinsic uncertainty in the student networks is used as an additional scoring function that indicates anomalies. We compare our method to a large number of existing deep learning based methods for unsupervised anomaly detection. Our experiments demonstrate improvements over state-of-the-art methods on a number of real-world datasets, including the recently introduced MVTec Anomaly Detection dataset that was specifically designed to benchmark anomaly segmentation algorithms.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MVTec ADStudent–Teacher AD (Multiscale)Segmentation AUPRO91.4Unverified
MVTec ADStudent–Teacher AD (p=33)Segmentation AUPRO90Unverified
MVTec ADStudent–Teacher AD (p=65)Segmentation AUPRO85.7Unverified
MVTec LOCO ADStudent-TeacherAvg. Detection AUROC77.3Unverified
VisAStudent-TeacherDetection AUROC93.2Unverified

Reproductions