← Latest papers
💻 computer science

Veritas++: Value-aware On-Policy Distillation for Perception-Enhanced AIGI Detection

Veritas++ is a perception-enhanced reasoning framework for AI-generated image detection that addresses the limitations of current MLLM-based detectors by introducing Perception-oriented Learning to strengthen fine-grained visual analysis and Value-aware On-Policy Distillation to efficiently integrate these enhanced perception capabilities into robust reasoning.

Original authors: Hao Tan, Jun Lan, Zichang Tan, Ajian Liu, Zijian Yu, Chuanbiao Song, Huijia Zhu, Weiqiang Wang, Jun Wan, Zhen Lei

Published 2026-07-30
📖 7 min read🧠 Deep dive

Original authors: Hao Tan, Jun Lan, Zichang Tan, Ajian Liu, Zijian Yu, Chuanbiao Song, Huijia Zhu, Weiqiang Wang, Jun Wan, Zhen Lei

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 walking through a bustling digital marketplace where artists, photographers, and storytellers share their work. For years, this place was filled with photos taken by real cameras. But recently, a new kind of magic has arrived: computers that can paint pictures so perfect, they look just like real life. These are AI-generated images. They are so good that they can fool our eyes, making fake news, deepfakes, and digital forgeries a daily reality. This creates a big problem: how do we tell what is real and what is a computer's masterpiece?

To solve this, scientists have been building "detectives" using a special type of computer brain called a Multimodal Large Language Model (MLLM). Think of these models as super-smart students who can look at a picture and write a long essay explaining why it might be fake. Instead of just giving a simple "yes" or "no" answer, these detectives try to reason through the clues, like a detective solving a mystery. However, there's a catch: even the smartest detectives can miss the tiny, subtle clues that give a fake away. They might be great at writing a story about a picture, but they aren't always good at seeing the tiny cracks, weird textures, or impossible shadows that reveal the truth. This paper tackles that exact problem: how to teach our digital detectives to see better before they start writing their reports.


The Detective's New Glasses: VERITAS++

Meet VERITAS++, a new and improved detective framework designed to spot AI-generated images. The researchers behind it realized that previous AI detectives were like students who could write a brilliant essay about a painting but had terrible eyesight. They could talk about "artistic style" or "lighting" in a very convincing way, but they often missed the tiny, physical glitches that prove an image is fake.

The paper argues that to be a great detective, you first need to be a great observer. The authors found that current AI models struggle with three specific types of "sight":

  1. Fine-grained details: Missing tiny objects or weird textures.
  2. Semantic anomalies: Not noticing when something looks physically impossible, like a hand with six fingers or a building with a door that doesn't make sense.
  3. Pixel-level differences: Failing to spot the subtle, grainy inconsistencies that happen when a computer tries to blend two images together.

To fix this, the team built a three-step training camp for their AI detective.

Step 1: The Clean Start (High-Quality Cold Start)
Before the detective can learn to solve complex cases, they need to start with a clean slate. The researchers noticed that if they let the AI write its own practice notes, it would sometimes make things up (hallucinate), creating fake clues that didn't exist. So, they manually collected only the best examples where humans had already pointed out the real clues. They then rewrote these clues into a clear, logical story format. This gave the AI a "low-hallucination" foundation, ensuring it started with the truth, not a made-up story.

Step 2: Learning to See (Perception-Oriented Learning)
This is the core of the new method. Instead of just asking the AI, "Is this image fake?" the researchers gave it a series of specific "vision tests." They asked the AI to find specific objects, check if a hand looked normal, or compare two images to find tiny pixel differences.

  • The Analogy: Imagine a teacher giving a student a test. Instead of just asking, "Did you pass the exam?" (which is the old way), the teacher asks, "Can you find the red ball in this picture?" or "Is this person's arm bent the right way?"
  • The Result: The AI gets a "reward" only when it correctly identifies these tiny details. This forces the model to actually look at the pixels and structures, not just guess based on the overall vibe. The paper shows that this step significantly bridges the gap, making the AI much better at spotting the subtle things that usually fool it.

Step 3: The Smart Teacher (Value-aware On-Policy Distillation)
Now that the AI can see better, the researchers needed to teach it how to use those new eyes to make a final verdict. They used a technique called VaOPD (Value-aware On-Policy Distillation).

  • The Analogy: Imagine a student practicing a speech. A normal teacher might just say, "Good job" or "Try again" for the whole speech. But a great teacher listens to every single word. If the student stumbles on a specific word, the teacher focuses on that. If the student gets a whole paragraph right, the teacher lets it slide.
  • How it works: The AI generates a reasoning path (a draft of its detective report). A "privileged teacher" (a smarter version of the AI) looks at that draft. The teacher doesn't just copy-paste the answer; it figures out which parts of the student's reasoning were wrong and which parts were brilliant. It then focuses the learning on the mistakes, especially the ones where the student missed a clue. This helps the AI learn faster and adapt to new types of fakes without forgetting how to spot the old ones.

What They Found

The results of this new training method are quite promising. When tested against a wide variety of challenges—from standard fake images to "in-the-wild" photos found on social media, and even brand-new AI generators that hadn't been seen before—VERITAS++ performed better than previous methods.

  • Better Eyes, Better Verdicts: The paper suggests that by explicitly training the AI to see fine details and structural flaws, the final decision on whether an image is real or fake becomes much more accurate. The AI didn't just get better at guessing; it got better at reasoning based on what it actually saw.
  • Adapting to the Future: One of the coolest findings is that this method helps the AI learn new tricks quickly. When the researchers introduced the AI to brand-new types of fake images (like those from the latest GPT-Image-2), the model was able to adapt and improve its detection skills without losing its ability to spot older fakes. This suggests the model is becoming a more flexible and robust detective.
  • Reasoning Quality: The paper also looked at how the AI explained its decisions. The new model provided more concrete, grounded reasons for its verdicts. Instead of saying "this looks fake because it's weird," it could point out, "the text on this sign is blurry and the letters are melting," or "the reflection in the window doesn't match the room."

What It's Not

It's important to note what this paper does not claim. The researchers are careful to say that while VERITAS++ is a strong improvement, it isn't a magic wand that solves everything.

  • Not Perfect: The paper admits there are still "failure modes." Sometimes, a real photo with strange lighting or a very high-quality fake image with a perfect background can still trick the model. The AI can be fooled by "semantic illusions" (real things that look impossible) or by high-quality fakes that blend perfectly into a realistic context.
  • Not Instant: The paper notes that because this model uses complex reasoning, it takes longer to run than simpler detectors. It's not yet ready for real-time applications where speed is the only thing that matters.
  • Not a Final Solution: The authors suggest that while they have improved the "perception" part of the puzzle, there is still work to be done on how to evaluate these explanations automatically and how to make the system even faster.

In short, VERITAS++ suggests that if you want a computer to be a good detective, you have to teach it to be a good observer first. By giving the AI better "glasses" to see the tiny cracks in the digital world, the whole system becomes much harder to fool. It's a step forward in the ongoing game of cat-and-mouse between AI creators and AI detectors, proving that seeing the details is the key to finding the truth.

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 →