Adaptive State-Space Mamba for Real-Time Sensor Data Anomaly Detection
State-space modeling has emerged as a powerful paradigm for sequence analysis in various tasks such as natural language processing, time-series forecasting, and signal processing. In this work, we propose an \emph{Adaptive State-Space Mamba} (\textbf{ASSM}) framework for real-time sensor data anomaly detection. While state-space models have been previously employed for image processing applications (e.g., style transfer \cite{wang2024stylemamba}), our approach leverages the core idea of sequential hidden states to tackle a significantly different domain: detecting anomalies on streaming sensor data. In particular, we introduce an adaptive gating mechanism that dynamically modulates the hidden state update based on contextual and learned statistical cues. This design ensures that our model remains computationally efficient and scalable, even under rapid data arrival rates. Extensive experiments on real-world and synthetic sensor datasets demonstrate that our method achieves superior detection performance compared to existing baselines. Our approach is easily extensible to other time-series tasks that demand rapid and reliable detection capabilities.
Code (0)
등록된 구현이 없습니다.
Tasks
Anomaly DetectionMambaState Space ModelsStyle TransferTime SeriesTime Series ForecastingSimilar Papers 제목 키워드 기반
AdaMamba: Adaptive Frequency-Gated Mamba for Long-Term Time Series Forecasting
Accurate long-term time series forecasting (LTSF) requires the capture of complex long-range dependencies and dynamic periodic patterns. Recent advances in frequency-domain analysis offer a global perspective for uncover…
Computational EfficiencyTime Series ForecastingDA-Mamba: Dialogue-aware selective state-space model for multimodal engagement estimation
Human engagement estimation in conversational scenarios is essential for applications such as adaptive tutoring, remote healthcare assessment, and socially aware human--computer interaction. Engagement is a dynamic, mult…
ASGMamba: Adaptive Spectral Gating Mamba for Multivariate Time Series Forecasting
Long-term multivariate time series forecasting (LTSF) plays a crucial role in various high-performance computing applications, including real-time energy grid management and large-scale traffic flow simulation. However, …
Multivariate Time Series ForecastingMedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification
Medical time series are central to healthcare, enabling continuous monitoring and supporting timely clinical decisions. Despite recent progress, existing methods struggle to jointly model local-global dynamics and handle…
Time Series ClassificationGraph LearningMatMamba: A Matryoshka State Space Model
State Space Models (SSMs) like Mamba2 are a promising alternative to Transformers, with faster theoretical training and inference times -- especially for long context lengths. Recent work on Matryoshka Representation Lea…
modelRepresentation LearningState Space Models