L2V-CoT: Cross-Modal Transfer of Chain-of-Thought Reasoning via Latent Intervention
Yuliang Zhan, Xinyu Tang, Han Wan, Jian Li, Ji-Rong Wen, Hao Sun
TL;DR
The paper analyzes how CoT reasoning is encoded across LLMs and VLMs using Linear Artificial Tomography and finds shared low-frequency CoT directions. It introduces L2V-CoT, a training-free latent-intervention that extracts LLM CoT patterns, applies frequency-domain resampling to align dimensions, and injects them into VLMs during inference to boost reasoning. Across diverse benchmarks and VLM architectures, L2V-CoT delivers consistent improvements over training-free baselines and rivals some supervised approaches, with performance scaling alongside injector strength and CoT example count. The method is architecture-agnostic, layer-dependent, and synergistic with explicit reasoning techniques, offering a practical path to transfer high-level reasoning from LLMs to VLMs without retraining.
Abstract
Recently, Chain-of-Thought (CoT) reasoning has significantly enhanced the capabilities of large language models (LLMs), but Vision-Language Models (VLMs) still struggle with multi-step reasoning tasks due to limited multimodal reasoning data. To bridge this gap, researchers have explored methods to transfer CoT reasoning from LLMs to VLMs. However, existing approaches either need high training costs or require architectural alignment. In this paper, we use Linear Artificial Tomography (LAT) to empirically show that LLMs and VLMs share similar low-frequency latent representations of CoT reasoning despite architectural differences. Based on this insight, we propose L2V-CoT, a novel training-free latent intervention approach that transfers CoT reasoning from LLMs to VLMs. L2V-CoT extracts and resamples low-frequency CoT representations from LLMs in the frequency domain, enabling dimension matching and latent injection into VLMs during inference to enhance reasoning capabilities. Extensive experiments demonstrate that our approach consistently outperforms training-free baselines and even surpasses supervised methods.
