← Latest papers
🤖 AI

ORCA: An Agentic Reasoning Framework for Hallucination and Adversarial Robustness in Vision-Language Models

ORCA is an agentic reasoning framework that enhances the factual accuracy and adversarial robustness of pretrained Large Vision-Language Models through an inference-time Observe-Reason-Critique-Act loop utilizing small visual tools, achieving significant performance gains on hallucination and adversarial benchmarks without requiring model retraining or internal access.

Original authors: Chung-En Johnny Yu, Brian Jalaian, Nathaniel D. Bastian

Published 2026-04-22
📖 5 min read🧠 Deep dive

Original authors: Chung-En Johnny Yu, Brian Jalaian, Nathaniel D. Bastian

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, well-read assistant named LVLM (Large Vision-Language Model). This assistant can look at a picture and describe it in amazing detail. However, this assistant has two major flaws:

  1. The "Confident Liar" (Hallucination): Sometimes, the assistant is so eager to please that it invents things that aren't there. If you show it a picture of a cat, it might confidently say, "I see a cat, a dog, and a bicycle," even though there is no dog or bicycle. It's like a storyteller who gets carried away and adds details that never happened.
  2. The "Trickster" (Adversarial Attacks): A clever hacker can add tiny, invisible specks of noise to the photo (like static on an old TV) that the human eye can't see. But to the assistant, these specks act like a magic spell, forcing it to see things that aren't there or miss things that are.

The paper introduces a new system called ORCA (Observe–Reason–Critique–Act) to fix these problems.

The Analogy: The "Panel of Experts" vs. The "Lone Wolf"

Think of the standard AI (LVLM) as a Lone Wolf. It looks at the picture, makes a guess, and sticks with it. If it's wrong, it stays wrong.

ORCA is like a Panel of Experts running a fact-checking meeting. Instead of trusting one person, ORCA gathers a team of smaller, specialized experts to verify the story.

Here is how ORCA works, step-by-step, using a simple metaphor:

1. The Setup: The Detective and the Toolkit

Imagine a detective (the Agent) who is trying to solve a mystery based on a crime scene photo. The detective doesn't look at the photo directly; instead, they have a toolkit of different specialists:

  • Specialist A: A general storyteller (the big LVLM).
  • Specialist B: A strict object counter (a small model that just counts cars, people, etc.).
  • Specialist C: A detail-oriented artist (a small model that checks colors and shapes).

2. The Loop: Observe, Reason, Critique, Act

ORCA runs a four-step cycle, like a detective refining their theory:

  • Observe: The detective asks all three specialists, "What do you see in this picture?"
    • Specialist A (Storyteller): "I see a person throwing a frisbee."
    • Specialist B (Counter): "I see no person."
    • Specialist C (Artist): "I see a blurry shape that looks like a person."
  • Reason: The detective notices a conflict. The Storyteller and the Artist agree on a person, but the Counter says there isn't one.
  • Critique: The detective asks, "Why the disagreement?" Maybe the Counter is bad at seeing people in certain lighting. Maybe the Storyteller is just guessing. The detective decides to dig deeper.
  • Act (The "Evidential Query"): Instead of just guessing, the detective asks specific, targeted questions to clear up the confusion.
    • Question to Specialist A: "If there is a person, what color shirt are they wearing?"
    • Question to Specialist B: "Are there any brown shirts in the image?"
    • Question to Specialist C: "Is there a brown shirt?"

If the Storyteller says "Brown shirt" and the other two confirm "Yes, brown shirt," the detective is now confident: There is a person. If the other two say "No brown shirt," the detective realizes the Storyteller was hallucinating and corrects the record: There is no person.

Why is ORCA Special?

1. It Doesn't Need to Go Back to School (No Retraining)
Usually, to fix a smart AI's mistakes, you have to retrain it, which is like sending a student back to school for a whole new degree. ORCA doesn't do that. It works at the moment of thinking. It's like giving the student a cheat sheet and a group of tutors during the exam, rather than changing the student's brain.

2. It's Hard to Trick (Adversarial Robustness)
If a hacker tries to trick the "Lone Wolf" AI with invisible noise, the wolf gets confused and lies. But with ORCA, the hacker has to trick three or four different experts at the same time in exactly the same way. Since the experts are built differently, the "magic spell" that tricks one might not work on the others. The panel spots the trick because their answers don't match up.

3. It Leaves a Paper Trail (Auditable)
Every time ORCA asks a question and gets an answer, it writes it down. If you ask, "Why did you say there was no dog?", ORCA can show you the whole conversation: "I asked the counter, it said no. I asked the artist, it said no. Therefore, no dog." This makes the AI trustworthy, especially in high-stakes jobs like medical diagnosis or military surveillance.

The Results

The paper tested ORCA on many different AI models and found that:

  • It stops the lies: It reduced "hallucinations" (made-up facts) by up to 40% in some cases.
  • It fights the hackers: Even when the images were attacked by hackers, ORCA kept the AI accurate, improving performance by about 20% compared to the AI working alone.
  • It works with defenses: Even if you add other safety layers (like compressing the image), ORCA makes them work even better.

The Bottom Line

ORCA is a smart "fact-checker" that sits on top of our current AI vision systems. It doesn't try to be smarter than the AI; it tries to be more careful. By forcing the AI to check its work with a team of smaller experts, it stops the AI from making things up and makes it much harder for hackers to fool it. It's a move from "Trust me, I'm an AI" to "Let me show you the evidence."

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 →