Xidi Cai


2026

Multimodal large language models (MLLMs) have achieved strong performance on challenging visual question answering benchmarks, yet their inference efficiency is severely constrained by the rapidly growing context. This growth stems from two primary sources: the large number of visual tokens required to encode images, and the accumulation of intermediate reasoning traces during autoregressive generation. To address these challenges, we propose LaT (**L**ook **a**nd **T**hink), the first modality-decoupled compression method that enables efficient multimodal inference. LaT structures reasoning into alternating looking and thinking steps, thereby explicitly signaling when visual grounding is required. Building on this design, LaT (1) evicts visual tokens whenever visual grounding is unnecessary, and (2) applies co-learning-guided compression after each completed step, mitigating the two sources of context growth respectively. Experimental results demonstrate that LaT reduces the average context length by up to 57%, while maintaining performance comparable to the standard MLLM baseline. The code will be publicly released.