TopoSeg: Topology-Aware Segmentation for Point Clouds

Abstract

Point cloud segmentation plays an important role in AI applications such as autonomous driving, AR, and VR. However, previous point cloud segmentation neural networks rarely pay attention to the topological correctness of the segmentation results. In this paper, focusing on the perspective of topology awareness. First, to optimize the distribution of segmented predictions from the perspective of topology, we introduce the persistent homology theory in topology into a 3D point cloud deep learning framework. Second, we propose a topology-aware 3D point cloud segmentation module, TopoSeg. Specifically, we design a topological loss function embedded in TopoSeg module, which imposes topological constraints on the segmentation of 3D point clouds. Experiments show that our proposed TopoSeg module can be easily embedded into the point cloud segmentation network and improve the segmentation performance. In addition, based on the constructed topology loss function, we propose a topology-aware point cloud edge extraction algorithm, which is demonstrated that has strong robustness.

Cite

Text

Liu et al. "TopoSeg: Topology-Aware Segmentation for Point Clouds." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/168

Markdown

[Liu et al. "TopoSeg: Topology-Aware Segmentation for Point Clouds." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/liu2022ijcai-toposeg/) doi:10.24963/IJCAI.2022/168

BibTeX

@inproceedings{liu2022ijcai-toposeg,
  title     = {{TopoSeg: Topology-Aware Segmentation for Point Clouds}},
  author    = {Liu, Weiquan and Guo, Hanyun and Zhang, Weini and Zang, Yu and Wang, Cheng and Li, Jonathan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {1201-1208},
  doi       = {10.24963/IJCAI.2022/168},
  url       = {https://mlanthology.org/ijcai/2022/liu2022ijcai-toposeg/}
}