视频理解评测:一半题目不看视频也能答对
你看到的视频理解评测,可能有一半题目根本不需要看视频。研究者用一套诊断工具检查了现有视频基准,发现55%的样本不依赖视觉或时间信息就能答对——比如靠常识猜出“人在跑步”或“白天”。去掉这些捷径后,最强模型的表现只比随机猜好一点点。这不是一篇教你用AI的文章,但它提醒你:别被评测榜单的数字骗了,AI对视频的真实理解远没有看起来那么强。
📄 原文摘要(英文)
The inherent complexity of video understanding makes it difficult to determine whether Video-LLM benchmark performance stems from visual perception, linguistic reasoning, or knowledge priors. While many benchmarks have emerged to assess high-level reasoning, shared criteria for evaluating video understanding remain largely overlooked. Instead of introducing yet another benchmark, we take a step back to re-examine the criteria for evaluating video understanding. In this work, we introduce Video-Oasis, a sustainable diagnostic suite for systematically auditing existing video understanding benchmarks. This audit reveals that 55\% of existing benchmark samples are solvable without visual input or temporal context. After filtering these shortcuts, the remaining video-native challenges expose a substantial capability gap: state-of-the-art models perform only marginally above random guessing. Building on these findings, we use the distilled challenges as a testbed to investigate which algorithmic design choices contribute to robust video understanding. We hope our work provides a practical foundation for constructing rigorous video benchmarks and evaluating future Video-LLMs. Code is available at https://github.com/sejong-rcv/Video-Oasis.