CVJul 7, 2021

GA-NET: Global Attention Network for Point Cloud Semantic Segmentation

arXiv:2107.03101v151 citations
Originality Incremental advance
AI Analysis

This addresses a key challenge in 3D point cloud analysis for applications like autonomous driving or robotics, but appears incremental as it builds on existing attention-based methods.

The paper tackles the problem of learning long-range dependencies in 3D point clouds for semantic segmentation by proposing GA-Net, which uses global attention modules and achieves state-of-the-art performance on three public datasets.

How to learn long-range dependencies from 3D point clouds is a challenging problem in 3D point cloud analysis. Addressing this problem, we propose a global attention network for point cloud semantic segmentation, named as GA-Net, consisting of a point-independent global attention module and a point-dependent global attention module for obtaining contextual information of 3D point clouds in this paper. The point-independent global attention module simply shares a global attention map for all 3D points. In the point-dependent global attention module, for each point, a novel random cross attention block using only two randomly sampled subsets is exploited to learn the contextual information of all the points. Additionally, we design a novel point-adaptive aggregation block to replace linear skip connection for aggregating more discriminate features. Extensive experimental results on three 3D public datasets demonstrate that our method outperforms state-of-the-art methods in most cases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes