<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Using Ensemble Feature Integration with Deep Learning Techniques</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Srinivas Akkepalli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sagar Kadapa</string-name>
          <email>sagar.k@sreyas.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Osmania University</institution>
          ,
          <addr-line>Hyderabad, Telangana</addr-line>
          ,
          <country country="IN">India</country>
          ,
          <addr-line>500007</addr-line>
        </aff>
      </contrib-group>
      <fpage>47</fpage>
      <lpage>57</lpage>
      <abstract>
        <p>Present-day Internet consist of around half a million distinct networks. It might be challenging to categorize assaults in any network connection, since diferent attacks can have diferent connections and range in quantity from a few to hundreds of network connections. DS-based ML (Machine Learning) has been developed as a solution to this issue, monitoring and analyzing data packets to identify abnormal behaviors and novel assaults. The well-known NSLKDD datasets were utilized for this anomaly-based intrusion detection system. It comprises a significant number of computational time and features is more. The curse of dimensionality and data imbalance is the cause of the degradation in model accuracy that occurs with increased processing time, thus addressing these problems: (i) Using a feature selection method to include the features into the model and decrease their dimensionality which yields better results and requires less processing time than utilizing all the features, is still an issue for Internet-based transactions, communication, and IOT applications. Network intrusion detection is a crucial part of network security. However, hackers constantly developing new methods to breach networks and steal data mean that despite several algorithms' best eforts, it is still dificult to identify new invaders. At present, the widely used detection method trains the intrusion samples using conventional ML techniques to produce the intrusion detection model. However, these algorithms have the disadvantage of low detection rates. A more advanced technique called Deep Learning (DL) automatically identifies characteristics from samples and efectively classifies invaders. ∗Corresponding author. †These authors contributed equally.</p>
      </abstract>
      <kwd-group>
        <kwd>Feature selection methods</kwd>
        <kwd>Deep learning techniques</kwd>
        <kwd>NSL-KDD</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>People’s use of the Internet in daily life has significantly been increased. Secure communication
CEUR
Workshop
Proceedings</p>
      <p>ceur-ws.org
ISSN1613-0073</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature survey</title>
      <p>
        In 2020, Meng Wang et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], proposed a dynamical MLP-based detection method that combines
