MotionHiFlow: Text-to-motion via hierarchical flow matching

arXiv cs.CV / 4/28/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • MotionHiFlow is a new hierarchical flow-matching framework for text-to-motion generation that builds motion progressively from low to high temporal scales.
  • Low-scale flows learn high-level semantics and coarse motion structure, while high-scale flows refine fine-grained temporal details for better temporal coherence.
  • The method introduces a cross-scale transition process to maintain continuity across scales and preserve noise consistency.
  • By combining a Text-Motion Diffusion Transformer with a topology-aware Motion VAE, MotionHiFlow models structural dependencies among joints using joint-aware positional encoding and skeletal topology.
  • Experiments on HumanML3D and KIT-ML benchmarks show state-of-the-art results, and ablation studies validate the hierarchical design and main components; the code is released on GitHub.

Abstract

Text-to-motion generation aims to generate 3D human motions that are tightly aligned with the input text while remaining physically plausible and rich in fine-grained detail. Although recent approaches can produce complex and natural movements, they usually operate at only one temporal scale, which limits both semantic alignment and temporal coherence. Inspired by the fact that complex motions are conceptualized hierarchically rather than at a single temporal scale in the human cognitive system, we propose \textit{MotionHiFlow}, a hierarchical flow matching framework to generate motion progressively by constructing flow path from low to high temporal scales. The flows at lower scales capture high-level semantics and coarse motion structures, while flows at higher scales refine temporal details. To link the flows across scales, we introduce a novel cross-scale transition process, ensuring continuity and preserving noise consistency. Furthermore, by integrating a Text-Motion Diffusion Transformer and a topology-aware Motion VAE, MotionHiFlow explicitly models structural dependencies among joints via joint-aware positional encoding and skeletal topology, enabling precise semantic alignment alongside fine-grained motion details. Extensive experiments on HumanML3D and KIT-ML benchmarks demonstrate state-of-the-art performance, with ablation studies confirming the effectiveness of the hierarchical design and key components. Code is available at https://github.com/ai-lh/MotionHiFlow.