paper-with-me

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 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.

📄 PDF Abstract BibTeX arXiv:2210.17258

Code (0)

등록된 구현이 없습니다.

Tasks

3D Anomaly DetectionAnomaly DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar 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 clou…

Anomaly DetectionUnsupervised Anomaly Detection

Anomaly Detection in 3D Point Clouds using Deep Geometric Descriptors

2022-02-23 · Paul Bergmann, David Sattlegger

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 Detection

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