paper-with-me

홈 › Papers

Towards Scalable 3D Anomaly Detection and Localization: A Benchmark via 3D Anomaly Synthesis and A Self-Supervised Learning Network

2023-11-25 · CVPR 2024 1 · Wenqiao Li, Xiaohao Xu, Yao Gu, Bozhong Zheng, Shenghua Gao, Yingna Wu

Recently, 3D anomaly detection, a crucial problem involving fine-grained geometry discrimination, is getting more attention. However, the lack of abundant real 3D anomaly data limits the scalability of current models. To enable scalable anomaly data collection, we propose a 3D anomaly synthesis pipeline to adapt existing large-scale 3Dmodels for 3D anomaly detection. Specifically, we construct a synthetic dataset, i.e., Anomaly-ShapeNet, basedon ShapeNet. Anomaly-ShapeNet consists of 1600 point cloud samples under 40 categories, which provides a rich and varied collection of data, enabling efficient training and enhancing adaptability to industrial scenarios. Meanwhile,to enable scalable representation learning for 3D anomaly localization, we propose a self-supervised method, i.e., Iterative Mask Reconstruction Network (IMRNet). During training, we propose a geometry-aware sample module to preserve potentially anomalous local regions during point cloud down-sampling. Then, we randomly mask out point patches and sent the visible patches to a transformer for reconstruction-based self-supervision. During testing, the point cloud repeatedly goes through the Mask Reconstruction Network, with each iteration's output becoming the next input. By merging and contrasting the final reconstructed point cloud with the initial input, our method successfully locates anomalies. Experiments show that IMRNet outperforms previous state-of-the-art methods, achieving 66.1% in I-AUC on Anomaly-ShapeNet dataset and 72.5% in I-AUC on Real3D-AD dataset. Our dataset will be released at https://github.com/Chopper-233/Anomaly-ShapeNet

📄 PDF Abstract BibTeX arXiv:2311.14897

Code (1)

chopper-233/anomaly-shapenet 공식 구현

Tasks

3D Anomaly DetectionAnomaly DetectionAnomaly LocalizationRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

CFA: Coupled-hypersphere-based Feature Adaptation for Target-Oriented Anomaly Localization

2022-06-09 · Sungwook Lee, SeungHyun Lee, Byung Cheol Song

For a long time, anomaly localization has been widely used in industries. Previous studies focused on approximating the distribution of normal features without adaptation to a target dataset. However, since anomaly local…

Anomaly DetectionAnomaly LocalizationTransfer LearningUnsupervised Anomaly Detection

Reasoning-Driven Anomaly Detection and Localization with Image-Level Supervision

2026-03-28 · Yizhou Jin, Yuezhu Feng, Jinjin Zhang, Peng Wang 외 arxiv

Multimodal large language models (MLLMs) have recently demonstrated remarkable reasoning and perceptual abilities for anomaly detection. However, most approaches remain confined to image-level anomaly detection and textu…

Reinforcement LearningAnomaly Detection

Pyramid-based Mamba Multi-class Unsupervised Anomaly Detection

2025-04-04 · Nasar Iqbal, Niki Martinel

Recent advances in convolutional neural networks (CNNs) and transformer-based methods have improved anomaly detection and localization, but challenges persist in precisely localizing small anomalies. While CNNs face limi…

Anomaly DetectionAnomaly LocalizationMambaMulti-class Anomaly Detection+1

MSFlow: Multi-Scale Flow-based Framework for Unsupervised Anomaly Detection

2023-08-29 · Yixuan Zhou, Xing Xu, Jingkuan Song, Fumin Shen 외

Unsupervised anomaly detection (UAD) attracts a lot of research interest and drives widespread applications, where only anomaly-free samples are available for training. Some UAD applications intend to further locate the …

Anomaly DetectionAnomaly LocalizationUnsupervised Anomaly Detection

Text-guided Fine-Grained Video Anomaly Understanding

2025-11-01 · Jihao Gu, Kun Li, He Wang, Kaan Akşit arxiv

Subtle abnormal events in videos often manifest as weak spatio-temporal cues that are easily overlooked by conventional anomaly detection systems. Existing video anomaly detection approaches typically provide coarse bina…

Video Anomaly DetectionMultimodal Reasoning