🤖 AI Summary
To address knowledge degradation in anomaly detection caused by continual evolution of product categories in industrial settings, this paper proposes a multi-expert continual learning framework. Methodologically: (1) we introduce a novel dynamic expert assignment mechanism based on feature similarity, routing each new class to the most semantically proximate expert; (2) we design a lightweight knowledge preservation strategy integrating optimized core-set selection with task-specific replay buffers, eliminating the need for full retraining. Evaluated on the MVTec AD dataset comprising 15 object categories, our approach achieves a mean AUROC of 0.8259—significantly outperforming single-expert baselines—while effectively mitigating catastrophic forgetting. The framework strikes a favorable trade-off among detection accuracy, inference efficiency, and scalability to evolving category distributions.
📝 Abstract
In this paper we propose MECAD, a novel approach for continual anomaly detection using a multi-expert architecture. Our system dynamically assigns experts to object classes based on feature similarity and employs efficient memory management to preserve the knowledge of previously seen classes. By leveraging an optimized coreset selection and a specialized replay buffer mechanism, we enable incremental learning without requiring full model retraining. Our experimental evaluation on the MVTec AD dataset demonstrates that the optimal 5-expert configuration achieves an average AUROC of 0.8259 across 15 diverse object categories while significantly reducing knowledge degradation compared to single-expert approaches. This framework balances computational efficiency, specialized knowledge retention, and adaptability, making it well-suited for industrial environments with evolving product types.