paper-with-me

홈 › Papers

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

2020-08-12 · Hanwen Cao, Yongyi Lu, Cewu Lu, Bo Pang, Gongshen Liu, Alan Yuille

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

📄 PDF Abstract BibTeX arXiv:2008.05149

Code (1)

intrepidChw/ASAP-Net 공식 구현 pytorch

Tasks

Segmentation

Similar Papers 제목 키워드 기반

ASAP: Adaptive Structure Aware Pooling for Learning Hierarchical Graph Representations

2019-11-18 · Ekagra Ranjan, Soumya Sanyal, Partha Pratim Talukdar

Graph Neural Networks (GNN) have been shown to work effectively for modeling graph structured data to solve tasks such as node classification, link prediction and graph classification. There has been some recent progress…

ClassificationGeneral ClassificationGraph ClassificationLink Prediction+1

ASAP: Attention-Shift-Aware Pruning for Efficient LVLM Inference

2026-03-15 · Surendra Pathak, Bo Han arxiv

While Large Vision-Language Models (LVLMs) demonstrate exceptional multi-modal capabilities, the quadratic computational cost of processing high-resolution visual tokens remains a critical bottleneck. Though recent token…

Multi-scale Geometry-aware Transformer for 3D Point Cloud Classification

2023-04-12 · Xian Wei, Muyu Wang, Shing-Ho Jonathan Lin, Zhengyu Li 외

Self-attention modules have demonstrated remarkable capabilities in capturing long-range relationships and improving the performance of point cloud tasks. However, point cloud objects are typically characterized by compl…

3D Point Cloud ClassificationPoint Cloud Classification

Manifold-Aware Point Cloud Completion via Geodesic-Attentive Hierarchical Feature Learning

2025-12-05 · Jianan Sun, Dongzhihan Wang, Mingyu Fan arxiv

Point cloud completion seeks to recover geometrically consistent shapes from partial or sparse 3D observations. Although recent methods have achieved reasonable global shape reconstruction, they often rely on Euclidean p…

Point Cloud CompletionPoint Clouds

ASAP: Attention Sink Anchored Pruning

2026-05-21 · Jaehyuk Lee, Hanyoung Kim, Yanggee Kim, Donghun Lee arxiv

Vision Transformers (ViTs) face severe computational bottlenecks due to the quadratic complexity of self-attention at high resolutions. Existing token reduction methods rely on local metrics - such as single-layer attent…