paper-with-me

홈 › Papers

VTI-CoT: Visual-Textual Interleaved Chain of Thought for Video Reasoning

2026-06-04 · Shufan Zhang, Ziyue Lin, Bairun Wang, Lei Jin, Xuanding Ding, Xinzhu Ma, Kunlin Yang arxiv

Video reasoning aims to understand complex temporal events and causal relationships within videos. Recently, Chain-of-Thought (CoT) has been introduced to this field to enhance reasoning accuracy. However, existing CoT-based video reasoning methods primarily rely on text-only information for logical deduction, overlooking critical visual information during the inference process. Inspired by the human cognitive mechanism of reviewing visual segments during inference, we propose VTI-CoT, a Visual-Textual Interleaved CoT framework. VTI-CoT integrates textual reasoning steps with corresponding visual frames. Given the scarcity of visual-textual interleaved CoT in existing datasets, we develop an automated annotation pipeline to construct high-quality multimodal CoT data. Further, reasoning over long-form videos entails increasingly long CoT token sequences, which severely hinders training convergence and efficiency. To address this, we employ Optical Character Recognition (OCR)-based compression techniques to compress CoT supervision signals into a single canvas. Experimental results demonstrate that VTI-CoT achieves state-of-the-art performance among models of the same parameter scale while significantly improving training efficiency.

📄 PDF Abstract BibTeX arXiv:2606.05736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ViTCoT: Video-Text Interleaved Chain-of-Thought for Boosting Video Understanding in Large Language Models

2025-07-14 · Yongheng Zhang, Xu Liu, Ruihan Tao, Qiguang Chen 외 arxiv

Video understanding plays a vital role in bridging low-level visual signals with high-level cognitive reasoning, and is fundamental to applications such as autonomous driving, embodied AI, and the broader pursuit of AGI.…

Autonomous Driving

Let's Think with Images Efficiently! An Interleaved-Modal Chain-of-Thought Reasoning Framework with Dynamic and Precise Visual Thoughts

2026-03-23 · Xu Liu, Yongheng Zhang, Qiguang Chen, Yao Li 외 arxiv

Recently, Interleaved-modal Chain-of-Thought (ICoT) reasoning has achieved remarkable success by leveraging both multimodal inputs and outputs, attracting increasing attention. While achieving promising performance, curr…

MINT-CoT: Enabling Interleaved Visual Tokens in Mathematical Chain-of-Thought Reasoning

2025-06-05 · Xinyan Chen, Renrui Zhang, Dongzhi Jiang, Aojun Zhou 외

Chain-of-Thought (CoT) has widely enhanced mathematical reasoning in Large Language Models (LLMs), but it still remains challenging for extending it to multimodal domains. Existing works either adopt a similar textual re…

MathMathematical ReasoningVisual Reasoning

Visual Thoughts: A Unified Perspective of Understanding Multimodal Chain-of-Thought

2025-05-21 · Zihui Cheng, Qiguang Chen, Xiao Xu, Jiaqi Wang 외

Large Vision-Language Models (LVLMs) have achieved significant success in multimodal tasks, with multimodal chain-of-thought (MCoT) further enhancing performance and interpretability. Recent MCoT methods fall into two ca…

Interleaved-Modal Chain-of-Thought

2024-11-29 · CVPR 2025 1 · Jun Gao, Yongqi Li, Ziqiang Cao, Wenjie Li

Chain-of-Thought (CoT) prompting elicits large language models (LLMs) to produce a series of intermediate reasoning steps before arriving at the final answer. However, when transitioning to vision-language models (VLMs),…