Home

Awesome

PointCLIP V2: Prompting CLIP and GPT for Powerful 3D Open-world Learning

Official implementation of PointCLIP V2: Prompting CLIP and GPT for Powerful 3D Open-world Learning.

The V1 version of PointCLIP accepted by CVPR 2022 is open-sourced at here.

PWC PWC

News

Introduction

PointCLIP V2 is a powerful 3D open-world learner, which improves the performance of PointCLIP with significant margins. V2 utilizes a realistic shape projection module for depth map generation, and adopts the LLM-assisted 3D prompt to align visual and language representations. Besides classification, PointCLIP V2 also conducts zero-shot part segmentation and 3D object detection.

<!-- Examples of the synthesized depth map and attention map: -->

Depth and Attention Map

<!-- The whole framework of PointCLIP V2: --> <!-- ![Whole Framework](figs/whole_framework.png) -->

Code

Please check the zeroshot_cls folder for zero-shot 3D classification, and zeroshot_seg folder for zero-shot part segmentation.

Contributors

Xiangyang Zhu, Renrui Zhang

Citation

Thanks for citing our paper:

@article{Zhu2022PointCLIPV2,
    title={PointCLIP V2: Prompting CLIP and GPT for Powerful 3D Open-world Learning},
    author={Zhu, Xiangyang and Zhang, Renrui and He, Bowei and Guo, Ziyu and Zeng, Ziyao and Qin, Zipeng and Zhang, Shanghang and Gao, Peng},
    journal={arXiv preprint arXiv:2211.11682},
    year={2022},
}

Contact

If you have any question about this project, please feel free to contact xiangyzhu6-c@my.cityu.edu.hk and zhangrenrui@pjlab.org.cn.