Latent Chain-of-Thought for Visual Reasoning
Guohao Sun, Hang Hua, Jian Wang, Jiebo Luo, Sohail Dianat, Majid Rabbani, Raghuveer Rao, Zhiqiang Tao
TL;DR
Latent Chain-of-Thought for Visual Reasoning reframes visual reasoning as posterior inference over latent CoTs, addressing generalization and interpretability gaps in LVLMs. The authors develop LaCoT, an AVI framework built on GFlowNets, introducing token-level reward approximation (ISubTB), reference-guided exploration (RGFN), and Bayesian inference over latent rationales (BiN) for scalable inference. Empirical results on diverse multimodal benchmarks show LaCoT improves reasoning accuracy, diversity of rationales, and inference efficiency, outperforming SFT and RL-based baselines on several tasks. The approach offers a principled, scalable path to robust, interpretable visual reasoning with broad applicability to LVLMs.
Abstract
Chain-of-thought (CoT) reasoning is critical for improving the interpretability and reliability of Large Vision-Language Models (LVLMs). However, existing training algorithms such as SFT, PPO, and GRPO may not generalize well across unseen reasoning tasks and heavily rely on a biased reward model. To address this challenge, we reformulate reasoning in LVLMs as posterior inference and propose a scalable training algorithm based on amortized variational inference. By leveraging diversity-seeking reinforcement learning algorithms, we introduce a novel sparse reward function for token-level learning signals that encourage diverse, high-likelihood latent CoT, overcoming deterministic sampling limitations and avoiding reward hacking. Additionally, we implement a Bayesian inference-scaling strategy that replaces costly Best-of-N and Beam Search with a marginal likelihood to efficiently rank optimal rationales and answers. We empirically demonstrate that the proposed method enhances the state-of-the-art LVLMs on seven reasoning benchmarks, in terms of effectiveness, generalization, and interpretability.
