You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is built for the official implementation of:
PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds (CVPR2021) [arXiv]
If you find our work useful in your research, please consider citing:
@inproceedings{xu2021paconv,
title={PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds},
author={Xu, Mutian and Ding, Runyu and Zhao, Hengshuang and Qi, Xiaojuan},
booktitle={CVPR},
year={2021}
}
Highlight
All initialization models and trained models are available.
You can find the instructions for running these tasks in the above corresponding folders.
Performance
The following tables report the current performances on different tasks and datasets. ( * denotes the backbone architectures)
Object Classification on ModelNet40
Method
OA
PAConv (*PointNet)
93.2%
PAConv (*DGCNN)
93.9%
Object Classification under Corruptions on ModelNet-C.
Method
mCE
Clean OA
PAConv (*DGCNN)
1.104
0.936
Shape Part Segmentation on ShapeNet Part
Method
Class mIoU
Instance mIoU
PAConv (*DGCNN)
84.6%
86.1%
Indoor Scene Segmentation on S3DIS Area-5
Method
S3DIS mIoU
PAConv (*PointNet++)
66.58%
Contact
You are welcome to send pull requests or share some ideas with us. Contact information: Mutian Xu (mino1018@outlook.com) or Runyu Ding (ryding@eee.hku.hk).