Disentangling Perception and Reasoning in Multimodal LLMs via Reward Design

21d ago · Global · primary source: export.arxiv.org

New research finds that visual perception, not logical reasoning, is the primary bottleneck in multimodal large language models, and proposes reward-design strategies to address it [1]. The study, posted to arXiv by researcher Omar Sharif and colleagues, examines how multimodal models handle tasks that require both interpreting images and reasoning about them [1]. The authors show that when images are replaced with simple textual descriptions, performance on algorithmic visual puzzles jumps by more than 20 points on average for Claude models [1][2]. This gap indicates that errors originate in the perception stage rather than in downstream reasoning [1]. The work evaluates six reward functions designed to induce visual grounding during reinforcement learning without chain-of-thought supervision [1][3]. The functions vary along three axes: how the final answer is scored, what intermediate output structure is rewarded, and whether visual grounding is explicitly rewarded through a dedicated tag [3][4]. One variant introduces an explicit tag inside the reasoning block and rewards unique visual descriptions, testing whether explicitly rewarding image-referent content improves grounding [3][4]. Training the model Qwen-2.5-VL-7B with the GRPO algorithm, the reward design produced long, structured reasoning chains that included self-reflection and visual references, yielding a 5.56-point gain over the base model [1][2]. The gains were uneven: no single reward improved performance across all categories, and rewards that used verifiable accuracy signals traded out-of-domain transfer for higher in-domain accuracy [1][2]. The findings align with a broader research push to decouple perception from reasoning. A separate framework called PRCO, or Perception–Reasoning Coevolution, splits the task into two roles — an Observer that generates an evidence caption and a Solver that predicts the answer — and trains them with separate reward signals [5]. That approach yielded average accuracy improvements of over 7 points across eight multimodal reasoning benchmarks compared to the base model [5]. Another training-free pipeline, described in a paper indexed on Hugging Face, uses a large language model to orchestrate high-level reasoning while interrogating a multimodal model for specific visual details on demand, reducing visually unfounded reasoning steps [7]. The study’s authors argue that perception-aware reward design offers a path forward, so that signals correct perception at its source rather than the reasoning that inherits its errors [1][2]. The first version of the paper was submitted on 1 January 2026 at 8,918 KB; a revised version followed on 15 June 2026 at 9,307 KB [1].

research-paper

Background sources we checked (10)
  • arxiv.org ↗ Reinforcement learning with verifiable rewards has driven major gains in LLM reasoning, and it is intuitive to assume this recipe will transfer well to multimodal models. However, multimodal models do two things: first, perceive what is in an image, then reason about what it impl…
  • arxiv.org ↗ Reinforcement learning with verifiable rewards has driven major gains in LLM reasoning, and it is intuitive to assume this recipe will transfer well to multimodal models. However, multimodal models do two things: first, perceive what is in an image, then reason about what it impl…
  • arxiv.org ↗ Reinforcement learning with verifiable rewards has driven major gains in LLM reasoning, and it is intuitive to assume this recipe will transfer well to multimodal models. However, multimodal models do two things: first, perceive what is in an image, then reason about what it impl…
  • arxiv.org ↗ Reinforcement learning with verifiable rewards (RLVR) has substantially enhanced the reasoning capabilities of multimodal large language models (MLLMs). However, existing RLVR approaches typically rely on outcome-driven optimization that updates both perception and reasoning usin…
  • en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
  • huggingface.co ↗ Reasoning and Perception: An LLM-LMM Framework for Faithful Visual Reasoning ... A training-free visual-reasoning pipeline decouples high-level reasoning from visual perception, improving the fidelity of visual reasoning in Large Multimodal Models. ... Significant advancements in…
  • huggingface.co ↗ -based reasoning. On the other hand, Multi-modal Large Language Models (MLLMs) still lag behind, hindered by their outdated internal LLMs. Upgrading these is often prohibitively expensive, as it requires complete vision-language alignment retraining which is costly. To address th…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…

Sources

Spot something wrong? Report an issue