Task-Centric Policy Optimization from Misaligned Motion Priors
Ziang Zheng, Kai Feng, Yi Nie, Shentao Qin
TL;DR
This work addresses the problem of integrating motion priors from human demonstrations into humanoid control when those priors are misaligned with the robot’s task. It introduces Task-Centric Motion Priors (TCMP), a gradient-projection framework that treats imitation as a conditional regularizer rather than a co-equal objective, guaranteeing task-feasible updates that preserve progress on $J_{\text{task}}(\theta)$ while selectively utilizing imitation signals from $J_{\text{style}}(\theta)$. The method provides a closed-form update direction $g^* = \alpha g_{\text{task}}+(1-\alpha) g_{\text{style}}$ with an data-driven $\alpha$ that adapts to gradient geometry, plus a full algorithm built on PPO with two value functions and a discriminator. Theoretical results prove descent guarantees, a notion of task-priority stationarity, and convergence, while experiments on eight Unitree G1 humanoid tasks demonstrate robust task performance and coherent motion across misaligned demonstrations, outperforming standard AMP and task-only baselines without manual tuning. Overall, TCMP offers a principled, interpretable approach to leveraging motion priors in robotic control under imperfect demonstrations, with strong practical implications for robust imitation-learning in real-world humanoid systems.
Abstract
Humanoid control often leverages motion priors from human demonstrations to encourage natural behaviors. However, such demonstrations are frequently suboptimal or misaligned with robotic tasks due to embodiment differences, retargeting errors, and task-irrelevant variations, causing naïve imitation to degrade task performance. Conversely, task-only reinforcement learning admits many task-optimal solutions, often resulting in unnatural or unstable motions. This exposes a fundamental limitation of linear reward mixing in adversarial imitation learning. We propose \emph{Task-Centric Motion Priors} (TCMP), a task-priority adversarial imitation framework that treats imitation as a conditional regularizer rather than a co-equal objective. TCMP maximizes task improvement while incorporating imitation signals only when they are compatible with task progress, yielding an adaptive, geometry-aware update that preserves task-feasible descent and suppresses harmful imitation under misalignment. We provide theoretical analysis of gradient conflict and task-priority stationary points, and validate our claims through humanoid control experiments demonstrating robust task performance with consistent motion style under noisy demonstrations.
