English

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

Computer Vision and Pattern Recognition 2024-09-10 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2409.05378,
  title  = {Memoryless Multimodal Anomaly Detection via Student-Teacher Network and Signed Distance Learning},
  author = {Zhongbin Sun and Xiaolong Li and Yiran Li and Yue Ma},
  journal= {arXiv preprint arXiv:2409.05378},
  year   = {2024}
}

Comments

14 pages, 4 figures, 2 tables, to be published in PRCV-2024

R2 v1 2026-06-28T18:38:09.973Z