Source-linked AI summary

Do Thought Streams Matter? Evaluating Reasoning in Gemini Vision-Language Models for Video Scene Understanding

Shivam Sharma, Sankalp Nagaonkar, Ashish Choithani, Ashutosh Trivedi

arXiv:2604.11177v1cs.CV

TL;DR

The paper examines whether internal thought streams improve and faithfully support video scene understanding, addressing a gap left by final-output-only benchmarks. It benchmarks four Gemini 2.5 Flash and Flash Lite configurations with metrics for contentfulness, thought-to-output alignment, and attentional focus. Quality gains plateau quickly, Lite 1024 leads overall quality and efficiency, and tight budgets increase compression-step hallucination while the two tiers produce similar thought streams.

  • Problem

    Existing benchmarks evaluate only final outputs, leaving unclear whether thought streams contain useful information, faithfully support outputs, and change model attention.

  • Method

    The paper evaluates four Gemini 2.5 Flash and Flash Lite configurations on video scenes using contentfulness, Thought–Final Coverage, and Dominant Entity Analysis.

  • Results

    Quality gains plateau quickly; Lite 1024 leads quality and efficiency, tight budgets increase compression-step hallucination, and Flash and Lite produce similar thought streams.

  • Takeaways & Limitations

    Flash Lite offers the best balance between quality and token usage in this setup, while larger reasoning budgets reduce mismatch between thought streams and final outputs.

  • Takeaways & Limitations

    The metrics assess thought-to-output consistency rather than correctness against human ground truth, and the dataset excludes long-range temporal reasoning and multi-scene dependencies.

Abstract

from arXiv · show

We benchmark how internal reasoning traces, which we call thought streams, affect video scene understanding in vision-language models. Using four configurations of Google's Gemini 2.5 Flash and Flash Lite across scenes extracted from 100 hours of video, we ask three questions: does more thinking lead to better outputs, where do the gains stop, and what do these models actually think about? We introduce three evaluation metrics. Contentfulness measures how much of the thought stream is useful scene content versus meta-commentary. Thought-Final Coverage measures how faithfully the thought stream translates into the final output. Dominant Entity Analysis identifies which subjects, actions, and settings the model focuses on. GPT-5 serves as an independent judge. We find that quality gains from additional thinking plateau quickly, with most improvement occurring in the first few hundred tokens. Flash Lite offers the best balance between quality and token usage. Tight reasoning budgets cause the model to add content in the final output that it never reasoned about, a form of compression-step hallucination. Despite being different model tiers, Flash and Flash Lite produce similar thought streams, though they differ in style: Flash discusses its reasoning process, while Lite focuses on describing the scene.

1 Introduction

The paper asks whether thought streams improve structured video understanding and whether they faithfully support final outputs. It addresses these questions by inspecting thought streams alongside outputs across Gemini variants.

  • VLMs increasingly extract structured scene information such as subjects, actions, settings, and emotions from video at scale.
  • The study tests whether thought streams contain useful scene information, faithfully correspond to final outputs, and change model attention under different budgets.
  • Existing benchmarks primarily evaluate final outputs as black boxes, whereas this work compares thought streams with outputs to measure what is lost or added.
  • The framework introduces metrics for thought-stream quality, compression fidelity, and attentional focus, and evaluates four Gemini 2.5 variants on scenes from 100 hours of video.

2 Related Work

Prior video benchmarks assess temporal, multimodal, and domain-general understanding, while this paper focuses on structured metadata extraction and examines the reasoning trace behind the answer.

  • Existing benchmarks cover broad knowledge, commonsense reasoning, code generation, and multimodal tasks across domains.
  • Unlike benchmarks that inspect only final answers, this work analyzes the reasoning process and how much thought-stream content reaches the output.
  • ActivityNet, Ego4D, and Video-MME evaluate temporal actions, egocentric activities, and multimodal video analysis across varied durations and question formats.
  • This benchmark targets structured metadata extraction, including subjects, actions, settings, and emotions, to reflect production-oriented video understanding.
  • GPT-5 is used as an extraction judge to compute coverage metrics.

3 Methodology

The methodology processes independently segmented video scenes through Gemini variants and evaluates observable thought streams against structured outputs using content, coverage, grounding, and attention measures.

  • Data and processing: VideoDB segments videos into scenes, which a VLM processes independently to produce a thought stream and structured JSON metadata.
  • Data and processing: The dataset spans approximately 100 hours across 37 visual styles and 38 content domains.
  • Data and processing: Scenes use 1 FPS sampling with at most 10 frames, and no cross-scene context is provided.
  • Models and budgets: Flash and Flash Lite are evaluated under four configurations with identical prompts, schemas, and temperatures; only the thought-token budget varies.
  • Evaluation metrics: Contentfulness measures the fraction of thought-stream words describing scene content rather than meta-commentary, using filtering and part-of-speech analysis.
  • Evaluation metrics: Thought Coverage measures how much reasoned content reaches the final output, while Output Grounding measures how much output content appeared in the thought stream.
  • Evaluation metrics: F1 combines Thought Coverage and Output Grounding, measuring thought-to-output consistency rather than correctness against external ground truth.
  • Evaluation metrics: Dominant Entity Analysis identifies the most prominent subject, action, and setting to compare attention across reasoning budgets.

