English

Vision-Language Models Can Self-Improve Reasoning via Reflection

Machine Learning 2024-11-05 v1 Artificial Intelligence Computation and Language Computer Vision and Pattern Recognition

Abstract

Chain-of-thought (CoT) has proven to improve the reasoning capability of large language models (LLMs). However, due to the complexity of multimodal scenarios and the difficulty in collecting high-quality CoT data, CoT reasoning in multimodal LLMs has been largely overlooked. To this end, we propose a simple yet effective self-training framework, R3V, which iteratively enhances the model's Vision-language Reasoning by Reflecting on CoT Rationales. Our framework consists of two interleaved parts: (1) iteratively bootstrapping positive and negative solutions for reasoning datasets, and (2) reflection on rationale for learning from mistakes. Specifically, we introduce the self-refine and self-select losses, enabling the model to refine flawed rationale and derive the correct answer by comparing rationale candidates. Experiments on a wide range of vision-language tasks show that R3V consistently improves multimodal LLM reasoning, achieving a relative improvement of 23 to 60 percent over GPT-distilled baselines. Additionally, our approach supports self-reflection on generated solutions, further boosting performance through test-time computation.

Keywords

Cite

@article{arxiv.2411.00855,
  title  = {Vision-Language Models Can Self-Improve Reasoning via Reflection},
  author = {Kanzhi Cheng and Yantao Li and Fangzhi Xu and Jianbing Zhang and Hao Zhou and Yang Liu},
  journal= {arXiv preprint arXiv:2411.00855},
  year   = {2024}
}
R2 v1 2026-06-28T19:44:44.207Z