轻量级模型可识别并区分图像中异常类型,无需为每类物体训练单独模型。
Explainable Deep Convolutional Multi-Type Anomaly Detection
- 用图像级标签训练多通道热图,每通道对应一种异常类型。
- 在Real-IAD数据集上达到96.4% I-AUROC,模型大小仅为现有VLM的1%以上。
- 适合资源受限场景,如嵌入式系统或实时检测应用。
现有可解释异常检测方法虽能定位异常位置,却难以区分异常类型,且通常需为每类物体训练独立模型,成本高昂。准确识别异常类型(如“裂纹”与“划痕”)对诊断和降本至关重要。尽管部分大规模视觉-语言模型开始解决此问题,但其计算与内存开销大,难以用于实时或嵌入式系统。本文提出MultiTypeFCDD,一种轻量级卷积框架,仅需图像级标签即可学习生成多通道热图,每通道对应特定异常类型。该模型为统一架构,可跨多种物体类别区分异常类型,避免为每类训练独立模型。在Real-IAD数据集上,其性能达96.4% I-AUROC,模型体积不足当前先进VLM模型的1%。该方法适用于计算资源受限的实际场景。
原文摘要 · Abstract (English)
Explainable anomaly detection methods often have the capability to identify and spatially localise anomalies within an image but lack the capability to differentiate the type of anomaly. Furthermore, they often require the costly training and maintenance of separate models for each object category. The lack of specificity is a significant research gap because identifying the type of anomaly (e.g., "Crack" vs. "Scratch") is crucial for accurate diagnosis that facilitates cost-saving operational decisions across diverse application domains. While some recent large-scale Vision-Language Models (VLMs) have begun to address this, they are computationally intensive and memory-heavy, restricting their use in real-time or embedded systems. We propose MultiTypeFCDD, a simple and lightweight convolutional framework designed as a practical alternative for explainable multi-type anomaly detection. MultiTypeFCDD uses only image-level labels to learn and produce multi-channel heatmaps, where each channel is trained to correspond to a specific anomaly type. The model functions as a single, unified framework capable of differentiating anomaly types across multiple object categories, eliminating the need to train and manage separate models for each object category. We evaluated our proposed method on the Real-IAD dataset and it delivers competitive results (96.4% I-AUROC) at just over 1% the size of state-of-the-art VLM models used for similar tasks. This makes it a highly practical and viable solution for real-world applications where computational resources are tightly constrained.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。