CVApr 28, 2025

LR-IAD:Mask-Free Industrial Anomaly Detection with Logical Reasoning

arXiv:2504.19524v18 citationsh-index: 2Has CodeICDM
Originality Incremental advance
AI Analysis

This addresses the problem of high implementation costs and false positives in industrial quality control for manufacturing, representing a strong domain-specific advance rather than an incremental improvement.

The paper tackles industrial anomaly detection by proposing a mask-free reasoning framework that eliminates the need for annotated masks, achieving state-of-the-art performance with 36% higher accuracy on MVTec-AD and 16% on VisA compared to prior methods.

Industrial Anomaly Detection (IAD) is critical for ensuring product quality by identifying defects. Traditional methods such as feature embedding and reconstruction-based approaches require large datasets and struggle with scalability. Existing vision-language models (VLMs) and Multimodal Large Language Models (MLLMs) address some limitations but rely on mask annotations, leading to high implementation costs and false positives. Additionally, industrial datasets like MVTec-AD and VisA suffer from severe class imbalance, with defect samples constituting only 23.8% and 11.1% of total data respectively. To address these challenges, we propose a reward function that dynamically prioritizes rare defect patterns during training to handle class imbalance. We also introduce a mask-free reasoning framework using Chain of Thought (CoT) and Group Relative Policy Optimization (GRPO) mechanisms, enabling anomaly detection directly from raw images without annotated masks. This approach generates interpretable step-by-step explanations for defect localization. Our method achieves state-of-the-art performance, outperforming prior approaches by 36% in accuracy on MVTec-AD and 16% on VisA. By eliminating mask dependency and reducing costs while providing explainable outputs, this work advances industrial anomaly detection and supports scalable quality control in manufacturing. Code to reproduce the experiment is available at https://github.com/LilaKen/LR-IAD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes