# KPConv: Flexible and Deformable Convolution for Point Clouds

**Authors:** Hugues Thomas, Charles R. Qi, Jean-Emmanuel Deschaud, Beatriz, Marcotegui, Fran\c{c}ois Goulette, Leonidas J. Guibas

arXiv: 1904.08889 · 2019-08-20

## TL;DR

KPConv introduces a flexible, deformable convolution method for point clouds that improves classification and segmentation performance by learning kernel point locations and adapting to local geometry.

## Contribution

It proposes a novel point convolution method with learnable, deformable kernel points that operate directly on point clouds without intermediate representations.

## Key findings

- Outperforms state-of-the-art on classification tasks
- Effective for segmentation with complex geometries
- Robust to varying point cloud densities

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08889/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08889/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1904.08889/full.md

---
Source: https://tomesphere.com/paper/1904.08889