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

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

6 Nov 2019CVPR 2020 6arXiv:1911.02357archive 2025-07-28

Paul Bergmann, Michael Fauser, David Sattlegger, Carsten Steger

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1911.02357")

Code

Syntology Ran 8 of 8 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 6 ran · fixture could not drive it.

By repository: community (archive-listed): 8 samples from 2 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LuyaooChen/uninformed-students-pytorch mentioned on GitHubpytorch report
TaikiInoue/STAD mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 8 ran; 1 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
6ran · fixture could not drive it

Licence: 3 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compactness_loss LuyaooChen/uninformed-students-pytorch/teacher_train.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 93047fe2e31f686c · report
distillation_loss LuyaooChen/uninformed-students-pytorch/teacher_train.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 1df330df12a648c5 · report
error LuyaooChen/uninformed-students-pytorch/evaluate.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 90288aa22857bfaf · report
get_error_map denguir/student-teacher-anomaly-detection/src/anomaly_detection.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · f50afd32cd82ba71 · report
get_variance_map denguir/student-teacher-anomaly-detection/src/anomaly_detection.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 173fea049a824651 · report
increment_mean_and_var LuyaooChen/uninformed-students-pytorch/student_train.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · d7ddf620faa7c311 · report
student_loss denguir/student-teacher-anomaly-detection/src/students_training.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 43a43a856335ac7d · report
variance LuyaooChen/uninformed-students-pytorch/evaluate.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 7327a71150875464 · report

Tasks

Anomaly DetectionAnomaly SegmentationDescriptiveSegmentationUnsupervised Anomaly Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Anomaly Detection MVTec AD Student–Teacher AD (Multiscale) Segmentation AP 45.5 #129 of 148 Archive leaderboard report
Anomaly Detection MVTec AD Student–Teacher AD (Multiscale) Segmentation AUPRO 91.4 #129 of 148 Archive leaderboard report
Anomaly Detection MVTec AD Student–Teacher AD (p=33) Segmentation AUPRO 90.0 #130 of 148 Archive leaderboard report
Anomaly Detection MVTec AD Student–Teacher AD (p=65) Segmentation AUPRO 85.7 #132 of 148 Archive leaderboard report
Anomaly Detection MVTec LOCO AD Student-Teacher Avg. Detection AUROC 77.3 #31 of 40 Archive leaderboard report
Anomaly Detection MVTec LOCO AD Student-Teacher Detection AUROC (only logical) 66.4 #31 of 40 Archive leaderboard report
Anomaly Detection MVTec LOCO AD Student-Teacher Detection AUROC (only structural) 88.3 #31 of 40 Archive leaderboard report
Anomaly Detection VisA Student-Teacher Detection AUROC 93.2 #24 of 50 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections