← Latest papers
💻 computer science

On Asymmetric Optimization of Reasoning and Perception in Vision-Language Model Post-Training

This paper identifies and addresses the post-training bottleneck where vision-language models improve reasoning more than perception by introducing a diagnostic framework that reveals distinct causes for this asymmetry in supervised fine-tuning and reinforcement learning, proposing targeted interventions like dynamic loss reweighting and perception-aware rewards to significantly boost end-to-end performance.

Original authors: Xueqing Wu, Yu-Chi Lin, Kai-Wei Chang, Nanyun Peng

Published 2026-05-29
📖 5 min read🧠 Deep dive

Original authors: Xueqing Wu, Yu-Chi Lin, Kai-Wei Chang, Nanyun Peng

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 Picture: The "Smart but Blind" Student

Imagine you have a brilliant student who is taking a very difficult test that involves looking at a picture and then solving a logic puzzle based on it.

Recently, teachers (researchers) have been using special training methods to make these students better at reasoning (solving the logic puzzle). The students have gotten incredibly smart at the math and logic parts.

However, the paper discovers a strange problem: while the students are getting smarter at thinking, they aren't getting any better at seeing. In fact, they are starting to "hallucinate" or misinterpret the picture. It's like a detective who is a genius at solving crimes but keeps misidentifying the suspect in the photo.

The authors call this "Asymmetric Optimization." The training is heavily favoring the "thinking" part of the brain while neglecting the "seeing" part.


The Experiment: A Controlled Classroom

To figure out why this is happening, the researchers couldn't just use real-world photos (which are messy and hard to grade perfectly). Instead, they built a digital sandbox with two specific games:

  1. Graph Coloring: A picture of a web of dots connected by lines. The task is to color the dots so no two connected dots have the same color.
  2. Sudoku: A picture of a number grid that needs to be filled in correctly.

Because these were computer-generated, the researchers knew the exact right answer for what the picture looked like (Perception) and the exact right logic to solve it (Reasoning). This allowed them to separate the two skills and see exactly where the student was failing.

They tested two types of training:

  • SFT (Supervised Fine-Tuning): Like a teacher showing the student the correct answer key and saying, "Memorize this."
  • RL (Reinforcement Learning): Like a video game where the student gets points only if they get the final score right, but the teacher doesn't tell them how they got it wrong.

The Discovery: Two Different Culprits

The researchers found that both training methods caused the "seeing" problem, but for different reasons.

1. The SFT Problem: The "Volume" Issue

The Analogy: Imagine a student writing a long essay. The teacher grades the essay based on the total number of words.

  • The student spends 95% of the essay explaining the logic (Reasoning).
  • The student spends only 5% of the essay describing the picture (Perception).

What happened: Because the "Perception" part was so short, the teacher's feedback (the training signal) was very weak for that part. The student learned the logic perfectly because it got 95% of the attention, but they barely learned how to describe the picture because it only got 5% of the attention.

The Fix: The researchers tried Loss Reweighting. This is like telling the teacher: "Even though the description is short, grade it as if it were 50% of the essay."

  • Result: When they forced the model to pay more attention to the "seeing" part, the student got much better at both seeing and solving the puzzle. The overall score jumped by up to 18.2 points.

2. The RL Problem: The "Noisy Reward" Issue

The Analogy: Imagine a student playing a video game. They only get a "Game Over" or "Victory" screen at the very end. They don't get points for specific moves.

  • If the student guesses the picture wrong but gets lucky and solves the puzzle anyway, they still get the "Victory" screen.
  • If the student sees the picture perfectly but makes a tiny logic error, they get a "Game Over."

What happened: The "Victory" signal (the reward) was strongly linked to the logic (Reasoning) but very weakly linked to the picture description (Perception). The model learned: "I don't need to be perfect at seeing the picture; I just need to be good at guessing the logic." The signal for "seeing" was too noisy to learn from.

The Fix: The researchers tried Reward Augmentation. They added a specific "bonus point" just for correctly describing the picture, even if the final logic was wrong.

  • Result: This gave the model a clear signal to improve its vision. The overall score improved by up to 6.0 points.
  • Bonus Finding: They also found that if you don't have the perfect "bonus points" (ground truth), you can use a "surrogate" reward (like asking a smarter AI to grade the picture description). Even a rough guess at the reward helped improve the score by 3.2 points.

The Trade-Off: Balancing the Scale

The paper also discovered a delicate balance.

  • If you force the model to focus too much on seeing, it gets worse at thinking.
  • If you let it focus too much on thinking, it gets worse at seeing.

The sweet spot was found by moderately upweighting the "seeing" part. You don't want to ignore the logic, but you can't let the vision part be an afterthought.

Summary of Takeaways

  1. The Problem: Current AI training makes models great at reasoning but bad at perception, creating a bottleneck where the model can't solve problems because it can't "see" the input correctly.
  2. The Cause (SFT): The "seeing" part of the answer is too short, so it gets ignored during standard training. Fix: Give it more weight in the grading.
  3. The Cause (RL): The final score doesn't tell the model if it saw the picture correctly, only if the final answer was right. Fix: Add specific rewards for seeing the picture correctly.
  4. The Result: By fixing these specific imbalances, the models became significantly better at the whole task (End-to-End performance), proving that you can't just train for "thinking" and expect "seeing" to improve automatically.

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 →