Fully Convolutional Geometric Features

Abstract

Extracting geometric features from 3D scans or point clouds is the first step in applications such as registration, reconstruction, and tracking. State-of-the-art methods require computing low-level features as input or extracting patch-based features with limited receptive field. In this work, we present fully-convolutional geometric features, computed in a single pass by a 3D fully-convolutional network. We also present new metric learning losses that dramatically improve performance. Fully-convolutional geometric features are compact, capture broad spatial context, and scale to large scenes. We experimentally validate our approach on both indoor and outdoor datasets. Fully-convolutional geometric features achieve state-of-the-art accuracy without requiring prepossessing, are compact (32 dimensions), and are 290 times faster than the most accurate prior method.

Cite

Text

Choy et al. "Fully Convolutional Geometric Features." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00905

Markdown

[Choy et al. "Fully Convolutional Geometric Features." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/choy2019iccv-fully/) doi:10.1109/ICCV.2019.00905

BibTeX

@inproceedings{choy2019iccv-fully,
  title     = {{Fully Convolutional Geometric Features}},
  author    = {Choy, Christopher and Park, Jaesik and Koltun, Vladlen},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00905},
  url       = {https://mlanthology.org/iccv/2019/choy2019iccv-fully/}
}