Open Access
ARTICLE
Open-Set Intrusion Detection Solution for Industrial Internet of Things Based on Deep Spiking Q-Networks
1 School of Information Engineering, Huzhou Normal University, Huzhou, China
2 School of Computing, University of Eastern Finland, Kuopio, Finland
* Corresponding Author: Shigen Shen. Email:
Computers, Materials & Continua 2026, 88(3), 101 https://doi.org/10.32604/cmc.2026.081775
Received 09 March 2026; Accepted 18 June 2026; Issue published 23 July 2026
Abstract
The rapid growth of the Industrial Internet of Things (IIoT) has become a cornerstone of high-quality global economic development. By integrating sensor networks, edge computing, and cloud intelligence, IIoT has emerged as a key enabler for smart manufacturing and digital transformation across industries. However, this technological advancement introduces significant cybersecurity challenges that render traditional intrusion detection systems inadequate for IIoT environments. To address this critical gap, we propose a deep spiking Q-network (DSQN)-based intrusion detection system (DSQN-IDS) for the IIoT, formulating unknown intrusion detection as a Markov decision process (MDP). The system employs a hierarchical multi-stage decision-making framework integrating conditional variational autoencoders (CVAE) for feature extraction, deep Q-networks (DQN) for reinforcement learning-based decision-making, and spiking neural networks (SNNs) for energy-efficient classification. We train the DSQN using a multi-layer perceptron (MLP) to approximate the state-action value function, and leverage the event-driven nature of SNNs—where neurons only spike when their membrane potential exceeds a threshold—to minimize energy consumption. Extensive experiments on IIoT datasets demonstrate that our approach achieves superior performance in balancing detection accuracy, energy efficiency, and model stability when identifying unknown attacks compared to state-of-the-art methods.Keywords
Supplementary Material
Supplementary Material FileThe rapid proliferation of the IIoT has accelerated its deployment in intelligent monitoring and control of industrial processes, emerging as a critical driver of economic growth and digital transformation [1]. However, as IIoT systems transition from closed industrial control system (ICS) architectures to open network environments, the expanded attack surface has exposed numerous security vulnerabilities [2]. According to the CVE database’s ICS vulnerability subset, 9517 security flaws were documented across various industrial systems by September 2025, with 46.5% classified as critical, 45.6% as medium severity, and 7.9% as low severity. This substantial vulnerability landscape underscores the urgent need for advanced security mechanisms. Consequently, significant research efforts have focused on enhancing IIoT security through privacy protection policies [3], service trust mechanisms [4], and sophisticated intrusion detection methodologies [5]. Our work addresses these critical challenges by developing advanced intrusion detection techniques that protect IIoT systems against evolving cyber threats, including attacks from compromised edge devices and unauthorized data exfiltration attempts.
To address zero-day attacks within the IIoT, Shen et al. [6] developed a dynamic defense framework that integrates Stackelberg game theory with multi-agent deep reinforcement learning (DRL), specifically employing a distributed deep deterministic policy gradient to coordinate deceptive defenses. Farea et al. [7] proposed an AI-driven security system named “AI2AI” that employs artificial intelligence techniques to enhance performance and optimize security mechanisms within IoT frameworks. Dhaouadi et al. [8] introduced the HiTar-2024 dataset specifically designed for IIoT systems, which was generated using the AREZZO simulator to replicate real smart manufacturing scenarios, enabling IDS to detect emerging threats.
However, one shortcoming of current intrusion detection work is that when reinforcement learning processes continuous action spaces, it usually requires a lot of computing resources, which is computationally expensive and even cannot accurately identify known attacks. A typical study incorporates target networks, twin Q-learning strategies algorithms, alongside experience replay mechanisms. It integrates the CVAE framework into the value estimation network within the DQN, and conducts evaluations using the latest IIoT dataset, dataset collection, TON-IoT [9].
To make up for the shortcomings of the tight ensemble solution, this work embeds deep spiking reinforcement learning within the open-set intrusion detection paradigm for IIoT systems through the application of an ANN-to-SNN conversion mechanism to the DQN’s value function representation. The experimental findings demonstrate that our presented DSQN-IDS framework attains superior performance on the TON-IoT benchmark dataset. The key innovations presented in this paper include:
1. We use normalization to process weights and activation values and initialize the parameters of the DSQN, and build a suitable ANN to prepare for the initialization of the DSQN. We further convert the ANN into an SNN and use the weights of the pre-trained ANN as the initialization of the universal feature representation loaded into the SNN. We adjust the behavior of neurons and the structure of the model to improve the training efficiency and the performance of the open-set intrusion detection model using the DSQN.
2. The CVAE module extracts and reduces dimensionality of features, the DQN module optimizes decision-making through reinforcement learning, and the SNN module ensures energy-efficient classification, forming a robust pipeline for intrusion detection. We frame the open-world recognition issue in IIoT security monitoring as a temporal MDP, proposing DSQN to address this challenge. We further incorporate target networks, dual Q-learning, along with an trajectory replay buffer to enhance the model’s efficacy in detailed discrimination categorization of legitimate traffic and detection of unknown threats.
3. We evaluated our method using the TON-IoT dataset. Experimental results show that our proposed method has improved performance over previously proposed methods. This indicates that our framework can reduce the energy expenditure while preserving acceptable accuracy in detailed classification of known traffic flows. At the same time, our method can ensure high accuracy in identifying unknown attacks and minimize the operational burden on IIoT security teams.
The rest of this paper is organized as follows. Section 2 gives an overview of related work. Section 3 elaborates on the model architecture of the DSQN-IDS framework and outlines the detailed procedures for both training and testing. Section 4 outlines the design of our experiments and experimental results. Section 5 draws conclusions. Table 1 summarizes the mathematical symbols used in this paper.