a feedback mechanism and sequential feature selection to prevent DDoS attacks. Multi-layer
perceptron (MLP) to illustrate and address the problems in IDS. In this paper wrapper feature
selection is named SBS model to select the optimal features. MLP algorithm can not ensure
ifnding the global optimal features, but a sub-optimal solution is also acceptable. This approach
employed MLP and sequential feature selection to select the optimal features for the training
phase. Also, generated a feedback system to reconstruct the detector when it experienced
substantial dynamic detection failures. Finally, verified this technique’s efectiveness and
contrasted it with several relevant works. The outcomes demonstrated that this technology
could produce equivalent detection performance and improve the detector’s performance when
necessary. However, the main drawbacks of this approach are it cannot guarantee finding the
global optimal features thereby producing only sub-optimal results and the feedback mechanism
may produce false-positive or false-negative results. In 2021, S. Krishnaveni et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] used
univariate ensemble feature selection technique. This approach is used for the selection of
valuable reduced feature sets from given intrusion datasets. To improve accuracy ensemble
method would replace it with a deep neural network model in the selection process. In 2021,
Mahdi Soltani et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] proposed an innovative approach to deep learning-based intrusion
detection that may be used to adjust deep classification models that are vulnerable to zero-day
attacks yet have low attack-wise accuracy.Machine learning methods [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ] are used to identify
and predict the network attacks. In 2022, Zihan Wu and Hong Zhang [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] developed RTIDS, a
three-module system with an inventive hierarchy self-attention design that is modelled after
stacked encoders as well as decoders for feature extraction and contextual relationship learning.
Self-attention mechanism is used to learn various feature representation weights. But incapable
of recognizing multi-class assaults. Encryption over encryption techniques are proposed to
secure the public networks [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Public surveillance systems [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] are common applications to
prevent from intruders.
      </p>
      <sec id="sec-2-1">
        <title>2.1. State-of-the-art methods</title>
        <p>The proposed method for intrusion detection involves 3 phases:</p>
        <sec id="sec-2-1-1">
          <title>2.1.1. Knowledge base</title>
          <p>The training and feedback dataset, designated as Dt and Df, are two labelled datasets kept in the
knowledge base. The samples applied to train the detection model makeup Dataset Dt, while
the newly categorized and labelled samples from the detector’s detection process are contained
in Dataset Df. 2.Detection model: The MLP model was employed as a classifier in this work,
and the best features were chosen using a wrapper feature selection technique called SBS.</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>2.1.2. Detection model</title>
          <p>The MLP model was employed as a classifier in this work, and the best features were chosen
using a wrapper feature selection technique called SBS.
Algorithm 1. SBS-MLP Algorithm:
Require: F0, M, Vvalidation , Dttest
Ensure: F∗, M, Pcm
F0 = {f1, f2, … … … fn} , F| = ∅, F1 = F0
Train M on  train and  validation with the features in  1 as inputs
Test the trained M on, Dttest to get the feature saliency S(1,0) = 1 - Accuracy
CF1 = S(1,0)
for i = 1 to n − 1 do
for each  ∈   do
H = Fi − f
 ( , ) = 1-accuracy
end for
f∗ = argminf  (I,f)
Fi+1 = Fi − f∗
CFi+1 = min S(i. )
End for
Train  on  train and  validation with the features in  as
Test the trained Mon D test to get the feature saliency
F∗ = argminFi |Fi| subject to max (CFi) − CFi &lt;= 
Train  on  train and  validation with the features in  ∗ as inputs
Test the trained M on Dtest to” F∗, M, and Pcm</p>
          <p>Return F∗, M, and Pcm</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>2.1.3. Feedback mechanism</title>
          <p>The feedback mechanism is in charge of identifying significant detection errors based on newly
labeled samples that are entered into Df. It is only carried out if there are suficient attack
samples, which are indicated by the number (or proportion) of newly labeled attack samples
in Df (represented as Na) over a predetermined value (signified as N0).The mechanism’s basic
hypothesis states that: if we retrain the detection model using the newly labeled samples during
this time, after a certain amount of false-negative/positive errors in present detection have been
accumulated, the retrained model’s detection accuracy on test data will show a distinguishable
decrease.</p>
          <p>Algorithm 2 Error perceiving algorithm:</p>
          <p>The crucial decision-making threshold, denoted as  , is calculated using the
BienayméChebyshev inequality, which may be described as follows:
while Na ≥ N0 do
Read data from Df</p>
          <p>Train M using the features in F∗ as as inputs for Df trained Df validation; test the trained M
using Dt-test to obtain the confusion matrix Qcm.</p>
          <p>Calculate detection accuracy aPandaQas per PcmandQcm
 = aP − aQ
if  &gt; 
then
Update Dt and use the updated Dt to carry out the SBS-MLP operation.</p>
          <p>Update 
end if,end while.</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Comparison findings on NSL-KDD:</title>
        <p>1. The SBS-MLP method cannot guarantee the discovery of the global optimum features
while a suboptimal solution is acceptable.
2. False-positive or false-negative responses might be produced by the feedback process.</p>
        <p>
          An ensemble feature selection technique [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] was given based on univariate learning from
given intrusion datasets to select valuable reduced feature sets. Five univariate filter techniques
were utilized to provide features for intrusion detection due to their simplicity and speed, and
an ensemble classifier was able to successfully fuse the separate classifiers to create a robust
classifier that could be able to identify network assaults.
        </p>
        <p>1. Proposed UEFFS method: Univariate Ensemble Filter Feature Selection</p>
        <p>Proposed Algorithm Steps:
1. The suggested method involves computing features from the subsequent three incursion
datasets: Kyoto, NSL-KDD, and Honey Pot.
2. An incursion dataset’s features were ranked using the five-univariate filter-based measures.</p>
        <p>The first filter measure Information Gain was used to scale all of the calculated rankings.
3. The approach modifies the scale’s values (range between 0 to 1 ). The features that have
the highest weights or ranks are ranked 1st. Each feature’s priority value was calculated
using its unique measure score and weight. The suggested technique computes a mean
to determine the rankings and significance of each attribute.
4. The subset for optimal features is chosen from the rated top  percent feature sequences.</p>
        <p>On the basis of threshold ( ) value, the top-ranked features from 80% of the datasets have
been retained, while 20% of the lower-ranked features. were removed.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Comparison of results:</title>
        <p>Drawback:
1. Multivariate measures to irrelevant feature selection.
2. Future work to the base models for the ensemble method would be to replace it with a
deep neural network model in the selection process.</p>
        <p>An Adaptable Deep Learning-Based Intrusion Detection System [? ] was introduced to
Zero-Day Attacks. The proposed novelty-based framework for deep learning-based intrusion
detection to adapt the deep classification models with zero-day attacks in the real world’s
circumstances. This framework consists of four phases. first phase distinguishes the new
attacks from the older ones. The second phase, a clustering module that links to a particular
layer of the “deep classifier” model implements this phase by creating clusters out of the observed
unidentified trafic.The third phase Supervised Labeling expert supervisor categorizes unknown
trafic into four groups in the third phase: known harmful, new assault, undetected benign,
and temporary anomalous trafic.The fourth phase updating the Model and collect results, The
expert supervisor categorizes unknown trafic into four groups in the third phase: known
harmful, new assault, undetected benign, and temporary anomalous trafic.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Comparison of results:</title>
        <p>Drawback: Open set recognition, Supervised labeling, Clustering/post-training, and updating
take more time complexity, and lack of accuracy.</p>
        <p>
          A Robust Transformer-Based Approach [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] for Institution Detection Systems refers a
positional embedding technique to associate sequential information between features, then a
variant stacked encoder-decoder neural network RTIDS consists of three modules and features
and innovative hierarchy self-attention design Transformer model Specifically, we apply input
and positional embedding to convert input network trafic into fixed-dimension vectors as
input representations. Then stacked encoders and decoders are used for feature extraction and
learning the contextual relations between inputs. Since the input features have diferent impacts
3. end for
4. end for
on the classification result, we use the self-attention system to learn the diferent weights of the
feature “representations.
        </p>
        <p>
          RTIDS Algorithm [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]
        </p>
        <p>Input: Training set S = (x−i, y−i), i = 1, 2, … N, x−i is the network trafic sample, y−i is the
corresponding label</p>
        <p>Output: Classification probabilities of the predicted class.
1: for i ← 0 until num Of Epochs do
2: for Sample s: Batch do
get its vectorized representation sr
put sr into encoder and decoder stacks for feature
extraction and selection”
use the transformer Model.MultiHead Attention function to compute the attention scores of
features
use transformer Model. SoftMax function to obtain classification probabilities
use stochastic gradient descent (SGD) algorithm to minimize the loss function</p>
        <p>Drawback: RNN-based methods have certain limitations in step-by-step processing. Their
feature extraction at any given point in time only relies on the hidden state of previously
observed information, possibly resulting in missing features in the context vector.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed model</title>
      <p>To handle above mentioned issues, we proposed a Deep transudative Federated transfer learning
model.</p>
      <p>Self-attention: self-attention relates the words to each other and sequence = m rows and
dmodel = dk = m. The input Attribute values in the form of matrices Q.K.V.
 (</p>
      <p>Q.K.V) = softmax (QKTT/√dk) V
headi = Attention (QW ⋅ KWk ⋅ VW )
Multi headi = (ℎ1, ℎ2.......ℎ) 
(1)
(2)
(3)</p>
      <sec id="sec-3-1">
        <title>3.1. Experimental setup</title>
        <p>The setup was created and carried out with Python programming language, and all suggested
methods make use of the Kearas with Tensor flow backend framework. Experimental
Environment Operating System Windows 10 pro 64-bit , Memory 64 GB CPU Intel(R) UHD
Graphics 620, Anaconda 4.9.2, python 3.7.0, keras 2.4.2, Tensor flow 2.2.0</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. The evaluation metrics</title>
        <p>Accuracy =</p>
        <p>TP + TN</p>
        <p>TP + TN + FP + FN
Sensitivity =</p>
        <p>TP</p>
        <p>TP + FP
Specificity = TP</p>
        <p>TP + FN
F1-score = 2 × (Precision × Recall)/(Precision + Recall)
(4)
(5)
(6)
(7)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental results and analysis</title>
      <p>Overall Comparison of Results</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion References</title>
      <p>We proposed a three phase intrusion detection model which is capable of recognizing multi-class
assaults. For this, a Deep Transudative Federated Transfer learning model was referred. Our
proposed CNN model achieved accuracy= 98%, precision = 99%, Recall= 98%, F1_score= 99%
and is eficient to detect zero-day attacks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <article-title>A dynamic mlp-based ddos attack detection method using feature selection and feedback</article-title>
          ,
          <source>Computers &amp; Security</source>
          <volume>88</volume>
          (
          <year>2020</year>
          )
          <fpage>101645</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Krishnaveni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sivamohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Sridhar</surname>
          </string-name>
          ,
          <string-name>
            <surname>S:</surname>
          </string-name>
          <article-title>Eficient feature selection and classification through ensemble method for networkintrusion detection on cloud computing</article-title>
          ,
          <source>Cluster Computing</source>
          <volume>24</volume>
          (
          <year>2021</year>
          )
          <fpage>1761</fpage>
          -
          <lpage>1779</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Soltani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ousat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Siavoshani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Jahangir</surname>
          </string-name>
          ,
          <article-title>Anadaptable deep learning-based intrusion detection system to zero-day attacks</article-title>
          ,
          <source>Journal of Information Security and Applications</source>
          <volume>76</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Shanker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. W.</given-names>
            <surname>Bhatt</surname>
          </string-name>
          ,
          <article-title>Framework for identifying network attacks through packet inspection using machine learning</article-title>
          ,
          <source>Nonlinear Engineering</source>
          <volume>12</volume>
          (
          <year>2023</year>
          )
          <fpage>20220297</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Shanker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          , Fss-part:
          <article-title>Feature grouping subset model for predicting network attacks</article-title>
          ,
          <source>SN Computer Science</source>
          <volume>5</volume>
          (
          <year>2023</year>
          )
          <fpage>94</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Rm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K. R.</given-names>
            <surname>Maddikunta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Parimala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Koppu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. R.</given-names>
            <surname>Gadekallu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Chowdhary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alazab</surname>
          </string-name>
          ,
          <article-title>An efective feature engineering for DNN using hybrid PCA-GWO for intrusion detection in IoMT architecture</article-title>
          ,
          <source>Computer Communications</source>
          <volume>160</volume>
          (
          <year>2020</year>
          )
          <fpage>139</fpage>
          -
          <lpage>149</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sethi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <article-title>Public network security by blufing the intruders through encryption over encryption using public key cryptography method</article-title>
          , in: Advanced Informatics for Computing Research: First International Conference, ICAICR 2017, Jalandhar, India, March
          <volume>17</volume>
          -18,
          <year>2017</year>
          , Revised Selected Papers, Springer,
          <year>2017</year>
          , pp.
          <fpage>249</fpage>
          -
          <lpage>257</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>N.</given-names>
            <surname>Mohod</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madan</surname>
          </string-name>
          ,
          <article-title>Human detection in surveillance video using deep learning approach</article-title>
          ,
          <source>in: 2023 6th International Conference on Information Systems and Computer Networks (ISCON)</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . doi:
          <volume>10</volume>
          .1109/ISCON57294.
          <year>2023</year>
          .
          <volume>10111951</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Heidari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Jamali</surname>
          </string-name>
          ,
          <article-title>Internet of Things intrusion detec-tion systems: A comprehensive review and future directions</article-title>
          ,
          <source>Cluster Computing</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>I. A.</given-names>
            <surname>Kandhro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Alanazi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kehar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Fatima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Uddin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karuppayah</surname>
          </string-name>
          ,
          <article-title>Detection of Real-Time malicious intrusions and attacks in IoT empowered cybersecurity infrastructures</article-title>
          ,
          <source>IEEE Access 11</source>
          (
          <year>2023</year>
          )
          <fpage>9136</fpage>
          -
          <lpage>9148</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Vinayakumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alazab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. P.</given-names>
            <surname>Soman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Poornachandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Nemrat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Venkatraman</surname>
          </string-name>
          ,
          <article-title>Deep learning approach for intelligent intrusion detec-tion system</article-title>
          ,
          <source>Ieee Access</source>
          <volume>7</volume>
          (
          <year>2019</year>
          )
          <fpage>41525</fpage>
          -
          <lpage>41550</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Almiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>AbuGhazleh</surname>
          </string-name>
          , A.
          <string-name>
            <surname>Al-Rahayfeh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Atiewi</surname>
            ,
            <given-names>A. Razaque,</given-names>
          </string-name>
          <article-title>Deep recurrent neural network for IoT intrusion detection system</article-title>
          ,
          <source>Simul. Model. Pract. Theory</source>
          <volume>101</volume>
          (
          <year>2020</year>
          )
          <fpage>102031</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>F.</given-names>
            <surname>Laghrissi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Douzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Douzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hssina</surname>
          </string-name>
          ,
          <article-title>Intrusion detection sys-tems using long shortterm memory (LSTM)</article-title>
          ,
          <source>Journal of Big Data</source>
          <volume>8</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Y. G.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. M.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Intrusion detec-tion: A model based on the improved vision transformer</article-title>
          ,
          <source>Transactions on Emerging Telecommunications Technologies</source>
          <volume>33</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>T. P.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Nam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Transformer-Based attention net-work for In-Vehicle intrusion detection</article-title>
          , IEEE Access (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>V.</given-names>
            <surname>Hnamte</surname>
          </string-name>
          , J. Hussain,
          <string-name>
            <surname>DCNNBiLSTM:</surname>
          </string-name>
          <article-title>An eficient hybrid deep learning-based intrusion detection system</article-title>
          ,
          <source>Telematics and Informatics Reports</source>
          <volume>10</volume>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Karthikeyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Indra</surname>
          </string-name>
          ,
          <article-title>Intrusion detection tools and techniques -A survey</article-title>
          ,
          <source>International Journal of Computer Theory and Engineering</source>
          <volume>2</volume>
          (
          <year>2010</year>
          )
          <fpage>901</fpage>
          -
          <lpage>906</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>R.</given-names>
            <surname>Bhargavi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vaidehi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. T. V.</given-names>
            <surname>Bhuvaneswari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Balamuralidhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Chandra</surname>
          </string-name>
          ,
          <article-title>Complex event processing for object tracking and intrusion detection in wireless sensor networks</article-title>
          ,
          <source>in: 2010 11th International Conference on Control Automation Robotics &amp; Vision</source>
          , IEEE,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>