Dyadic Mamba: Long-term Dyadic Human Motion Synthesis
Julian Tanke, Takashi Shibuya, Kengo Uchida, Koichi Saito, Yuki Mitsufuji
TL;DR
This work tackles the generation of realistic dyadic human motion from text descriptions over long time horizons, addressing transformer limitations in long-sequence reasoning due to positional encodings. It introduces Dyadic Mamba, a diffusion-based State-Space Model with per-person self dynamics and a concatenation-based cross-flow that conditions on text via Adaptive LayerNorm, enabling arbitrary-length generation without cross-attention. The method achieves competitive short-term results and significantly improves long-term generation quality compared to transformer-based baselines, and it introduces a new long-term motion quality benchmark to evaluate sustained realism. Overall, the study highlights state-space models as a promising, parameter-efficient direction for long-horizon dyadic motion synthesis from textual descriptions, with practical implications for entertainment and digital content creation.
Abstract
Generating realistic dyadic human motion from text descriptions presents significant challenges, particularly for extended interactions that exceed typical training sequence lengths. While recent transformer-based approaches have shown promising results for short-term dyadic motion synthesis, they struggle with longer sequences due to inherent limitations in positional encoding schemes. In this paper, we introduce Dyadic Mamba, a novel approach that leverages State-Space Models (SSMs) to generate high-quality dyadic human motion of arbitrary length. Our method employs a simple yet effective architecture that facilitates information flow between individual motion sequences through concatenation, eliminating the need for complex cross-attention mechanisms. We demonstrate that Dyadic Mamba achieves competitive performance on standard short-term benchmarks while significantly outperforming transformer-based approaches on longer sequences. Additionally, we propose a new benchmark for evaluating long-term motion synthesis quality, providing a standardized framework for future research. Our results demonstrate that SSM-based architectures offer a promising direction for addressing the challenging task of long-term dyadic human motion synthesis from text descriptions.
