English

AGConv: Adaptive Graph Convolution on 3D Point Clouds

Computer Vision and Pattern Recognition 2023-01-11 v2

Abstract

Convolution on 3D point clouds is widely researched yet far from perfect in geometric deep learning. The traditional wisdom of convolution characterises feature correspondences indistinguishably among 3D points, arising an intrinsic limitation of poor distinctive feature learning. In this paper, we propose Adaptive Graph Convolution (AGConv) for wide applications of point cloud analysis. AGConv generates adaptive kernels for points according to their dynamically learned features. Compared with the solution of using fixed/isotropic kernels, AGConv improves the flexibility of point cloud convolutions, effectively and precisely capturing the diverse relations between points from different semantic parts. Unlike the popular attentional weight schemes, AGConv implements the adaptiveness inside the convolution operation instead of simply assigning different weights to the neighboring points. Extensive evaluations clearly show that our method outperforms state-of-the-arts of point cloud classification and segmentation on various benchmark datasets.Meanwhile, AGConv can flexibly serve more point cloud analysis approaches to boost their performance. To validate its flexibility and effectiveness, we explore AGConv-based paradigms of completion, denoising, upsampling, registration and circle extraction, which are comparable or even superior to their competitors. Our code is available at https://github.com/hrzhou2/AdaptConv-master.

Keywords

Cite

@article{arxiv.2206.04665,
  title  = {AGConv: Adaptive Graph Convolution on 3D Point Clouds},
  author = {Mingqiang Wei and Zeyong Wei and Haoran Zhou and Fei Hu and Huajian Si and Zhilei Chen and Zhe Zhu and Jingbo Qiu and Xuefeng Yan and Yanwen Guo and Jun Wang and Jing Qin},
  journal= {arXiv preprint arXiv:2206.04665},
  year   = {2023}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2108.08035

R2 v1 2026-06-24T11:45:32.227Z