English

KPConv: Flexible and Deformable Convolution for Point Clouds

Computer Vision and Pattern Recognition 2019-08-20 v2

Abstract

We present Kernel Point Convolution (KPConv), a new design of point convolution, i.e. that operates on point clouds without any intermediate representation. The convolution weights of KPConv are located in Euclidean space by kernel points, and applied to the input points close to them. Its capacity to use any number of kernel points gives KPConv more flexibility than fixed grid convolutions. Furthermore, these locations are continuous in space and can be learned by the network. Therefore, KPConv can be extended to deformable convolutions that learn to adapt kernel points to local geometry. Thanks to a regular subsampling strategy, KPConv is also efficient and robust to varying densities. Whether they use deformable KPConv for complex tasks, or rigid KPconv for simpler tasks, our networks outperform state-of-the-art classification and segmentation approaches on several datasets. We also offer ablation studies and visualizations to provide understanding of what has been learned by KPConv and to validate the descriptive power of deformable KPConv.

Keywords

Cite

@article{arxiv.1904.08889,
  title  = {KPConv: Flexible and Deformable Convolution for Point Clouds},
  author = {Hugues Thomas and Charles R. Qi and Jean-Emmanuel Deschaud and Beatriz Marcotegui and François Goulette and Leonidas J. Guibas},
  journal= {arXiv preprint arXiv:1904.08889},
  year   = {2019}
}

Comments

Camera-ready, accepted to ICCV 2019; project website: https://github.com/HuguesTHOMAS/KPConv

R2 v1 2026-06-23T08:44:06.720Z