CNC: Cross-modal Normality Constraint for Unsupervised Multi-class Anomaly Detection
Xiaolei Wang, Xiaoyang Wang, Huihui Bai, Eng Gee Lim, Jimin Xiao
TL;DR
This work addresses the challenge of over-generalization in unsupervised multi-class anomaly detection by introducing a cross-modal normality constraint (CNC) that aligns decoded visual features with a universal textual representation of normality via category-agnostic prompts. It further mitigates interference among diverse patch patterns with a gated mixture-of-experts (MoE) module, built on a CLIP-ViT backbone to enable cross-modal learning from text prompts. The proposed framework, including cross-modal feature distillation and normality-guided decoding, achieves competitive or state-of-the-art results on MVTec AD and VisA, demonstrating improved anomaly localization and image-level detection in multi-class settings. Collectively, CNC and MoE enhance robustness to multi-class diversity while preserving normality generalization, with practical implications for scalable industrial defect detection.
Abstract
Existing unsupervised distillation-based methods rely on the differences between encoded and decoded features to locate abnormal regions in test images. However, the decoder trained only on normal samples still reconstructs abnormal patch features well, degrading performance. This issue is particularly pronounced in unsupervised multi-class anomaly detection tasks. We attribute this behavior to over-generalization(OG) of decoder: the significantly increasing diversity of patch patterns in multi-class training enhances the model generalization on normal patches, but also inadvertently broadens its generalization to abnormal patches. To mitigate OG, we propose a novel approach that leverages class-agnostic learnable prompts to capture common textual normality across various visual patterns, and then apply them to guide the decoded features towards a normal textual representation, suppressing over-generalization of the decoder on abnormal patterns. To further improve performance, we also introduce a gated mixture-of-experts module to specialize in handling diverse patch patterns and reduce mutual interference between them in multi-class training. Our method achieves competitive performance on the MVTec AD and VisA datasets, demonstrating its effectiveness.
