English

Rethinking Temporal Models for TinyML: LSTM versus 1D-CNN in Resource-Constrained Devices

Performance 2026-03-06 v1

Abstract

Time series classification underpins applications such as human activity recognition, healthcare monitoring, and gesture detection in the IoT domain. Tiny Machine Learning enables models to run directly on low-power microcontroller units, improving efficiency, ensuring privacy, and reducing cost by avoiding reliance on cloud or edge computing. While Long Short-Term Memory networks are widely used for capturing temporal dependencies, their high computational and memory demands make real-time MCU deployment impractical. In this work, we conduct a hardware-aware feasibility study of LSTM versus 1D Convolutional Neural Networks across five benchmark datasets. Results show that 1D-CNN consistently achieves comparable or higher accuracy around 95% than LSTM which is around 89%, while requiring 35% less RAM, approx. 25% less Flash, and enabling real-time inference that is 27.6 ms vs. 2038 ms. Being so lightweight, 1D-CNN is particularly suitable for on-device processing in wearables and other low-power, battery-operated systems, establishing it as a practical and resource-efficient choice for TinyML deployment.

Keywords

Cite

@article{arxiv.2603.04860,
  title  = {Rethinking Temporal Models for TinyML: LSTM versus 1D-CNN in Resource-Constrained Devices},
  author = {Bidyut Saha and Riya Samanta},
  journal= {arXiv preprint arXiv:2603.04860},
  year   = {2026}
}
R2 v1 2026-07-01T11:04:25.118Z