paper-with-me

Papers

Spatial-Temporal Transformer for 3D Point Cloud Sequences

2021-10-19 · Yimin Wei, Hao liu, TingTing Xie, Qiuhong Ke, Yulan Guo

Effective learning of spatial-temporal information within a point cloud sequence is highly important for many down-stream tasks such as 4D semantic segmentation and 3D action recognition. In this paper, we propose a novel framework named Point Spatial-Temporal Transformer (PST2) to learn spatial-temporal representations from dynamic 3D point cloud sequences. Our PST2 consists of two major modules: a Spatio-Temporal Self-Attention (STSA) module and a Resolution Embedding (RE) module. Our STSA module is introduced to capture the spatial-temporal context information across adjacent frames, while the RE module is proposed to aggregate features across neighbors to enhance the resolution of feature maps. We test the effectiveness our PST2 with two different tasks on point cloud sequences, i.e., 4D semantic segmentation and 3D action recognition. Extensive experiments on three benchmarks show that our PST2 outperforms existing methods on all datasets. The effectiveness of our STSA and RE modules have also been justified with ablation experiments.

📄 PDF Abstract BibTeX arXiv:2110.09783

Code (0)

등록된 구현이 없습니다.

Tasks

3D Action RecognitionAction RecognitionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

SPiKE: 3D Human Pose from Point Cloud Sequences

2024-09-03 · Irene Ballester, Ondřej Peterka, Martin Kampel

3D Human Pose Estimation (HPE) is the task of locating keypoints of the human body in 3D space from 2D or 3D representations such as RGB images, depth maps or point clouds. Current HPE methods from depth and point clouds…

3D Human Pose EstimationPose Estimation

PSTNet: Point Spatio-Temporal Convolution on Point Cloud Sequences

2022-05-27 · ICLR 2021 1 · Hehe Fan, Xin Yu, Yuhang Ding, Yi Yang 외

Point cloud sequences are irregular and unordered in the spatial dimension while exhibiting regularities and order in the temporal dimension. Therefore, existing grid based convolutions for conventional video processing …

3D Action RecognitionAction RecognitionSemantic Segmentation

Mamba4D: Efficient 4D Point Cloud Video Understanding with Disentangled Spatial-Temporal State Space Models

2025-01-01 · CVPR 2025 1 · Jiuming Liu, Jinru Han, Lihao Liu, Angelica I. Aviles-Rivero 외

Point cloud videos can faithfully capture real-world spatial geometries and temporal dynamics, which are essential for enabling intelligent agents to understand the dynamically changing world. However, designing an e…

Action RecognitionAction SegmentationGPUMamba+4

MAMBA4D: Efficient Long-Sequence Point Cloud Video Understanding with Disentangled Spatial-Temporal State Space Models

2024-05-23 · Jiuming Liu, Jinru Han, Lihao Liu, Angelica I. Aviles-Rivero 외

Point cloud videos can faithfully capture real-world spatial geometries and temporal dynamics, which are essential for enabling intelligent agents to understand the dynamically changing world. However, designing an effec…

Action RecognitionAction SegmentationGPUMamba+5

LiDAR-based Online 3D Video Object Detection with Graph-based Message Passing and Spatiotemporal Transformer Attention

2020-04-03 · CVPR 2020 6 · Junbo Yin, Jianbing Shen, Chenye Guan, Dingfu Zhou 외

Existing LiDAR-based 3D object detectors usually focus on the single-frame detection, while ignoring the spatiotemporal information in consecutive point cloud frames. In this paper, we propose an end-to-end online 3D vid…

Objectobject-detectionObject DetectionVideo Object Detection