4 Results

Across the evaluated Gemini variants, Lite 1024 provides the strongest quality–cost balance, while additional thinking improves results mainly at low budgets before gains plateau. Tight budgets weaken output grounding, whereas Flash and Flash Lite produce highly similar thought streams despite differing efficiency and style.

  • Main Quality Results: Lite 1024 leads the core metrics, while Flash Dynamic is a close second; Flash 128 has a large Output Grounding gap.Roughly one in four Flash 128 output items were never mentioned in its thought stream.
  • Token Cost Breakdown: Thought tokens are the primary variable cost across variants, while input tokens vary with frame count and response tokens remain relatively stable.Every variant receives the same frames for a given scene, so thought-token usage drives the main cost difference.
  • Scaling and Diminishing Returns: F1 rises steeply in the first few hundred thought tokens and then plateaus, while Contentfulness continues to increase roughly linearly with budget.The jump from Flash 128 to Lite 512 yields a large F1 improvement, but nearly doubling Lite’s budget from 512 to 1024 tokens adds only a small gain.
  • Thought Stream Similarity: Flash and Flash Lite thought streams show average pairwise similarity of about 0.88–0.90 despite the models being different tiers.Flash more often narrates its reasoning process, whereas Lite focuses more directly on scene content.
  • Flash vs. Flash Lite: Within each model tier, higher budgets improve all metrics, but Lite 1024 matches or exceeds Flash Dynamic while using 30% fewer thought tokens.Lite 1024 uses 718 thought tokens versus 1,021 for Flash Dynamic and is more token-efficient in this setup.

5 Analysis

The analysis shows that tight reasoning budgets weaken output grounding and encourage generic subject labels, while larger budgets improve specificity and reduce trace-to-output mismatches.

  • Trace-to-output alignment: Flash 128’s Output Grounding of 0.767 indicates that roughly one in four output items were absent from its thought stream.The paper calls this mismatch compression-step hallucination, while noting it does not establish that the model failed to consider the information internally.
  • Subject specificity: Flash 128 assigns “person” as the dominant subject in about 15% of scenes, versus roughly 8% for Flash Dynamic.Within Lite, the corresponding rates are 13% at 512 tokens and 11% at 1024 tokens.
  • Subject specificity: Higher thinking budgets make models more likely to identify specific subjects such as “streamer,” “chef,” or “cat” instead of generic labels.The reported pattern appears across both Flash and Lite tiers.

6 Limitations and Future Work

The paper treats thought streams and alignment as observable internal-consistency signals rather than correctness measures, and identifies scope, judging, and ground-truth limitations.

  • Limitations: Thought streams are observable traces rather than complete records of internal computation, so alignment measures internal consistency rather than correctness.The findings are intended as relative comparisons within this framework.
  • Limitations: The metrics do not measure correctness against human ground truth, meaning high thought-to-output alignment can still be wrong.Coverage is also measured with a single LLM judge, which may introduce systematic bias.
  • Limitations and future work: The dataset uses scene-level analysis at 1 FPS with up to 10 frames per scene, excluding long-range temporal reasoning, multi-scene dependencies, and narrative structure.Future work proposes pairing consistency metrics with human-annotated ground truth and extending evaluation across models, budgets, domains, costs, and determinism.

7 Conclusion

The benchmark finds that additional thinking helps video scene understanding but yields diminishing returns, with Lite 1024 leading quality and efficiency. Flash and Lite produce similar thought content, while tight budgets increase trace-to-output mismatches.

  • Conclusion: Most quality improvement occurs in the first few hundred thought tokens, with smaller gains beyond about 700 tokens.The conclusion describes additional thinking beyond that point as adding cost with smaller gains in this dataset.
  • Conclusion: Lite 1024 achieves the best F1, Thought Coverage, Output Grounding, and perfect-score rate while using 30% fewer thought tokens than Flash Dynamic.This makes Lite 1024 the reported quality leader in the evaluated setup.
  • Conclusion: Flash 128 more often outputs details that were not explicitly present in its thought stream, increasing compression-step hallucination under tight budgets.The conclusion frames this as a mismatch between the generated thought stream and structured output.
  • Conclusion: Cross-tier thought stream similarity is nearly as high as same-model determinism, suggesting Flash and Lite share underlying reasoning patterns.The tiers differ stylistically: Flash spends more thought on process narration, while Lite focuses more on scene content.
Loading 2604.11177v1…