Global Hierarchical Attention for 3D Point Cloud Analysis
Dan Jia, Alexander Hermans, Bastian Leibe

TL;DR
This paper introduces Global Hierarchical Attention (GHA), a scalable attention mechanism for 3D point cloud analysis that improves performance across multiple tasks by efficiently capturing global and local spatial relationships.
Contribution
The paper presents GHA, a novel attention method with linear complexity that enhances existing 3D point cloud networks by effectively modeling global connectivity.
Findings
GHA increases mIoU by 1.7% on ScanNet semantic segmentation.
GHA improves CenterPoint 3D detection by 0.5% mAP on nuScenes.
GHA boosts 3DETR performance by 2.1% mAP25 on ScanNet.
Abstract
We propose a new attention mechanism, called Global Hierarchical Attention (GHA), for 3D point cloud analysis. GHA approximates the regular global dot-product attention via a series of coarsening and interpolation operations over multiple hierarchy levels. The advantage of GHA is two-fold. First, it has linear complexity with respect to the number of points, enabling the processing of large point clouds. Second, GHA inherently possesses the inductive bias to focus on spatially close points, while retaining the global connectivity among all points. Combined with a feedforward network, GHA can be inserted into many existing network architectures. We experiment with multiple baseline networks and show that adding GHA consistently improves performance across different tasks and datasets. For the task of semantic segmentation, GHA gives a +1.7% mIoU increase to the MinkowskiEngine baseline…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Human Pose and Action Recognition
