paper-with-me

홈 › Papers

CircuitProbe: Tracing Visual Temporal Evidence Flow in Video Language Models

2025-07-25 · Yiming Zhang, Zhuokai Zhao, Chengzhang Yu, Kun Wang, Zhendong Chu, Qiankun Li, Zihan Chen, Yang Liu, Zenghui Ding, Yining Sun, Qingsong Wen arxiv

Autoregressive large vision--language models (LVLMs) interface video and language by projecting video features into the LLM's embedding space as continuous visual token embeddings. However, it remains unclear where temporal evidence is represented and how it causally influences decoding. To address this gap, we present CircuitProbe, a circuit-level analysis framework that dissects the end-to-end video-language pathway through two stages: (i) Visual Auditing, which localizes object semantics within the projected video-token sequence and reveals their causal necessity via targeted ablations and controlled substitutions; and (ii) Semantic Tracing, which uses logit-lens probing to track the layer-wise emergence of object and temporal concepts, augmented with temporal frame interventions to assess sensitivity to temporal structure. Based on the resulting analysis, we design a targeted surgical intervention that strictly follows our observations: identifying temporally specialized attention heads and selectively amplifying them within the critical layer interval revealed by Semantic Tracing. This analysis-driven intervention yields consistent improvements (up to 2.4% absolute) on the temporal-heavy TempCompass benchmark, validating the correctness, effectiveness, and practical value of the proposed circuit-level analysis for temporal understanding in LVLMs.

📄 PDF Abstract BibTeX arXiv:2507.19420

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Vision to Language: Investigating Causal Information Flow in Multimodal Decision-Making

2026-09-04 · Davide Testa, Hugh Mee Wong, Alessandro Lenci, Bernardo Magnini 외 arxiv

Vision-Language Models are commonly evaluated through their final predictions, but understanding whether these decisions are grounded in visual evidence requires tracing how visual information contributes to language-bas…

Visual Reasoning

CircuitProbe: Predicting Reasoning Circuits in Transformers via Stability Zone Detection

2026-04-01 · Rajkiran Panuganti arxiv

Transformer language models contain localized reasoning circuits, contiguous layer blocks that improve reasoning when duplicated at inference time. Finding these circuits currently requires brute-force sweeps costing 25 …

EFlow: Learning Evidence Flow for Long-Video Reasoning with Adaptive Reflection

2026-07-01 · Wenhao Zhang, Kuanwei Lin, Xuyi Yang, Wei Gao 외 arxiv

Long-video reasoning is fundamentally constrained by how models acquire and utilize visual evidence. Existing tool-augmented video frameworks often interleave temporal grounding and answer reasoning within a single traje…

Reinforcement LearningLogical Reasoning

METER: Multi-modal Evidence-based Thinking and Explainable Reasoning -- Algorithm and Benchmark

2025-07-22 · Xu Yang, Qi Zhang, Shuming Jiang, Yaowen Xu 외 arxiv

With the rapid advancement of generative AI, synthetic content across images, videos, and audio has become increasingly realistic, amplifying the risk of misinformation. Existing detection approaches predominantly focus …

Binary Classification

Tracing the Arrow of Time: Diagnosing Temporal Information Flow in Video-LLMs

2026-05-08 · Peitao Han, Fei Cheng, Lis K. Pereira, Qianying Liu 외 arxiv

The Arrow-of-Time (AoT) task, determining whether a video plays forward or backward by recognizing temporal irreversibility, is one humans solve with near-perfect accuracy, yet frontier Video Large Language Models (Video…