paper-with-me

홈 › Papers

PlanLLM: Video Procedure Planning with Refinable Large Language Models

2024-12-26 · Dejie Yang, Zijing Zhao, Yang Liu

Video procedure planning, i.e., planning a sequence of action steps given the video frames of start and goal states, is an essential ability for embodied AI. Recent works utilize Large Language Models (LLMs) to generate enriched action step description texts to guide action step decoding. Although LLMs are introduced, these methods decode the action steps into a closed-set of one-hot vectors, limiting the model's capability of generalizing to new steps or tasks. Additionally, fixed action step descriptions based on world-level commonsense may contain noise in specific instances of visual states. In this paper, we propose PlanLLM, a cross-modal joint learning framework with LLMs for video procedure planning. We propose an LLM-Enhanced Planning module which fully uses the generalization ability of LLMs to produce free-form planning output and to enhance action step decoding. We also propose Mutual Information Maximization module to connect world-level commonsense of step descriptions and sample-specific information of visual states, enabling LLMs to employ the reasoning ability to generate step sequences. With the assistance of LLMs, our method can both closed-set and open vocabulary procedure planning tasks. Our PlanLLM achieves superior performance on three benchmarks, demonstrating the effectiveness of our designs.

📄 PDF Abstract BibTeX arXiv:2412.19139

Code (1)

idejie/planllm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Show and Guide: Instructional-Plan Grounded Vision and Language Model

2024-09-27 · Diogo Glória-Silva, David Semedo, João Magalhães

Guiding users through complex procedural plans is an inherently multimodal task in which having visually illustrated plan steps is crucial to deliver an effective plan guidance. However, existing works on plan-following …

Language ModelingLanguage ModellingMoment Retrieval

P3IV: Probabilistic Procedure Planning from Instructional Videos with Weak Supervision

2022-05-04 · CVPR 2022 1 · He Zhao, Isma Hadji, Nikita Dvornik, Konstantinos G. Derpanis 외

In this paper, we study the problem of procedure planning in instructional videos. Here, an agent must produce a plausible sequence of actions that can transform the environment from a given start to a desired goal state…

LAP: A Language-Aware Planning Model For Procedure Planning In Instructional Videos

2026-03-10 · Lei Shi, Victor Aregbede, Andreas Persson, Martin Längkvist 외 arxiv

Procedure planning requires a model to predict a sequence of actions that transform a start visual observation into a goal in instructional videos. While most existing methods rely primarily on visual observations as inp…

RAP: Retrieval-Augmented Planner for Adaptive Procedure Planning in Instructional Videos

2024-03-27 · Ali Zare, Yulei Niu, Hammad Ayyubi, Shih-Fu Chang

Procedure Planning in instructional videos entails generating a sequence of action steps based on visual observations of the initial and target states. Despite the rapid progress in this task, there remain several critic…

RelationRetrievalWeakly-supervised Learning

Event-Guided Procedure Planning from Instructional Videos with Text Supervision

2023-08-17 · ICCV 2023 1 · An-Lan Wang, Kun-Yu Lin, Jia-Run Du, Jingke Meng 외

In this work, we focus on the task of procedure planning from instructional videos with text supervision, where a model aims to predict an action sequence to transform the initial visual state into the goal visual state.…