用关系三元组编码视频,提升模型对复杂关系的理解能力
REVEAL: Relation-based Video Representation Learning for Video-Question-Answering
- 将视频转为时序关系三元组,通过语言嵌入结构化表示
- 在5个基准上超越全局特征,尤其在时序推理任务中表现优异
- 适合需要理解视频中物体间动态关系的研究者
视频问答(VideoQA)需要捕捉随时间变化的复杂视觉关系,这对先进视频语言模型(VLM)仍是挑战,主要因需将视觉内容压缩为模型可处理的有限输入。为此,我们提出基于关系的视频表征学习框架REVEAL,通过将视频序列编码为时序关系三元组(主体-谓词-客体)集合来捕获视觉关系信息。受时空场景图启发,我们利用视频字幕提取显式关系,并引入多对多噪声对比估计(MM-NCE)与Q-Former架构,对齐视频生成的无序查询集与对应文本关系描述。推理时,Q-Former生成高效标记表示,可作为VLM的输入。我们在五个挑战性基准(NeXT-QA、Intent-QA、STAR、VLEP、TVQA)上评估,结果表明该查询式视频表示优于基于全局对齐的CLS或补丁标记表示,在需时序推理和关系理解的任务中达到领先水平。
原文摘要 · Abstract (English)
Video-Question-Answering (VideoQA) comprises the capturing of complex visual relation changes over time, remaining a challenge even for advanced Video Language Models (VLM), i.a., because of the need to represent the visual content to a reasonably sized input for those models. To address this problem, we propose RElation-based Video rEpresentAtion Learning (REVEAL), a framework designed to capture visual relation information by encoding them into structured, decomposed representations. Specifically, inspired by spatiotemporal scene graphs, we propose to encode video sequences as sets of relation triplets in the form of (\textit{subject-predicate-object}) over time via their language embeddings. To this end, we extract explicit relations from video captions and introduce a Many-to-Many Noise Contrastive Estimation (MM-NCE) together with a Q-Former architecture to align an unordered set of video-derived queries with corresponding text-based relation descriptions. At inference, the resulting Q-former produces an efficient token representation that can serve as input to a VLM for VideoQA. We evaluate the proposed framework on five challenging benchmarks: NeXT-QA, Intent-QA, STAR, VLEP, and TVQA. It shows that the resulting query-based video representation is able to outperform global alignment-based CLS or patch token representations and achieves competitive results against state-of-the-art models, particularly on tasks requiring temporal reasoning and relation comprehension. The code and models will be publicly released.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。