[2603.03101] MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection
About this article
Abstract page for arXiv paper 2603.03101: MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection
Computer Science > Computer Vision and Pattern Recognition arXiv:2603.03101 (cs) [Submitted on 3 Mar 2026] Title:MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection Authors:Jun Yeong Park, JunYoung Seo, Minji Kang, Yu Rang Park View a PDF of the paper titled MoECLIP: Patch-Specialized Experts for Zero-shot Anomaly Detection, by Jun Yeong Park and 3 other authors View PDF HTML (experimental) Abstract: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 \textbf{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 reg...