← Latest papers
💻 computer science

CLEAR: Unlocking Generative Potential for Degraded Image Understanding in Unified Multimodal Models

The paper introduces CLEAR, a framework that enhances the robustness of unified multimodal models on degraded images by establishing a generate-then-answer reasoning pattern through supervised fine-tuning, a direct latent representation bridge, and interleaved reinforcement learning, thereby effectively leveraging generative capabilities to restore fine-grained visual structure lost to degradation.

Original authors: Xiangzhao Hao, Zefeng Zhang, Zhenyu Zhang, Linhao Yu, Yao Chen, Yiqian Zhang, Haiyun Guo, Shuohuan Wang, Yu Sun

Published 2026-04-07
📖 4 min read☕ Coffee break read

Original authors: Xiangzhao Hao, Zefeng Zhang, Zhenyu Zhang, Linhao Yu, Yao Chen, Yiqian Zhang, Haiyun Guo, Shuohuan Wang, Yu Sun

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 have a very smart, all-knowing assistant who can both read a document and draw a picture. This assistant is trained on perfect, crystal-clear images and text.

Now, imagine you hand this assistant a photo that has been dropped in the mud, covered in static, or blurred by rain. You ask, "What is this person holding?"

The Problem:
Even though this assistant has a superpower to draw (generate) images, when it looks at your muddy photo, it just tries to guess the answer using its reading skills. It fails. It doesn't think, "Hey, I can't see clearly, let me use my drawing power to clean up the picture in my mind first, and then answer."

The paper calls this a "functional disconnect." The assistant has two superpowers (Reading and Drawing), but they are in separate rooms and never talk to each other when things get messy.

The Solution: CLEAR
The researchers built a new framework called CLEAR (Comprehension via Latent Enhancement and Adaptive Reasoning). Think of it as training the assistant to be a detective who knows when to call in a forensic artist.

Here is how they did it, using three simple steps:

1. Teaching the "Stop and Fix" Habit (Behavioral Initialization)

Imagine you are teaching a child to solve a puzzle.

  • Before: If the puzzle piece was broken, the child just guessed.
  • Now: You show the child a broken puzzle. You say, "If you can't see the picture clearly, stop. First, use your magic marker to redraw the missing parts on a piece of paper. Then, look at your new drawing and tell me the answer."

The researchers created a special training set where the model learns this exact pattern: Analyze -> (If blurry) -> Redraw -> Analyze Again -> Answer.

2. Building a Secret Tunnel (The Latent Representation Bridge)

Here is the tricky part. In old models, if the assistant drew a picture, it had to:

  1. Print the drawing on paper (convert to pixels).
  2. Scan the paper back into the computer (re-encode).
  3. Then read the scanned image.

This is slow and loses detail. It's like trying to talk to someone by shouting through a thick wall.

CLEAR builds a secret tunnel. When the assistant draws the "cleaned" version of the image, it sends the raw blueprint of that drawing directly into its brain to be read. No printing, no scanning. This allows the "drawing" part to directly influence the "thinking" part instantly.

3. The "Reward System" (Interleaved GRPO)

Now, how do we teach the model to draw better pictures that actually help it answer?

  • Old Way: "Draw a picture that looks exactly like the original clean photo." (This is like asking an artist to copy a photo perfectly, even if the photo is irrelevant to the question).
  • CLEAR Way: "I don't care if your drawing looks like a masterpiece. I only care if your drawing helps you get the right answer."

They use a reinforcement learning method (like training a dog with treats).

  • If the model draws a picture and gets the answer right? Treat!
  • If it draws a picture and gets it wrong? No treat.
  • If it didn't need to draw but did anyway? No treat.

The Surprising Discovery:
The researchers expected that if they stopped forcing the model to draw "perfect" pictures (pixel-perfect reconstruction), the drawings would look worse.
They were wrong.
Because the model was rewarded only for getting the answer right, it learned to draw exactly what it needed to see the answer. It turned out that drawing a helpful image and drawing a beautiful image are the same thing. The model naturally created sharper, clearer images that were perfect for reasoning, without needing a teacher to say "make it look pretty."

The Result: The Adaptive Detective

The final model is like a smart detective:

  • Clear Photo? It looks, thinks, and answers immediately. (Fast and efficient).
  • Blurry Photo? It says, "I can't see that," triggers its internal "forensic artist," redraws the missing details in its mind, and then answers.

Why this matters:
Real-world photos are rarely perfect. They are taken in the rain, at night, or with shaky hands. CLEAR proves that by connecting a model's ability to generate (fix) images with its ability to understand them, we can make AI much more robust and reliable in the messy real world.

In short: They taught the AI to stop guessing when things are blurry, and instead, to use its own imagination to clean up the mess before answering.

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 →