paper-with-me

홈 › Papers

Enhancing Visual Planning with Auxiliary Tasks and Multi-token Prediction

2025-07-20 · Ce Zhang, Yale Song, Ruta Desai, Michael Louis Iuzzolino, Joseph Tighe, Gedas Bertasius, Satwik Kottur arxiv

Visual Planning for Assistance (VPA) aims to predict a sequence of user actions required to achieve a specified goal based on a video showing the user's progress. Although recent advances in multimodal large language models (MLLMs) have shown promising results in video understanding, long-horizon visual planning remains a challenging problem. We identify two challenges in training large MLLMs for video-based planning tasks: (1) scarcity of procedural annotations, limiting the model's ability to learn procedural task dynamics effectively, and (2) inefficiency of next-token prediction objective to explicitly capture the structured action space for visual planning when compared to free-form, natural language. To tackle data scarcity, we introduce Auxiliary Task Augmentation. We design and train our model on auxiliary tasks relevant to long-horizon video-based planning (e.g., goal prediction) to augment the model's planning ability. To more explicitly model the structured action space unique to visual planning tasks, we leverage Multi-token Prediction, extending traditional next-token prediction by using multiple heads to predict multiple future tokens during training. Our approach, VideoPlan, achieves state-of-the-art VPA performance on the COIN and CrossTask datasets, surpassing prior methods by 7.3% and 3.4%, respectively, when predicting 3 future actions. We further extend our method to the challenging Ego4D Long-term Action Anticipation task, and show that it is on par with the state-of-the-art approaches despite not using specialized egocentric features. Code will be made available.

📄 PDF Abstract BibTeX arXiv:2507.15130

Code (0)

등록된 구현이 없습니다.

Tasks

Action Anticipation

Similar Papers 제목 키워드 기반

Understanding Representations Pretrained with Auxiliary Losses for Embodied Agent Planning

2023-12-06 · YuXuan Li, Luca Weihs

Pretrained representations from large-scale vision models have boosted the performance of downstream embodied policy learning. We look to understand whether additional self-supervised pretraining on exploration trajector…

Imitation Learning

LLaPa: A Vision-Language Model Framework for Counterfactual-Aware Procedural Planning

2025-07-11 · Shibo Sun, Xue Li, Donglin Di, Mingjie Wei 외 arxiv

While large language models (LLMs) have advanced procedural planning for embodied AI systems through strong reasoning abilities, the integration of multimodal inputs and counterfactual reasoning remains underexplored. To…

Interpretable Responsibility Sharing as a Heuristic for Task and Motion Planning

2024-09-09 · Arda Sarp Yenicesu, Sepehr Nourmohammadi, Berk Cicek, Ozgur S. Oguz

This article introduces a novel heuristic for Task and Motion Planning (TAMP) named Interpretable Responsibility Sharing (IRS), which enhances planning efficiency in domestic robots by leveraging human-constructed enviro…

Decision MakingMotion PlanningTask and Motion Planning

OmniSpace: Efficient Geometry Awareness for Autonomous Vehicles MLLMs

2026-06-21 · Hao Vo, Phu Loc Nguyen, Khoa Vo, Sieu Tran 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable performance on 2D visual tasks, yet enhancing their spatial intelligence for real-world applications such as Autonomous Vehicles (AV) remains an open chal…

Autonomous VehiclesSpatial ReasoningDepth Estimation

LEMMo-Plan: LLM-Enhanced Learning from Multi-Modal Demonstration for Planning Sequential Contact-Rich Manipulation Tasks

2024-09-18 · KeJia Chen, Zheng Shen, Yue Zhang, Lingyun Chen 외

Large Language Models (LLMs) have gained popularity in task planning for long-horizon manipulation tasks. To enhance the validity of LLM-generated plans, visual demonstrations and online videos have been widely employed …

Contact-rich ManipulationIn-Context LearningTask Planning