RSIS Repository Open-access research from RSIS International journals

International Journal of Research and Scientific Innovation (IJRSI)

A Lightweight Hybrid Cnn-Lstm Intrusion Detection System for Resource-Constrained Iot Networks

byDr.T.Prabakar

Published July 24, 2026  •  Vol. 13, Issue 6, pp. 7068–7073Open Access
DOI: 10.51244/IJRSI.2026.1306000531

Abstract

IoT devices keep multiplying, and so do the ways attackers can get into them. Most of these devices simply don't have the CPU, RAM, or power budget to run the deep learning-based intrusion detection systems (IDS) that perform best in the research literature, which creates a real gap between what's accurate and what's actually deployable. In this paper we build a hybrid CNN-LSTM classifier and, instead of shrinking it after the fact, we design it to be small from the start: depthwise-separable convolutions handle the spatial side, a deliberately narrow LSTM layer picks up temporal patterns across flow sequences, and the whole thing goes through structured pruning and post-training quantization before it ever gets tested. We ran it against TON_IoT and IoTID20, two datasets built from different testbeds with different attack mixes, and stacked it up against Random Forest, SVM, and plain (uncompressed) CNN and LSTM models. The compressed hybrid model came out ahead on both datasets - 98.6% accuracy on TON_IoT, 97.9% on IoTID20 - while ending up about 71% smaller and 58% faster at inference than its own uncompressed version. So it seems like joint design (architecture and compression together, not compression bolted on later) is a workable path to models that are both accurate and small enough to actually run at the edge. We close with a look at the accuracy/latency/energy trade-offs we hit along the way, and where this could go next - federated learning, online updates, that kind of thing.

Keywords: Intrusion Detection System, Internet of Things, Deep Learning, CNN-LSTM, Model Compression, Edge Security

JournalInternational Journal of Research and Scientific Innovation (IJRSI)
ISSN2321-2705
Volume / IssueVolume 13, Issue 6
Pages7068–7073
Publication dateJuly 24, 2026
DOI10.51244/IJRSI.2026.1306000531
PublisherRSIS International
LicenseOpen Access

How to cite this article

Dr.T.Prabakar (2026). A Lightweight Hybrid Cnn-Lstm Intrusion Detection System for Resource-Constrained Iot Networks. International Journal of Research and Scientific Innovation (IJRSI), 13(6), 7068-7073. https://doi.org/10.51244/IJRSI.2026.1306000531

BibTeX

@article{DrTPrabakar2026,
  title   = {A Lightweight Hybrid Cnn-Lstm Intrusion Detection System for Resource-Constrained Iot Networks},
  author  = {Dr.T.Prabakar},
  journal = {International Journal of Research and Scientific Innovation (IJRSI)},
  volume  = {13},
  number  = {6},
  pages   = {7068--7073},
  year    = {2026},
  doi     = {10.51244/IJRSI.2026.1306000531},
  publisher = {RSIS International}
}