CVSep 3, 2024

SPiKE: 3D Human Pose from Point Cloud Sequences

arXiv:2409.01879v15 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of improving accuracy and efficiency in 3D human pose estimation for applications like robotics or AR/VR, though it is incremental by building on existing point cloud and Transformer methods.

The paper tackles 3D human pose estimation from point cloud sequences by introducing SPiKE, a method that leverages temporal context with a Transformer architecture, achieving state-of-the-art performance of 89.19% mAP on the ITOP benchmark with lower inference times.

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 predominantly rely on single-frame estimation and do not exploit temporal information from sequences. This paper presents SPiKE, a novel approach to 3D HPE using point cloud sequences. Unlike existing methods that process frames of a sequence independently, SPiKE leverages temporal context by adopting a Transformer architecture to encode spatio-temporal relationships between points across the sequence. By partitioning the point cloud into local volumes and using spatial feature extraction via point spatial convolution, SPiKE ensures efficient processing by the Transformer while preserving spatial integrity per timestamp. Experiments on the ITOP benchmark for 3D HPE show that SPiKE reaches 89.19% mAP, achieving state-of-the-art performance with significantly lower inference times. Extensive ablations further validate the effectiveness of sequence exploitation and our algorithmic choices. Code and models are available at: https://github.com/iballester/SPiKE

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