arXiv:2409.20557cs.CV2024-09ECCV被引 16

用大模型实现零样本视频任务规划,不依赖大量训练数据

Propose, Assess, Search: Harnessing LLMs for Goal-Oriented Planning in Instructional Videos

  • 用大模型当知识库和评估器,自动生成并筛选动作计划
  • 在COIN数据集上少样本设置下超越已有方法7.7%(VPA)和4.81%(PP)
  • 适合做视频指导类智能助手,尤其适用于未见过的新任务

目标导向规划是让智能助手在日常程序性任务中从当前状态达成目标的关键。传统方法需在目标数据集上大量训练,易产生数据偏差且泛化能力差。本文提出VidAssist框架,利用大语言模型(LLMs)作为知识库和评估工具,实现零/少样本下的目标导向规划。该框架采用广度优先搜索算法生成最优计划,通过为任务规划设计的复合价值函数评估每一步动作。大量实验表明,VidAssist能统一处理视觉规划辅助(VPA)与程序性规划(PP)等多种设定,在零样本和少样本场景下表现优异:其少样本模型在COIN数据集上预测未来4个动作时,较全监督最先进方法提升7.7%(VPA)和4.81%(PP)。代码与模型已公开。

原文摘要 · Abstract (English)

Goal-oriented planning, or anticipating a series of actions that transition an agent from its current state to a predefined objective, is crucial for developing intelligent assistants aiding users in daily procedural tasks. The problem presents significant challenges due to the need for comprehensive knowledge of temporal and hierarchical task structures, as well as strong capabilities in reasoning and planning. To achieve this, prior work typically relies on extensive training on the target dataset, which often results in significant dataset bias and a lack of generalization to unseen tasks. In this work, we introduce VidAssist, an integrated framework designed for zero/few-shot goal-oriented planning in instructional videos. VidAssist leverages large language models (LLMs) as both the knowledge base and the assessment tool for generating and evaluating action plans, thus overcoming the challenges of acquiring procedural knowledge from small-scale, low-diversity datasets. Moreover, VidAssist employs a breadth-first search algorithm for optimal plan generation, in which a composite of value functions designed for goal-oriented planning is utilized to assess the predicted actions at each step. Extensive experiments demonstrate that VidAssist offers a unified framework for different goal-oriented planning setups, e.g., visual planning for assistance (VPA) and procedural planning (PP), and achieves remarkable performance in zero-shot and few-shot setups. Specifically, our few-shot model outperforms the prior fully supervised state-of-the-art method by +7.7% in VPA and +4.81% PP task on the COIN dataset while predicting 4 future actions. Code, and models are publicly available at https://sites.google.com/view/vidassist.

视频规划大模型零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。