SOTAVerified

PSTNet: Point Spatio-Temporal Convolution on Point Cloud Sequences

2022-05-27ICLR 2021Code Available1· sign in to hype

Hehe Fan, Xin Yu, Yuhang Ding, Yi Yang, Mohan Kankanhalli

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 cannot be directly applied to spatio-temporal modeling of raw point cloud sequences. In this paper, we propose a point spatio-temporal (PST) convolution to achieve informative representations of point cloud sequences. The proposed PST convolution first disentangles space and time in point cloud sequences. Then, a spatial convolution is employed to capture the local structure of points in the 3D space, and a temporal convolution is used to model the dynamics of the spatial regions along the time dimension. Furthermore, we incorporate the proposed PST convolution into a deep network, namely PSTNet, to extract features of point cloud sequences in a hierarchical manner. Extensive experiments on widely-used 3D action recognition and 4D semantic segmentation datasets demonstrate the effectiveness of PSTNet to model point cloud sequences.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
NTU RGB+DPSTNetCross Subject Accuracy90.5Unverified

Reproductions