← 首页|学术|LAVE: Latent Visual Evidence for Tool-Use in Video Agents
cs.CV cs.LG cs.MA · 2608.07585 · 2026-08-05

LAVE: Latent Visual Evidence-Enhanced Planning for Video Tool-use Agents

Zijian Wang, Junnan Zhu, Rongzhen Li, Xiao Liu, Guohui Xiang, Quan Lu, Lijia Liu, Yining Wang, Jiang Zhong, Kaiwen Wei
TL;DR:视频工具 agent 的 Tool-Planner 通信依赖文本观测,未被口头化的视觉证据被丢弃。LAVE 引入双通道观测接口(可见通道保留文本轨迹、潜在通道存 pre-verbal 视觉更新),训练-free 复用潜在视觉证据,Video-MME 提升 3.76 分。

🎯 问题

视频工具 agent 的 Tool-Planner 通信通常依赖文本观测——文本接口是 Tool 计算的损失性摘要,未被口头化的视觉证据被丢弃,后续规划无法复用(Tool observation bottleneck)。

🔬 方法

LAVE 训练-free 框架:双通道观测接口——可见通道保留原始文本轨迹,潜在通道存 pre-verbal 视觉更新(含 Tool 角色、源帧时间戳、视觉位置)。规划时检索与当前 Planner 状态相关但文本未覆盖的证据,通过有界时间戳对齐的潜在更新 + 熵约束帧时路由整合。
章节结构(全文标题提取):
Introduction
Related Work
Method
Experiments
Conclusion
· Video Question Answering
· Latent Communication in Agents
· A Method Derivations
· B Experimental Settings and System Details
· C Paired Case Study: Latent Evidence Redirects Temporal Search
· D Limitations

📊 结果

Video-MME、LongVideoBench、CG-Bench 上跨骨干一致提升;可比帧预算下 Video-MME 总分比最强基线高 3.76 分。

📝 原文摘要

▶ 原文摘要 Abstract
Long-video understanding requires models to efficiently acquire and reuse sparse visual evidence from long and redundant video streams. Recent video tool-use agents address this challenge by iteratively invoking visual Tools at different temporal scales, but their Tool-Planner communication typically relies on textual observations. Such text-only interfaces provide lossy summaries of Tool computations, causing previously computed visual evidence not verbalized to be discarded and unavailable for subsequent planning. We identify this limitation as the Tool observation bottleneck and propose Latent Visual Evidence-Enhanced Planning (LAVE), a training-free framework for reusing latent visual evidence from completed Tool calls. LAVE introduces a dual-channel observation interface: the visible channel preserves the original textual trajectory, while the latent channel stores pre-verbal visual updates with their Tool roles, source-frame timestamps, and visual locations. During planning, LAVE retrieves evidence relevant to the current Planner state but not covered by textual observations, and integrates it through bounded timestamp-aligned latent updates with entropy-constrained frame-time routing. This enables video agents to reuse existing visual computation without additional training, frame replay, or modifications to the original orchestration. Extensive experiments on Video-MME, LongVideoBench, and CG-Bench show that LAVE consistently improves video tool-use agents across backbones. Under a comparable frame budget, LAVE improves the Video-MME overall score by 3.76 points over the strongest baseline, demonstrating the effectiveness of latent visual evidence reuse for multi-step video-agent planning.
Deep Read · 2026-08-12高松灯 / Agent 日报
VideoAgentMemoryTool-Use