Search papers, labs, and topics across Lattice.
This paper introduces RoboTALES, a novel framework that leverages pretrained video generative models to learn task-aligned simulated futures for robot policy training. By incorporating a hierarchical LLM-based planner to decompose complex tasks into subgoals and a VLM-based critic for evaluating imagined futures, RoboTALES enhances the coherence and relevance of the generated actions. The framework demonstrates significant performance improvements on long-horizon manipulation tasks compared to existing methods, showcasing its effectiveness in aligning robot actions with task intent.
Task-aligned simulated futures can dramatically improve robot policy training, especially for complex, long-horizon tasks.
Pretrained video generative models are promising backbones for visuomotor control, but their imagined futures often drift from task intent and are not reliably action-conditional. As a result, these models can be difficult to use for planning or policy extraction. To address these limitations, we propose RoboTALES, a single-stage framework that learns task-aligned simulated futures and uses them to train robot policies. Our approach introduces two key innovations: (1) a hierarchical LLM-based planner that breaks complex tasks into a sequence of subgoals to guide the model's imagination; and (2) a VLM-based critic that evaluates these ``imagined''futures and uses reward-based feedback to keep the model's internal representations focused on the goal. By anchoring the video generator in abstract reasoning, we produce temporally consistent rollouts and more coherent actions. We evaluate RoboTALES on diverse manipulation tasks from RoboCasa and LIBERO10, and show that our method consistently outperforms existing methods, especially in long-horizon tasks. Our code and models are publicly available at https://github.com/hananshafi/RoboTALES.