Search papers, labs, and topics across Lattice.
This paper introduces a novel framework for continual industrial anomaly detection that addresses the issues of normality prior drift and catastrophic forgetting in diffusion models. By employing a History Frozen Orthogonal LoRA Bank (HF-OLB) and a Hierarchical Novelty Adaptive Bank Growth (HNABG) module, the approach effectively isolates and preserves category-specific normality priors while allowing for new task adaptations. Experimental results on MVTec and VisA datasets demonstrate a significant improvement in performance, achieving state-of-the-art pixel-level A-AUROC scores while minimizing false positives.
Preserving historical normality in continual anomaly detection can lead to a 3.2-point improvement in detection accuracy without increasing false positives.
Continual industrial anomaly detection with diffusion models suffers from historical normality prior drift and catastrophic forgetting. Existing continual diffusion methods preserve previous knowledge through replay or constrained optimization, but they lack an explicit mechanism for isolating and protecting category-specific normality priors during sequential adaptation. Although low-rank adaptation provides modular residual updates, standard LoRA neither freezes historical normality subspaces nor prevents new adapters from interfering with previous ones. To address this issue, we propose a normality-preserving continual anomaly detection framework based on two modules: History Frozen Orthogonal LoRA Bank (HF-OLB) and Hierarchical Novelty Adaptive Bank Growth module (HNABG). HF-OLB freezes both the pre-trained U-Net backbone and the learned LoRA banks, and constrains new task-specific normality residuals to the orthogonal complement of historical LoRA subspaces. HNABG further allocates layer-dependent residual capacity and expands the bank only when the residual normality novelty exceeds the expressive capacity of existing banks. Extensive experiments on MVTec and VisA demonstrate the effectiveness of the proposed method. On the challenging VisA 2x6 setting, our method achieves 83.6/91.8 image and pixel level A-AUROC with 3.8/3.9 FM, improving pixel level A-AUROC over the state of the art by 3.2 points while reducing pixel level FM by 1.3. These results show that our method effectively preserves historical normality priors in long horizon continual category sequences.