paper-with-me

Papers

Memoryless Multimodal Anomaly Detection via Student-Teacher Network and Signed Distance Learning

2024-09-09 · Zhongbin Sun, Xiaolong Li, Yiran Li, Yue Ma

Unsupervised anomaly detection is a challenging computer vision task, in which 2D-based anomaly detection methods have been extensively studied. However, multimodal anomaly detection based on RGB images and 3D point clouds requires further investigation. The existing methods are mainly inspired by memory bank based methods commonly used in 2D-based anomaly detection, which may cost extra memory for storing mutimodal features. In present study, a novel memoryless method MDSS is proposed for multimodal anomaly detection, which employs a light-weighted student-teacher network and a signed distance function to learn from RGB images and 3D point clouds respectively, and complements the anomaly information from the two modalities. Specifically, a student-teacher network is trained with normal RGB images and masks generated from point clouds by a dynamic loss, and the anomaly score map could be obtained from the discrepancy between the output of student and teacher. Furthermore, the signed distance function learns from normal point clouds to predict the signed distances between points and surface, and the obtained signed distances are used to generate anomaly score map. Subsequently, the anomaly score maps are aligned to generate the final anomaly score map for detection. The experimental results indicate that MDSS is comparable but more stable than the SOTA memory bank based method Shape-guided, and furthermore performs better than other baseline methods.

📄 PDF Abstract BibTeX arXiv:2409.05378

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Teacher-Student Network for 3D Point Cloud Anomaly Detection with Few Normal Samples

2022-10-31 · Jianjian Qin, Chunzhi Gu, Jun Yu, Chao Zhang

Anomaly detection, which is a critical and popular topic in computer vision, aims to detect anomalous samples that are different from the normal (i.e., non-anomalous) ones. The current mainstream methods focus on anomaly…

3D Anomaly DetectionAnomaly DetectionTransfer Learning

Unsupervised Anomaly Detection with an Enhanced Teacher for Student-Teacher Feature Pyramid Matching

2025-12-20 · Mohammad Zolfaghari, Hedieh Sajedi arxiv

Anomaly detection or outlier is one of the challenging subjects in unsupervised learning . This paper is introduced a student-teacher framework for anomaly detection that its teacher network is enhanced for achieving hig…

Unsupervised 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

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 th…

Anomaly DetectionAnomaly SegmentationDescriptiveSegmentation+1

Reconstructed Student-Teacher and Discriminative Networks for Anomaly Detection

2022-10-14 · Shinji Yamada, Satoshi Kamiya, Kazuhiro Hotta

Anomaly detection is an important problem in computer vision; however, the scarcity of anomalous samples makes this task difficult. Thus, recent anomaly detection methods have used only normal images with no abnormal are…

Anomaly Detection