Teacher-Student Network for 3D Point Cloud Anomaly Detection with Few Normal Samples
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 detection for images, whereas little attention has been paid to 3D point cloud. In this paper, drawing inspiration from the knowledge transfer ability of teacher-student architecture and the impressive feature extraction capability of recent neural networks, we design a teacher-student structured model for 3D anomaly detection. Specifically, we use feature space alignment, dimension zoom, and max pooling to extract the features of the point cloud and then minimize a multi-scale loss between the feature vectors produced by the teacher and the student networks. Moreover, our method only requires very few normal samples to train the student network due to the teacher-student distillation mechanism. Once trained, the teacher-student network pair can be leveraged jointly to fulfill 3D point cloud anomaly detection based on the calculated anomaly score. For evaluation, we compare our method against the reconstruction-based method on the ShapeNet-Part dataset. The experimental results and ablation studies quantitatively and qualitatively confirm that our model can achieve higher performance compared with the state of the arts in 3D anomaly detection with very few training samples.
Code (0)
등록된 구현이 없습니다.
Tasks
3D Anomaly DetectionAnomaly DetectionTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Memoryless Multimodal Anomaly Detection via Student-Teacher Network and Signed Distance Learning
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 clou…
Anomaly DetectionUnsupervised Anomaly DetectionAnomaly Detection in 3D Point Clouds using Deep Geometric Descriptors
We present a new method for the unsupervised detection of geometric anomalies in high-resolution 3D point clouds. In particular, we propose an adaptation of the established student-teacher anomaly detection framework to …
3D Anomaly Detection3D Anomaly Detection and SegmentationAnomaly DetectionUnsupervised Anomaly Detection with an Enhanced Teacher for Student-Teacher Feature Pyramid Matching
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 DetectionDual-Modeling Decouple Distillation for Unsupervised Anomaly Detection
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 DetectionUninformed Students: Student-Teacher Anomaly Detection with Discriminative Latent Embeddings
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