Video-Oasis: Rethinking Evaluation of Video Understanding
arXiv · HuggingFace · ▲58
Abstract (verbatim)
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.
Background
Background Analysis
1. Technical Context
With the advancement of multimodal large models, video understanding technology has evolved from single-task applications (e.g., action recognition) to more complex scenarios combining perception and reasoning. The core demand for such technology is to enable AI models to "understand" videos like humans—recognizing not only objects or actions but also temporal sequences, causal relationships, and even logical reasoning (e.g., "Why did this person fall?"). Typical applications include intelligent surveillance, video question answering, and environmental perception in autonomous driving. However, current benchmarks often fail to accurately evaluate whether models truly grasp the essence of video understanding, as performance gains might stem from visual perception, linguistic reasoning, or background knowledge rather than genuine video comprehension.
2. Previous Limitations
Early benchmarks focused on specific domains, but video large language models (Video-LLMs) now need to handle more complex dynamic and long-form reasoning tasks. A key flaw in existing evaluations is that many tasks can be solved using "shortcuts," such as relying solely on text descriptions or static images without analyzing spatiotemporal dependencies. This biases benchmarks, making it difficult to distinguish whether models truly understand video content. For example, a model might excel at "describing a video" but actually guess answers from text rather than observing the visual content. Such evaluation gaps hinder progress in video understanding research.
3. Proposed Solution
This paper introduces Video-Oasis, a diagnostic framework that systematically audits existing video understanding benchmarks. Its core idea is to test whether tasks truly require spatiotemporal reasoning by masking visual or temporal information. For instance, if a task can be solved with only text descriptions, it likely relies on shortcuts rather than genuine video understanding. Using this method, Video-Oasis finds that 55% of tasks in existing benchmarks can be completed without video input, while the remaining "pure video challenges" reveal significant performance gaps—even state-of-the-art models perform only slightly better than random guessing.
4. Unique Approach
Unlike previous work, Video-Oasis does not introduce a new benchmark but re-examines the fundamental criteria for video understanding. It addresses prior limitations through three key designs: (1) filtering out tasks with shortcuts via visual-temporal decoupling tests; (2) reducing bias and uncertainty through cross-model consensus; (3) resolving ambiguities in video QA via human-in-the-loop verification. This approach makes evaluations more rigorous and reliable, providing practical guidelines for future benchmark design.




