Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 95% Match Research Paper AI researchers,ML engineers,Robotics researchers,NLP researchers,AI safety researchers 2 weeks ago

Visionary-R1: Mitigating Shortcuts in Visual Reasoning with Reinforcement Learning

large-language-models › reasoning
📄 Abstract

Abstract: Learning general-purpose reasoning capabilities has long been a challenging problem in AI. Recent research in large language models (LLMs), such as DeepSeek-R1, has shown that reinforcement learning techniques like GRPO can enable pre-trained LLMs to develop reasoning capabilities using simple question-answer pairs. In this paper, we aim to train visual language models (VLMs) to perform reasoning on image data through reinforcement learning and visual question-answer pairs, without any explicit chain-of-thought (CoT) supervision. Our findings indicate that simply applying reinforcement learning to a VLM -- by prompting the model to produce a reasoning chain before providing an answer -- can lead the model to develop shortcuts from easy questions, thereby reducing its ability to generalize across unseen data distributions. We argue that the key to mitigating shortcut learning is to encourage the model to interpret images prior to reasoning. Therefore, we train the model to adhere to a caption-reason-answer output format: initially generating a detailed caption for an image, followed by constructing an extensive reasoning chain. When trained on 273K CoT-free visual question-answer pairs and using only reinforcement learning, our model, named Visionary-R1, outperforms strong multimodal models, such as GPT-4o, Claude3.5-Sonnet, and Gemini-1.5-Pro, on multiple visual reasoning benchmarks.
Authors (5)
Jiaer Xia
Yuhang Zang
Peng Gao
Sharon Li
Kaiyang Zhou
Submitted
May 20, 2025
arXiv Category
cs.CV
arXiv PDF

Key Contributions

Investigates mitigating shortcut learning in visual reasoning for VLMs trained with reinforcement learning. It argues that encouraging image interpretation prior to reasoning, rather than relying solely on CoT prompting, is key to improving generalization and avoiding shortcuts, especially when using techniques like GRPO.

Business Value

Develops more reliable and generalizable AI systems capable of understanding and reasoning about visual information, crucial for advanced AI applications like robotics and intelligent assistants.