Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds

About

We introduce Position Adaptive Convolution (PAConv), a generic convolution operation for 3D point cloud processing. The key of PAConv is to construct the convolution kernel by dynamically assembling basic weight matrices stored in Weight Bank, where the coefficients of these weight matrices are self-adaptively learned from point positions through ScoreNet. In this way, the kernel is built in a data-driven manner, endowing PAConv with more flexibility than 2D convolutions to better handle the irregular and unordered point cloud data. Besides, the complexity of the learning process is reduced by combining weight matrices instead of brutally predicting kernels from point positions. Furthermore, different from the existing point convolution operators whose network architectures are often heavily engineered, we integrate our PAConv into classical MLP-based point cloud pipelines without changing network configurations. Even built on simple networks, our method still approaches or even surpasses the state-of-the-art models, and significantly improves baseline performance on both classification and segmentation tasks, yet with decent efficiency. Thorough ablation studies and visualizations are provided to understand PAConv. Code is released on https://github.com/CVMI-Lab/PAConv.

Mutian Xu, Runyu Ding, Hengshuang Zhao, Xiaojuan Qi• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU66.6
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)69.3
315
Part SegmentationShapeNetPart (test)
mIoU (Inst.)86.1
312
3D Object ClassificationModelNet40 (test)
Accuracy93.6
302
3D Point Cloud ClassificationModelNet40 (test)
OA93.6
297
Shape classificationModelNet40 (test)
OA93.9
255
Part SegmentationShapeNetPart
mIoU (Instance)86.1
198
Object ClassificationModelNet40 (test)
Accuracy93.9
180
3D Object Part SegmentationShapeNet Part (test)--
114
ClassificationModelNet40 (test)
Accuracy93.9
99
Showing 10 of 23 rows

Other info

Code

Follow for update