English

RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds

Computer Vision and Pattern Recognition 2020-05-05 v3 Machine Learning Image and Video Processing

Abstract

We study the problem of efficient semantic segmentation for large-scale 3D point clouds. By relying on expensive sampling techniques or computationally heavy pre/post-processing steps, most existing approaches are only able to be trained and operate over small-scale point clouds. In this paper, we introduce RandLA-Net, an efficient and lightweight neural architecture to directly infer per-point semantics for large-scale point clouds. The key to our approach is to use random point sampling instead of more complex point selection approaches. Although remarkably computation and memory efficient, random sampling can discard key features by chance. To overcome this, we introduce a novel local feature aggregation module to progressively increase the receptive field for each 3D point, thereby effectively preserving geometric details. Extensive experiments show that our RandLA-Net can process 1 million points in a single pass with up to 200X faster than existing approaches. Moreover, our RandLA-Net clearly surpasses state-of-the-art approaches for semantic segmentation on two large-scale benchmarks Semantic3D and SemanticKITTI.

Keywords

Cite

@article{arxiv.1911.11236,
  title  = {RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds},
  author = {Qingyong Hu and Bo Yang and Linhai Xie and Stefano Rosa and Yulan Guo and Zhihua Wang and Niki Trigoni and Andrew Markham},
  journal= {arXiv preprint arXiv:1911.11236},
  year   = {2020}
}

Comments

CVPR 2020 Oral. Code and data are available at: https://github.com/QingyongHu/RandLA-Net

R2 v1 2026-06-23T12:27:01.783Z