paper-with-me

홈 › Papers

MixSTE: Seq2seq Mixed Spatio-Temporal Encoder for 3D Human Pose Estimation in Video

2022-03-02 · CVPR 2022 1 · Jinlu Zhang, Zhigang Tu, Jianyu Yang, Yujin Chen, Junsong Yuan

Recent transformer-based solutions have been introduced to estimate 3D human pose from 2D keypoint sequence by considering body joints among all frames globally to learn spatio-temporal correlation. We observe that the motions of different joints differ significantly. However, the previous methods cannot efficiently model the solid inter-frame correspondence of each joint, leading to insufficient learning of spatial-temporal correlation. We propose MixSTE (Mixed Spatio-Temporal Encoder), which has a temporal transformer block to separately model the temporal motion of each joint and a spatial transformer block to learn inter-joint spatial correlation. These two blocks are utilized alternately to obtain better spatio-temporal feature encoding. In addition, the network output is extended from the central frame to entire frames of the input video, thereby improving the coherence between the input and output sequences. Extensive experiments are conducted on three benchmarks (Human3.6M, MPI-INF-3DHP, and HumanEva). The results show that our model outperforms the state-of-the-art approach by 10.9% P-MPJPE and 7.6% MPJPE. The code is available at https://github.com/JinluZhang1126/MixSTE.

📄 PDF Abstract BibTeX arXiv:2203.00859

Code (1)

JinluZhang1126/MixSTE 공식 구현 pytorch

Tasks

3D Human Pose EstimationClassificationMonocular 3D Human Pose EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…

Similar Papers 제목 키워드 기반

Hourglass Tokenizer for Efficient Transformer-Based 3D Human Pose Estimation

2023-11-20 · CVPR 2024 1 · Wenhao Li, Mengyuan Liu, Hong Liu, Pichao Wang 외

Transformers have been successfully applied in the field of video-based 3D human pose estimation. However, the high computational costs of these video pose transformers (VPTs) make them impractical on resource-constraine…

3D Human Pose EstimationPose Estimation

MiCT: Mixed 3D/2D Convolutional Tube for Human Action Recognition

2018-06-01 · CVPR 2018 6 · Yizhou Zhou, Xiaoyan Sun, Zheng-Jun Zha, Wen-Jun Zeng

Human actions in videos are three-dimensional (3D) signals. Recent attempts use 3D convolutional neural networks (CNNs) to explore spatio-temporal information for human action recognition. Though promising, 3D CNNs have …

Action RecognitionTemporal Action Localization

PoSynDA: Multi-Hypothesis Pose Synthesis Domain Adaptation for Robust 3D Human Pose Estimation

2023-08-18 · Hanbing Liu, Jun-Yan He, Zhi-Qi Cheng, Wangmeng Xiang 외

Existing 3D human pose estimators face challenges in adapting to new datasets due to the lack of 2D-3D pose pairs in training sets. To overcome this issue, we propose \textit{Multi-Hypothesis \textbf{P}ose \textbf{Syn}th…

3D Human Pose EstimationDomain AdaptationPose Estimation

Temporal-Spatial Decouple before Act: Disentangled Representation Learning for Multimodal Sentiment Analysis

2026-01-20 · Chunlei Meng, Ziyang Zhou, Lucas He, Xiaojing Du 외 arxiv

Multimodal Sentiment Analysis integrates Linguistic, Visual, and Acoustic. Mainstream approaches based on modality-invariant and modality-specific factorization or on complex fusion still rely on spatiotemporal mixed mod…

Multimodal Sentiment AnalysisRepresentation Learning

Graph Masked Autoencoder for Spatio-Temporal Graph Learning

2024-10-14 · Qianru Zhang, Haixin Wang, Siu-Ming Yiu, Hongzhi Yin

Effective spatio-temporal prediction frameworks play a crucial role in urban sensing applications, including traffic analysis, human mobility behavior modeling, and citywide crime prediction. However, the presence of dat…

Crime PredictionData AugmentationGraph LearningSelf-Supervised Learning