← Latest papers
💬 NLP

Attend to Evidence: Evidence-Anchored Spatial Attention Supervision for Multimodal RLVR

The paper introduces EASE (Evidence-Anchored Spatial Attention), a method that enhances Reinforcement Learning with Verifiable Rewards (RLVR) for vision-language models by using annotated visual evidence to guide spatial attention during high-reward training trajectories, thereby improving performance on perception, reasoning, and hallucination benchmarks without requiring additional inputs during inference.

Original authors: Ruina Hu, Chen Wang, Lai Wei, Jionghao Bai, Bin Yu, Weiran Huang, Kai Wang, Yue Wang

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Ruina Hu, Chen Wang, Lai Wei, Jionghao Bai, Bin Yu, Weiran Huang, Kai Wang, Yue Wang

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 Big Problem: The "Lucky Guess" Student

Imagine a student taking a difficult test that includes pictures. The teacher (the computer) only checks the final answer.

  • Question: "How many giraffes are in this photo?"
  • Student's Answer: "Three."
  • Teacher's Feedback: "Correct! +1 point."

The problem is that the teacher doesn't know how the student got the answer. Did the student actually count the giraffes in the photo? Or did they just guess because they know giraffes are common in this type of test? Or maybe they looked at the wrong part of the picture entirely?

In the world of AI (specifically Vision-Language Models), this is called Outcome-Only Reward. The AI gets a point for being right, but it doesn't learn where to look in the image to be right. This leads to "hallucinations," where the AI confidently makes up facts because it's relying on text patterns rather than actually seeing the image.

The Solution: EASE (The "Spotlight" Teacher)

The authors created a new training method called EASE (Evidence-Anchored Spatial Attention).

Think of EASE as a teacher who doesn't just grade the final answer, but also watches where the student looks while solving the problem.

  1. The "Cheat Sheet" (Training Only): During training, the teacher has a special "cheat sheet" (annotated boxes) that highlights exactly which parts of the photo contain the answer.
    • Example: If the answer is "three giraffes," the cheat sheet draws a box around each giraffe.
  2. The Spotlight: The AI has a mental "spotlight" (attention) that it uses to scan the image. EASE teaches the AI to shine its spotlight directly on the boxes in the cheat sheet.
  3. The Golden Rule: The teacher only gives this "look here" advice when the student gets the answer right.
    • If the student gets it wrong, the teacher says, "We don't know where you were looking, so let's not guess."
    • If the student gets it right and looked at the right spots, the teacher says, "Great job! You found the evidence. Remember to look there next time."

How It Works (The Metaphor)

Imagine you are teaching a dog to find a ball in a field.

  • Old Way (Standard RL): You throw the ball. The dog runs around, sniffs the air, and eventually finds the ball. You give it a treat. The dog learns: "Running around and sniffing leads to treats." It might find the ball by luck, not by looking for it.
  • EASE Way: You have a hidden map showing exactly where the ball is. When the dog finds the ball, you check the map.
    • If the dog was sniffing the exact spot where the ball was hidden, you give it a super treat and say, "Good boy, you looked in the right place!"
    • If the dog found the ball but was sniffing a completely different part of the field, you don't give the super treat. You teach the dog that finding the ball isn't enough; it must also look at the right place.

What Happened When They Tried It?

The researchers tested this on several smart AI models (Qwen2.5 and Qwen3). They compared the new method against the old "lucky guess" method.

  • Better at Math and Logic: The AI got significantly better at math problems involving pictures and logic puzzles. It stopped guessing and started actually analyzing the visual clues.
  • Fewer Hallucinations: The AI made up fewer fake facts. It became more honest about what it could and couldn't see.
  • No Extra Work for the User: This is a crucial point. The "cheat sheet" (the boxes) is only used while the AI is learning. When you actually use the AI later, you just give it a picture and a question. It doesn't need the boxes to work; it just works better because it was trained to look carefully.

The Bottom Line

EASE teaches AI models to be honest observers. Instead of just memorizing the right answer, the AI learns to connect the answer to the specific visual evidence that supports it. It's like teaching a detective to look at the crime scene clues before writing the report, rather than just guessing the culprit based on a hunch.

Key Takeaway: By forcing the AI to "show its work" (by looking at the right spots) during training, the AI becomes much more reliable and accurate when it answers questions later.

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 →