# Multi-view Incremental Segmentation of 3D Point Clouds for Mobile Robots

**Authors:** Jingdao Chen, Yong K. Cho, and Zsolt Kira

arXiv: 1902.06768 · 2019-02-20

## TL;DR

This paper introduces MCPNet, an online deep learning approach for incrementally segmenting 3D point clouds in mobile robots, enhancing accuracy over existing online methods while maintaining real-time capabilities.

## Contribution

It presents MCPNet with multi-view context pooling for incremental semantic segmentation, a novel online method that improves accuracy over prior online techniques.

## Key findings

- 15% improvement in point-wise accuracy
- 7% improvement in normalized mutual information (NMI)
- 6% accuracy drop compared to offline PointNet approach

## Abstract

Mobile robots need to create high-definition 3D maps of the environment for applications such as remote surveillance and infrastructure mapping. Accurate semantic processing of the acquired 3D point cloud is critical for allowing the robot to obtain a high-level understanding of the surrounding objects and perform context-aware decision making. Existing techniques for point cloud semantic segmentation are mostly applied on a single-frame or offline basis, with no way to integrate the segmentation results over time. This paper proposes an online method for mobile robots to incrementally build a semantically-rich 3D point cloud of the environment. The proposed deep neural network, MCPNet, is trained to predict class labels and object instance labels for each point in the scanned point cloud in an incremental fashion. A multi-view context pooling (MCP) operator is used to combine point features obtained from multiple viewpoints to improve the classification accuracy. The proposed architecture was trained and evaluated on ray-traced scans derived from the Stanford 3D Indoor Spaces dataset. Results show that the proposed approach led to 15% improvement in point-wise accuracy and 7% improvement in NMI compared to the next best online method, with only a 6% drop in accuracy compared to the PointNet-based offline approach.

## Full text

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

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1902.06768/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1902.06768/full.md

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