Jove
Visualize
Contact Us

Related Experiment Videos

Hybrid AI Intrusion Detection: Balancing Accuracy and Efficiency.

Vandit R Joshi1, Kwame Assa-Agyei1, Tawfik Al-Hadhrami1

  • 1Department of Computer Science, Nottingham Trent University, Nottingham NG1 4FQ, UK.

Sensors (Basel, Switzerland)
|December 31, 2025
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

Accuracy and Precision01:52

Accuracy and Precision

13.8K
Scientists typically make repeated measurements of a quantity to ensure the quality of their findings and to evaluate both the precision and the accuracy of their results. Measurements are said to be precise if they yield very similar results when repeated in the same manner. A measurement is considered accurate if it yields a result that is very close to the true or the accepted value. Precise values agree with each other; accurate values agree with a true value.  Highly accurate...
13.8K
Types of Errors: Detection and Minimization01:12

Types of Errors: Detection and Minimization

9.3K
Error is the deviation of the obtained result from the true, expected value or the estimated central value. Errors are expressed in absolute or relative terms.
Absolute error in a measurement is the numerical difference from the true or central value. Relative error is the ratio between absolute error and the true or central value, expressed as a percentage.
Errors can be classified by source, magnitude, and sign. There are three types of errors: systematic, random, and gross.
Systematic or...
9.3K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Correction: Almuhaya et al. ZBMG-LoRa: A Novel Zone-Based Multi-Gateway Approach Towards Scalable LoRaWANs for Internet of Things. <i>Sensors</i> 2025, <i>25</i>, 5457.

Sensors (Basel, Switzerland)·2026
Same author

Intelligent reflective surfaces in 5G and beyond: optimizing uplink satellite connectivity for IoT.

PeerJ. Computer science·2025
Same author

ZBMG-LoRa: A Novel Zone-Based Multi-Gateway Approach Towards Scalable LoRaWANs for Internet of Things.

Sensors (Basel, Switzerland)·2025
Same author

Two-stage object detection in low-light environments using deep learning image enhancement.

PeerJ. Computer science·2025
Same author

An Ensemble Machine Learning and Data Mining Approach to Enhance Stroke Prediction.

Bioengineering (Basel, Switzerland)·2024
Same author

SENSES-ASD: a social-emotional nurturing and skill enhancement system for autism spectrum disorder.

PeerJ. Computer science·2024
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

This study compares AI models for Internet of Things (IoT) intrusion detection. CNN-BiLSTM offers high accuracy, while XGBoost and Random Forest provide faster, competitive detection for diverse IoT needs.

Area of Science:

  • Cybersecurity
  • Artificial Intelligence
  • Internet of Things (IoT)

Background:

  • The Internet of Things (IoT) presents significant security challenges due to resource constraints, diverse protocols, and infrastructure heterogeneity.
  • Traditional Intrusion Detection Systems (IDS) struggle with IoT's scale, interoperability, real-time demands, data privacy, and imbalanced traffic leading to false positives.

Purpose of the Study:

  • To systematically evaluate and compare the performance and latency of representative AI models for IoT intrusion detection.
  • To provide empirical insights for selecting appropriate AI models based on accuracy-latency trade-offs in heterogeneous IoT environments.

Main Methods:

  • Comparative analysis of three AI models: Convolutional Neural Network-Bidirectional Long Short-Term Memory (CNN-BiLSTM), Random Forest, and XGBoost.
Keywords:
Bi-LSTMIoT securityNSL-KDDUNSW-NB15convolutional neural network (CNN)hybrid modelsintrusion detection systemsperformance metrics

Related Experiment Videos

  • Evaluation conducted on two benchmark datasets: NSL-KDD and UNSW-NB15.
  • Quantification of detection performance (e.g., F1 score) and inference latency for each model.
  • Main Results:

    • CNN-BiLSTM achieved the highest detection capability with an F1 score up to 0.986, but incurred higher computational overhead.
    • XGBoost and Random Forest demonstrated competitive accuracy with significantly lower inference latency (sub-millisecond on conventional hardware).
    • A clear trade-off between detection accuracy and inference latency was observed across the evaluated models.

    Conclusions:

    • The choice of AI model for IoT intrusion detection depends on the specific application's requirements for accuracy versus speed.
    • CNN-BiLSTM is suitable for accuracy-critical applications, while XGBoost and Random Forest are viable for latency-sensitive scenarios.
    • These findings support informed deployment decisions for effective security in diverse IoT ecosystems.