Search papers, labs, and topics across Lattice.
This paper introduces MambaADv2, an advanced framework for multi-class unsupervised anomaly detection that leverages Duality-enhanced State Space (DSS) modules to effectively model both global dependencies and local representations. By integrating parallel-cascaded Hybrid State Space (HSS) blocks with frequency-enhanced convolution operations, MambaADv2 overcomes the limitations of CNNs and Transformers, achieving linear computational complexity while maintaining high fidelity in anomaly detection. The proposed semantics-adaptive progressive scanning strategy further optimizes the detection process by reducing scanning complexity across the feature pyramid, enhancing the model's efficiency and accuracy.
MambaADv2 achieves superior anomaly detection by combining linear computational efficiency with advanced global and local representation modeling, setting a new standard in unsupervised learning.
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.