arXiv:2411.13093cs.CVcs.AI2024-11NeurIPS被引 147

用视觉对齐的辅助文本增强长视频理解,无需训练且效果优于大模型。

Video-RAG: Visually-aligned Retrieval-Augmented Long Video Comprehension

论文配图:Video-RAG: Visually-aligned Retrieval-Augmented Long Video Comprehension
图 1 · 摘自论文原文
  • 从视频中提取音轨、文字、物体等信息作辅助文本,与帧和问题一起输入现有模型。
  • 在多个长视频基准上性能显著提升,720亿参数模型超越GPT-4o和Gemini-1.5-Pro。
  • 无需微调、计算开销低,可适配任意现有视频语言模型。

现有大视频语言模型(LVLMs)因上下文长度有限,难以正确理解长视频。尽管微调长上下文LVLM或使用基于GPT的代理是可行方案,但前者需大量高质量数据和昂贵显卡资源,后者依赖专有模型(如GPT-4o)。本文提出Video-RAG:一种无需训练、低成本的视觉对齐检索增强生成框架。通过开源工具从纯视频数据中提取音频、文字识别、目标检测等视觉对齐信息,作为辅助文本与视频帧及查询一同输入现有LVLM,以插件方式实现。该方法具备三大优势:(i) 单次检索,计算开销极低;(ii) 实现简单,兼容任意LVLM;(iii) 在Video-MME、MLVU和LongVideoBench等多个长视频理解基准上取得显著且一致的性能提升。尤其当搭配720亿参数模型时,表现超越专有模型Gemini-1.5-Pro和GPT-4o。

原文摘要 · Abstract (English)

Existing large video-language models (LVLMs) struggle to comprehend long videos correctly due to limited context. To address this problem, fine-tuning long-context LVLMs and employing GPT-based agents have emerged as promising solutions. However, fine-tuning LVLMs would require extensive high-quality data and substantial GPU resources, while GPT-based agents would rely on proprietary models (e.g., GPT-4o). In this paper, we propose Video Retrieval-Augmented Generation (Video-RAG), a training-free and cost-effective pipeline that employs visually-aligned auxiliary texts to help facilitate cross-modality alignment while providing additional information beyond the visual content. Specifically, we leverage open-source external tools to extract visually-aligned information from pure video data (e.g., audio, optical character, and object detection), and incorporate the extracted information into an existing LVLM as auxiliary texts, alongside video frames and queries, in a plug-and-play manner. Our Video-RAG offers several key advantages: (i) lightweight with low computing overhead due to single-turn retrieval; (ii) easy implementation and compatibility with any LVLM; and (iii) significant, consistent performance gains across long video understanding benchmarks, including Video-MME, MLVU, and LongVideoBench. Notably, our model demonstrates superior performance over proprietary models like Gemini-1.5-Pro and GPT-4o when utilized with a 72B model.

视频理解检索增强视觉对齐轻量级

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