In this section, we review intrusion detection technologies for IIoT, spiking neural networks, and ANN-to-SNN conversion.
2.1 Intrusion Detection Technologies for IIoT
Compared with traditional networks, the characteristics of IIoT are that it integrates diverse devices, has a complex network structure, and has limited computing power and storage capacity. In view of these characteristics, researchers have proposed many intrusion detection methods for application in the IIoT field [10]. Park et al. [11] proposed a novel AI-based NIDS that utilizes a generative adversarial network with reconstruction error and Wasserstein distance to effectively address the data imbalance. Mao et al. [12] proposed a novel edge client weighted transmission optimization strategy, which cleverly balances effective intrusion detection with the operational constraints of IIoT devices, ensuring the comprehensive detection capability of the global model against various network attacks.
Afterwards, Zhang et al. [13] proposed an anomaly-based IDS combined with federated learning, using a ranking aggregation algorithm with a weighted voting method to improve the performance of the system in IIoT intrusion detection. Wang et al. [14] developed an online incremental training method and constructed an autoencoder-based intrusion detection model, which can detect whether a node is attacked more quickly and take emergency response measures in a timely manner based on the detection results. Mohy-Eddine et al. [15] designed an intrusion detection model that uses feature engineering and machine learning to ensure IIoT security. It uses a combination of isolation forest (IF) and Pearson correlation coefficient.
Recent research has made significant progress in enhancing IIoT security through advanced detection algorithms and deep learning techniques. Borgiani et al. [16] proposed a distributed congestion control based on duty cycle limitation method to detect and mitigate denial-of-service (DoS) attacks in IIoT, which can be used to mitigate DoS attacks in a sensor network scenario with 500 nodes. Yan et al. [17] designed a hinge classification algorithm based on mini-batch gradient descent with adaptive learning rate and momentum to minimize the impact of security attacks and significantly improve the performance of deep network training in terms of scale and speed. Zhu et al. [18] developed an enhanced algorithm RT-A3C, which transforms the traditional turn-based Markov game into a real-time reactive game, improving the practicality and efficiency of IIoT security simulation training. All of the above methods focus on attack detection and deep learning model construction, and have improved the efficiency over legacy methods. However, high-dimensional IIoT datasets typically impose stricter hardware demands, contradicting the inherent resource constraints of IIoT environments. There remains still room for optimization regarding its computational overhead.
The SNN is a neural network model that combines the efficient information processing mechanism of the biological nervous system with the computing power of artificial intelligence. Researchers have applied this model in many fields. Zhang et al. [19] used the desired signal to induce specific levels of neuromodulators to selective synapses and proposed an efficient, brain-inspired SNN and ANN computing algorithm that achieves high recognition accuracy and significantly reduces computational costs when learning spatial and temporal classification tasks. Liu et al. [20] proposed a directly trained DSQN that achieves human-level control capabilities in a reinforcement learning environment. This method takes advantage of the efficient and low-energy information processing advantages of SNN.
Then, Shen et al. [21] proposed a hyper-game-theoretic malware propagation mitigation model for active deception in edge intelligence-enabled IoT systems under information asymmetry, which breaks through the bottleneck of time processing in traditional deep neural network models and realizes intelligent decision-making and real-time malware defense. In contrast to existing approaches, the DSQN-based intrusion detection model presented herein balances the critical aspects of recognizing unseen attacks and the algorithm’s resource footprin, demonstrating superior efficacy.
2.3 Hybrid Cyber Threats and DSQN-IDS Framework
The IIoT enhances efficiency and automation but simultaneously exposes interconnected systems to escalating cyber threats, particularly complex hybrid cyber threats. Mohammed et al. [22] investigated three variants of the Kolmogorov–Arnold Network (KAN) for intrusion detection using the RT-IoT2022 dataset. They implemented a Simple-KAN network as a lightweight solution for resource-constrained IoT devices, evaluated a Transformer-KAN model leveraging attention mechanisms to capture temporal patterns, and developed a GKAN to model device-to-device relationships through graph representations. Liu et al. [23] proposed a machine learning-based framework for modeling and detecting HCTs, employing regularization and random forest for feature importance analysis, alongside grey relation analysis to establish correlations between IIoT components and various threats. Zhukabayeva et al. [24] proposed an impact-aware taxonomy-driven machine learning framework incorporating edge deployment and SHapley Additive exPlanations (SHAP)-based Explainable AI (XAI) for attack detection in IIoT-CPS environments. The framework employs unsupervised clustering (K-Means and DBSCAN) to extract latent traffic patterns and supervised classification to categorize 33 attack types into seven high-level categories: Flood Attacks, Botnet/Mirai, Reconnaissance, Spoofing/Man-In-The-Middle (MITM), Injection Attacks, Backdoors/Exploits, and Benign. In contrast to these approaches, our proposed DSQN-IDS leverages the event-driven nature of SNNs to reduce energy consumption at a modest trade-off in detection performance. By formulating the intrusion detection problem as an MDP and integrating a CVAE for feature extraction, our method achieves a superior trade-off between detection accuracy and computational efficiency.
2.4 General Framework of the Model
We propose the model called DSQN-IDS, which implements a DSQN through an ANN-to-SNN transition framework. The model’s primary goal is to reduce the energy consumption of authorized traffic and improve the granularity of known attack traffic classification. This approach introduces the multi-stage decision-making framework and its components, including CVAE for feature extraction, DQN for decision optimization, and SNN for energy-efficient classification, as shown in Fig. 1.

Figure 1: Network intrusion detection system architecture integrating CVAE-DQN-SNN.
We define the environmental state representation and the training methodology in the proposed framework. The state space model constitutes a proprietary representation of the DRL system, containing the environment state model for the MDP and the reward generation rule. A deep learning architecture is used to approximate the Q-function. The agent’s choice that maximizes the value estimate in the existing state is selected from the output of the deep neural network. The decision that maximizes the expected return in the given state is thereby determined to be performed by the agent. This optimization methodology enhances the intrusion detection agent’s action decision-making strategy hrough iterative assessment of the state-action value. The intrusion detection agent’s action decision-making strategy is then further optimized by calculating the loss function using the rewards or penalties fed back by the environment state model, which is used to update the parameters of the value network. We then replace the ReLu activation function in the ANN with spiking neurons in the SNN. Based on the similarity between the interfering neurons in the spiking neuron model and ANNs, the trained ANN weights are mapped to the SNN. Finally, we use the constructed DSQN to train the granular traffic categorization component and the novel threat identification component to recognize unknown attacks. This module is used to obtain the final detailed in-traffic discrimination and anomaly recognition model.
We next describe the details of the known traffic and unknown attack detection process. First, we train a high-performance ANN model using the DRL algorithm DQN. We then define a hook function tailored to the threat identification objective, recording the appropriate threshold value calculated by the ANN activation values during training data to prevent the membrane potential of the SNN neurons from exceeding the threshold. Finally, the recorded activation values are used for weight normalization in the SNN to prevent weights from varying too large or too small, which could cause the membrane potential to update too quickly or too slowly, affecting network performance. Weight normalization is performed by scaling the weights to an appropriate range. By removing the bias term from the ANN, using dropout to prevent overfitting, and switching the pooling layer to an average pooling operation, we ensure that the converted SNN can effectively process spike signals and maintain performance comparable to the original ANN.
This section presents the introduced DSQN-IDS, which features low energy consumption and high accuracy in detailed discrimination of legitimate traffic and identification of unknown attacks. Firstly, we introduce the overall architecture and core techniques employed in the algorithm. Afterwards, we describe algorithmic learning phase. Finally, we describe the performance loss in the detailed categorization of authorized traffic and the efficacy in unknown attack identification.
3.1 ANN Initialization and SNN Energy Optimization Training Algorithm
3.1.1 ANN-Powered Intrusion Detection in IIoT Systems
We now present our main ANN based Q-network that we use for our IIoT threat identification tasks shown in Fig. 2. It is an instantiation of the Q-network for IIoT traffic data. It consists of three parts: a recognition network, a prior distribution network, and the generative network. The three modules in partnership with IIoT data learn the relationship of state and action of the IIoT environment from training data sets. Our next step is to define neural networks; we are using Q-network, built as a multi-layered fully connected ANN. Our hidden layer uses neurons with each successive level learning through Softplus activation function so that complicated nonlinear relationships in IIoT datasets will be extracted automatically. Our second stage involves initializing both the environment as well as the set of necessary parameters to supply it at initial time, in this case referring to an IIoT scenario simulation. The environment simulates the IIoT context, with state dimension

