paper-with-me

Papers

On the Evaluation of Spiking Neural Network Configurations for Network Intrusion Detection

2026-05-31 · Raj Patel, David Amebley, Taye Akinrele, Shaswata Mitra, Sayanton Dibbo, Shahram Rahimi arxiv

Network intrusion detection is a core component of modern cybersecurity infrastructure, yet the deep learning models that dominate the field are computationally demanding, motivating interest in lightweight alternatives suited to edge and neuromorphic deployment. Spiking Neural Networks (SNNs) are therefore a natural candidate, but their design space, spanning the choice of neuron model and spike encoding scheme, remains poorly characterized for intrusion detection. We bridge this gap by using a controlled ablation study using 9 neurons coupled with 3 spike encoding schemes, making 27 variants, all implemented on snntorch evaluated over raw inputs with limited preprocessing on four benchmark datasets (NSL KDD, KDDCup99, CIC-IDS2017, and CTU-13) with 5 seeds. We find that spike encoding scheme is a better determinant for detection quality than the neuron model, where rate and delta spike encodings perform worse than latency encoding over the sweep. The LeakyParallel neuron with latency encoding performed the best overall, averaging at 92.11% accuracy and 0.80 macro- F1 at a rate of 2.01% false positives averaged over all 4 datasets, with accuracy close to perfect for CIC-IDS2017 and CTU-13, and also performed the fastest on inference. These results highlight the potential of SNNs as a viable alternative to traditional methods of intrusion detection when considering low-latency or resource-constrained deployments.

📄 PDF Abstract BibTeX arXiv:2606.01442

Code (0)

등록된 구현이 없습니다.

Tasks

Network Intrusion Detection

Similar Papers 제목 키워드 기반

Hybrid Quantum-Classical Autoencoders for Unsupervised Network Intrusion Detection

2025-12-04 · Mohammad Arif Rasyidi, Omar Alhussein, Sami Muhaidat, Ernesto Damiani arxiv

Unsupervised anomaly-based intrusion detection requires models that can generalize to attack patterns not observed during training. This work presents the first large-scale evaluation of hybrid quantum-classical (HQC) au…

Network Intrusion Detection

Improving Transferability of Network Intrusion Detection in a Federated Learning Setup

2024-01-07 · Shreya Ghosh, Abu Shafin Mohammad Mahdee Jameel, Aly El Gamal

Network Intrusion Detection Systems (IDS) aim to detect the presence of an intruder by analyzing network packets arriving at an internet connected device. Data-driven deep learning systems, popular due to their superior …

Federated LearningIntrusion DetectionNetwork Intrusion Detection

Diffusion-based Adversarial Purification for Intrusion Detection

2024-06-25 · Mohamed Amine Merzouk, Erwan Beurier, Reda Yaich, Nora Boulahia-Cuppens 외

The escalating sophistication of cyberattacks has encouraged the integration of machine learning techniques in intrusion detection systems, but the rise of adversarial examples presents a significant challenge. These cra…

Adversarial PurificationAdversarial RobustnessIntrusion DetectionNetwork Intrusion Detection

Spiking Neural Networks with Single-Spike Temporal-Coded Neurons for Network Intrusion Detection

2020-10-15 · Shibo Zhou, Xiaohua LI

Spiking neural network (SNN) is interesting due to its strong bio-plausibility and high energy efficiency. However, its performance is falling far behind conventional deep neural networks (DNNs). In this paper, consideri…

Intrusion DetectionNetwork Intrusion Detection

E-GraphSAGE: A Graph Neural Network based Intrusion Detection System for IoT

2021-03-30 · Wai Weng Lo, Siamak Layeghy, Mohanad Sarhan, Marcus Gallagher 외

This paper presents a new Network Intrusion Detection System (NIDS) based on Graph Neural Networks (GNNs). GNNs are a relatively new sub-field of deep neural networks, which can leverage the inherent structure of graph-b…

Anomaly DetectionGraph Neural NetworkGraph Representation LearningIntrusion Detection+2