paper-with-me

홈 › Papers

MMA: A Momentum Mamba Architecture for Human Activity Recognition with Inertial Sensors

2025-11-26 · Thai-Khanh Nguyen, Uyen Vo, Tan M. Nguyen, Thieu N. Vo, Trung-Hieu Le, Cuong Pham arxiv

Human activity recognition (HAR) from inertial sensors is essential for ubiquitous computing, mobile health, and ambient intelligence. Conventional deep models such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and transformers have advanced HAR but remain limited by vanishing or exloding gradients, high computational cost, and difficulty in capturing long-range dependencies. Structured state-space models (SSMs) like Mamba address these challenges with linear complexity and effective temporal modeling, yet they are restricted to first-order dynamics without stable longterm memory mechanisms. We introduce Momentum Mamba, a momentum-augmented SSM that incorporates second-order dynamics to improve stability of information flow across time steps, robustness, and long-sequence modeling. Two extensions further expand its capacity: Complex Momentum Mamba for frequency-selective memory scaling. Experiments on multiple HAR benchmarks demonstrate consistent gains over vanilla Mamba and Transformer baselines in accuracy, robustness, and convergence speed. With only moderate increases in training cost, momentum-augmented SSMs offer a favorable accuracy-efficiency balance, establishing them as a scalable paradigm for HAR and a promising principal framework for broader sequence modeling applications.

📄 PDF Abstract BibTeX arXiv:2511.21550

Code (0)

등록된 구현이 없습니다.

Tasks

Human Activity Recognition

Similar Papers 제목 키워드 기반

HARMamba: Efficient and Lightweight Wearable Sensor Human Activity Recognition Based on Bidirectional Mamba

2024-03-29 · Shuangjian Li, Tao Zhu, Furong Duan, Liming Chen 외

Wearable sensor-based human activity recognition (HAR) is a critical research domain in activity perception. However, achieving high efficiency and long sequence recognition remains a challenge. Despite the extensive inv…

Activity RecognitionHuman Activity RecognitionMamba

Human Activity Recognition for Edge Devices

2019-03-18 · Manjot Bilkhu, Hammababdullah Ayyubi

Video activity Recognition has recently gained a lot of momentum with the release of massive Kinetics (400 and 600) data. Architectures such as I3D and C3D networks have shown state-of-the-art performances for activity r…

Activity RecognitionHuman Activity Recognition

TRIS-HAR: Transmissive Reconfigurable Intelligent Surfaces-assisted Cognitive Wireless Human Activity Recognition Using State Space Models

2024-10-03 · Junshuo Liu, Yunlong Huang, Xin Shi, Rujing Xiong 외

Human activity recognition (HAR) using radio frequency (RF) signals has garnered considerable attention for its applications in smart environments. However, traditional systems often struggle with limited independent cha…

Activity RecognitionHuman Activity RecognitionMambaState Space Models

BabyMamba-HAR: Lightweight Selective State Space Models for Efficient Human Activity Recognition on Resource Constrained Devices

2026-02-10 · Mridankan Mandal arxiv

Human activity recognition (HAR) on resource constrained devices requires high accuracy across diverse sensor setups. Selective state space models (SSMs) offer efficient linear time sequence processing, presenting a comp…

Human Activity Recognition

MambaLite-Micro: Memory-Optimized Mamba Inference on MCUs

2025-09-05 · Hongjun Xu, Junxi Xia, Weisi Yang, Yueyuan Sui 외 arxiv

Deploying Mamba models on microcontrollers (MCUs) remains challenging due to limited memory, the lack of native operator support, and the absence of embedded-friendly toolchains. We present, to our knowledge, the first d…

Human Activity RecognitionKeyword Spotting