← Latest papers
🤖 machine learning

A New Kind of Adversarial Example: Measuring the Human-Model Gap, and Its Relationship to OOD Detection

This paper introduces and validates a novel class of adversarial examples where large, visible perturbations cause humans to misrecognize images while models retain correct predictions, demonstrating that standard OOD detectors and defenses are largely ineffective against this human-model gap.

Original authors: Ali Borji

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

Original authors: Ali Borji

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

The Invisible Ink and the Blind Spot

Imagine you are teaching a robot to recognize pictures of cats and dogs. You show it thousands of photos, and it gets really good at it. But then, you discover a weird glitch: if you add a tiny, invisible speck of digital noise to a cat photo, the robot suddenly thinks it's a dog. This is the classic "adversarial example," a famous problem in the world of artificial intelligence where machines are surprisingly fragile to tiny changes that humans can't even see.

But what if the glitch works the other way around? What if you could take a picture of a cat, scribble all over it with a giant, bright red marker until it looks like a chaotic mess of colors, and the robot still insists, with 100% confidence, "That is definitely a cat"? Meanwhile, a human looking at the same scribbled mess would have no idea what they are looking at. This paper explores that exact scenario. It asks a simple but scary question: Is there a gap between what our eyes see and what the robot's brain believes? And if there is, can we build a security system to catch it? This isn't just about tricking robots; it's about understanding if our AI is hallucinating confidence on things that are completely unrecognizable to us.

The "New Kind" of Trick

The researchers behind this study decided to flip the script on the usual way we trick AI. Usually, hackers try to make a robot wrong by adding a tiny, invisible change. Here, they tried to make the robot stubbornly right while making the image totally wrong for a human. They call this a "New Kind of Adversarial Example" (or NKE).

Think of it like a magic trick where the magician (the AI) is convinced the rabbit is in the hat, even though the hat is now filled with glitter, confetti, and a live squirrel. The human audience (us) looks at the hat and says, "I have no idea what that is!" But the magician keeps pointing and saying, "Rabbit! Rabbit!" with total certainty.

The team tested this on three levels of difficulty: simple black-and-white numbers (MNIST), colorful small images of objects (CIFAR-10), and real-world photos (ImageNet). They found that they could easily create these "scribbled" images. As they added more and more chaotic noise (up to a point where the image looked like static on an old TV), the AI model kept its original label and its confidence score stayed at a perfect 100%. But the humans? They were completely lost.

The Human vs. Robot Gap

To prove this wasn't just a computer simulation, the researchers ran a small experiment with real people. They showed five volunteers these scribbled images and asked them to guess what the picture was. The results were stark. When the images were heavily scribbled, the humans could only guess correctly about 8% of the time. Meanwhile, the AI was still guessing correctly 100% of the time.

This created a massive "human-model gap." The AI was confidently wrong about what the human could see. The researchers also checked if this was just because the images were too blurry or noisy. They compared their "scribbled" images to random noise that had the exact same amount of visual "damage." They found that the AI's special "scribble" was actually more recognizable to other computer programs than the random noise was, even though both looked like garbage to humans. This suggests the AI isn't just ignoring the noise; it's latching onto some weird, hidden pattern that humans can't see.

The Security Blind Spot

Here is where it gets really tricky. Usually, when an AI sees something weird (like a picture of a toaster that looks like a cloud), it should raise a red flag. We have tools called "Out-of-Distribution (OOD) detectors" designed to do exactly that. They check if an image looks like the data the AI was trained on. If it doesn't, the detector says, "Hey, this looks suspicious!"

The researchers tested their scribbled images against these security tools. The result? The standard tools were completely blind.

  • Confidence Check: The AI said, "I'm 100% sure!" so the security tool thought, "Okay, no problem."
  • Energy Check: Another tool that looks for "weird energy" in the image also saw nothing.
  • Feature Check: One specific tool that looks at the internal "shape" of the data did catch them. It flagged 100% of the scribbled images as suspicious.

But there was a catch. The researchers showed that if a hacker knows this "feature check" tool exists, they can tweak their scribbles just a tiny bit to fool it. It's like a burglar learning exactly which alarm system is in the house and then picking the lock so perfectly that the alarm never goes off. The tool that could catch the trick is easily defeated if the attacker is smart enough.

The Texture vs. Shape Mystery

Why does this happen? The researchers dug into the "brain" of the AI to see what it was looking at. They found a fascinating split.

  • Texture: The AI relies heavily on the tiny details, the "texture" of the image (like the fur on a cat). The scribbles destroyed this texture almost instantly.
  • Shape: The "outline" or "shape" of the object (like the general curve of a cat's body) survived the scribbles much longer.

Humans usually recognize things by their shape. But the AI, in this case, seemed to be ignoring the shape and getting confused by the texture, or perhaps finding a weird texture pattern that only it understands. Even when they tested a newer type of AI (a Vision Transformer) that is supposed to be better at seeing shapes, it still fell for the trick. The gap between human and machine remained.

The "Super-Defense" Doesn't Work

Finally, the team asked: "Can we just train the AI to be tougher?" They tried teaching the AI to resist the usual tiny, invisible attacks (a method called "adversarial training"). They also tried blurring the images or changing the size before the AI looked at them.

The result? None of it worked. The AI that was trained to be super-robust against tiny attacks was still 100% vulnerable to these big, scribbled attacks. It turns out that being good at ignoring tiny specks of dust doesn't help you at all when someone paints a giant mustache on your face. The two types of attacks are completely different, and our current defenses only cover one side of the problem.

The Takeaway

This paper reveals a scary new vulnerability. We have built AI systems that can be tricked into being 100% confident about things that are completely unrecognizable to us. Our current security alarms don't see this coming because the AI is so sure of itself. And even the tools that can see it can be easily fooled if the attacker knows how to use them.

The researchers aren't saying this is a solved problem. In fact, they are saying it's a huge, open hole in our safety net. They have released all their code and the tools they used to test this, hoping that other scientists will help figure out how to build AI that doesn't just "guess" confidently when it's looking at a mess, but actually admits, "I don't know what this is." Until then, we have to be careful: just because a robot says it's sure, doesn't mean it's right.

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 →