Papers for

video platform developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Video large language models struggle to verify detailed event descriptions

VidOmni-Bench: A Benchmark for Fine-Grained Video Understanding via Spatio-Temporal Event Verification across Complexity and Duration

Abstract: While Video Large Language Models (Video-LLMs) have recently demonstrated strong performance, reliably evaluating their fine-grained video understanding remains challenging. Existing benchmarks often rely on question answering or ground-truth caption matching, where models may succeed through superficial cues and incomplete annotations. To this end, we introduce VidOmni-Bench, a benchmark that requires models to verify whether each event in dense video captions is supported by the video. VidOmni-Bench consists of 500 videos spanning five complexity types and diverse durations from 4 seconds to 90 minutes. After collecting videos along these axes, we use diverse Video-LLMs to generate dense captions and obtain human-verified sentence-level labels, where sentences containing incorrect events serve as hard negatives for evaluation. Our experiments on VidOmni-Bench reveal three key findings: (i) Video-LLMs frequently generate hallucinated descriptions in dense video captioning; (ii) they also struggle as verifiers, failing to reliably detect plausible but incorrect event descriptions; and (iii) model weaknesses vary across video complexity and duration, revealing diverse, model-specific bottlenecks in current Video-LLMs.

Fri 18 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Understanding exactly what happens in videos is hard for AI systems called Video Large Language Models (Video-LLMs). The authors created a new test called VidOmni-Bench, with 500 videos and detailed descriptions, to check if these models can tell which events really happen in the videos. They found that these models often make mistakes by describing things that aren’t there and have trouble spotting wrong details. The study also shows that errors vary depending on how complicated and long the videos are.
Open 2609.21521v1

Audio visual models struggle to judge timing and event order in videos

AVTrace: Diagnosing Audio-Visual Temporal Reasoning in Omni Models

Abstract: Omni models can describe video content, but can they locate events in time, preserve event order, and judge audio-visual synchronization? We introduce AVTrace (Audio-Visual Temporal Reasoning Assessment and Capability Evaluation), a silver-standard diagnostic suite spanning onset and span grounding, synchronization, next-step prediction, cross-modal localization, chain parsing, and event-conditioned comprehension. It contains 34,114 training examples and category-balanced development and test splits of 3,500 and 7,000 examples. We evaluate five open omni models under their respective input configurations using reference-blind response normalization followed by deterministic scoring. All five off-the-shelf systems score below the test split's majority-label baseline of 0.556 on synchronization verification, and obtain low scores on chain parsing and event-conditioned grounding and comprehension. Development-set perturbations reveal task-dependent sensitivity in Qwen3-Omni-30B to modality removal and changes in visual input processing, without isolating their underlying causes. Parameter-efficient temporal post-training improves Gemma4-E4B-it on several benchmark metrics. On three external image benchmarks, task metrics change modestly, including some degradations, while teacher-forcing perplexity decreases. Together, these findings show that semantic reference-text overlap should not be treated as a proxy for temporal localization, and that AVTrace can identify task-specific weaknesses while providing a testbed for temporal post-training.

Thu 17 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Understanding what happens in a video means not just describing scenes but also knowing when events start, how long they last, and if sound and picture match up. The paper presents AVTrace, a set of tests designed to see how well advanced video-audio AI models can handle these timing challenges. The authors found that current top models often fail on tasks like syncing sound and video and following event sequences well. They also show that training models specifically on timing can improve their performance on some of these tasks.
Open 2609.19991v1

Large video models struggle with visual questions over text options

Not Another Text Benchmark: Putting the "Visual" Back in Visual Question Answering for Large Video Models

Abstract: Large video models have exhibited impressive performance on a wide range of visual question answering tasks, owing to the rise of powerful, pretrained text and vision encoders. The usefulness of such models have also been demonstrated on a wide range of benchmarks, with an important caveat - the dominant approach in these benchmarks evaluates multiple choice reasoning via text options. This is a natural way to test text-based reasoning in these models, and has led to significant insights regarding model behavior in the community. In this work, we ask a different question - what happens when the evaluation modality is visual, rather than text? We introduce three new vision-centric evaluation benchmarks in temporal frame retrieval, video future prediction, and causal memory distortion, all designed around evaluating visual understanding capabilities in large video models. Our approach complements the existing approaches to evaluate video understanding in frontier models. We show that current frontier models exhibit significant weakness when attempting to reason through visual queries, rather than text. We conclude with an extended analysis section that provides pointers for future improvements in visual understanding for large video models.

Tue 15 SeptComputer Vision and Pattern Recognition
The gist
Many advanced video models are good at answering questions about videos when the answers are given as text choices. But the authors looked at how well these models do when the questions and answers are visual instead of text-based. They created three new tests focusing on understanding videos visually, such as finding specific frames, predicting future video scenes, and spotting changes in memory. Their tests show that current models have a hard time reasoning visually, highlighting a gap in video understanding that needs improvement.
Open 2609.17112v1

