English

BAGNet: A Boundary-Aware Graph Attention Network for 3D Point Cloud Semantic Segmentation

Computer Vision and Pattern Recognition 2025-06-03 v1

Abstract

Since the point cloud data is inherently irregular and unstructured, point cloud semantic segmentation has always been a challenging task. The graph-based method attempts to model the irregular point cloud by representing it as a graph; however, this approach incurs substantial computational cost due to the necessity of constructing a graph for every point within a large-scale point cloud. In this paper, we observe that boundary points possess more intricate spatial structural information and develop a novel graph attention network known as the Boundary-Aware Graph attention Network (BAGNet). On one hand, BAGNet contains a boundary-aware graph attention layer (BAGLayer), which employs edge vertex fusion and attention coefficients to capture features of boundary points, reducing the computation time. On the other hand, BAGNet employs a lightweight attention pooling layer to extract the global feature of the point cloud to maintain model accuracy. Extensive experiments on standard datasets demonstrate that BAGNet outperforms state-of-the-art methods in point cloud semantic segmentation with higher accuracy and less inference time.

Keywords

Cite

@article{arxiv.2506.00475,
  title  = {BAGNet: A Boundary-Aware Graph Attention Network for 3D Point Cloud Semantic Segmentation},
  author = {Wei Tao and Xiaoyang Qu and Kai Lu and Jiguang Wan and Shenglin He and Jianzong Wang},
  journal= {arXiv preprint arXiv:2506.00475},
  year   = {2025}
}

Comments

Accepted by the 2025 International Joint Conference on Neural Networks (IJCNN 2025)

R2 v1 2026-07-01T02:52:10.799Z