paper-with-me

홈 › Papers

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

2025-05-20 · Jiaer Xia, Yuhang Zang, Peng Gao, Yixuan Li, Kaiyang Zhou

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.

📄 PDF Abstract BibTeX arXiv:2505.14677

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

A Survey on Measuring and Mitigating Reasoning Shortcuts in Machine Reading Comprehension

2022-09-05 · Xanh Ho, Johannes Mario Meissner, Saku Sugawara, Akiko Aizawa

The issue of shortcut learning is widely known in NLP and has been an important research focus in recent years. Unintended correlations in the data enable models to easily solve tasks that were meant to exhibit advanced …

Machine Reading ComprehensionReading Comprehension

Staying VIGILant: Mitigating Visual Laziness via Counterfactual Visual Alignment in MLLMs

2026-06-24 · Xi Xiao, Chen Liu, Chih-Ting Liao, Yunbei Zhang 외 arxiv

Multimodal large language models (MLLMs) extend large language models (LLMs) with visual perception, enabling joint reasoning over images and text. Despite inheriting strong reasoning capabilities from LLMs, they remain …

Visual Grounding

Self-Rewarding Vision-Language Model via Reasoning Decomposition

2025-08-27 · Zongxia Li, Wenhao Yu, Chengsong Huang, Zhenwen Liang 외 arxiv

Vision-Language Models (VLMs) often suffer from visual hallucinations: generating things that are not consistent with visual inputs and language shortcuts, where they skip the visual part and just rely on text priors. Th…

Reinforcement LearningVisual Reasoning

Mitigating Shortcut Reasoning in Language Models: A Gradient-Aware Training Approach

2026-03-21 · Hongyu Cao, Kunpeng Liu, Dongjie Wang, Yanjie Fu arxiv

Large language models exhibit strong reasoning capabilities, yet often rely on shortcuts such as surface pattern matching and answer memorization rather than genuine logical inference. We propose Shortcut-Aware Reasoning…

Reasoning in Transformers - Mitigating Spurious Correlations and Reasoning Shortcuts

2024-03-17 · Daniel Enström, Viktor Kjellberg, Moa Johansson

Transformer language models are neural networks used for a wide variety of tasks concerning natural language, including some that also require logical reasoning. However, a transformer model may easily learn spurious pat…

Language ModelingLanguage ModellingLogical Reasoning