从实例视角重构视频文本问答,提升准确率与速度
Gather and Trace: Rethinking Video TextVQA from an Instance-oriented Perspective
- 按视频中每段文本实例整合视觉、布局和内容信息
- 通过轨迹追踪建模文本随时间演变的关系,提升推理效率
- 比现有方法高3.86%准确率,推理速度超大模型10倍
视频文本视觉问答(Video TextVQA)旨在通过显式阅读和推理视频中的文字回答问题。当前主流方法采用帧级框架,存在文本实体冗余和关系建模隐含的问题,导致准确率和效率受限。本文从实例导向视角重新思考该任务,提出GAT(Gather and Trace)模型。首先,设计上下文聚合的实例收集模块,将相关实体的视觉外观、版面特征和文本内容统一为文本表示;其次,引入实例聚焦的轨迹追踪模块,建立实例间的时空关系并推断最终答案。在多个公开视频文本问答数据集上的实验表明,GAT显著优于现有方法、视频-语言预训练模型及视频大语言模型,在准确率和推理速度上均表现优异。尤其相比之前最优方法提升3.86%准确率,推理速度达到视频大语言模型的十倍。源码已开源。
原文摘要 · Abstract (English)
Video text-based visual question answering (Video TextVQA) aims to answer questions by explicitly reading and reasoning about the text involved in a video. Most works in this field follow a frame-level framework which suffers from redundant text entities and implicit relation modeling, resulting in limitations in both accuracy and efficiency. In this paper, we rethink the Video TextVQA task from an instance-oriented perspective and propose a novel model termed GAT (Gather and Trace). First, to obtain accurate reading result for each video text instance, a context-aggregated instance gathering module is designed to integrate the visual appearance, layout characteristics, and textual contents of the related entities into a unified textual representation. Then, to capture dynamic evolution of text in the video flow, an instance-focused trajectory tracing module is utilized to establish spatio-temporal relationships between instances and infer the final answer. Extensive experiments on several public Video TextVQA datasets validate the effectiveness and generalization of our framework. GAT outperforms existing Video TextVQA methods, video-language pretraining methods, and video large language models in both accuracy and inference speed. Notably, GAT surpasses the previous state-of-the-art Video TextVQA methods by 3.86\% in accuracy and achieves ten times of faster inference speed than video large language models. The source code is available at https://github.com/zhangyan-ucas/GAT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。