Figure 2: Schematic of the generative model with KL-divergence.
Early in training, the policy parameter
where
The learning objective is to minimize the mean squared error between the predicted and target Q-values. The mean squared error loss,
where
To maintain training stability, the target network parameters are periodically updated using Polyak averaging, which smoothly blends the evaluation and target network parameters, represented by
where
Policy evaluation is conducted at regular intervals using a separate evaluation environment, recording the reward curve and dynamically adjusting the exploration rate
3.1.2 MDP for IIoT Intrusion Detection
In our framework, the IIoT intrusion detection problem is formulated as an MDP, which is defined by the tuple
where
The training process proceeds through the following iterative steps, forming a complete reinforcement learning cycle:
• Action Selection: The DQN agent determines the action
• KL Regularization (Variational Inference): To enhance generalization and robustness, the kullback-leibler (KL) divergence between
• Environment Interaction: The intrusion detection agent interacts with the environment by executing action
• Experience Storage: The replay buffer stores each transition tuple
• State Update: After each interaction, the DQN agent updates its state
• Network Update: At intervals, the variational DQN agent samples mini-batches from the buffer to update Q-network parameters. The loss function combines Q-value error and KL regularization, minimized by gradient-based optimization.
• Policy Evaluation: Policy performance is periodically evaluated in a separate environment. Results guide
In addition, the proposed framework explicitly addresses the dynamic and non-stationary nature of IIoT environments. Temporal dependencies are modeled through sequential state representations and short-term history encoding, while the policy is trained on diverse attack scenarios to improve generalization. Moreover, uncertainty-aware detection scores are integrated into the decision-making process, allowing the agent to adapt to previously unseen or evolving attack behaviors. These enhancements make the MDP formulation sufficiently expressive and robust for real-world interactive intrusion detection tasks.
Then the DQN agent receives the reward
where
We next show the process of generating

Figure 3: Process of generating
To enhance generalization and robustness, we incorporate variational inference via KL regulari- zation as
where
So far, this MDP-based training process enables the variational DQN agent to iteratively improve its intrusion detection policy by leveraging both reinforcement learning and variational inference, thereby enhancing detection accuracy and model robustness.
However, it is important to acknowledge the limitations of modeling intrusion detection strictly as an MDP. The MDP framework assumes well-defined states and a stationary transition probability, which may not fully capture the highly dynamic and stochastic nature of evolving IIoT attack patterns. As observed in the experimental results, while the model performs robustly on known attack scenarios, the rigidity of the state representation can lead to suboptimal decisions when facing novel or rapidly mutating attack vectors.
3.1.3 The Pareto Analysis Confirms
The plot uses detection performance true positive rate (TPR) at false positive rate (FPR) = 0.10 and AUROC on the vertical axis and absolute energy consumption on the horizontal axis. This allows direct visualization of the energy-performance trade-off and shows that DSQN-IDS lies on the Pareto frontier, achieving higher detection performance with lower or comparable energy than other methods. In addition, to quantitatively evaluate the efficiency of each method in terms of detection quality per unit energy, we introduce the Energy-Performance Score defined by
where
The Pareto analysis confirms that DSQN-IDS achieves a superior trade-off: it provides the highest detection performance among neural methods while maintaining substantially lower energy consumption than CVAE-based baselines.
In ANN-to-SNN conversion, a direct weight transfer often causes large numerical discrepancies because the activation statistics of the analog units and the integrate-and-fire neurons differ. To prevent the SNN from either firing too sparsely or too profusely, we apply a global weight normalization stage with the goal of aligning the distribution of the SNN membrane potentials—just before a spike—with the distribution of ANN activations at the same layer under the chosen firing threshold. The procedure consists of three core steps. First, we collect ANN activations for a representative set of inputs and record their maximum value. Next, we compute the corresponding maximum membrane potential that the converted SNN would reach with the same inputs and the current weights. Finally, we rescale all outgoing weights of the layer by the ratio of these two statistics so that, after scaling, the SNN membrane potential is expected to remain just below the threshold for the same inputs. This process effectively aligns the two distributions and preserves the network’s original decision boundaries.
For a reference layer in the ANN, all post-activation values are collected over the training data. The SNN firing threshold
The weights of the SNN are obtained by globally scaling the ANN weights,
where
Unlike the standard weight normalization technique that normalizes the norm of each weight vector and adds a learnable parameter used to accelerate convergence speed, the above operation scales all weights together via multiplying
We emphasize that the stages are not independent, because ANN pretraining provides a stable and efficient feature representation for known traffic classes and reduces the risk of poor initialization in the subsequent SNN stage, ANN-to-SNN conversion preserves the pretrained decision boundaries while enabling event-driven, low-energy inference and thus creates a transferable architecture compatible with neuromorphic execution, and RL-based optimization then fine-tunes the converted SNN policy in the actual interactive detection environment to align the model with the final task objective and operational reward structure. This design maintains the learned weights and activation patterns from ANN pretraining while optimizing the same model parameters under task-specific reward signals, thereby ensuring coordination among representation learning, energy-efficient inference, and detection performance.
3.2 Artificial Network Transformation into Spiking Network
3.2.1 Activation Statistics and Normalization Process
We collect statistic values of each action based on fast forward propagation over a pre-trained ANN as shown as in Fig. 4 which collects the value of every neuron in one layer at a time. These values are used to calculate a suitable normalization coefficient to determine a normalized value of the corresponding neuron and also find out the maximum value of activation to specify the threshold of activation we use in the following parts. Through this processing the input data’s and output data of SNN value range matches with the value ranges of both corresponding network layers in ANN, respectively, which will be used as the approximate standard value in subsequent weight conversion for future application. The forward propagation can be mathematically represented as
where

