MambaADv2:面向无监督异常检测的增强型双态空间模型演进 / MambaADv2: Evolving Duality-enhanced State Space Model for Unsupervised Anomaly Detection
1️⃣ 一句话总结
本文提出了MambaADv2框架,通过设计一种融合全局与局部建模的双态空间模块,在保持线性计算复杂度的同时,显著提升了多类别无监督异常检测中正常样本重建与异常差异放大的能力。
While recent advancements in anomaly detection have demonstrated the efficacy of CNN- and Transformer-based approaches, these architectures face inherent limitations: CNNs struggle to capture long-range dependencies, whereas Transformers suffer from quadratic computational complexity. Consequently, Mamba-based architectures have attracted considerable attention, as they successfully combine superior long-range dependency modeling with linear computational complexity. By critically rethinking the structural evolution across the Mamba lineage 1-3 series, this paper proposes MambaADv2, a framework tailored for multi-class unsupervised anomaly detection. MambaADv2 comprises a pre-trained encoder and a Mamba-inspired decoder, equipped with Duality-enhanced State Space (DSS) modules across multiple scales. The proposed DSS module effectively models both global dependencies and local representations by integrating parallel-cascaded Hybrid State Space (HSS) blocks and frequency-enhanced convolution operations. The structure of the Hybrid State Space (HSS) block is tailored by following the SSD-based Mamba lineage and incorporating Mamba3-style position-aware state-space modeling, leveraging the dual computational paths of linear recurrence and parallel matrix formulation to model local continuity and global contextual comparison, thereby better serving the core anomaly detection objective of precisely reconstructing normal representations while magnifying anomalous deviations. Additionally, we propose a semantics-adaptive progressive scanning strategy that decays scanning complexity along the feature pyramid.
MambaADv2:面向无监督异常检测的增强型双态空间模型演进 / MambaADv2: Evolving Duality-enhanced State Space Model for Unsupervised Anomaly Detection
本文提出了MambaADv2框架,通过设计一种融合全局与局部建模的双态空间模块,在保持线性计算复杂度的同时,显著提升了多类别无监督异常检测中正常样本重建与异常差异放大的能力。
源自 arXiv: 2606.23126