Can Multimodal Large Language Models be Guided to Improve Industrial Anomaly Detection?
Zhiling Chen, Hanning Chen, Mohsen Imani, Farhad Imani
TL;DR
The paper addresses the rigidity of traditional industrial anomaly detection (IAD) by leveraging Multimodal Large Language Models (MLLMs) and introducing Echo, a four-expert framework (Reference Extractor, Knowledge Guide, Reasoning Expert, Decision Maker) that integrates retrieval, domain knowledge, and structured reasoning. Echo augments MLLMs with a CLIP-based pipeline, multimodal memory, and context-aware prompts to reduce hallucinations and improve adaptability across diverse industrial scenarios. The approach demonstrates state-of-the-art performance on MMAD benchmarks (MVTec-AD and VisA), delivering notable gains in anomaly discrimination and defect classification while maintaining robustness and interpretability. The work highlights practical impact for real-world industrial deployment by enabling nuanced, context-sensitive anomaly reasoning and decision making through expert-module collaboration and retrieval-augmented guidance.
Abstract
In industrial settings, the accurate detection of anomalies is essential for maintaining product quality and ensuring operational safety. Traditional industrial anomaly detection (IAD) models often struggle with flexibility and adaptability, especially in dynamic production environments where new defect types and operational changes frequently arise. Recent advancements in Multimodal Large Language Models (MLLMs) hold promise for overcoming these limitations by combining visual and textual information processing capabilities. MLLMs excel in general visual understanding due to their training on large, diverse datasets, but they lack domain-specific knowledge, such as industry-specific defect tolerance levels, which limits their effectiveness in IAD tasks. To address these challenges, we propose Echo, a novel multi-expert framework designed to enhance MLLM performance for IAD. Echo integrates four expert modules: Reference Extractor which provides a contextual baseline by retrieving similar normal images, Knowledge Guide which supplies domain-specific insights, Reasoning Expert which enables structured, stepwise reasoning for complex queries, and Decision Maker which synthesizes information from all modules to deliver precise, context-aware responses. Evaluated on the MMAD benchmark, Echo demonstrates significant improvements in adaptability, precision, and robustness, moving closer to meeting the demands of real-world industrial anomaly detection.
