English

Learning Context-Aware Motion Priors for Humanoid Control

Robotics 2026-08-04 v1

Abstract

Motion priors provide powerful guidance for learning naturalistic humanoid behaviors. However, existing methods typically learn a general, task-agnostic prior from the entire reference dataset and apply it uniformly throughout policy training. As a result, the prior cannot distinguish which reference motions are relevant to the current task context, potentially providing irrelevant or conflicting guidance. We present Context-Aware Motion Priors (CMP), a framework that adapts a general motion prior to the current task context without manual skill labels, dataset partitioning, or a separate skill discovery stage. Specifically, CMP learns context-motion compatibility using high-advantage policy rollouts, while a demonstration-based objective keeps the learned relevance grounded in the reference distribution. The resulting relevance scores reweight reference supervision for training a lightweight context-conditioned adapter. To evaluate the effectiveness and generality of CMP, we instantiate it with both Adversarial Motion Priors and Score-Matching Motion Priors. Across five humanoid control tasks, CMP consistently improves task performance and sample efficiency, learns meaningful context-motion alignment, and remains robust to imbalanced reference distributions. These results show that adapting motion priors to task contexts provides more relevant guidance for humanoid policy learning.

Cite

@article{arxiv.2608.03234,
  title  = {Learning Context-Aware Motion Priors for Humanoid Control},
  author = {Yunyang Mo and Yi Gu and Yangchen Zhou and Hanyang Cao and Renjing Xu},
  journal= {arXiv preprint arXiv:2608.03234},
  year   = {2026}
}

Comments

16 pages, including appendices. Code will be released publicly