Search papers, labs, and topics across Lattice.
This paper investigates how to improve cross-view spatial reasoning in VLMs by encouraging the use of intermediate "thinking images." They introduce View Dropout (VDrop), a training-time intervention that selectively hides input views to force reliance on the generated thinking image. Experiments on synthetic and real-world datasets demonstrate that panoramic thinking images, combined with VDrop, achieve the best out-of-domain generalization performance compared to top-down or point-matching renderings.
Forcing VLMs to "think" visually with panoramic renderings, rather than relying on language alone, unlocks surprisingly robust spatial reasoning.
Cross-view spatial reasoning remains a weak spot for vision-language models (VLMs): they often reason in language and lose the fine-grained geometry needed for the task. Thinking with images aims to address this by generating an intermediate thinking image, but recent work shows that models often ignore the visual evidence in these traces. We therefore ask how to make visual thinking matter, and what kind of visual thinking works best. We study these questions in unified multimodal models (UMMs), which natively support interleaved image-text generation. For the first question, we propose View Dropout (VDrop), a training-time intervention that hides parts of one input view from the answer span while keeping them visible to the thinking-image tokens. This encourages the model to use the thinking image when answering, instead of relying only on the input views. Once the thinking image is used for answer prediction, we study which type of visual thinking is most effective. We frame this as a learnability-informativeness tradeoff and compare three thinking-image variants: top-down, panoramic, and point-matching renderings. Trained on synthetic scenes and evaluated on five real-world out-of-domain benchmarks, panoramic visual thinking with VDrop is the only configuration that is both informative and learnable, and it achieves the best out-of-domain generalization.