← Latest papers
💬 NLP

Hide to See: Reasoning-prefix Masking for Visual-anchored Thinking in VLM Distillation

This paper introduces a novel VLM distillation framework called "Hide to See" that enhances compact student models' multimodal reasoning by employing salient reasoning-prefix masking and self-paced scheduling to force reliance on visual evidence during the thinking process, thereby outperforming existing distillation and self-distillation methods.

Original authors: Seonghoon Yu, Dongjun Nam, Byung-Kwan Lee, Jeany Son

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Seonghoon Yu, Dongjun Nam, Byung-Kwan Lee, Jeany Son

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 teach a young apprentice (the Student) how to solve a complex puzzle by watching a master (the Teacher) do it.

In the world of AI, these "puzzles" are visual problems, like looking at a picture of a triangle and calculating its angles. Recently, AI models have gotten very good at this by using a "think-aloud" method: they don't just give the answer; they write out a long step-by-step reasoning process first.

However, there's a problem. When the apprentice tries to copy the master's long "think-aloud" notes, they get lazy. They start reading the master's previous sentences to guess the next word, completely ignoring the actual picture in front of them. It's like a student taking a test who reads the teacher's notes on the desk instead of looking at the diagram in the exam booklet. They get the answer right, but they haven't actually learned how to see the solution.

This paper introduces a clever trick called Masking-KD (Hide to See) to fix this.

The Analogy: The "Covered Notes" Strategy

Imagine the master is writing their solution on a whiteboard, and the apprentice is trying to copy it line by line.

  1. The Old Way (Naive Distillation): The apprentice can see the master's entire previous work. If the master writes, "The triangle has a right angle," the apprentice just copies that. They don't need to look at the triangle image because the text already told them everything. They become "text-dependent" and forget to look at the visual evidence.
  2. The New Way (Masking-KD): The teacher puts a piece of paper over the most important parts of their own notes while the apprentice is trying to copy the next line.
    • The apprentice can still see the picture.
    • But the crucial text clues (like "right angle" or "side length") are hidden.
    • To figure out what to write next, the apprentice is forced to look at the picture again and use the visual clues to fill in the missing text.

How the AI Does It (The "Secret Sauce")

The paper describes two smart ways the AI decides what to hide and how much to hide:

1. Hiding the "Star" Clues (Token-wise Salient Masking)
Not all words in the teacher's notes are equally important. Some words are the "stars" that carry the most meaning (like "90 degrees" or "hypotenuse").

  • The AI analyzes the teacher's notes and identifies these "star" words.
  • It hides only those specific words for the apprentice.
  • The Result: The apprentice can't just copy the easy, obvious text. They have to look at the image to understand what those hidden words mean.

2. Adjusting the Difficulty (Self-Paced Masking)
Some steps in the reasoning are easy to guess; others are hard.

  • If the apprentice is already doing a great job guessing the next word (meaning the teacher's notes are too easy to copy), the AI hides more text to make it harder.
  • If the apprentice is struggling (the step is very difficult), the AI hides less text so they don't get completely lost.
  • The Result: The training is perfectly tuned. It pushes the apprentice to look at the image exactly when they are tempted to rely on text shortcuts.

The Outcome

The paper claims that by using this "Hide to See" method:

  • The apprentice learns to look at the picture: Instead of just copying text, the AI starts paying attention to the visual parts of the problem (the triangle, the chart, the diagram).
  • Better performance: These smaller, trained AI models actually solve visual reasoning problems better than other models of the same size.
  • No more "Visual Forgetting": Long reasoning chains usually make AI forget the image. This method forces the AI to keep the image in its "mind's eye" throughout the whole thinking process.

In Summary

The paper argues that to teach an AI to "think" visually, you can't just let it copy the teacher's notes. You have to hide the notes occasionally, forcing the AI to look at the picture to figure out what comes next. It's a simple but powerful way to ensure the AI learns to see the answer, not just read it.

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 →