CVAug 12, 2020

ASAP-Net: Attention and Structure Aware Point Cloud Sequence Segmentation

arXiv:2008.05149v118 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses segmentation in dynamic point clouds, which is important for applications like autonomous driving, but it is incremental as it builds on existing multi-frame methods.

The paper tackles the problem of improving spatio-temporal feature learning for point cloud sequence segmentation by introducing the ASAP module, which integrates attention and structure information across frames, resulting in performance gains of +3.4 to +15.2 mIoU points on Synthia and SemanticKITTI datasets.

Recent works of point clouds show that mulit-frame spatio-temporal modeling outperforms single-frame versions by utilizing cross-frame information. In this paper, we further improve spatio-temporal point cloud feature learning with a flexible module called ASAP considering both attention and structure information across frames, which we find as two important factors for successful segmentation in dynamic point clouds. Firstly, our ASAP module contains a novel attentive temporal embedding layer to fuse the relatively informative local features across frames in a recurrent fashion. Secondly, an efficient spatio-temporal correlation method is proposed to exploit more local structure for embedding, meanwhile enforcing temporal consistency and reducing computation complexity. Finally, we show the generalization ability of the proposed ASAP module with different backbone networks for point cloud sequence segmentation. Our ASAP-Net (backbone plus ASAP module) outperforms baselines and previous methods on both Synthia and SemanticKITTI datasets (+3.4 to +15.2 mIoU points with different backbones). Code is availabe at https://github.com/intrepidChw/ASAP-Net

Code Implementations1 repo
Foundations

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

Your Notes