← Latest papers
💻 computer science

Self-Rewarding Vision-Language Model via Reasoning Decomposition

The paper introduces Vision SR1, a three-stage self-rewarding reinforcement learning framework that decomposes reasoning into visual and language components to mitigate visual hallucinations and reduce reliance on language shortcuts in Vision-Language Models without requiring external visual supervision or additional GPU overhead.

Original authors: Zongxia Li, Wenhao Yu, Chengsong Huang, Zhenwen Liang, Rui Liu, Fuxiao Liu, Jingxi Che, Dian Yu, Jordan Boyd-Graber, Haitao Mi, Dong Yu

Published 2026-04-28
📖 5 min read🧠 Deep dive

Original authors: Zongxia Li, Wenhao Yu, Chengsong Huang, Zhenwen Liang, Rui Liu, Fuxiao Liu, Jingxi Che, Dian Yu, Jordan Boyd-Graber, Haitao Mi, Dong Yu

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

The Problem: The "Daydreaming" Artist

Imagine you hire a brilliant artist to describe a painting and answer questions about it. However, this artist has a bad habit: when asked about the painting, they often close their eyes and just guess the answer based on what they think the painting usually looks like, rather than actually looking at it.

In the world of AI, this is called "Visual Hallucination" (making things up) and "Language Shortcuts" (ignoring the image and relying on text patterns).

Current AI training methods are like a teacher who only grades the final answer. If the student gets the answer right, they get a gold star, even if they cheated by closing their eyes and guessing. The teacher never checks how the student looked at the picture. As a result, the AI learns to prioritize guessing over seeing.

The Solution: Vision-SR1 (The "Self-Checking" System)

The authors introduce Vision-SR1, a new training method that forces the AI to "show its work" and verify its own vision without needing a human teacher or a super-computer to check its homework.

Think of Vision-SR1 as a three-step training camp for the AI artist:

Step 1: The "Blindfold Test" (Decomposition)

Instead of just asking the AI to "Look at the image and answer," the method forces the AI to split its brain into two distinct tasks:

  1. The Describer: First, the AI must write a detailed description of the image. Crucially, this description must be so complete that if you took the image away and only gave the AI the text description, it could still answer the question correctly.
  2. The Reasoner: Then, the AI uses that text description to figure out the answer.

The Analogy: Imagine a detective who must write a full report of the crime scene before they are allowed to solve the case. If they can't solve the case using only their written report (without looking back at the crime scene photos), their report was incomplete.

Step 2: The Self-Check (Self-Rewarding)

This is the magic trick. The AI doesn't need a human to grade its description.

  • The AI generates the description.
  • Then, the AI is asked: "Here is the description you just wrote. Now, answer the question using ONLY this text."
  • If the AI gets the right answer using only its own description, it gives itself a "Gold Star" (a reward) for being a good observer.
  • If it fails, it knows its description was weak, and it gets a "Red Flag."

The Analogy: It's like a chef who writes a recipe, then tries to cook the dish using only that recipe. If the dish tastes right, the recipe was good. If it tastes terrible, the chef knows they missed an ingredient in the instructions. The chef is grading their own recipe without needing a food critic.

Step 3: The Balanced Scorecard (Multi-Reward Optimization)

In the past, if an AI got the final answer right, it got a reward, even if its description was nonsense. Vision-SR1 changes the scorecard.

  • It gives a separate score for how well the AI described the image.
  • It gives a separate score for how well the AI solved the problem.

The Analogy: Imagine a sports coach who used to only care if the team won the game. Now, the coach has two scoreboards: one for "Defense" (looking at the image) and one for "Offense" (answering the question). The AI is trained to improve on both scoreboards simultaneously. If it cheats on defense (skips looking), it loses points, even if it scores on offense.

Why This Matters

  1. No Extra Teachers: Most methods require hiring expensive "AI judges" (other large models) or humans to check if the AI is looking at the picture. Vision-SR1 uses the AI itself to do the checking, saving money and time.
  2. No "Daydreaming": By forcing the AI to prove it can answer the question using only its description, the AI learns it can't just guess. It has to actually "see" the image to generate a useful description.
  3. Efficiency: The paper claims this method doesn't require extra computer power (GPUs) compared to standard training, making it a practical upgrade for existing systems.

The Results

When tested on various tasks (like math problems with diagrams, reading charts, and general image questions), Vision-SR1:

  • Reduced Hallucinations: The AI made fewer things up.
  • Stopped Cheating: The AI relied less on text shortcuts and more on actually looking at the image.
  • Improved Accuracy: It got more questions right across the board compared to previous methods.

In short, Vision-SR1 teaches AI to stop guessing and start looking, by making the AI prove to itself that it actually saw what it claimed to see.

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 →