Reward Design for Physical Reasoning in Vision-Language Models
This paper presents a systematic ablation study demonstrating that reward design in GRPO-based training for Vision-Language Models induces domain-specific reasoning behaviors, where accuracy-based rewards yield the strongest overall gains while novel attention-weight rewards significantly enhance spatial reasoning without requiring spatial annotations.
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 teaching a very smart, but slightly naive, robot assistant to solve physics problems based on pictures. You show it a photo of a rollercoaster and ask, "How fast is the car going?"
The robot needs to do three things at once:
- See the picture (perception).
- Know the laws of physics (knowledge).
- Think through the math step-by-step (reasoning).
Even the smartest robots today struggle with this. They often guess the right answer by accident or memorize patterns without actually understanding why.
This paper is about a new way to teach these robots how to think better. Instead of just showing them the right answer (like a teacher grading a test), the researchers tried different ways of giving "points" (rewards) to see what kind of thinking behavior the robot would learn.
Here is the breakdown of their experiment using simple analogies:
The Four "Scorecards" (Reward Designs)
The researchers tested four different ways to give the robot points during its training:
The "Neatness" Score (Format Reward):
- The Analogy: Imagine a teacher who only cares if your homework is written in the right boxes. Did you write the answer in the "Answer" box? Did you write the unit in the "Unit" box?
- What it teaches: It teaches the robot to follow rules and structure, but it doesn't care if the answer is actually right.
The "Right Answer" Score (Accuracy Reward):
- The Analogy: This is the classic teacher. "Did you get the number right? Yes? Here are 10 points."
- What it teaches: The robot learns to guess the correct number, but it might cheat. It might memorize the answer without understanding the physics, or it might get the right number with a completely wrong explanation.
The "Rubric" Score (Composite Reward):
- The Analogy: This is a strict professor who grades on a detailed checklist. "You got the right number (+1), you identified the correct law of physics (+1), and you used the right units (+1)."
- What it teaches: It tries to force the robot to be perfect in every way.
- The Catch: The researchers found that for a small robot brain (2 billion parameters), this checklist was too confusing. Trying to maximize all these points at once made the robot's learning unstable. It got the "principles" right but started getting the actual numbers wrong.
The "Eye-Tracking" Score (Attention Reward):
- The Analogy: This is the most unique one. Imagine a teacher who doesn't just look at your answer, but watches where your eyes are looking while you solve the problem.
- How it works: The robot has an internal "gaze." If the robot is looking at the rollercoaster car in the photo while calculating speed, it gets points. If it's staring at the empty sky or the background, it gets no points.
- What it teaches: It forces the robot to actually look at the relevant parts of the image.
What Did They Discover?
The results were surprising and taught us a lot about how to train AI:
- Simple is often better: The "Right Answer" score (Accuracy) was the most reliable way to get the robot to solve problems correctly overall.
- The "Rubric" trap: Giving the robot a complex checklist (Principles + Units + Answer) didn't make it smarter overall. It actually made it confused because the small robot brain couldn't balance all those goals at once. It learned to write good essays about physics but failed the math test.
- The "Eye-Tracking" magic: The "Eye-Tracking" score was a game-changer for spatial problems (like "Is the ball to the left of the tree?"). It improved the robot's ability to understand space from 27% to 50%.
- However, it had a downside. When the robot focused too hard on looking at the picture, it got worse at problems that required pure math formulas (like Thermodynamics). It was like a student staring so hard at the diagram they forgot to do the algebra.
The Big Takeaway
You can't just use one "magic bullet" to teach an AI. The way you reward the AI changes how it thinks:
- If you want raw accuracy, reward the correct answer.
- If you want good reasoning chains, reward the steps (the rubric), even if the final answer is slightly off.
- If you want the AI to understand the image, reward where it looks (attention).
The paper concludes that designing the "reward" is just as important as the training algorithm itself. It's not just about making the robot smarter; it's about deciding what kind of smart you want it to be.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.