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

Adaptive Graph Convolution for Point Cloud Analysis

About

Convolution on 3D point clouds that generalized from 2D grid-like domains is widely researched yet far from perfect. The standard convolution characterises feature correspondences indistinguishably among 3D points, presenting an intrinsic limitation of poor distinctive feature learning. In this paper, we propose Adaptive Graph Convolution (AdaptConv) which generates adaptive kernels for points according to their dynamically learned features. Compared with using a fixed/isotropic kernel, AdaptConv improves the flexibility of point cloud convolutions, effectively and precisely capturing the diverse relations between points from different semantic parts. Unlike popular attentional weight schemes, the proposed AdaptConv implements the adaptiveness inside the convolution operation instead of simply assigning different weights to the neighboring points. Extensive qualitative and quantitative evaluations show that our method outperforms state-of-the-art point cloud classification and segmentation approaches on several benchmark datasets. Our code is available at https://github.com/hrzhou2/AdaptConv-master.

Haoran Zhou, Yidan Feng, Mingsheng Fang, Mingqiang Wei, Jing Qin, Tong Lu• 2021

Related benchmarks

TaskDatasetResultRank
Part SegmentationShapeNetPart (test)
mIoU (Inst.)86.4
312
Point Cloud ClassificationModelNet40 (test)--
224
Part SegmentationShapeNetPart
mIoU (Instance)86.4
198
ClassificationModelNet40
Accuracy93.4
26
Part SegmentationSN-Part (val)
mIoU (Instance)86.4
15
Showing 5 of 5 rows

Other info

Code

Follow for update