← Latest papers
💻 computer science

Perceive-to-Reason: Decoupling Perception and Reasoning for Fine-Grained Visual Reasoning

The paper proposes Perceive-to-Reason (P2R), a unified framework that decouples fine-grained visual reasoning into distinct perception and reasoning stages, enhanced by a role-aware reinforcement learning strategy (PRA-GRPO) to significantly boost performance across various model scales and high-resolution benchmarks.

Original authors: Hongxing Li, Xiufeng Huang, Dingming Li, Wenjing Jiang, Zixuan Wang, Haolei Xu, Hanrong Zhang, Haiwen Hong, Longtao Huang, Hui Xue, Weiming Lu, Jun Xiao, Yueting Zhuang, Yongliang Shen

Published 2026-07-02
📖 4 min read☕ Coffee break read

Original authors: Hongxing Li, Xiufeng Huang, Dingming Li, Wenjing Jiang, Zixuan Wang, Haolei Xu, Hanrong Zhang, Haiwen Hong, Longtao Huang, Hui Xue, Weiming Lu, Jun Xiao, Yueting Zhuang, Yongliang Shen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a very tricky puzzle, but the picture is huge and the most important clue is a tiny speck hidden somewhere in the middle of a crowded scene.

This is the problem Perceive-to-Reason (P2R) tries to solve for Artificial Intelligence.

The Problem: The "Needle in a Haystack"

Current AI models (Vision-Language Models) are great at looking at a picture and giving a general answer. But when the question requires finding a tiny detail—like reading a small sign in a high-resolution photo or spotting a specific color on a distant object—they often get lost.

Think of it like trying to find a specific friend in a stadium full of 50,000 people.

  • Old AI methods are like someone who just stares at the whole crowd and guesses, "I think they are over there!" or frantically zooms in and out of random sections without a plan. They often miss the tiny details because they try to do everything at once.
  • The Paper's Insight: The researchers realized the AI was failing not because it couldn't think (reason), but because it couldn't look (perceive) correctly first. It was trying to solve the math problem before it even found the numbers.

The Solution: The Detective and The Judge

The paper proposes a new way to train AI called Perceive-to-Reason. Instead of making the AI do everything in one big brain burst, they split the job into two distinct roles, like a team of two people:

  1. The Perceiver (The Detective):

    • Job: Look at the huge, high-resolution image and the question. Ignore the answer for a moment. Just find the specific spot where the clue is hiding.
    • Action: It draws a box around the relevant area (e.g., "The red chair is here") and crops that small piece out.
    • Analogy: This is like a detective scanning a crime scene, finding the single muddy footprint, and putting it in an evidence bag.
  2. The Reasoner (The Judge):

    • Job: Look only at the evidence bag (the cropped image) and the original picture with the box drawn on it. Now, answer the question.
    • Action: It uses the clear, zoomed-in view to make the final decision.
    • Analogy: This is the judge looking only at the muddy footprint to decide if it matches the suspect's shoe. They don't have to worry about the rest of the messy crime scene anymore.

The Secret Sauce: "PRA-GRPO"

You might ask, "How do you teach an AI to do this if you only tell it 'Right' or 'Wrong' at the very end?" (You don't have a teacher pointing out exactly where the box should go).

The authors invented a training method called PRA-GRPO. Think of this as a specialized coaching drill for the AI team:

  • The Drill: The AI practices in alternating rounds.
    • Round 1 (Perception Focus): The "Detective" tries to find the spot. The "Judge" is frozen (not learning). If the Detective finds the right spot, the Judge can easily get the answer right. The AI gets a "good job" signal for the Detective.
    • Round 2 (Reasoning Focus): The "Detective" is frozen (using what it just learned). The "Judge" tries to answer based on that spot. If the Judge gets it right, it gets a "good job" signal.
  • The Result: By taking turns, the AI learns that a good Detective makes the Judge's job easier, and a good Judge gives better feedback to the Detective. They learn to work together without needing a human to draw the boxes for them.

What Happened?

The researchers tested this on models of different sizes (2 billion, 4 billion, and 8 billion "brain cells").

  • The Result: The new method (P2R) was significantly better at finding tiny details and answering complex questions than the original models.
  • The Proof: On a test called V-Star, the 4-billion model jumped from getting 81.7% of answers right to 93.2%. That's a massive improvement, especially for tasks involving high-resolution images where details are small.

Summary

In simple terms, this paper says: "Don't try to think and look at the same time. First, find the right piece of the picture. Then, think about it."

By separating the act of finding the clue from the act of solving the puzzle, and training the AI to take turns practicing these skills, the computer becomes much better at seeing the small things that matter.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →