Home

Awesome

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

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

🧩News

Follow-up work R3D-AD,ECCV24.

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

<img src="./examples.png" width=900 alt="Dataset" align=center>

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

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 is built on M3DM, thanks for its excellent works!

License

The dataset is released under the CC BY 4.0 license.