paper-with-me

홈 › Papers

Adaptive State-Space Mamba for Real-Time Sensor Data Anomaly Detection

2025-03-26 · Alice Zhang, Chao Li

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.

📄 PDF Abstract BibTeX arXiv:2503.22743

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionMambaState Space ModelsStyle TransferTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

AdaMamba: Adaptive Frequency-Gated Mamba for Long-Term Time Series Forecasting

2026-04-25 · Xudong Jiang, Mingshan Loo, Hanchen Yang, Wengen Li 외 arxiv

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 Forecasting

DA-Mamba: Dialogue-aware selective state-space model for multimodal engagement estimation

2025-09-22 · Shenwei Kang, Xin Zhang, Wen Liu, Bin Li 외 arxiv

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

2026-02-02 · Qianyang Li, Xingjun Zhang, Shaoxun Wang, Jia Wei 외 arxiv

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 Forecasting

MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification

2026-05-24 · Da Zhang, Bingyu Li, Zhiyuan Zhao, Hongyuan Zhang 외 arxiv

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 Learning

MatMamba: A Matryoshka State Space Model

2024-10-09 · Abhinav Shukla, Sai Vemprala, Aditya Kusupati, Ashish Kapoor

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