Figure 4: Process of generating current action
Subsequently, the activation output
where
These weights are transferred to SNN. Using the normalization factor computed above, these weight parameters will be scaled linearly. The purpose is to keep the same relative strength of the activation in each layer. For bias, we copy it directly. Therefore, the original knowledge representation is preserved in this step while matching the spiking neuron characteristics of the network.
3.2.3 Spiking Neuron Implementation Principle
The LIF neuron model is used to simulate the membrane potential dynamics of biological neurons. Each neuron accumulates input signals and fires a pulse and resets when the membrane potential exceeds a threshold. This event-driven mechanism significantly reduces redundant computation. Neuron parameters are carefully tuned to ensure activation patterns similar to those of original ANNs. The membrane potential update in an SNN,
where
3.2.4 Complete Inference Process
The CVAE module serves as the feature extraction backbone, learning compact latent representations that capture the underlying data distribution. These representations are used as inputs to the DQN module, which learns optimal decision-making policies under dynamic conditions. The integration of the SNN module enhances decision-making efficiency by processing temporal dependencies in the data. Unlike traditional neural networks, the SNN leverages spiking dynamics to encode and process sequential information, which is particularly beneficial in scenarios with temporal constraints. The converted SNN uses a temporal encoding strategy, accumulating input signals over multiple time steps. The spike activity at each time step is integrated, ultimately producing network output comparable to that of an ANN. This entire process maintains the recognition accuracy of the original network while leveraging the high energy efficiency of SNNs. After inference concludes, the neuron’s membrane potential state is reset, preparing for the next inference. The reset mechanism is given as
The pseudocode for ANN-to-SNN conversion is presented in Lines 1–28 of the aforementioned Algorithm 1. Subsequently, we theoretically examine the computational overhead of the introduced method. The algorithmic complexity inherent in the conversion procedure is primarily determined by the number of layers and parameter scale of the ANN model, and its complexity can be expressed as

3.2.5 Energy Calculation Method
Network energy cost can be evaluated by counting the number of pulses in the pulse domain, since each pulse will cost fixed amount of energy consumption, and SNN only perform calculation if it is necessary, which brings an improvement of energy saving compared to the traditional floating-point operation in ANNs. Then, after using the weights, how much energy consumption a network would spend in its total execution during the inference process can be figured out by the pulse counting method. Spiking is performed based on
where
3.2.6 Accuracy-Energy Trade-Off Results
As shown in Table 2, we analyze the trade-off among detection performance, energy consumption, and inference latency under different time steps

