SCRIPT: Scalable Diffusion Policy with Multi-stage Training for Language-driven Physics-Based Humanoid Control

๐Ÿ“… 2026-05-21
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

226K/year
๐Ÿค– AI Summary
This work addresses the challenge of balancing semantic expressiveness and physical feasibility in natural languageโ€“guided humanoid robot control by proposing SCRIPT, a scalable diffusion policy. SCRIPT introduces a joint action-state-text diffusion Transformer (JAST-DiT) augmented with a nonlinear history conditioning mechanism to enhance long-horizon closed-loop stability, followed by a reinforcement learning fine-tuning stage that combines physical and textual rewards (RLHR). Evaluated on the large-scale MotionMillion dataset (1,200 hours), SCRIPT significantly outperforms existing methods in instruction following, motion quality, and physical realism, with performance consistently improving as model scale increases.
๐Ÿ“ Abstract
Controlling physics-based humanoids from natural-language instructions is a critical step toward general-purpose embodied agents. However, existing methods remain constrained by a tension between semantic expressiveness and physical feasibility, often failing to jointly achieve faithful instruction following, high-quality motion, and stable long-horizon control. We propose SCRIPT, a scalable diffusion policy with a multi-stage training framework for language-driven physics-based humanoid control. The core of SCRIPT is a Joint Action-State-Text Diffusion Transformer (JAST-DiT), which represents actions, physical states, and text as dedicated token streams and couples them through joint attention, enabling direct interaction between language semantics and control dynamics. To stabilize autoregressive control, we introduce a nonlinear history conditioning mechanism, which preserves the dense recent context and samples increasingly sparse cues from long-term history. Beyond supervised imitation pre-training, we propose a post-training stage, further improving the performance using Reinforcement Learning with Hybrid Rewards (RLHR). By injecting learnable noise into the flow-sampling process, RLHR effectively improves motion quality and instruction following within closed-loop simulations using hybrid physical feedback and text rewards. Quantitative evaluations demonstrate that SCRIPT outperforms prior state-of-the-art methods, with gains across text alignment, motion quality, and physical realism metrics. Furthermore, scaling studies on the 1200-hour MotionMillion dataset demonstrate consistent performance gains with model scaling, highlighting SCRIPT's robust scalability for large-scale pre-training. Our code will be publicly available for future research.
Problem

Research questions and friction points this paper is trying to address.

language-driven control
physics-based humanoid
instruction following
motion quality
long-horizon control
Innovation

Methods, ideas, or system contributions that make the work stand out.

diffusion policy
language-driven control
physics-based humanoid
multi-stage training
reinforcement learning with hybrid rewards
๐Ÿ”Ž Similar Papers