Anomaly-ShapeNet: A Synthetic Dataset of Point Cloud Anomaly Detection

October 17, 2025 Β· View on GitHub

Wenqiao Li, Xiaohao Xu, Yao Gu, Bozhong Zheng, Shenghua Gao, Yingna Wu

🧩Works based on Anomaly-ShapeNet and IMRNet

Mulsen-AD-3D: We propose a large scale 3D AD dataset following Anomaly-ShapeNet and Real3D-AD (CVPR2025)!

PASDF: We propose a simple and effective 3D-AD algorithm based on IMR-Net (ICCV2025)!

R3DAD: Reconstruction based 3D-AD codebase based on IMR-Net (ECCV2024).

Introduction

This project provides a synthetic dataset for point cloud anomaly detection. We provide 3D point clouds and meshs for training and testing 3D anomaly detection algorithms. Note that we expanded from the original 40 classes to 50 classes and put the new 10 classes in the β€˜new’ folders.Our paper can be found here.[Paper]

Data description

Dataset
  • overview of Anomaly-ShapeNet

Anomaly-ShapeNet comprises a total of 1600 samples which are distributed across 40(+10) distinct categories. There are six kinds of anomalies, including bulge, concavity, crack, holes, and broken. All the obj or pcd file have been watertighted before to obtain a more smooth surface.

DatasetsCategory numbersAnomaly typesTrain num(1cls)Test num(1cls)Point numAnomaly portion
Anomaly-ShapeNet506415~248K~30K1%~7%

Download

Data preparation

  • Download Anomaly-ShapeNet-v2.zip and extract into ./dataset/pcd
pcd
β”œβ”€β”€ ashtray0
    β”œβ”€β”€ train
        β”œβ”€β”€ *template.pcd
        ...
    β”œβ”€β”€ test
        β”œβ”€β”€ 1_bulge.pcd
        β”œβ”€β”€ 2_concavity.pcd
        ...
    β”œβ”€β”€ GT
        β”œβ”€β”€ 1_bulge.txt
        β”œβ”€β”€ 2_sink.txt
        ... 
β”œβ”€β”€ bag0
...

Benchmark

Our benchmark for Anomaly ShapaNet and Real3D-AD are listed here Benchmark. Some metrics like P-AP for Anomaly-ShapeNet is ignored because they are not suitable for our dataset.

Citation

Please cite the following paper if this dataset helps your project:

@InProceedings{Li_2024_CVPR,
    author    = {Li, Wenqiao and Xu, Xiaohao and Gu, Yao and Zheng, Bozhong and Gao, Shenghua and Wu, Yingna},
    title     = {Towards Scalable 3D Anomaly Detection and Localization: A Benchmark via 3D Anomaly Synthesis and A Self-Supervised Learning Network},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2024},
    pages     = {22207-22216}
}

Thanks

Our dataset and code are built on ShapeNet and PointMAE, thanks for their excellent works!

License

The dataset is released under the CC BY 4.0 license.