paper-with-me

Papers

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

2019-11-06 · CVPR 2020 6 · 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.

📄 PDF Abstract BibTeX arXiv:1911.02357

Code (3)

LuyaooChen/uninformed-students-pytorch pytorch
TaikiInoue/STAD pytorch
denguir/student-teacher-anomaly-detection pytorch

Tasks

Anomaly DetectionAnomaly SegmentationDescriptiveSegmentationUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Discriminative Graph-level Anomaly Detection via Dual-students-teacher Model

2023-08-03 · Fu Lin, Xuexiong Luo, Jia Wu, Jian Yang 외

Different from the current node-level anomaly detection task, the goal of graph-level anomaly detection is to find abnormal graphs that significantly differ from others in a graph set. Due to the scarcity of research on …

Anomaly Detection

Dual-Modeling Decouple Distillation for Unsupervised Anomaly Detection

2024-08-07 · Xinyue Liu, Jianyuan Wang, Biao Leng, Shuo Zhang

Knowledge distillation based on student-teacher network is one of the mainstream solution paradigms for the challenging unsupervised Anomaly Detection task, utilizing the difference in representation capabilities of the …

Anomaly DetectionAnomaly LocalizationKnowledge DistillationUnsupervised Anomaly Detection

Reconstruction Student with Attention for Student-Teacher Pyramid Matching

2021-11-30 · Shinji Yamada, Kazuhiro Hotta

Anomaly detection and localization are important problems in computer vision. Recently, Convolutional Neural Network (CNN) has been used for visual inspection. In particular, the scarcity of anomalous samples increases t…

Anomaly Detection

Contextual Affinity Distillation for Image Anomaly Detection

2023-07-06 · Jie Zhang, Masanori Suganuma, Takayuki Okatani

Previous works on unsupervised industrial anomaly detection mainly focus on local structural anomalies such as cracks and color contamination. While achieving significantly high detection performance on this kind of anom…

Anomaly DetectionKnowledge Distillation

Dual-Student Knowledge Distillation Networks for Unsupervised Anomaly Detection

2024-02-01 · Liyi Yao, Shaobing Gao

Due to the data imbalance and the diversity of defects, student-teacher networks (S-T) are favored in unsupervised anomaly detection, which explores the discrepancy in feature representation derived from the knowledge di…

Anomaly DetectionAnomaly SegmentationDiversityKnowledge Distillation+1