Generative Hierarchical Temporal Transformer for Hand Pose and Action Modeling
Yilin Wen, Hao Pan, Takehiko Ohkawa, Lei Yang, Jia Pan, Yoichi Sato, Taku Komura, Wenping Wang
TL;DR
The paper addresses the challenge of simultaneously recognizing hand pose and predicting future hand motion by introducing G-HTT, a Generative Hierarchical Temporal Transformer with two cascaded VAEs: a short-span Pose (P) block and a long-span Action (A) block bridged by a mid-level representation $\mathbf{m}$. This semantic-temporal hierarchy allows decoupled training on datasets with different annotations while enforcing global consistency between past and future motions. Empirical results on H2O, Assembly101, and AssemblyHands show that joint recognition and prediction with hierarchical modeling yields superior pose refinement, action recognition, and long-term motion generation compared to baselines like HTT and PoseGPT, and that the mid-level representation improves diversity and fidelity. The approach has practical impact for real-time human-robot interaction and VR/AR applications by enabling coherent, action-conditioned hand motion synthesis across varied data sources and viewpoints.
Abstract
We present a novel unified framework that concurrently tackles recognition and future prediction for human hand pose and action modeling. Previous works generally provide isolated solutions for either recognition or prediction, which not only increases the complexity of integration in practical applications, but more importantly, cannot exploit the synergy of both sides and suffer suboptimal performances in their respective domains. To address this problem, we propose a generative Transformer VAE architecture to model hand pose and action, where the encoder and decoder capture recognition and prediction respectively, and their connection through the VAE bottleneck mandates the learning of consistent hand motion from the past to the future and vice versa. Furthermore, to faithfully model the semantic dependency and different temporal granularity of hand pose and action, we decompose the framework into two cascaded VAE blocks: the first and latter blocks respectively model the short-span poses and long-span action, and are connected by a mid-level feature representing a sub-second series of hand poses. This decomposition into block cascades facilitates capturing both short-term and long-term temporal regularity in pose and action modeling, and enables training two blocks separately to fully utilize datasets with annotations of different temporal granularities. We train and evaluate our framework across multiple datasets; results show that our joint modeling of recognition and prediction improves over isolated solutions, and that our semantic and temporal hierarchy facilitates long-term pose and action modeling.
