用蒙特卡洛树搜索自动生成多样视频描述,提升大模型评估精度
Evaluating Multimodal Large Language Models on Video Captioning via Monte Carlo Tree Search
- 通过蒙特卡洛树搜索迭代生成多样化视频关键点描述
- MCTS-VCB基准下Gemini-1.5-Pro达71.2最高F1分数
- 自动生成数据可使模型性能提升25%,适合模型评估与训练
视频字幕任务可用于评估多模态大模型的视频理解能力。然而,现有基准和评估协议存在关键问题:关键点生成不足或同质化、数据创建成本高昂、评估范围有限。为此,我们提出自动框架AutoCaption,利用蒙特卡洛树搜索(MCTS)以迭代方式生成大量且多样化的描述性句子(即关键点),全面表征视频内容。该迭代字幕策略能持续增强对动作、物体属性、环境细节等视频细节的捕捉。我们将AutoCaption应用于构建细粒度视频字幕基准MCTS-VCB,实现对多模态大模型在视频字幕任务上的全面评估。我们在MCTS-VCB上评估了20多个开源与闭源模型。结果显示,MCTS-VCB能有效全面评估模型能力,Gemini-1.5-Pro取得71.2最高F1分数。有趣的是,使用AutoCaption生成的数据微调InternVL2.5-8B后,其在MCTS-VCB上整体提升25.0%,在DREAM-1K上提升16.3%,进一步证明了AutoCaption的有效性。代码与数据见https://github.com/tjunlp-lab/MCTS-VCB。
原文摘要 · Abstract (English)
Video captioning can be used to assess the video understanding capabilities of Multimodal Large Language Models (MLLMs). However, existing benchmarks and evaluation protocols suffer from crucial issues, such as inadequate or homogeneous creation of key points, exorbitant cost of data creation, and limited evaluation scopes. To address these issues, we propose an automatic framework, named AutoCaption, which leverages Monte Carlo Tree Search (MCTS) to construct numerous and diverse descriptive sentences (\textit{i.e.}, key points) that thoroughly represent video content in an iterative way. This iterative captioning strategy enables the continuous enhancement of video details such as actions, objects' attributes, environment details, etc. We apply AutoCaption to curate MCTS-VCB, a fine-grained video caption benchmark covering video details, thereby enabling a comprehensive evaluation of MLLMs on the video captioning task. We evaluate more than 20 open- and closed-source MLLMs of varying sizes on MCTS-VCB. Results show that MCTS-VCB can effectively and comprehensively evaluate the video captioning capability, with Gemini-1.5-Pro achieving the highest F1 score of 71.2. Interestingly, we fine-tune InternVL2.5-8B with the AutoCaption-generated data, which helps the model achieve an overall improvement of 25.0% on MCTS-VCB and 16.3% on DREAM-1K, further demonstrating the effectiveness of AutoCaption. The code and data are available at https://github.com/tjunlp-lab/MCTS-VCB.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。