MoECLIP:用于零样本异常检测的补丁专用专家模型 / MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection
1️⃣ 一句话总结
这篇论文提出了一种名为MoECLIP的新方法,它通过为图像的不同局部区域动态分配专门的微调模块,在保持CLIP模型强大泛化能力的同时,显著提升了其在工业与医疗领域的零样本异常检测性能。
The CLIP model's outstanding generalization has driven recent success in Zero-Shot Anomaly Detection (ZSAD) for detecting anomalies in unseen categories. The core challenge in ZSAD is to specialize the model for anomaly detection tasks while preserving CLIP's powerful generalization capability. Existing approaches attempting to solve this challenge share the fundamental limitation of a patch-agnostic design that processes all patches monolithically without regard for their unique characteristics. To address this limitation, we propose MoECLIP, a Mixture-of-Experts (MoE) architecture for the ZSAD task, which achieves patch-level adaptation by dynamically routing each image patch to a specialized Low-Rank Adaptation (LoRA) expert based on its unique characteristics. Furthermore, to prevent functional redundancy among the LoRA experts, we introduce (1) Frozen Orthogonal Feature Separation (FOFS), which orthogonally separates the input feature space to force experts to focus on distinct information, and (2) a simplex equiangular tight frame (ETF) loss to regulate the expert outputs to form maximally equiangular representations. Comprehensive experimental results across 14 benchmark datasets spanning industrial and medical domains demonstrate that MoECLIP outperforms existing state-of-the-art methods. The code is available at this https URL.
MoECLIP:用于零样本异常检测的补丁专用专家模型 / MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection
这篇论文提出了一种名为MoECLIP的新方法,它通过为图像的不同局部区域动态分配专门的微调模块,在保持CLIP模型强大泛化能力的同时,显著提升了其在工业与医疗领域的零样本异常检测性能。
源自 arXiv: 2603.03101