← Latest papers
💻 computer science

OmniAD: Detect and Understand Industrial Anomaly via Multimodal Reasoning

OmniAD is a novel multimodal framework that unifies anomaly detection and understanding in industrial settings by leveraging text-based mask encoding and visual-guided reasoning, achieving state-of-the-art performance on the MMAD benchmark through a hybrid training strategy of supervised fine-tuning and reinforcement learning.

Original authors: Shifang Zhao, Yiheng Lin, Lu Han, Yao Zhao, Yunchao Wei

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

Original authors: Shifang Zhao, Yiheng Lin, Lu Han, Yao Zhao, Yunchao Wei

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 a detective trying to solve a mystery, but instead of a crime scene, you are looking at a factory floor. Your job is to find the one tiny, weird thing that doesn't belong—a scratch on a shiny metal part, a weird stain on a cashew nut, or a missing screw in a circuit board. In the world of computers, this is called "anomaly detection." For a long time, the smartest way to do this was to hire two different experts: one to act like a magnifying glass that highlights the weird spot, and another to act like a detective who reads the clues and explains what's wrong. But here's the catch: sometimes the magnifying glass points in the wrong direction, or it gets so obsessed with the spot that it forgets to look at the rest of the picture. This paper introduces a new kind of detective that doesn't need a separate magnifying glass. Instead, it learns to see the weird spot and figure out what it means all at once, in one smooth thought process. This matters because in factories, knowing where a defect is and why it's a problem is just as important as just knowing it exists.

The paper presents a new system called OmniAD, which is a "multimodal large language model" (a fancy AI that can see pictures and read text) designed to do both spotting and explaining at the same time. The researchers found that the old way of working—where an AI gets a "hint" from a separate detector about where to look—is actually a bit broken. They call this the "Expert-Aid" paradigm. It's like asking a detective to solve a case while someone else keeps shouting, "Look here! Look there!" The problem is that the person shouting might be wrong, or they might be so loud that the detective stops thinking for themselves and just follows the finger. This leads to mistakes, especially when the defect is subtle or the background is complicated.

To fix this, OmniAD uses a clever trick called Semantic Anomaly Encoding. Instead of relying on an external tool to draw a box around the defect, the AI learns to describe the weird spot using its own internal "language." Imagine the AI looking at a picture of a cashew nut and thinking, "Okay, the top right part of this nut has a jagged, brownish texture that doesn't match the smooth, creamy color of the rest." It turns that visual weirdness into a text description right inside its own brain. This text then acts as a guide for the rest of its reasoning. The AI doesn't just say, "There's a defect"; it says, "I see a jagged texture here, which breaks the smooth line, so this nut is probably broken." This process is called Visual Guided Textual Reasoning. It's like the AI is talking to itself, using the visual clue it just found to help it write a better explanation.

The authors tested this idea on a bunch of different industrial datasets, including one called MMAD. They found that OmniAD was much better at both finding the defects and explaining them than other AI models, including some very famous ones like GPT-4o. In fact, on the MMAD test, OmniAD got an average accuracy of 79.9%, which beat the previous best open-source model by a significant margin. The paper suggests that by keeping the "spotting" and the "explaining" inside the same brain, the AI becomes more reliable. It doesn't get confused by noisy hints, and it doesn't forget to look at the whole picture.

The researchers also discovered that training the AI in two steps was key. First, they taught it the basics of how to talk about defects (Supervised Fine-Tuning). Then, they let it practice solving problems and rewarded it only when it got the right answer and the right explanation (using a method called Group Relative Policy Optimization, or GRPO). This combination helped the AI learn to be both precise and logical. The paper shows that this "intrinsic" approach—where the AI generates its own evidence and uses it immediately—is a much stronger way to handle industrial problems than the old method of passing clues back and forth between different tools. While the paper doesn't claim this solves every possible problem in the world, the results strongly suggest that this unified way of thinking is a major step forward for making AI smarter and more helpful in factories.

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 →