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

TL;DR
This paper introduces BabyMamba-HAR, a lightweight, efficient state space model architecture for human activity recognition on resource-constrained devices, achieving high accuracy with significantly reduced computational requirements.
Contribution
The paper presents two novel lightweight SSM architectures for HAR, optimized for TinyML deployment, with detailed strategies for memory management and on-device inference.
Findings
Achieves 86.52% F1-score with 27K parameters and 2.21M MACs, matching larger models.
Requires 11x fewer MACs than TinyHAR on high-channel datasets.
Full dataset coverage with >99.2% PyTorch parity, outperforming INT8 TFLite baselines.
Abstract
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 compelling alternative to attention mechanisms. However, their TinyML design space remains unexplored. This paper introduces BabyMamba-HAR, comprising two lightweight architectures: (1) CI-BabyMamba-HAR, utilizing a channel independent stem for noise robustness, and (2) Crossover-BiDir-BabyMamba-HAR, utilizing an early fusion stem for channel count independent complexity. Both integrate weight tied bidirectional scanning and gated temporal attention pooling. Across eight benchmarks, Crossover-BiDir-BabyMamba-HAR averages an 86.52% F1-score with 27K parameters and 2.21M MACs, matching TinyHAR (86.16%) while requiring 11x fewer MACs on high channel datasets. On-device…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsContext-Aware Activity Recognition Systems · Human Pose and Action Recognition · Gait Recognition and Analysis
