← Latest papers
🤖 AI

TIGER: Traceable Inference with Graph-Based Evidence Routing for Mitigating Hallucinations in Multimodal Generation

TIGER is an inference-time framework that mitigates hallucinations in multimodal generation by independently constructing observation and claim graphs to identify and repair high-risk unsupported facts through a frozen backbone, thereby reducing ungrounded content while preserving task quality across various cross-modal tasks.

Original authors: Kaixiang Zhao, Tianrun Yu, Shawn Huang, Porter Jenkins, Yushun Dong, Amanda Hughes

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Kaixiang Zhao, Tianrun Yu, Shawn Huang, Porter Jenkins, Yushun Dong, Amanda Hughes

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 talented but slightly distracted artist (the AI model). You show them a photo of a quiet lake with two ducks and ask them to write a description. The artist writes a beautiful, fluent paragraph, but in the middle of it, they accidentally claim there are three ducks and that a boat is nearby, even though neither is in the picture.

This is called a "hallucination." The story sounds good, but the facts are wrong.

The paper introduces a new system called TIGER (Traceable Inference with Graph-Based Evidence Routing) to fix these mistakes without firing the artist or retraining them. Here is how it works, using simple analogies:

The Problem: The "Echo Chamber" Effect

Previous methods tried to fix these errors by asking the artist to "critique their own work." They would show the artist the photo and the wrong paragraph, then ask, "Does this look right?"

The paper argues this is a bad idea. Because the artist is looking at their own wrong paragraph while looking at the photo, the wrong ideas (like the "boat") can trick their brain. They might think, "Oh, I see a boat in the water!" even if it's just a reflection, because their own text suggested it first. It's like trying to fact-check a story while reading the story you just wrote; you might accidentally convince yourself the lie is true.

The TIGER Solution: The "Two-Team" Strategy

TIGER changes the process so the artist never sees their own mistakes while checking the facts. It acts like a strict editor with a two-step process:

Step 1: The Independent Fact-Checkers
Instead of asking the artist to critique the whole story, TIGER sends the Photo to one team and the Story to a completely different team.

  • Team A (The Input Team): Looks only at the photo and writes a list of hard facts: "Two ducks," "Water," "No boat." They make a "Fact Map."
  • Team B (The Output Team): Looks only at the story and writes a list of claims: "Three ducks," "Boat," "Water." They make a "Claim Map."

Because Team A never saw the story, they aren't influenced by the mistake. They are purely objective.

Step 2: The Risk Score
Now, TIGER brings the two maps together. It compares every claim in the story against the facts in the photo.

  • "Two ducks" vs. "Three ducks"? High Risk.
  • "Water" vs. "Water"? Low Risk.
  • "Boat" vs. "No boat"? High Risk.

TIGER gives every sentence in the story a "Risk Score." It doesn't just say "this is wrong"; it says, "This specific sentence is 90% likely to be a lie."

Step 3: The Targeted Surgery
Instead of rewriting the whole story (which might ruin the good parts), TIGER only sends the high-risk sentences back to the artist. It says, "You said there were three ducks and a boat. Look at the photo again. Fix only these two things."

The artist fixes those specific spots, and the rest of the beautiful story remains untouched.

Why This is Better

  • No Bias: By separating the photo-checking from the story-checking, the system stops the "echo chamber" where mistakes reinforce themselves.
  • Precision: It doesn't guess which parts to fix; it uses math to rank exactly which facts are dangerous.
  • Efficiency: It only spends energy fixing the broken parts, not the whole story.

Does it work?

The authors tested TIGER on many different tasks:

  • Images to Text: Describing photos.
  • Audio to Text: Summarizing sound clips.
  • Video to Text: Describing movie scenes.
  • Crisis Reporting: A real-world test where they had to summarize news from Twitter, Facebook, and photos about a hurricane.

In all these tests, TIGER successfully removed the fake facts (like the extra ducks or the non-existent boat) while keeping the story fluent and accurate. It even worked well when the input data was messy and noisy, like in the hurricane case study.

In short: TIGER is like a smart editor who separates the "evidence" from the "draft," scores the mistakes, and only asks the writer to fix the specific lies, ensuring the final story is both beautiful and true.

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 →