Video highlight detection improves with temporal structure aware compression

SGWIB:Sliced Gromov-Wasserstein Information Bottleneck for Video Highlight Detection

Abstract: Video highlight detection aims to identify temporally important segments that capture the most informative or engaging events in a video. Reliable prediction therefore requires not only discriminative segment representations but also preservation of the temporal relationships among neighboring and distant segments. The information bottleneck principle has proven effective for learning compact and task-relevant representations, yet it has not been explored for video highlight detection, and applying conventional formulations directly would overlook inter-segment relational structure and distort highlight relevant temporal organization during compression. We therefore introduce the Sliced Gromov-Monge Gap (SGMG), a structure aware regularizer that measures the excess relational distortion induced by a prescribed source-to-bottleneck mapping relative to an optimal sliced structural correspondence. Building on SGMG, we develop SGWIB, an information-bottleneck framework for single-modal video highlight detection that learns compact bottleneck representations while preserving inter-segment temporal structure. We further introduce Home-Away-Related Contextual Pseudo-Labels and a contextual disentanglement module that reduce sports-specific contextual bias by separating highlight oriented information from contextual patterns. Experiments on MrHiSum and MoSu show that SGWIB attains the best Kendall's tau, Spearman's rho, mAP@50, and mAP@30 among the compared single-modal methods on both datasets. On MrHiSum, the visual model improves the strongest previous results by 0.031, 0.031, 0.87, and 0.75 on these four metrics, respectively. These results show that structure-aware information-bottleneck regularization combined with contextual disentanglement improves segment-level highlight prediction.

Sat 12 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Video highlight detection tries to find the most interesting parts of a video. The researchers introduced a new method that compresses video information while keeping the order and relationship between scenes. This helps the detection system know which parts are important, especially in sports videos. They tested it on two sports video datasets and saw better results than previous methods. Their approach also reduces errors caused by background details unrelated to highlights.
Open 2609.13966v1

CausalChapter improves chaptering for long instructional videos

CausalChapter: Improving Long-Video Chaptering with Interventional Dependency Modeling

Abstract: Long-form instructional videos require automatic chaptering to support browsing, navigation, and knowledge access. Recent long-context language models can perform chaptering from textualized video inputs, but they remain costly and brittle for content-dense lecture videos with long transcripts, smooth topic transitions, and detailed chapter outputs. A scalable segment-then-caption paradigm reduces this cost, but introduces two new challenges: boundary error propagation and fragmented cross-chapter context. We propose \textbf{CausalChapter}, an intervention-inspired framework for long-video chaptering that estimates prediction-level influence through lightweight masking and removal interventions. For boundary localization, our Local Dependency Shift module detects drops in predictive dependency between adjacent temporal windows; for chapter description generation, our Cross-Segment Support Selection module reranks historical contexts according to their support for the current prediction. Experiments on long-video chaptering benchmarks show that CausalChapter improves boundary localization, chapter description quality, and cross-chapter coherence.

Tue 8 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Long instructional videos can be hard to navigate because they often don’t have clear chapters to separate topics. The authors propose CausalChapter, a method that helps find chapter boundaries and write chapter summaries more accurately by checking how different parts of the video influence predictions. This approach uses a clever masking technique to spot where topics change and improves linking across chapters for better descriptions. Their method works better than previous ones for videos with long, dense content and smoothly changing topics.
Open 2609.08686v1

Modern AI agents autonomously search large video collections effectively

Can Agents Win the Video Browser Showdown?

Abstract: Searching large video collections is typically an interactive process in which users play two roles. First, they hold the search intent: the underlying goal that determines what content they seek and why. Second, users must operationalize this intent through an iterative search loop. Users translate their intent into queries, browse the retrieved candidates, and refine their queries based on the results. In this paper, we investigate the capabilities of modern Vision Language Models (VLM) and agentic approaches to reach search goals interactively and fully autonomously. Specifically, we study whether a provided initial specification of a search goal might be sufficient to solve traditionally interactive search tasks with an agentic system. Provided that the involved VLMs are not aware of the whole large video dataset in advance, the key challenge lies in the effective combination of an existing interactive video search system and a smart VLM agent controlling the system. While the search system provides indexing and efficient querying, the VLM-based agents analyze top-ranked items and make decisions about next actions. Our results show that modern agents can autonomously operate interactive video retrieval systems to solve many search tasks from an initial intent description, achieving performance competitive with strong historical expert-operated systems in several settings.

Mon 7 SeptMultimedia
The gist
Searching through many videos usually requires people to guess what to look for, look at results, and try again. This paper shows that smart AI agents can do this job by themselves if they get a clear goal at the start. These agents use vision language models to look at videos and decide what to do next without human help. The researchers found that this approach works well and can compete with expert human searchers in some cases.
Open 2609.07311v1