English

Zero-Gated Language-conditioned Human Motion Prediction

Computer Vision and Pattern Recognition 2026-06-28 v1

Abstract

Pose histories provide the core kinematic evidence for 3D human motion prediction, but they lack explicit high-level semantic guidance. This paper introduces ZGL, a lightweight language-conditioned predictor that uses captions of the observed motion as a semantic prior while preserving a strong motion backbone as the main source of dynamics. We render only the observed poses, generate a one-sentence description with a vision-language model, encode the caption with a frozen CLIP-L text tower, and project it into a small set of conditioning tokens. These tokens are injected into a DCT-based spatial-temporal Transformer by compact crossattention adapters with zero gates: each adapter output is multiplied by a learnable gate initialized to zero, so the full network is numerically identical to the pose-only baseline at initialization and can learn to use language only when it reduces prediction error. On Human3.6M, ZGL improves overall MPJPE over representative motion-prediction baselines in our comparison. Results on CMUMocap further show that compact caption conditioning transfers to a second benchmark and provides a practical semantic cue for 3D human motion prediction.

Cite

@article{arxiv.2606.29208,
  title  = {Zero-Gated Language-conditioned Human Motion Prediction},
  author = {Guanhui Qiao and Lu Zhou and Ding Jiang and Jinqiao Wang},
  journal= {arXiv preprint arXiv:2606.29208},
  year   = {2026}
}

Comments

5 pages, 1 figure, 5 tables