🤖 AI Summary
This work addresses the limitations of zero-shot defect detection in industrial settings, where significant domain shifts from natural images, scarce annotated data, and reliance on handcrafted prompts in existing vision-language models hinder performance. To tackle these challenges, the authors introduce MMIO, the first large-scale multimodal open dataset tailored for industrial zero-shot learning, and propose the Refined Text-Visual Prompting (RTVP) method. RTVP integrates expert-guided domain adaptation of large language models with an automated visual prompt generation mechanism. Evaluated on MMIO, RTVP achieves 42.2% AP in the zero-shot setting and 24.7% AP under closed-set conditions, substantially outperforming current approaches and establishing the first benchmark for industrial zero-shot defect detection.
📝 Abstract
Large Visual Language Models (LVLMs) have achieved remarkable success in vision tasks. However, the significant differences between industrial and natural scenes make applying LVLMs challenging. Existing LVLMs rely on user-provided prompts to segment objects. This often leads to suboptimal performance due to the inclusion of irrelevant pixels. In addition, the scarcity of data also makes the application of LVLMs in industrial scenarios remain unexplored. To fill this gap, this paper proposes an open industrial dataset and a Refined Text-Visual Prompt (RTVP) for zero-shot industrial defect detection. First, this paper constructs the Multi-Modal Industrial Open Dataset (MMIO) containing 80K+ samples. MMIO contains diverse industrial categories, including 6 super categories and 18 subcategories. MMIO is the first large-scale multi-scenes pre-training dataset for industrial zero-shot learning, and provides valuable training data for open models in future industrial scenarios. Based on MMIO, this paper provides a RTVP specifically for industrial zero-shot tasks. RTVP has two significant advantages: First, this paper designs an expert-guided large model domain adaptation mechanism and designs an industrial zero-shot method based on Mobile-SAM, which enhances the generalization ability of large models in industrial scenarios. Second, RTVP automatically generates visual prompts directly from images and considers text-visual prompt interactions ignored by previous LVLM, improving visual and textual content understanding. RTVP achieves SOTA with 42.2% and 24.7% AP in zero-shot and closed scenes of MMIO.