paper-with-me

홈 › Papers

Towards Zero-shot Point Cloud Anomaly Detection: A Multi-View Projection Framework

2024-09-20 · Yuqi Cheng, Yunkang Cao, Guoyang Xie, Zhichao Lu, Weiming Shen

Detecting anomalies within point clouds is crucial for various industrial applications, but traditional unsupervised methods face challenges due to data acquisition costs, early-stage production constraints, and limited generalization across product categories. To overcome these challenges, we introduce the Multi-View Projection (MVP) framework, leveraging pre-trained Vision-Language Models (VLMs) to detect anomalies. Specifically, MVP projects point cloud data into multi-view depth images, thereby translating point cloud anomaly detection into image anomaly detection. Following zero-shot image anomaly detection methods, pre-trained VLMs are utilized to detect anomalies on these depth images. Given that pre-trained VLMs are not inherently tailored for zero-shot point cloud anomaly detection and may lack specificity, we propose the integration of learnable visual and adaptive text prompting techniques to fine-tune these VLMs, thereby enhancing their detection performance. Extensive experiments on the MVTec 3D-AD and Real3D-AD demonstrate our proposed MVP framework's superior zero-shot anomaly detection performance and the prompting techniques' effectiveness. Real-world evaluations on automotive plastic part inspection further showcase that the proposed method can also be generalized to practical unseen scenarios. The code is available at https://github.com/hustCYQ/MVP-PCLIP.

📄 PDF Abstract BibTeX arXiv:2409.13162

Code (2)

hustcyq/mvp-pclip 공식 구현 pytorch
hustCYQ/GLFM-Multi-class-3DAD pytorch

Tasks

Anomaly DetectionSpecificityzero-shot anomaly detection

Similar Papers 제목 키워드 기반

MCL-AD: Multimodal Collaboration Learning for Zero-Shot 3D Anomaly Detection

2025-09-12 · Gang Li, Tianjiao Chen, Mingle Zhou, Min Li 외 arxiv

Zero-shot 3D (ZS-3D) anomaly detection aims to identify defects in 3D objects without relying on labeled training data, making it especially valuable in scenarios constrained by data scarcity, privacy, or high annotation…

3D Anomaly DetectionPoint Clouds

Back to Point: Exploring Point-Language Models for Zero-Shot 3D Anomaly Detection

2026-03-23 · Kaiqiang Li, Gang Li, Mingle Zhou, Min Li 외 arxiv

Zero-shot (ZS) 3D anomaly detection is crucial for reliable industrial inspection, as it enables detecting and localizing defects without requiring any target-category training data. Existing approaches render 3D point c…

Representation Learning3D Anomaly DetectionPoint Clouds

ZSG-IAD: A Multimodal Framework for Zero-Shot Grounded Industrial Anomaly Detection

2026-04-20 · Qiuhui Chen, Jiaxiang Song, Shuai Tan, Weimin Zhong arxiv

Deep learning-based industrial anomaly detectors often behave as black boxes, making it hard to justify decisions with physically meaningful defect evidence. We propose ZSG-IAD, a multimodal vision-language framework for…

Anomaly DetectionPoint Clouds

PointAD: Comprehending 3D Anomalies from Points and Pixels for Zero-shot 3D Anomaly Detection

2024-10-01 · Qihang Zhou, Jiangtao Yan, Shibo He, Wenchao Meng 외

Zero-shot (ZS) 3D anomaly detection is a crucial yet unexplored field that addresses scenarios where target 3D training samples are unavailable due to practical concerns like privacy protection. This paper introduces Poi…

3D Anomaly DetectionAnomaly DetectionRepresentation Learning

Towards Zero-shot 3D Anomaly Localization

2024-12-05 · Yizhou Wang, Kuan-Chuan Peng, Yun Fu

3D anomaly detection and localization is of great significance for industrial inspection. Prior 3D anomaly detection and localization methods focus on the setting that the testing data share the same category as the trai…

3D Anomaly DetectionAnomaly DetectionAnomaly LocalizationContrastive Learning+1