Learning semantical dynamics and spatiotemporal collaboration for human pose estimation in video
Runyang Feng, Haoming Chen
TL;DR
This work tackles video-based human pose estimation by moving beyond pixel-wise motion cues to learn multi-level semantic motion dynamics and to densely fuse spatial and motion information. The authors propose MLSME to capture hierarchical inter-frame semantics through masked signal reconstruction and SMML to enable adaptive, cross-modal context sharing via cross-attention and learned pixel-wise fusion weights. Empirical results on PoseTrack2017, PoseTrack2018, and PoseTrack21 establish state-of-the-art performance and demonstrate the effectiveness of semantic dynamics and dense collaboration, especially under occlusion and blur. The approach offers a robust, efficient framework with potential extensions to 3D pose estimation and pose tracking in future work.
Abstract
Temporal modeling and spatio-temporal collaboration are pivotal techniques for video-based human pose estimation. Most state-of-the-art methods adopt optical flow or temporal difference, learning local visual content correspondence across frames at the pixel level, to capture motion dynamics. However, such a paradigm essentially relies on localized pixel-to-pixel similarity, which neglects the semantical correlations among frames and is vulnerable to image quality degradations (e.g. occlusions or blur). Moreover, existing approaches often combine motion and spatial (appearance) features via simple concatenation or summation, leading to practical challenges in fully leveraging these distinct modalities. In this paper, we present a novel framework that learns multi-level semantical dynamics and dense spatio-temporal collaboration for multi-frame human pose estimation. Specifically, we first design a Multi-Level Semantic Motion Encoder using a multi-masked context and pose reconstruction strategy. This strategy stimulates the model to explore multi-granularity spatiotemporal semantic relationships among frames by progressively masking the features of (patch) cubes and frames. We further introduce a Spatial-Motion Mutual Learning module which densely propagates and consolidates context information from spatial and motion features to enhance the capability of the model. Extensive experiments demonstrate that our approach sets new state-of-the-art results on three benchmark datasets, PoseTrack2017, PoseTrack2018, and PoseTrack21.