3.2.7 Analysis of ANN-to-SNN Conversion Accuracy Loss
Converting a high-performance ANN to a SNN inevitably introduces a “conversion tax” manifested as a slight drop in inference accuracy. This discrepancy primarily arises from the difference in information representation: ANNs utilize continuous real-valued activations, whereas SNNs rely on discrete binary spikes over time. To ensure the energy savings justify the potential performance degradation, we explicitly quantify this accuracy loss.
3.2.8 Quantification Methodology
We define the conversion error
where
On event-driven neuromorphic platforms, each spike triggers a small amount of dynamic switching and memory access, and the total active energy is therefore approximately proportional to the number of spikes. We emphasizes the following points:
• Spike sparsity as a hardware-relevant proxy: Reduced spike counts correspond to lower dynamic activity in neuromorphic cores, which is a major contributor to power consumption.
• Model validation via published hardware measurements: We explicitly state that our coefficients for energy-per-spike are derived from published measurements on Loihi and SpiNNaker-like architectures, making the estimate consistent with real hardware trends.
3.2.10 Inference Energy and Spike Count Evaluation
We employ multiple complementary metrics to provide comprehensive and transparent energy assessment:
1. Absolute Energy Consumption (
2. Energy Efficiency Ratio (
3. Normalized Cumulative Energy: For visualization purposes only, scaling each method’s energy trajectory to [0, 1] range to enable visual comparison of convergence patterns. This visualization is supplemented with absolute values in tabular format to maintain transparency.
For experimental validation, the TON-IoT benchmark serves as the standard testbed for analyzing the DSQN-IDS model based on ANN-to-SNN conversion in terms of accurate fine-grained known flow classification and identification of previously unseen attacks. The TON-IoT dataset contains 21,104 labeled network traffic data points, divided into two categories. The first category includes benign traffic and seven known attack types such as as DoS, distributed DoS (DDoS), structured query language (SQL) injection, cross-site scripting (XSS), password cracking, and man-in-the-middle attacks. The second category consists of attacks of unknown types. In addition, the dataset contains 124 features, covering both basic feature information and state information.
In order for the dataset to be suitable for training and testing models, we need to perform preprocessing. The initial collection exhibits non-numerical attributes along with absent values. To prepare data for machine learning fuctioning, we first encode categorical data into numbers. After that, 433 samples were removed with incomplete data and thus we obtained our final dataset containing 20,671 valid network traffic data. Along with that, 19 more features having zero eigenvalues were removed in the study and 105 features were finally retained. This preprocessed dataset will be used for our SNN model. During inference phase, the activity of the model mainly manifests as emission of spikes. Energy consumption is an essential measure to identify the effectiveness of SNNs and can be calculated by using the total spike count as
where
The absolute energy consumption of
The original TON-IoT dataset contains 21,104 samples with 124 features. After preprocessing, 433 incomplete samples were removed, resulting in 20,671 valid samples. Furthermore, 19 zero-variance features were eliminated, leading to a final dataset with 105 features. All experiments in this study are conducted on the preprocessed dataset with 20,671 samples and 105 features. These features are normalized using standard scaling methods, as described in Table 3. The experiments were implemented using Python 3.8.10 with key libraries shown in Table 4.


The evaluation framework incorporates predictive accuracy, F1-scores, precision, FPR, TPR, Area Under the Receiver Operating Characteristic Curve (AUC-ROC) as indicators to measure DSQN-IDS performance. Furthermore, this research implements its methodology in the Python programming language, in accordance with the established experimental parameters and TON-IoT data. Next, we examine the operational effectiveness of the DSQN-IDS model. We employ leading-edge approaches in open-set intrusion detection, including DC-IDS, EVM and CVAE-EVT, as benchmarks for comparative experiments.
To theoretically justify why the CVAE module is indispensable for detecting unknown attacks, we analyze the optimization objective of the CVAE within the context of Open-Set Recognition (OSR).
The CVAE optimizes the Evidence Lower Bound (ELBO), which serves as the objective function to balance data reconstruction and latent space regularization. It is composed of a reconstruction term that measures the likelihood of the input data and a regularization term (KL divergence) that constrains the distribution of the latent variables. This formulation allows the model to capture the underlying structure of the known attack patterns effectively. The ELBO is defined by
This deficiency is the primary cause of the reduced TPR for unknown threats observed in the ablation study, where
4.1 Performance of DSQN-IDS Model
As shown in Fig. 5, after a period of high variability in the initial phase, the agent’s training reward converges and stabilizes at a value of approximately 80 by around 200 episodes. This indicates that the value network has effectively converged, suggesting that the agent has learned an optimal or near-optimal policy under the current environment. Based on this convergence, the subsequent evaluation of the DSQN-IDS model can be conducted to assess its performance in a steady-state condition.

Figure 5: Episodic reward learning curve for convergence of the DSQN-IDS model.
As shown in Figs. 6 and 7, where the horizontal and vertical axes of the confusion matrices represent predicted labels and true labels, respectively, the diagonal values reflect the classification accuracy for each category. The two attack types chosen as unknowns DoS and Probe were selected due to their high frequency in intrusion detection datasets and their representation of distinct attack mechanisms. DoS attacks, such as SYN floods, target system availability by exhausting resources, while Probe attacks, including port scans, focus on gathering information for future exploits. This choice ensures that the open-set evaluation tests the model’s robustness against diverse, realistic unknown threats rather than arbitrary selections, thereby validating its practical applicability in dynamic security environments. The model achieves perfect accuracy (1.00) for Normal traffic and near-perfect accuracy for Password traffic, with only minimal misclassification (approximately 0.28% in total). It also maintains high performance in classifying DDoS (0.93 in Fig. 6, 0.92 in Fig. 7) and XSS (0.88) traffic. Nonetheless, a huge limitation is seen in identifying Unknown traffic. According to the first classification results, most Unknown instances are classified as known attack types: 63% as DDoS, 30% as Password, 5.5% as XSS, and only 1.4% as Unknown. These findings show that the model is good at recognizing the traffic known classes. However, it shows a good amount of bias towards labelling unknown traffic attacks into known attacks classes. Specifically DDoS and Password.

Figure 6: Confusion matrix for known traffic fine-grained classification.

Figure 7: Confusion matrix for unknown attack identification.
Although the training pipeline is organized into stages, the overall optimization is guided by a common joint objective that balances detection performance and energy consumption alongside computational cost. In particular, the evaluation and optimization criteria include AUROC, TPR/FPR, and energy consumption, while the reward design in the RL stage explicitly incorporates the trade-off between detection accuracy and energy efficiency. This formulation ensures that the final optimization is performed on the target model in the target environment, so that the staged procedure does not introduce suboptimal coordination and instead enables the model to align representation learning, inference efficiency, and operational detection performance under a unified objective.
The reward design incorporates energy consumption optimization alongside accuracy and latency. Specifically, the reward function penalizes excessive energy usage and delayed responses, encouraging the model to achieve a balance between detection performance and computational efficiency under resource-constrained environments. It is important to clarify that, as shown in Tables 5 and 6, the proposed DSQN-IDS does not achieve the lowest absolute energy consumption among all compared methods. Traditional machine learning approaches, such as RandomForest and EVM, exhibit lower energy usage due to their simpler model structures.


However, the proposed method demonstrates a superior trade-off between detection performance and energy consumption. In particular, DSQN-IDS significantly outperforms all baseline methods in terms of accuracy and F1-score, while maintaining competitive energy consumption compared to deep learning baselines. Compared with ANN-based models, the incorporation of SNN substantially reduces energy usage, validating the effectiveness of the ANN-to-SNN conversion strategy.
The integration of DSQN-IDS yields multiple operational benefits. The hierarchical framework—where CVAE performs feature extraction, DQN optimizes decision-making, and SNN refines temporal processing—enables the model to achieve high detection performance with improved energy efficiency within deep learning paradigms. Also, the event-driven architecture of SNNs enables substantial reductions in computational requirements during continuous monitoring operations.
When analyzing time-varying network traffic patterns, the system exhibits strengthened resilience and dynamic adaptation capabilities, effectively handling the non-stationary characteristics of real-world industrial networks. Notably, the framework preserves detection performance comparable to conventional approaches while capitalizing on the neuromorphic advantages of SNNs, including their biological fidelity and inherent low-power characteristics that align with sustainable computing requirements in resource-constrained IIoT deployments. As shown in Fig. 7, we can observe that the majority of known traffic samples exhibit low reconstruction errors, indicating that the generative model can accurately reconstruct their features. In contrast, most unknown malicious attacks correspond to higher reconstruction errors, which allows the model to effectively distinguish unseen attacks from legitimate network flows. This demonstrates that the reconstruction loss serves as a reliable metric for identifying unknown malicious traffic within the system.
It is important to clarify that the confusion matrix in Fig. 7 reflects fine-grained multi-class classification performance, where unknown attacks are treated as an additional category and the model is required to assign samples to specific labels. The low accuracy for the unknown class indicates that many unknown samples are assigned to known attack categories, highlighting a limitation in fine-grained categorization of unseen attacks.
To ensure rigorous and reproducible performance assessment, we adopt the following evaluation protocol:
• Cross-Validation Strategy: 5-fold stratified cross-validation to account for class imbalance in the TON-IoT dataset, ensuring robust generalization estimates.
• Confidence Intervals: All metrics reported with 95% confidence intervals computed by bootstrap resampling.
• Statistical Significance Testing: McNemar’s test employed to verify statistical significance of pairwise method comparisons, ensuring observed improvements are not due to random chance.
• Primary Evaluation Metrics: AUROC, TPR at fixed FPR operating points, F1-score for balanced assessment, and precision-recall curves for comprehensive performance characterization.
• Reproducibility: Random seeds fixed, hyperparameters documented in Supplementary Material, experiments conducted on uniform hardware configuration.
We report baseline performance of the best-tuned versions obtained under equivalent conditions, where EVM and CVAE-EVT are evaluated using hyperparameters drawn from the original publications and further refined through validation-based tuning, and all methods are assessed under the same evaluation metrics, including AUROC, TPR@FPR, and F1-score, as well as the same hardware and software environment to ensure a fair comparison. The threshold is selected on a validation set by maximizing the F1-score for unknown detection while controlling the FPR on known traffic. We also clarify that the unknown decision is based on a confidence margin computed from the output softmax/probability score and the open-set score, which is calibrated using temperature scaling and validation fold statistics.
The AUROC metric represents the probability that the model will rank a randomly selected unknown attack higher than a randomly selected known traffic instance. As shown in Table 7, DSQN-IDS achieves an AUROC of 0.978, representing a 1.3% improvement over the second-best method.

Furthermore, we evaluate the TPR under fixed FPR constraints to simulate practical deployment scenarios. As listed in Table 8, at the stringent false alarm constraint FPR = 0.05, DSQN-IDS achieves 92.3% TPR, representing a 3.1 percentage point improvement over DC-IDS. At the practical operational threshold FPR = 0.10, DSQN-IDS achieves 96.1% TPR, demonstrating strong rejection capability for unknown attacks at the open-set boundary, though fine-grained categorization into the unknown label remains limited.

However, results shown in Table 8 are not directly comparable to the TPR values reported in Fig. 7. The TPR in Table 8 evaluates the open-set unknown attack detection task, where the objective is to distinguish unknown attacks from known traffic using the confidence-based rejection mechanism. In this setting, a detection is considered correct when an unknown sample is successfully rejected as belonging to none of the known classes. By contrast, the confusion matrix evaluates category assignment after classification. Therefore, the two evaluations measure different objectives and employ different decision criteria. The TPR values reflect the model’s capability to detect unseen attacks, whereas the confusion matrix reflects its capability to assign them to the explicit unknown category.
In addition, we present a sensitivity analysis over a range of threshold values and unknown ratios to further assess the robustness of the proposed method. Specifically, we evaluate the TPR and FPR for unknown detection across different threshold values, test performance under varying proportions of unknown attacks, and examine the impact of margin regularization and rejection penalty on detection stability. The results show that unknown detection performance remains stable within the selected operating range, with only minor variations in TPR and FPR, indicating that the model is well calibrated and robust to changes in both threshold settings and unknown-class proportions.
4.3 Reward Comparison between DQN-ANN and DQN-SNN
To study the performance of timing pulsed neural networks in the proposed DSQN-IDS, we designed a unified Dueling DQN framework that supports switching backends to ANN or SNN. The SNN partly adopts the LIF neuron structure and trains using the surrogate gradient. ANN and SNN models share a consistent network layer for fair comparison. In SNN, we introduce two key parameters: time step
We initially set

Figure 8: Reward comparison between DQN-ANN and DQN-SNN when
Table 9 evaluates the performance of DSQN-IDS with and without the CVAE module. The results show that removing the CVAE module leads to a 3.3% drop in AUROC from 0.978 to 0.945, alongside a decrease in TPR from 92.3% to 87.1% and an increase in energy consumption from 28.9 to 31.2 J, confirming its critical role in filtering and representing unknown attacks. The CVAE’s latent space learning enables better generalization to novel threats compared to direct feature input.

Furthermore, the DSQN-IDS leveraging DQN-SNN offers several advantages. First, it achieves higher energy efficiency due to the event-driven nature of SNNs, which reduces computational overhead. Second, it demonstrates enhanced robustness and adaptability in processing dynamic and temporal network traffic data. Finally, DSQN-IDS maintains competitive detection accuracy while benefiting from the biological plausibility and low-power potential of SNNs.
As shown in Fig. 9, we set the simulation time window to

Figure 9: Reward comparison between DQN-ANN and DQN-SNN when
As shown in Fig. 10, we set the simulation time window to

Figure 10: Reward comparison between DQN-ANN and DQN-SNN when
To verify the robustness of our energy-efficiency comparison to the assumptions in the energy-scaling model, we conduct a sensitivity analysis on two key coefficients used for energy estimation:
Fig. 11 visualizes the sensitivity outcomes. Specifically, each scatter point represents one coefficient pair of

Figure 11: Sensitivity analysis to
4.4 Comparison with Other Advanced Models
Within the domain of open-set intrusion detection, established approaches include DC-IDS [25], CVAE-EVT [26], together with EVM. The CVAE-EVT framework employs the CVAE class to decompose the open-world recognition task in network security into two aspects: (1) detailed categorization of authorized traffic and (2) novel attack detection. In the primary component, the system utilizes KL divergence and granular categorization miscalibration as optimization targets to minimize the experiential error of misclassifying recognized threats. EVM, originated from EVT, stands as the foundational framework achieving kernel-agnostic, nonlinear, dynamic bandwidth anomaly detection unified with continuous learning functionalities. These approaches have undergone comprehensive investigation and validation, therefore we employ them as a well-established benchmark to assess the efficacy of our introduced framework. Meanwhile, our proposed DSQN-IDS model adopts a strategy similar to the Cls-Anomaly framework: the Random Forest algorithm handles the detailed categorization of authorized traffic, while the One-Class Support Vector Machine (OC-SVM) functions for outlier detection, tasked with identifying unknown attacks.
To comprehensively evaluate the performance of all models in open-set scenarios, we compare the balance between the TPR for detecting unrecognized threats and the PR for known traffic among different models, depicted in Fig. 12. The model of DSQN-IDS achieves competitive TPR at very low FPR relative to other deep learning-based methods, indicating superior capability in detecting unknown attacks while minimizing false alarms on known traffic. Both DC-IDS and CVAE-EVT perform well, but slightly lag behind DSQN-IDS, especially in the low FPR region. EVM requires a much higher FPR to reach comparable TPR, and Cls-Anomaly demonstrates the weakest performance overall. These results further confirm that DSQN-IDS achieves the best trade-off between unknown attack detection and known traffic accuracy.

Figure 12: TPR-FPR trade-offs between unknown attacks and known traffic.
To ensure fairness in comparison between different algorithms, we normalized all energy consumption sequences scaling each set of data linearly to the [0, 1] interval, and smoothed the curve with a Savitzky-Golay filter to reduce interference from discrete noise and make the overall trend clearer. The horizontal axis of the curve represents the number of training steps, and the vertical axis is the cumulative energy consumption after normalization. The steeper the curve indicates that the faster the energy consumption increases within a unit step length, and the smoother the curve indicates that the energy consumption changes are more stable. Through this figure, we can clearly see the difference in energy consumption and growth rate of each method during training.
As shown in Fig. 13, we compare the normalized cumulative energy consumption of five algorithms during training: EVM, DSQN, DQN, DQ-CVAE, and RandomForest. The DQ-CVAE algorithm exhibits the highest energy consumption, with its normalized cumulative energy rapidly approaching 1.0. The EVM algorithm also demonstrates relatively high energy consumption, steadily increasing with training progression. In contrast, RandomForest and DQN exhibit lower overall energy consumption, primarily due to their simpler model structures and reduced computational complexity. The proposed DSQN-IDS shows competitive energy consumption in the early training stage, followed by a gradual increase as training progresses. This behavior is attributed to the reinforcement learning process and the increased model complexity required to achieve higher detection performance.

Figure 13: Cumulative energy consumption comparison of different methods.
Although DSQN-IDS does not achieve the lowest absolute energy consumption, it maintains a favorable balance between energy usage and detection performance. Compared with ANN-based models such as DQN and DQ-CVAE, the incorporation of SNN contributes to improved energy efficiency, while enabling superior detection accuracy. These results further support that the proposed method achieves a more practical trade-off between effectiveness and energy consumption.
Although the proposed model demonstrates a clear energy advantage in the early stage, the gap gradually decreases over time as the EVM baseline adapts through continuous learning. This trend does not undermine the scalability of the proposed method; rather, it highlights that its main advantage lies in maintaining a consistently low and stable energy footprint during long-term operation. Unlike dense models that require persistent high computational cost, the proposed spiking framework relies on event-driven processing and sparse neuronal activations, which help reduce unnecessary computation and preserve efficiency under sustained inference. Therefore, even if the relative energy gap narrows over time, the proposed approach remains more scalable for long-term deployment in resource-constrained scenarios where stable energy consumption and computational efficiency are critical.
Based on comprehensive evaluation, the proposed DSQN-IDS algorithm demonstrates clear advantages across multiple performance metrics. While maintaining DQN’s energy efficiency benefits, our approach achieves superior performance in detection accuracy, response latency, and system integration. The algorithm exhibits improved training stability—particularly valuable for practical IIoT deployments—while better accommodating project-specific requirements. This design effectively balances energy conservation with overall algorithmic performance, addressing the practical implementation needs of open-set intrusion detection in operational IIoT environments.
This paper presents an open-set IDS for the IIoT, developed using an ANN-to-SNN conversion framework and a DSQN architecture. The open-set intrusion detection problem is modeled as an MDP, and spiking neuron models such as LIF are introduced to achieve low-energy computation. The traffic classification module employs DSQN technology integrated with ANN-SNN conversion to achieve precise categorization of authorized network traffic. Simultaneously, the unknown threat detection component utilizes reconstruction errors derived during the training phase to distinguish novel attack patterns from normal network behavior. Operating on reinforcement learning principles and leveraging the event-driven characteristics of SNNs, the system substantially decreases computational overhead and response latency. Experimental validation conducted on contemporary IIoT datasets confirms the method’s effectiveness in maintaining detection accuracy and resilience against previously unseen attacks. The proposed solution demonstrates particular suitability for open-set intrusion detection in resource-constrained IIoT ecosystems characterized by diverse communication protocols, heterogeneous attack vectors, and limited computational capabilities.
Acknowledgement: None.
Funding Statement: This research was funded in part by the National Undergraduate Innovation and Entrepreneurship Training Program of China under Grant No. 202510347039, and the Huzhou Science and Technology Planning Foundation of China under Grant No. 2023GZ04.
Author Contributions: The authors confirm contribution to the paper as follows: Conceptualization, Shigen Shen and Yimeng Liu; methodology, Yimeng Liu; software, Yimeng Liu; validation, Xinyu Xu; formal analysis, Shigen Shen and Yimeng Liu; investigation, Xinyu Xu; data curation, Wangting Xue; writing—original draft preparation, Yimeng Liu; writing—review and editing, Xinyu Xu, Wangting Xue, Shigen Shen and Xiao-Zhi Gao; visualization, Xinyu Xu and Wangting Xue; supervision, Shigen Shen and Xiao-Zhi Gao; funding acquisition, Yimeng Liu and Shigen Shen. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: Data available on request from the authors.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
Supplementary Materials: The supplementary material is available online at https://www.techscience.com/doi/10.32604/cmc.2026.081775/s1.
References
1. Lin C, Tang J, Dang S, Chen G. Priority-based blockchain packing for dependent Industrial IoT transactions. IEEE Trans Netw Serv Manag. 2025;22(2):1618–28. doi:10.1109/TNSM.2025.3527810. [Google Scholar] [CrossRef]
2. Wang J, Huang G, Sherratt RS, Huang D, Ni J. Data secure storage mechanism for IIoT based on blockchain. Comput Mater Contin. 2024;78(3):4029–48. doi:10.32604/cmc.2024.047468. [Google Scholar] [CrossRef]
3. Shang S, Li X, Gu K, Li L, Zhang X, Pandi V. A robust privacy-preserving data aggregation scheme for edge-supported IIoT. IEEE Trans Ind Inform. 2024;20(3):4305–16. doi:10.1109/TII.2023.3315375. [Google Scholar] [CrossRef]
4. Ullah S, Nasir HM, Kadir K, Khan A, Memon A, Azhar S, et al. End-to-end encryption enabled lightweight mutual authentication scheme for resource constrained IoT network. Comput Mater Contin. 2025;82(2):3223–49. doi:10.32604/cmc.2024.054676. [Google Scholar] [CrossRef]
5. Xue Y, Pan J, Geng Y, Yang Z, Liu M, Deng R. Real-time intrusion detection based on decision fusion in industrial control systems. IEEE Trans Ind Cyber-Phys Syst. 2024;2(1–29):143–53. doi:10.1109/TICPS.2024.3406505. [Google Scholar] [CrossRef]
6. Shen S, Ji X, Liu Y. A dynamic deceptive defense framework for zero-day attacks in IIoT: Integrating Stackelberg game and multi-agent distributed deep deterministic policy gradient. Comput Mater Contin. 2025;85(2):3997–4021. doi:10.32604/cmc.2025.069332. [Google Scholar] [CrossRef]
7. Farea AH, Alhazmi OH, Kucuk K. Advanced optimized anomaly detection system for IoT cyberattacks using artificial intelligence. Comput Mater Contin. 2024;78(2):1525–45. doi:10.32604/cmc.2023.045794. [Google Scholar] [CrossRef]
8. Dhaouadi T, Mrabet H, Alhomoud A, Jemai A. An intrusion detection system based on HiTar-2024 dataset generation from LOG files for smart Industrial Internet-of-Things environment. Comput Mater Contin. 2025;82(3):4535–54. doi:10.32604/cmc.2025.060935. [Google Scholar] [CrossRef]
9. Yu S, Zhai R, Shen Y, Wu G, Zhang H, Yu S, et al. Deep Q-network-based open-set intrusion detection solution for Industrial Internet of Things. IEEE Internet Things J. 2024;11(7):12536–50. doi:10.1109/JIOT.2023.3333903. [Google Scholar] [CrossRef]
10. Nie L, Wu Y, Wang X, Guo L, Wang G, Gao X, et al. Intrusion detection for secure social internet of things based on collaborative edge computing: a generative adversarial network-based approach. IEEE Trans Comput Soc Syst. 2022;9(1):134–45. doi:10.1109/TCSS.2021.3063538. [Google Scholar] [CrossRef]
11. Park C, Lee J, Kim Y, Park JG, Kim H, Hong D. An enhanced AI-based network intrusion detection system using generative adversarial networks. IEEE Internet Things J. 2023;10(3):2330–45. doi:10.1109/JIOT.2022.3211346. [Google Scholar] [CrossRef]
12. Mao J, Wei Z, Li B, Zhang R, Song L. Toward ever-evolution network threats: a hierarchical federated class-incremental learning approach for network intrusion detection in IIoT. IEEE Internet Things J. 2024;11(18):29864–77. doi:10.1109/JIOT.2024.3408634. [Google Scholar] [CrossRef]
13. Zhang J, Luo C, Carpenter M, Min G. Federated learning for distributed IIoT intrusion detection using transfer approaches. IEEE Trans Ind Inform. 2023;19(7):8159–69. doi:10.1109/TII.2022.3216575. [Google Scholar] [CrossRef]
14. Wang T, Fang K, Wei W, Tian J, Pan Y, Li J. Microcontroller unit chip temperature fingerprint informed machine learning for IIoT intrusion detection. IEEE Trans Ind Inform. 2023;19(2):2219–27. doi:10.1109/TII.2022.3195287. [Google Scholar] [CrossRef]
15. Mohy-Eddine M, Guezzaz A, Benkirane S, Azrour M, Farhaoui Y. An ensemble learning based intrusion detection model for Industrial IoT security. Big Data Min Anal. 2023;6(3):273–87. doi:10.26599/BDMA.2022.9020032. [Google Scholar] [CrossRef]
16. Borgiani V, Moratori P, Kazienko JF, Tubino ERR, Quincozes SE. Toward a distributed approach for detection and mitigation of denial-of-service attacks within Industrial Internet of Things. IEEE Internet Things J. 2021;8(6):4569–78. doi:10.1109/JIOT.2020.3028652. [Google Scholar] [CrossRef]
17. Yan X, Xu Y, Xing X, Cui B, Guo Z, Guo T. Trustworthy network anomaly detection based on an adaptive learning rate and momentum in IIoT. IEEE Trans Ind Inform. 2020;16(9):6182–92. doi:10.1109/TII.2020.2975227. [Google Scholar] [CrossRef]
18. Zhu W, Liu X, Liu Y, Shen Y, Gao XZ, Shen S. RT-A3C: real-time asynchronous advantage actor–critic for optimally defending malicious attacks in edge-enabled Industrial Internet of Things. J Inf Secur Appl. 2025;91(17):104073. doi:10.1016/j.jisa.2025.104073. [Google Scholar] [CrossRef]
19. Zhang T, Cheng X, Jia S, Li CT, Poo MM, Xu B. A brain-inspired algorithm that mitigates catastrophic forgetting of artificial and spiking neural networks with low computational cost. Sci Adv. 2023;9(34):eadi2947. doi:10.1126/sciadv.adi2947. [Google Scholar] [PubMed] [CrossRef]
20. Liu G, Deng W, Xie X, Huang L, Tang H. Human-level control through directly trained deep spiking Q-networks. IEEE Trans Cybern. 2023;53(11):7187–98. doi:10.1109/TCYB.2022.3198259. [Google Scholar] [PubMed] [CrossRef]
21. Shen Y, Shepherd C, Ahmed CM, Shen S, Yu S. Integrating deep spiking Q-network into hypergame-theoretic deceptive defense for mitigating malware propagation in edge intelligence-enabled IoT systems. IEEE Trans Serv Comput. 2025;18(3):1487–99. doi:10.1109/TSC.2025.3562355. [Google Scholar] [CrossRef]
22. Mohammed AB, Chamseddine E, ElAdel A. Enhancing real-time IoT intrusion detection using KAN-based frameworks with SMOTE. J Netw Comput Appl. 2026;249(1):104461. doi:10.1016/j.jnca.2026.104461. [Google Scholar] [CrossRef]
23. Liu Y, Li S, Wang X, Xu L. A review of hybrid cyber threats modelling and detection using artificial intelligence in IIoT. Comput Model Eng Sci. 2024;140(2):1233–61. doi:10.32604/cmes.2024.046473. [Google Scholar] [CrossRef]
24. Zhukabayeva T, Ahmad Z, Tasbolatuly N, Zhartybayeva M, Mardenov Y, Karabayev N, et al. An impact-aware and taxonomy-driven explainable machine learning framework with edge computing for security in Industrial IoT-cyber physical systems. Comput Model Eng Sci. 2025;145(2):2573–99. doi:10.32604/cmes.2025.070426. [Google Scholar] [CrossRef]
25. Tran TP, Nguyen VC, Vu L, Nguyen QU. DeepInsight-convolutional neural network for intrusion detection systems. In: Proceedings of the 8th NAFOSTED Conference on Information and Computer Science (NICS); 2021 Dec 21–22; Hanoi, Vietnam. p. 120–5. doi:10.1109/NICS54270.2021.9701572. [Google Scholar] [CrossRef]
26. Yang J, Chen X, Chen S, Jiang X, Tan X. Conditional variational auto-encoder and extreme value theory aided two-stage learning approach for intelligent fine-grained known/unknown intrusion detection. IEEE Trans Inf Forensics Security. 2021;16:3538–53. doi:10.1109/TIFS.2021.3083422. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools