English

Rationale-Enhanced Decoding for Multi-modal Chain-of-Thought

Computer Vision and Pattern Recognition 2026-03-17 v2 Artificial Intelligence Machine Learning

Abstract

Large vision-language models (LVLMs) have demonstrated remarkable capabilities by integrating pre-trained vision encoders with large language models (LLMs). Similar to single-modal LLMs, chain-of-thought (CoT) prompting has been adapted for LVLMs to enhance multi-modal reasoning by generating intermediate rationales based on visual and textual inputs. While CoT is assumed to improve grounding and accuracy in LVLMs, our experiments reveal a key challenge: existing LVLMs often ignore the contents of generated rationales in CoT reasoning. To address this, we re-formulate multi-modal CoT reasoning as a KL-constrained reward maximization focused on rationale-conditional log-likelihood. As the optimal solution, we propose rationale-enhanced decoding (RED), a novel plug-and-play inference-time decoding strategy. RED harmonizes visual and rationale information by multiplying distinct image-conditional and rationale-conditional next token distributions. Extensive experiments show that RED consistently and significantly improves reasoning over standard CoT and other decoding methods across multiple benchmarks and LVLMs. Our work offers a practical and effective approach to improve both the faithfulness and accuracy of CoT reasoning in LVLMs, paving the way for more reliable rationale-grounded multi-modal systems. Code is available at https://github.com/yshinya6/red/.

Keywords

Cite

@article{arxiv.2507.07685,
  title  = {Rationale-Enhanced Decoding for Multi-modal Chain-of-Thought},
  author = {Shin'ya Yamaguchi and Kosuke Nishida and Daiki Chijiwa},
  journal= {arXiv preprint arXiv:2507.07685},
  year   = {2026}
}

Comments

Accepted to CVPR 2026 (Main); Code is available at https://github.com/yshinya6/red/

R2 v1 2026-07-01T03:54:41.308Z