arXiv:2607.02930cs.CV2026-07

用分层自适应专家机制,让多模态大模型持续学习异常检测不遗忘。

CL-Anomaly: Layer-Adaptive Mixture-of-Experts with Multimodal Large Language Model for Continual Learning in Anomaly Detection

论文配图:CL-Anomaly: Layer-Adaptive Mixture-of-Experts with Multimodal Large Language Model for Continual Learning in Anomaly Detection
图 1 · 摘自论文原文
  • 分层隔离专家与共享专家协同,防止不同任务间知识混淆。
  • 在跨模态、跨领域、增量类异常检测上均超越现有方法。
  • 适合需要长期更新的工业视觉质检场景,节省训练成本。

多模态大语言模型在视觉任务中表现优异,但随着真实世界知识演化,全参数重训计算开销巨大。现有持续学习方法常因参数空间中语义纠缠,难以实现模型持续部署。该问题在异常检测(AD)中尤为突出,因其存在模态、领域和缺陷尺度三重异质性,严重阻碍多任务知识迁移。本文提出CL-Anomaly,一种基于隔离-共享协作机制的参数高效微调框架,支持多模态大模型在异常检测中的持续学习。引入任务私有专家PrivLoRA,物理隔离任务特定子空间,避免复杂场景下异常知识的语义纠缠;设计分层自适应共享专家,统一特征空间内跨任务表征,实现新旧任务间知识共享。进一步提出分层自适应知识迁移策略,通过动量机制自动选择并动态更新每任务的关键共享层,促进相关异常检测任务间的有效迁移。在三类持续学习场景(类别增量、跨域、跨模态)上的大量实验表明,CL-Anomaly优于当前最优方法。代码已开源:https://github.com/WenDongyp/CL-Anomaly。

原文摘要 · Abstract (English)

Multimodal Large Language Models (MLLMs) excel in diverse vision tasks, but full-parameter retraining is computationally expensive as real-world knowledge evolves. Existing continual learning methods often suffer from semantic entanglement in parameter spaces across tasks, impeding the continuous deployment of models. This challenge is especially pronounced in Anomaly Detection (AD), which exhibits triple heterogeneity across modalities, domains, and defect scale variability, significantly complicating multi-task knowledge transfer. In this paper, we propose CL-Anomaly, a parameter-efficient fine-tuning framework based on an isolation-sharing collaboration to enable continual learning for anomaly detection with MLLMs. We introduce the task-private expert PrivLoRA, which physically isolates task-specific subspaces in the parameter space to prevent semantic entanglement of anomaly knowledge in diverse scenarios. The Layer-Adaptive Shared Experts maintain cross-task representations within a unified feature space, enabling knowledge sharing between previous and new tasks. Furthermore, we propose a Layer-Adaptive Knowledge Transfer strategy that automatically selects and dynamically updates the layer-wise key shared experts of each task via a momentum-based mechanism, promoting effective knowledge transfer across related anomaly detection tasks. Extensive experiments across three continual learning scenarios for anomaly detection, including class-incremental, cross-domain, and cross-modal, demonstrate that CL-Anomaly outperforms state-of-the-art methods. Code is available at https://github.com/WenDongyp/CL-Anomaly.

持续学习异常检测多模态大模型参数效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。