paper-with-me

Papers

Long-Horizon Visual Imitation Learning via Plan and Code Reflection

2025-09-04 · Quan Chen, Chenrui Shi, Qi Chen, Yuwei Wu, Zhi Gao, Xintong Zhang, Rui Gao, Kun Wu, Yunde Jia arxiv

Learning from long-horizon demonstrations with complex action sequences presents significant challenges for visual imitation learning, particularly in understanding temporal relationships of actions and spatial relationships between objects. In this paper, we propose a new agent framework that incorporates two dedicated reflection modules to enhance both plan and code generation. The plan generation module produces an initial action sequence, which is then verified by the plan reflection module to ensure temporal coherence and spatial alignment with the demonstration video. The code generation module translates the plan into executable code, while the code reflection module verifies and refines the generated code to ensure correctness and consistency with the generated plan. These two reflection modules jointly enable the agent to detect and correct errors in both the plan generation and code generation, improving performance in tasks with intricate temporal and spatial dependencies. To support systematic evaluation, we introduce LongVILBench, a benchmark comprising 300 human demonstrations with action sequences of up to 18 steps. LongVILBench emphasizes temporal and spatial complexity across multiple task types. Experimental results demonstrate that existing methods perform poorly on this benchmark, whereas our new framework establishes a strong baseline for long-horizon visual imitation learning.

📄 PDF Abstract BibTeX arXiv:2509.05368

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Planning Transformer: Long-Horizon Offline Reinforcement Learning with Planning Tokens

2024-09-14 · Joseph Clinton, Robert Lieck

Supervised learning approaches to offline reinforcement learning, particularly those utilizing the Decision Transformer, have shown effectiveness in continuous environments and for sparse rewards. However, they often str…

D4RLreinforcement-learningReinforcement Learning

Learning for Long-Horizon Planning via Neuro-Symbolic Abductive Imitation

2024-11-27 · Jie-Jing Shao, Hao-Ran Hao, Xiao-Wen Yang, Yu-Feng Li

Recent learning-to-imitation methods have shown promising results in planning via imitating within the observation-action space. However, their ability in open environments remains constrained, particularly in long-horiz…

Imitation LearningLogical Reasoning

Hierarchical Foresight: Self-Supervised Learning of Long-Horizon Tasks via Visual Subgoal Generation

2019-09-12 · ICLR 2020 1 · Suraj Nair, Chelsea Finn

Video prediction models combined with planning algorithms have shown promise in enabling robots to learn to perform many vision-based tasks through only self-supervision, reaching novel goals in cluttered scenes with uns…

Self-Supervised LearningVideo Prediction

Long-Horizon Visual Planning with Goal-Conditioned Hierarchical Predictors

2020-06-23 · NeurIPS 2020 12 · Karl Pertsch, Oleh Rybkin, Frederik Ebert, Chelsea Finn 외

The ability to predict and plan into the future is fundamental for agents acting in the world. To reach a faraway goal, we predict trajectories at multiple timescales, first devising a coarse plan towards the goal and th…

Prediction

Simulation to Rules: A Dual-VLM Framework for Formal Visual Planning

2025-10-03 · Yilun Hao, Yongchao Chen, Chuchu Fan, Yang Zhang arxiv

Vision Language Models (VLMs) show strong potential for visual planning but struggle with precise spatial and long-horizon reasoning, while Planning Domain Definition Language (PDDL) planners excel at formal long-horizon…