<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xml:lang="en" article-type="research-article" dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">CMC</journal-id>
<journal-id journal-id-type="nlm-ta">CMC</journal-id>
<journal-id journal-id-type="publisher-id">CMC</journal-id>
<journal-title-group>
<journal-title>Computers, Materials &#x0026; Continua</journal-title>
</journal-title-group>
<issn pub-type="epub">1546-2226</issn>
<issn pub-type="ppub">1546-2218</issn>
<publisher>
<publisher-name>Tech Science Press</publisher-name>
<publisher-loc>USA</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">51535</article-id>
<article-id pub-id-type="doi">10.32604/cmc.2024.051535</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Article</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>Abnormal Traffic Detection for Internet of Things Based on an Improved Residual Network</article-title>
<alt-title alt-title-type="left-running-head">Abnormal Traffic Detection for Internet of Things Based on an Improved Residual Network</alt-title>
<alt-title alt-title-type="right-running-head">Abnormal Traffic Detection for Internet of Things Based on an Improved Residual Network</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author">
<name name-style="western"><surname>Su</surname><given-names>Tingting</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-2" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Wang</surname><given-names>Jia</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><email>jw1024@xju.edu.cn</email></contrib>
<contrib id="author-3" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Hu</surname><given-names>Wei</given-names></name><xref ref-type="aff" rid="aff-2">2</xref><email>huwei@jit.edu.cn</email></contrib>
<contrib id="author-4" contrib-type="author">
<name name-style="western"><surname>Dong</surname><given-names>Gaoqiang</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-5" contrib-type="author">
<name name-style="western"><surname>Gwanggil</surname><given-names>Jeon</given-names></name><xref ref-type="aff" rid="aff-3">3</xref></contrib>
<aff id="aff-1"><label>1</label><institution>School of Computer Science and Technology, Xinjiang University</institution>, <addr-line>Urumqi, 830046</addr-line>, <country>China</country></aff>
<aff id="aff-2"><label>2</label><institution>School of Cyber Science and Engineering, Jinling Institute of Technology City</institution>, <addr-line>Nanjing, 210000</addr-line>, <country>China</country></aff>
<aff id="aff-3"><label>3</label><institution>College of Information Technology, Incheon National University</institution>, <addr-line>Incheon, 22012, Korea</addr-line></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Authors: Jia Wang. Email: <email>jw1024@xju.edu.cn</email>; Wei Hu. Email: <email>huwei@jit.edu.cn</email></corresp>
</author-notes>
<pub-date date-type="collection" publication-format="electronic">
<year>2024</year></pub-date>
<pub-date date-type="pub" publication-format="electronic">
<day>20</day>
<month>6</month>
<year>2024</year></pub-date>
<volume>79</volume>
<issue>3</issue>
<fpage>4433</fpage>
<lpage>4448</lpage>
<history>
<date date-type="received">
<day>07</day>
<month>3</month>
<year>2024</year>
</date>
<date date-type="accepted">
<day>19</day>
<month>4</month>
<year>2024</year>
</date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2024 Su et al.</copyright-statement>
<copyright-year>2024</copyright-year>
<copyright-holder>Su et al.</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by/4.0/">
<license-p>This work is licensed under a <ext-link ext-link-type="uri" xlink:type="simple" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ext-link>, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p>
</license>
</permissions>
<self-uri content-type="pdf" xlink:href="TSP_CMC_51535.pdf"></self-uri>
<abstract>
<p>Along with the progression of Internet of Things (IoT) technology, network terminals are becoming continuously more intelligent. IoT has been widely applied in various scenarios, including urban infrastructure, transportation, industry, personal life, and other socio-economic fields. The introduction of deep learning has brought new security challenges, like an increment in abnormal traffic, which threatens network security. Insufficient feature extraction leads to less accurate classification results. In abnormal traffic detection, the data of network traffic is high-dimensional and complex. This data not only increases the computational burden of model training but also makes information extraction more difficult. To address these issues, this paper proposes an MD-MRD-ResNeXt model for abnormal network traffic detection. To fully utilize the multi-scale information in network traffic, a Multi-scale Dilated feature extraction (MD) block is introduced. This module can effectively understand and process information at various scales and uses dilated convolution technology to significantly broaden the model&#x2019;s receptive field. The proposed Max-feature-map Residual with Dual-channel pooling (MRD) block integrates the maximum feature map with the residual block. This module ensures the model focuses on key information, thereby optimizing computational efficiency and reducing unnecessary information redundancy. Experimental results show that compared to the latest methods, the proposed abnormal traffic detection model improves accuracy by about 2%.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Abnormal network traffic</kwd>
<kwd>deep learning</kwd>
<kwd>residual network</kwd>
<kwd>multi-scale feature extraction</kwd>
<kwd>max-feature-map</kwd>
</kwd-group>
<funding-group>
<award-group id="awg1">
<funding-source>Key Research and Development Program of Xinjiang Uygur Autonomous Region</funding-source>
<award-id>2022B01008</award-id>
</award-group>
<award-group id="awg2">
<funding-source>National Natural Science Foundation of China</funding-source>
<award-id>62363032</award-id>
</award-group>
<award-group id="awg3">
<funding-source>Natural Science Foundation of Xinjiang Uygur Autonomous Region</funding-source>
<award-id>2023D01C20</award-id>
</award-group>
<award-group id="awg4">
<funding-source>Scientific Research Foundation of Higher Education</funding-source>
<award-id>XJEDU2022P011</award-id>
</award-group>
<award-group id="awg5">
<funding-source>National Science and Technology Major Project</funding-source>
<award-id>2022ZD0115803</award-id>
</award-group>
<award-group id="awg6">
<funding-source>Tianshan Innovation Team Program of Xinjiang Uygur Autonomous Region</funding-source>
<award-id>2023D14012</award-id>
</award-group>
<award-group id="awg7">
<funding-source>&#x201C;Heaven Lake Doctor&#x201D; Project</funding-source>
<award-id>202104120018</award-id>
</award-group>
</funding-group>
</article-meta>
</front>
<body>
<sec id="s1">
<label>1</label>
<title>Introduction</title>
<p>With the continuous advancement of Internet of Things (IoT) technology, network terminals have become more intelligent. It has been widely applied in manufacturing, healthcare, and transportation, profoundly influencing both our work and daily lives. By the end of June 2022, global IoT connections rose to 14.4 billion [<xref ref-type="bibr" rid="ref-1">1</xref>]. However, the rapid development and wide application of IoT have made IoT security face an increasingly severe situation. For example, in 2016, Dyn Inc. in the United States was attacked by a Distributed Denial of Service (DDoS), which infected nearly 65,000 IoT devices and led to the disruption of services of many Uniform Resource Locator (URL) [<xref ref-type="bibr" rid="ref-2">2</xref>]. IoT attacks pose a significant challenge to IoT security, and it is a crucial component of IoT security.</p>
<p>In smart manufacturing factories, many devices such as robotic arms, sensors, and control systems are interconnected. Meanwhile, vast different kinds of production figures, equipment status reports, and environmental monitoring information are generated, which contain many redundancies and irrelevant data. In other words, these data increase computational complexity and complicate the monitoring and detection of abnormal traffic. Furthermore, the distinguishing between abnormal and regular patterns becomes challenging due to the variety and intricacy of the network traffic patterns. In general, the precision of feature selection directly impacts the effectiveness of abnormal detection. Therefore, it is crucial to identify the feature representation of abnormal traffic.</p>
<p>In recent years, machine learning has provided new ways to detect abnormal traffic with its powerful data analysis and pattern recognition capabilities. Existing machine learning methods rely on manual feature extraction, which is not only inefficient in high-dimensional space but also easily leads to insufficient and inaccurate features. Considering the significant advantages of deep learning in automatic feature extraction and pattern recognition, current abnormal traffic detection technology is mainly based on deep learning methods. Although deep learning has advantages in automatic feature extraction. It may lead to incomplete feature extraction and computational inefficiency when processing multidimensional data.</p>
<p>Although machine learning and deep learning have made certain progress in abnormal traffic detection, they still have problems such as incomplete feature extraction, low computational efficiency, and insufficient accuracy when processing multi-dimensional complex data. In order to detect complex features of different scale data in abnormal traffic. This paper proposes a Multi-scale Dilated feature extraction (MD) block. At the same time, in order to effectively process high-dimensional data and maintain key features, a Max-feature-map Residual with Dual-channel pooling (MRD) block is proposed. Therefore, we propose an MD-MRD-ResNeXt model, to solve the problem of insufficient feature extraction in abnormal traffic detection.</p>
<p>The main contributions of this paper are described as follows:</p>
<p>(1) This paper introduces the MD block, a feature integration mechanism that addresses the limitations of existing deep learning models in capturing the multidimensionality of data. Unlike methods that rely solely on single-scale feature extraction, MD block combines multi-scale feature extraction with dilated convolution techniques. MD block can significantly enlarge the model&#x2019;s receptive field, enabling it to more effectively understand and process information across various scales for capturing details and broad context.</p>
<p>(2) In accordance with the diverse features and complex relationships in high-dimensional data of IoT data, a MRD block is proposed to combine maximum feature mapping and residual blocks. In order to accurately extract key features and maintain their continuity and stability in deep networks. The method alleviates overfitting and improves generalization ability. Furthermore, computational efficiency is optimized through the use of parallel dual-channel pooling technology.</p>
<p>The paper is organized as follows: <xref ref-type="sec" rid="s2">Section 2</xref> reviews related work. <xref ref-type="sec" rid="s3">Section 3</xref> introduces the details of the proposed methods. <xref ref-type="sec" rid="s4">Section 4</xref> reports the experimental results and analyses. <xref ref-type="sec" rid="s5">Section 5</xref> concludes our work and looks forward to future research directions.</p>
</sec>
<sec id="s2">
<label>2</label>
<title>Related Work</title>
<p>Identifying and distinguishing normal and abnormal network traffic is one of the important tasks in the field of network security. In order to achieve this goal efficiently, machine learning and deep learning methods have been widely used in the analysis and identification process of network traffic.</p>
<sec id="s2_1">
<label>2.1</label>
<title>Machine Learning-Based Methods</title>
<p>In abnormal traffic detection, the application of machine learning technology has become a key research direction. For example, Autoencoder (AE), eXtreme Gradient Boosting (XGBoost) and XGBoost combined with Principal Component Analysis (PCA) are advantageous in identifying and processing spatial data features.</p>
<p>In network traffic detection, an AE as a neural network architecture is employed for dimensionality reduction or feature extraction [<xref ref-type="bibr" rid="ref-3">3</xref>&#x2013;<xref ref-type="bibr" rid="ref-5">5</xref>]. Ieracitano et al. [<xref ref-type="bibr" rid="ref-3">3</xref>] proposed an AE-based Intrusion Detection System (IDS). It combines statistical analysis with AE to extract more optimized and strongly correlated features. Andresini et al. [<xref ref-type="bibr" rid="ref-4">4</xref>] introduced a deep metric learning strategy that learns feature embeddings through triplet networks combined with Hnamte et al. [<xref ref-type="bibr" rid="ref-5">5</xref>] introduced a two-stage deep learning model (LSTM-AE) by combining Long Short-Term Memory networks (LSTM) with AE. This model aims to effectively identify anomalous behaviors in complex network data. In abnormal traffic detection, XGBoost applications address complex data challenges [<xref ref-type="bibr" rid="ref-6">6</xref>&#x2013;<xref ref-type="bibr" rid="ref-8">8</xref>]. Kasongo et al. [<xref ref-type="bibr" rid="ref-6">6</xref>] used the XGBoost algorithm to reduce the dimensionality of the feature space, which improves the performance of various Machine Learning (ML) models and addresses challenges such as high-dimensional data spaces and dataset imbalance. On the other hand, the model combining particle swarm optimization and XGBoost is proposed by Jiang et al. [<xref ref-type="bibr" rid="ref-7">7</xref>]. This method focuses on improving the parameter settings of XGBoost through the Particle Swarm Optimization (PSO) algorithm, which enables the model to find optimal solutions within a wider parameter space. This approach significantly improves the performance of XGBoost on classification problems. Further research has improved model performance by combining PCA with XGBoost [<xref ref-type="bibr" rid="ref-9">9</xref>&#x2013;<xref ref-type="bibr" rid="ref-11">11</xref>]. Bhattacharya et al. [<xref ref-type="bibr" rid="ref-9">9</xref>] demonstrated the effectiveness of PCA in spatial feature extraction and dimensionality reduction, especially when it is combined with the Firefly algorithm and XGBoost. This approach lays the foundation for data classification by reducing data dimensions while retaining important information. Pan et al. [<xref ref-type="bibr" rid="ref-10">10</xref>] further expanded the application of PCA on this basis, especially in dealing with class imbalance problems. By integrating with the Adaptive Synthetic Sampling (ADASYN) algorithm, PCA not only reduces the complexity of the data but also enhances the balance of the dataset, which provides a more optimized feature set for XGBoost. With the issues of feature redundancy and the neglect of feature mean, Chen et al. [<xref ref-type="bibr" rid="ref-11">11</xref>] proposed an optimized feature extraction algorithm. This method initially applies Kernel PCA (KPCA) to project the original data into a high-dimensional space, removing redundant and irrelevant features. Subsequently, it utilizes Linear Discriminant Analysis (LDA) to perform secondary feature extraction in the new feature space, taking into account the mean differences between and within classes, thereby improving the effect of feature extraction. Diwan et al. [<xref ref-type="bibr" rid="ref-12">12</xref>] proposed a novel, lightweight feature selection method for IoT intrusion detection, which leverages rank-based chi-square, Pearson correlation, and score correlation to identify key dataset features. Similarly, Jhansi et al. [<xref ref-type="bibr" rid="ref-13">13</xref>] used Ant Lion Optimization, Cuckoo Search Optimization, and Firefly Optimization alongside autoencoders for efficient Application Programming Interface (API) scheduling in malware detection.</p>
<p>Although existing machine learning methods have achieved good results in detecting anomalous traffic, many models highly depend on manually extracted features. This approach is not only time-consuming but may also overlook some important complex features in the data. Furthermore, manual feature extraction can lead to models struggling to adapt to new or unknown attack patterns, limiting their generalization and practicality. Therefore, employing methods that automatically learn and extract features is particularly important to overcome the limitations of current approaches in feature extraction and processing.</p>
</sec>
<sec id="s2_2">
<label>2.2</label>
<title>Deep Learning-Based Methods</title>
<p>Compared with machine learning methods, deep learning performs better in terms of learning accuracy and portability because it does not require manual design of features. Abnormal traffic detection typically always relies on spatial and temporal features, as well as a combination of both. Spatial features are usually extracted using Convolutional Neural Network (CNN) [<xref ref-type="bibr" rid="ref-14">14</xref>&#x2013;<xref ref-type="bibr" rid="ref-16">16</xref>]. Li et al. [<xref ref-type="bibr" rid="ref-14">14</xref>] proposed a multi-CNN fusion method. This method divides feature data into four parts for processing and fusion, aiming to enhance the precision and efficiency of network intrusion detection. In order to further optimize the problem of feature extraction caused by sample data differences, Shi et al. [<xref ref-type="bibr" rid="ref-15">15</xref>] proposed the Deep Abnormal Network Traffic Detection (DANTD) method for effective spatial feature extraction. This model uses deep convolutional autoencoders for high-order feature extraction and employs Generative Adversarial Networks (GAN) for data augmentation. The extraction of temporal features relies on the temporal convolution model [<xref ref-type="bibr" rid="ref-17">17</xref>,<xref ref-type="bibr" rid="ref-18">18</xref>]. Li et al. [<xref ref-type="bibr" rid="ref-17">17</xref>] proposed a method using dynamic chaotic Cross-optimized bidirectional residual-gated recurrent unit and Wasserstein generative adversarial network with generated feature domains. This approach leverages the strengths of GRU for processing time series data, which optimizes weights to achieve more efficient feature extraction and reduced time complexity. Cai et al. [<xref ref-type="bibr" rid="ref-18">18</xref>] developed a method using Bidirectional Temporal Convolutional Network (BiTCN) and Multi-Head Self-Attention (MHSA) mechanism. The method employs BiTCN to capture bidirectional semantic features of network traffic and uses MHSA to assign varying weights to different subsequence segments. Recent studies highlight the significant advantages of hybrid models that focus on extracting both spatial and temporal features [<xref ref-type="bibr" rid="ref-19">19</xref>&#x2013;<xref ref-type="bibr" rid="ref-23">23</xref>]. Kanna et al. [<xref ref-type="bibr" rid="ref-19">19</xref>] introduced a model combining an Optimized CNN and Hierarchical Multi-Scale LSTM (HMLSTM). This model employs Lion Swarm Optimization (LSO) to enhance CNN spatial feature extraction, while HMLSTM handles temporal feature extraction. Anitha et al. [<xref ref-type="bibr" rid="ref-20">20</xref>] developed a network integrating Bidirectional Long Short-Term Memory (BiLSTM) with a CNN, where the BiLSTM captures long-term dependencies in time series data and the CNN processes and classifies the data. Zhu et al. [<xref ref-type="bibr" rid="ref-21">21</xref>] proposed a model that combines 1D-CNN and BiLSTM. This method effectively extracts time series and spatial features. It also employs a cost penalty matrix and an improved cross-entropy loss function to enhance the recognition of minority class samples. Wang et al. [<xref ref-type="bibr" rid="ref-22">22</xref>] further proposed a model for spatial-temporal feature fusion, using a simplified CNN for spatial learning and BiLSTM for temporal feature learning, incorporating an attention mechanism for effective feature integration. To address overfitting in training, Hassan et al. [<xref ref-type="bibr" rid="ref-23">23</xref>] developed a hybrid deep learning model that combines CNN with Weighted Decreasing LSTM (WDLSTM) to extract key features efficiently. Since the accurate extraction of spatial features directly affects the sensitivity and accuracy of abnormal traffic detection. It is a core link to ensure network security. We mainly focus on the extraction of spatial features in this paper.</p>
<p>Multi-scale feature extraction methods are crucial for improving model accuracy, generalization, capturing data features at various levels [<xref ref-type="bibr" rid="ref-24">24</xref>&#x2013;<xref ref-type="bibr" rid="ref-27">27</xref>]. Duan et al. [<xref ref-type="bibr" rid="ref-24">24</xref>] introduced a Multi-Scale Residual Classifier (MSRC) for anomaly traffic detection, utilizing wavelet transform to effectively process multi-scale network traffic features. This enhances the accuracy of detecting network traffic anomalies. Yu et al. [<xref ref-type="bibr" rid="ref-25">25</xref>] developed a high-precision intrusion detection system using a Multi-Scale CNN, which extracts features from disordered data to increase the accuracy of intrusion detection. He et al. [<xref ref-type="bibr" rid="ref-26">26</xref>] proposed a method combining a Variational Gaussian Model with a One-Dimensional Pyramid Depth Separable Convolution (PyDSC) network. This approach simplifies complex features using PyConv with added DSC to reduce network complexity. Addressing high-dimensional and complex datasets, Zhang et al. [<xref ref-type="bibr" rid="ref-27">27</xref>] firstly analyzed spatial features using a Multi-Scale Convolutional Neural Network, and processed temporal features with LSTM. Sathya et al. [<xref ref-type="bibr" rid="ref-28">28</xref>] introduced a classification method, which utilizes a dual weight update mechanism to differentiate between attack and non-attack data in IoT devices. Ravi Kiran Varma et al. [<xref ref-type="bibr" rid="ref-29">29</xref>] proposed a software-defined IoT intrusion attack detection method based on enhanced Elman spiking neural network.</p>
<p>In summary, existing abnormal traffic detection methods have obvious limitations in multi-dimensional data feature extraction, identification and maintenance of high-level features. Specifically, (1) some existing methods usually only focus on feature extraction at a single scale, ignoring other levels of information in the data. This limits the model&#x2019;s ability to understand and process complex data structures. (2) With the complex high-dimensional data, it is difficult to identify subtle differences and high-dimensional features. Therefore, this paper proposes an MD block to effectively capture and integrate features of different scales in multi-dimensional data. And a MRD block is designed to identify complex patterns in high-level features with subtle differences.</p>
</sec>
</sec>
<sec id="s3">
<label>3</label>
<title>Methodology</title>
<sec id="s3_1">
<label>3.1</label>
<title>Overall Network Model</title>
<p>Raw data with pcap format generated by industrial IoT need to be converted to images with grayscale format by method in [<xref ref-type="bibr" rid="ref-30">30</xref>]. This paper adopts the ResNeXt network [<xref ref-type="bibr" rid="ref-31">31</xref>] as its main architecture. The preprocessed data are fed into MD block with different scales to cover more global features. Dilated convolutions are used in the MD block to enhance the receptive field. The output of the MD block serves as the input for the MRD block, which combines the Max-Feature-Map (MFM) with residual blocks and dual-channel pooling for the enhancement of precision and efficiency. The MR block of MRD is used to enhance the extraction of key features and maintain feature continuity in deep networks. Finally, the classification results are obtained through the fully connected layer. The overall structure of the MR-MRD-ResNeXt model is shown in <xref ref-type="fig" rid="fig-1">Fig. 1a</xref>. Meanwhile the detailed MD and MR block are shown in <xref ref-type="fig" rid="fig-1">Figs. 1b</xref> and <xref ref-type="fig" rid="fig-1">1c</xref>, respectively.</p>
<fig id="fig-1">
<label>Figure 1</label>
<caption>
<title>(a) Overall architecture of the proposed model (b) Multi-scale dilated feature extraction (c) Detailed information about the MR module</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_51535-fig-1.tif"/>
</fig>
</sec>
<sec id="s3_2">
<label>3.2</label>
<title>Multi-Scale Dilated Feature Extraction</title>
<p>With the introduction of deep learning, feature extraction has been automated and the ability to process complex data has been improved. However, some feature extraction methods in deep learning are still limited to a single scale, which often focuses only on local details or overall patterns and neglects other important dimensions of the data.</p>
<p>Inspired by the multi-scale feature processing method [<xref ref-type="bibr" rid="ref-32">32</xref>], a four-layer multi-scale feature extraction module is used as shown in <xref ref-type="fig" rid="fig-1">Fig. 1b</xref>. In this structure, a 1 &#x00D7; 1 convolution is used in the first branch to enhance the feature representation capabilities of the model, improve the detail capture capability of the networks, and optimize computational efficiency. In the last three branches, dilated convolution is added to the 3 &#x00D7; 3 convolution. The dilation rate of the dilated convolution is adjusted to 1, 2, and 3. A convolution with a dilation rate of 1 is equivalent to a regular convolution and it can capture the potential local features. Gradually increasing the expansion rate to 2 and 3, the receptive field&#x2019;s distribution is optimized. It captures multi-scale information without changing the size of the feature map, thereby capturing a wider range of spatial features. Consequently, this approach avoids excessive sparseness in feature maps and enhances model sensitivity to small-scale features. The features extracted at different scales are integrated to ensure them work collaboratively in the final decision-making process. Afterwards, by integrating batch normalization and ReLU activation function in the post-convolution stage, the training stability and nonlinear expression ability of the model are improved.</p>
</sec>
<sec id="s3_3">
<label>3.3</label>
<title>Max-Feature-Map Residual with Dual-Channel Pooling</title>
<p>When dealing with high-dimensional data with multiple characteristics and complex relationships, traditional methods are often difficult to effectively distinguish and maintain these key features. In addition, as the network depth increases, the model may lose sensitivity to important features, which results in insufficient feature recognition and generalization capabilities. In order to avoid the fuzzy identification of high-dimensional data with multiple characteristics, in this paper we propose an MRD block. The feature extraction is optimized by combining MFM and residual blocks. As illustrated in <xref ref-type="fig" rid="fig-1">Fig. 1c</xref>. MFM selects the most significant feature responses across channels to enhance key features. Assume <inline-formula id="ieqn-1"><mml:math id="mml-ieqn-1"><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mrow><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> represents the value of channel <inline-formula id="ieqn-2"><mml:math id="mml-ieqn-2"><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula> at position (<inline-formula id="ieqn-3"><mml:math id="mml-ieqn-3"><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:math></inline-formula>) in feature map <inline-formula id="ieqn-4"><mml:math id="mml-ieqn-4"><mml:mi>X</mml:mi><mml:mo>&#x2208;</mml:mo><mml:msup><mml:mi>R</mml:mi><mml:mrow><mml:mi>C</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>H</mml:mi><mml:mo>&#x00D7;</mml:mo><mml:mi>W</mml:mi></mml:mrow></mml:msup></mml:math></inline-formula>, then <inline-formula id="ieqn-5"><mml:math id="mml-ieqn-5"><mml:mi>M</mml:mi><mml:mi>F</mml:mi><mml:mi>M</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mrow><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mrow></mml:msub></mml:math></inline-formula> is calculated as <xref ref-type="disp-formula" rid="eqn-1">Eq. (1)</xref>.
<disp-formula id="eqn-1"><label>(1)</label><mml:math id="mml-eqn-1" display="block"><mml:mi>M</mml:mi><mml:mi>F</mml:mi><mml:mi>M</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:msub><mml:mo stretchy="false">)</mml:mo><mml:mrow><mml:mrow><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mrow></mml:msub><mml:mo>=</mml:mo><mml:mi>m</mml:mi><mml:mi>a</mml:mi><mml:msub><mml:mi>x</mml:mi><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub><mml:mo>&#x2208;</mml:mo><mml:mi>C</mml:mi></mml:mrow></mml:msub><mml:mrow><mml:mo>(</mml:mo><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mrow><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi></mml:mrow></mml:msub></mml:mrow></mml:mrow></mml:msub><mml:mo>,</mml:mo><mml:msub><mml:mi>X</mml:mi><mml:mrow><mml:mrow><mml:msub><mml:mi>h</mml:mi><mml:mrow><mml:mi>i</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>w</mml:mi><mml:mrow><mml:mi>j</mml:mi></mml:mrow></mml:msub></mml:mrow><mml:mo>,</mml:mo><mml:mrow><mml:msub><mml:mi>c</mml:mi><mml:mrow><mml:mi>k</mml:mi><mml:mo>+</mml:mo><mml:mfrac><mml:mi>C</mml:mi><mml:mn>2</mml:mn></mml:mfrac></mml:mrow></mml:msub></mml:mrow></mml:mrow></mml:msub><mml:mo>)</mml:mo></mml:mrow></mml:math></disp-formula></p>
<p>The residual block helps maintain the continuity and stability of features in deep networks through its skip connections. In each layer of the residual block, through skip connections. In each layer of the residual block, skip connections allow the model to retain the feature information from the previous layer, to reduce information loss, and to improve the accuracy of feature recognition. This combination strategy not only improves the model&#x2019;s ability to maintain features in complex data, but also effectively reduces overfitting and enhances generalization capabilities.</p>
<p>In addition, because dual-channel pooling can capture features more comprehensively in feature extraction, it combines the advantages of the significant feature response of max pooling and the global information capture of average pooling. Therefore, we adopt it to process key information in complex data and improve the performance of the model in abnormal traffic detection. Assume <inline-formula id="ieqn-6"><mml:math id="mml-ieqn-6"><mml:mi>D</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> and <inline-formula id="ieqn-7"><mml:math id="mml-ieqn-7"><mml:mrow><mml:mi mathvariant="italic">M</mml:mi><mml:mi mathvariant="italic">a</mml:mi><mml:mi mathvariant="italic">x</mml:mi><mml:mi mathvariant="italic">P</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">l</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> represent the feature map obtained after dual-channel pooling and the result after the maximum pooling, then <inline-formula id="ieqn-8"><mml:math id="mml-ieqn-8"><mml:mi>D</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>=</mml:mo><mml:mrow><mml:mi mathvariant="italic">M</mml:mi><mml:mi mathvariant="italic">a</mml:mi><mml:mi mathvariant="italic">x</mml:mi><mml:mi mathvariant="italic">P</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">l</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>&#x2295;</mml:mo><mml:mrow><mml:mi mathvariant="italic">A</mml:mi><mml:mi mathvariant="italic">v</mml:mi><mml:mi mathvariant="italic">g</mml:mi><mml:mi mathvariant="italic">P</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">l</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula>. <inline-formula id="ieqn-9"><mml:math id="mml-ieqn-9"><mml:mrow><mml:mi mathvariant="italic">A</mml:mi><mml:mi mathvariant="italic">v</mml:mi><mml:mi mathvariant="italic">g</mml:mi><mml:mi mathvariant="italic">P</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">o</mml:mi><mml:mi mathvariant="italic">l</mml:mi></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>X</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math></inline-formula> is the result after using the average pooling and <inline-formula id="ieqn-10"><mml:math id="mml-ieqn-10"><mml:mo>&#x2295;</mml:mo></mml:math></inline-formula> represents the element-wise phase.</p>
<p>Through the combination of MFM, residual block and dual-channel pooling. The MRD block enhances the model&#x2019;s feature capture capabilities and optimizes computational efficiency to achieve more efficient and accurate abnormal traffic detection. The detailed MRD is shown in Algorithm 1.</p>
</sec>
<sec id="s3_4">
<label>3.4</label>
<title>Model Training Process</title>
<p>The preprocessed dataset is divided the training set and validation set into a ratio of 8:2. The training set is used for the learning process of the model, while the validation set is used for the evaluation of model performance. In the first stage of the model, the MD block is responsible for capturing features of different scales through dilated convolution technology, which helps the model learn more detailed data representation. Next, in the MRD block, we use the MFM method to capture the most significant feature responses in the deep network structure. At the same time, we enhance the ability of the model to maintain deep features through residual connections. This method helps avoid information loss during training, especially when the network depth is large. Additionally, by combining the advantages of maximum pooling and average pooling, it can retain rich feature information while reduce the number of parameters.</p>
<fig id="fig-4">
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_51535-fig-4.tif"/>
</fig>
<p>During the training process, we choose Adam [<xref ref-type="bibr" rid="ref-32">32</xref>] as the optimizer to adjust and optimize the model weights with its effective adaptive learning rate. Training is performed in small batches (the batchsize is 32), which helps to increase the updating frequency of model and improve the accuracy of gradient estimation. In addition, we use the ReduceLROnPlateau learning rate [<xref ref-type="bibr" rid="ref-33">33</xref>] scheduler to dynamically adjust the learning rate. This strategy determines whether to reduce the learning rate based on the model&#x2019;s performance in terms of loss on the validation set, which ensures that the model does not get stuck in a local minimum during the training process. Model training is scheduled for 50 epochs to ensure sufficient iterations to train the network. The learning rate starts at 0.001, and after the 46th epoch, the learning rate is reduced to <inline-formula id="ieqn-20"><mml:math id="mml-ieqn-20"><mml:mn>1</mml:mn><mml:mspace width="thinmathspace" /><mml:mo>&#x2217;</mml:mo><mml:mspace width="thinmathspace" /><mml:msup><mml:mn>10</mml:mn><mml:mrow><mml:mo>&#x2212;</mml:mo><mml:mn>6</mml:mn></mml:mrow></mml:msup></mml:math></inline-formula>. After each epoch, the validation set is employed to assess the model&#x2019;s performance by accuracy and loss metrics. And the classification result is calculated with the average of multiple experiments. Finally, after a series of training processes, our model showed excellent performance on the abnormal traffic detection, verifying the effectiveness of the MD and MRD blocks.</p>
</sec>
</sec>
<sec id="s4">
<label>4</label>
<title>Experiments and Analyses</title>
<p>In this paper, the experimental environment are running on a server with RTX A5000 GPU and 24 GB RAM using Python3.8 &#x002B; TensorFlow 2.10.0.</p>
<sec id="s4_1">
<label>4.1</label>
<title>Datasets</title>
<p>To verify the effectiveness of the MD-MRD-ResNeXt and its variants of the network proposed in this paper for abnormal traffic detection, this section conducts detailed performance comparison experiments. The experimental datasets used are USTC-TFC2016 [<xref ref-type="bibr" rid="ref-30">30</xref>] and ToN-IoT-Network [<xref ref-type="bibr" rid="ref-34">34</xref>]. The USTC-TFC2016 dataset is composed of two segments. The first segment includes a collection of ten varieties of malicious traffic, gathered by CTU (Czech Technical University) researchers in real-world network settings from 2011 to 2015. The second segment comprises a set of ten kinds of benign traffic, obtained through IXIA BPS (Ixia Breaking Point Systems). A total of 202,921 records from the USTC-TFC2016 dataset are used. The ToN-IoT-Network dataset was developed by the IoT lab at UNSW (The University of New South Wales) Canberra in collaboration with Cyber Range. It encompasses telemetry data from connected devices, logs from both Linux and Windows operating systems, as well as network traffic from IIoT systems. This heterogeneous data was collected from a medium-sized IoT network. A total of 260,462 records from the ToN-IoT-Network dataset are considered. The data used in USTC-TFC2016 and ToN-IoT-Network is detailed in <xref ref-type="table" rid="table-1">Table 1</xref>. All these data are converted to images with grayscale format by method in [<xref ref-type="bibr" rid="ref-30">30</xref>].</p>
<table-wrap id="table-1">
<label>Table 1</label>
<caption>
<title>Statistics of samples with different categories in two datasets</title>
</caption>
<table frame="hsides">
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead>
<tr>
<th colspan="6" align="center">USTC-TFC2016</th>
<th colspan="3" align="center">ToN-IoT-Network</th>
</tr>
<tr>
<td>Category</td>
<td>Train</td>
<td>Test</td>
<td>Category</td>
<td>Train</td>
<td>Test</td>
<td>Category</td>
<td>Train</td>
<td>Test</td>
</tr>
</thead>
<tbody>
<tr>
<td>BitTorrent</td>
<td>6752</td>
<td>750</td>
<td>Cridex</td>
<td>14752</td>
<td>1639</td>
<td>Normal</td>
<td>54000</td>
<td>6000</td>
</tr>
<tr>
<td>Facetime</td>
<td>5400</td>
<td>600</td>
<td>Geod</td>
<td>11743</td>
<td>1305</td>
<td>Password</td>
<td>22513</td>
<td>2502</td>
</tr>
<tr>
<td>FTP</td>
<td>11184</td>
<td>1243</td>
<td>Htbot</td>
<td>9566</td>
<td>1063</td>
<td>Dos</td>
<td>25552</td>
<td>2839</td>
</tr>
<tr>
<td>Gmail</td>
<td>4945</td>
<td>550</td>
<td>Miuref</td>
<td>8017</td>
<td>891</td>
<td>DDos</td>
<td>17243</td>
<td>1916</td>
</tr>
<tr>
<td>MySQL</td>
<td>12571</td>
<td>1397</td>
<td>Neris</td>
<td>13466</td>
<td>1496</td>
<td>Injection</td>
<td>38782</td>
<td>4309</td>
</tr>
<tr>
<td>Outlook</td>
<td>6267</td>
<td>748</td>
<td>Nsis-ay</td>
<td>9805</td>
<td>1089</td>
<td>MITM</td>
<td>5909</td>
<td>657</td>
</tr>
<tr>
<td>Skype</td>
<td>5480</td>
<td>609</td>
<td>Shifu</td>
<td>12920</td>
<td>1436</td>
<td>XSS</td>
<td>54000</td>
<td>6000</td>
</tr>
<tr>
<td>SMB</td>
<td>5031</td>
<td>559</td>
<td>Tinba</td>
<td>13910</td>
<td>1546</td>
<td>Scanning</td>
<td>9560</td>
<td>1062</td>
</tr>
<tr>
<td>Weibo</td>
<td>4112</td>
<td>457</td>
<td>Virut</td>
<td>10110</td>
<td>1123</td>
<td>Backdoor</td>
<td>6692</td>
<td>744</td>
</tr>
<tr>
<td>WorldOfWarcraft</td>
<td>6841</td>
<td>760</td>
<td>Zeus</td>
<td>9709</td>
<td>1079</td>
<td>Ransomware</td>
<td>164</td>
<td>18</td>
</tr>
</tbody>
</table>
</table-wrap>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Evaluation Metrics</title>
<p>In evaluating the efficacy of the MD-MRD-ResNeXt model, this paper employs four evaluation metrics: Accuracy (AC), Precision (PR), Recall (RC) and F1 score, which are computed by <xref ref-type="disp-formula" rid="eqn-2">Eqs. (2)</xref>&#x2013;<xref ref-type="disp-formula" rid="eqn-5">(5)</xref>. Among all these evaluation criteria, True Positive (TP) refers to the cases where abnormal network traffic is accurately identified by the MD-MRD-ResNeXt. False Positive (FP) refers to the instances where the MD-MRD-ResNeXt incorrectly labels normal network traffic as anomalous. False Negative (FN) refers to the cases where abnormal network traffic that the MD-MRD-ResNeXt fails to identify. True Negative (TN) refers to the cases where normal network traffic is accurately identified by the MD-MRD-ResNeXt.
<disp-formula id="eqn-2"><label>(2)</label><mml:math id="mml-eqn-2" display="block"><mml:mi>A</mml:mi><mml:mi>C</mml:mi><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi><mml:mo>+</mml:mo><mml:mi>T</mml:mi><mml:mi>N</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi><mml:mo>+</mml:mo><mml:mi>T</mml:mi><mml:mi>N</mml:mi><mml:mo>+</mml:mo><mml:mi>F</mml:mi><mml:mi>P</mml:mi><mml:mo>+</mml:mo><mml:mi>F</mml:mi><mml:mi>N</mml:mi></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>The ratio of the proportion of correct predictions by the model to the total number of predictions.
<disp-formula id="eqn-3"><label>(3)</label><mml:math id="mml-eqn-3" display="block"><mml:mi>P</mml:mi><mml:mi>R</mml:mi><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi><mml:mo>+</mml:mo><mml:mi>F</mml:mi><mml:mi>P</mml:mi></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>The proportion of positive examples predicted by the model that are actually positive.
<disp-formula id="eqn-4"><label>(4)</label><mml:math id="mml-eqn-4" display="block"><mml:mi>R</mml:mi><mml:mi>C</mml:mi><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi></mml:mrow><mml:mrow><mml:mi>T</mml:mi><mml:mi>P</mml:mi><mml:mo>+</mml:mo><mml:mi>F</mml:mi><mml:mi>N</mml:mi></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>Among all actual positive examples, the proportion of positive examples correctly predicted by the model.
<disp-formula id="eqn-5"><label>(5)</label><mml:math id="mml-eqn-5" display="block"><mml:mi>F</mml:mi><mml:mn>1</mml:mn><mml:mo>=</mml:mo><mml:mfrac><mml:mrow><mml:mn>2</mml:mn><mml:mo>&#x2217;</mml:mo><mml:mi>P</mml:mi><mml:mi>R</mml:mi><mml:mo>&#x2217;</mml:mo><mml:mi>R</mml:mi><mml:mi>C</mml:mi></mml:mrow><mml:mrow><mml:mi>P</mml:mi><mml:mi>R</mml:mi><mml:mo>+</mml:mo><mml:mi>R</mml:mi><mml:mi>C</mml:mi></mml:mrow></mml:mfrac></mml:math></disp-formula></p>
<p>The harmonic means of precision and recall.</p>
</sec>
<sec id="s4_3">
<label>4.3</label>
<title>Experimental Analyses</title>
<sec id="s4_3_1">
<label>4.3.1</label>
<title>Ablation Experiments</title>
<p>Differences in network architectures can lead to variations in performance. <xref ref-type="table" rid="table-2">Table 2</xref> presents the comparison results between MD-MRD-ResNeXt and MD-MRD-ResNet, both of which are based on the same strategy but utilize different backbone networks. As evident from <xref ref-type="table" rid="table-2">Table 2</xref>, MD-MRD-ResNeXt outperforms MD-MRD-ResNet across most evaluation metrics. This can primarily be attributed to the structural differences between ResNeXt and ResNet. ResNeXt enhances the expressive capacity of the model by incorporating grouped convolutions and cardinality connections. This is achieved without significantly increasing the number of parameters. This gives it a superior ability to capture intricate features. In contrast, ResNet strengthens the training capabilities of the network through residual connections. While it might not capture the same features as ResNeXt in certain scenarios. However, within the MD-MRD architecture, the specific structure of ResNeXt provides additional advantages for certain tasks. The selections of ResNeXt as the backbone network in a specific MD-MRD architecture can provide effective performance. This further highlights the importance of considering subtle differences and potential impacts when choosing network structures for specific tasks. In the subsequent section, various ablation study strategies for the proposed MD-MRD-ResNeXt are designed.</p>
<table-wrap id="table-2">
<label>Table 2</label>
<caption>
<title>Verification results of different network structures on USTC-TFC2016 dataset</title>
</caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th>Model</th>
<th>AC</th>
<th>PR</th>
<th>RC</th>
<th>F1</th>
</tr>
</thead>
<tbody>
<tr>
<td><bold>MD-MRD-ResNeXt</bold></td>
<td><bold>97.16%</bold></td>
<td><bold>97.24%</bold></td>
<td><bold>96.78%</bold></td>
<td><bold>96.94%</bold></td>
</tr>
<tr>
<td>MD-MRD-ResNet</td>
<td>96.51%</td>
<td>96.81%</td>
<td>96.32%</td>
<td>96.56%</td>
</tr>
</tbody>
</table>
</table-wrap>
<p>To validate the effectiveness of each module, the following ablation experiments were conducted, which are shown in <xref ref-type="table" rid="table-3">Table 3</xref>. From <xref ref-type="table" rid="table-3">Table 3</xref>, it can be observed that MD-MRD-ResNeXt demonstrates superior performance in Accuracy, Recall, and F1 score. The primary reason is the MD block enlargement of the receptive field of the convolutional kernel, enabling the model to capture richer information from the input and recognize various low-level abnormal traffic features. Meanwhile, the MRD block allows the network to focus more intently on crucial information, discarding irrelevant features, thereby enhancing feature quality. In contrast, when only employing the MD or MRD, there is a performance improvement, but it does not reach the optimum situation. This indicates that the MD and MRD are contributed to feature extraction and attention for essential information, especially in the MC-MRD-ResNeXt (MC represents multi-scale feature extraction without dilated convolution) experiment. The efficiency of the MD block was further validated too.</p>
<table-wrap id="table-3">
<label>Table 3</label>
<caption>
<title>Ablation verification results on USTC-TFC2016 dataset</title>
</caption>
<table frame="hsides">
<colgroup>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
<col/>
</colgroup>
<thead>
<tr>
<th rowspan="2">Model</th>
<th colspan="4" align="center">Block</th>
<th colspan="4" align="center">Results</th>
</tr>
<tr>
<th>MC</th>
<th>MD</th>
<th>MRD</th>
<th>ResNeXt</th>
<th>AC</th>
<th>PR</th>
<th>RC</th>
<th>F1</th>
</tr>
</thead>
<tbody>
<tr>
<td>ResNeXt</td>
<td>&#x00D7;</td>
<td>&#x00D7;</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>95.24%</td>
<td>95.07%</td>
<td>94.76%</td>
<td>95.09%</td>
</tr>
<tr>
<td>MC-ResNeXt</td>
<td>&#x221A;</td>
<td>&#x00D7;</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>95.89%</td>
<td>96.07%</td>
<td>95.90%</td>
<td>96.21%</td>
</tr>
<tr>
<td>MD-ResNeXt</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>96.52%</td>
<td>96.74%</td>
<td>96.40%</td>
<td>96.72%</td>
</tr>
<tr>
<td>MRD-ResNeXt</td>
<td>&#x00D7;</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>&#x221A;</td>
<td>95.94%</td>
<td>96.08%</td>
<td>95.89%</td>
<td>95.98%</td>
</tr>
<tr>
<td>MC-MRD-ResNeXt</td>
<td>&#x221A;</td>
<td>&#x00D7;</td>
<td>&#x221A;</td>
<td>&#x221A;</td>
<td>96.28%</td>
<td>96.59%</td>
<td>96.05%</td>
<td>96.32%</td>
</tr>
<tr>
<td><bold>MD-MRD-ResNeXt</bold></td>
<td><bold>&#x00D7;</bold></td>
<td><bold>&#x221A;</bold></td>
<td><bold>&#x221A;</bold></td>
<td><bold>&#x221A;</bold></td>
<td><bold>97.16%</bold></td>
<td><bold>97.24%</bold></td>
<td><bold>96.78%</bold></td>
<td><bold>96.94%</bold></td>
</tr>
</tbody>
</table>
</table-wrap>
</sec>
<sec id="s4_3_2">
<label>4.3.2</label>
<title>Comparison Experiment</title>
<p>In this study, eight existing abnormal traffic detection methods: 2D-CNN [<xref ref-type="bibr" rid="ref-30">30</xref>], BiDLSTM [<xref ref-type="bibr" rid="ref-35">35</xref>], CNN-BiLSTM [<xref ref-type="bibr" rid="ref-36">36</xref>], PCNN [<xref ref-type="bibr" rid="ref-37">37</xref>], RESNETCNN [<xref ref-type="bibr" rid="ref-38">38</xref>], ResNet-GRU [<xref ref-type="bibr" rid="ref-39">39</xref>], MTC-BYOL [<xref ref-type="bibr" rid="ref-40">40</xref>] and DC-AAE [<xref ref-type="bibr" rid="ref-41">41</xref>] are compared with our MD-MRD-ResNeXt. These methods were chosen because they are not only theoretically well-studied but also empirically validated across various datasets and scenarios, providing a solid benchmark for comparison. These detection methods were evaluated alongside our model based on AC, PR, RC, and F1 score. To provide a comprehensive assessment of the performance of each method, experiments were conducted on the USTC-TFC2016 and ToN-IoT-Network datasets.</p>
<p><xref ref-type="table" rid="table-4">Table 4</xref> compares various methods&#x2019; performance on the USTC-TFC2016 dataset. Experimental results show that BiDLSTM has the worst effect. Although BiDLSTM is effective for time-series data, it struggles to capture multi-dimensional spatial features. 2D-CNN falls short in capturing sufficient contextual information from complex IoT traffic data, which also results in poorer performance. The comparisons of CNN-BiLSTM, PCNN, and DC-AAE with an encoder-decoder can capture more stable and smooth features to enhance extraction performance. Models RESNETCNN and ResNet-GRU can obtain better performance by a residual network, while they always need more computational resources and meticulous parameter tuning for less optimal performance. The model MD-MRD-ResNeXt in this article performed the best on all evaluation indicators, which is attributed to the unique structure of the model. Because the MD block and MRD block are designed to deeply mine the spatial characteristics of network traffic data. The MD block enables the model to capture richer contextual information and fine-grained anomaly indicators. The use of maximum feature mapping and residual blocks further enhances the weight of these features in model decision-making. At the same time, our model adopts an innovative training strategy and dynamically adjusts the learning rate through adaptive learning rate to accelerate the convergence speed of the model. In addition, we introduce early stopping to prevent overfitting and ensure that the model can achieve the best generalization ability on different data sets during training. The results on the ToN-IoT-Network dataset are similar to those of <xref ref-type="table" rid="table-4">Table 4</xref>, which further prove the effectiveness of our model as shown in <xref ref-type="table" rid="table-5">Table 5</xref>.</p>
<table-wrap id="table-4">
<label>Table 4</label>
<caption>
<title>Verification results of all comparative abnormal traffic detection in USTC-TFC2016</title>
</caption>
<table frame="hsides">
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th>Model</th>
<th>AC</th>
<th>PR</th>
<th>RC</th>
<th>F1</th>
</tr>
</thead>
<tbody>
<tr>
<td>2D-CNN [<xref ref-type="bibr" rid="ref-30">30</xref>]</td>
<td>92.93%</td>
<td>93.26%</td>
<td>90.18%</td>
<td>91.69%</td>
</tr>
<tr>
<td>BiDLSTM [<xref ref-type="bibr" rid="ref-35">35</xref>]</td>
<td>90.11%</td>
<td>91.69%</td>
<td>88.64%</td>
<td>90.16%</td>
</tr>
<tr>
<td>CNN-BiLSTM [<xref ref-type="bibr" rid="ref-36">36</xref>]</td>
<td>94.67%</td>
<td>95.39%</td>
<td>95.07%</td>
<td>95.20%</td>
</tr>
<tr>
<td>PCNN [<xref ref-type="bibr" rid="ref-37">37</xref>]</td>
<td>94.36%</td>
<td>94.82%</td>
<td>93.71%</td>
<td>94.26%</td>
</tr>
<tr>
<td>RESNESTCNN [<xref ref-type="bibr" rid="ref-38">38</xref>]</td>
<td>95.13%</td>
<td>95.47%</td>
<td>94.95%</td>
<td>95.21%</td>
</tr>
<tr>
<td>ResNet-GRU [<xref ref-type="bibr" rid="ref-39">39</xref>]</td>
<td>95.30%</td>
<td>95.58%</td>
<td>95.22%</td>
<td>95.22%</td>
</tr>
<tr>
<td>MTC-BYOL [<xref ref-type="bibr" rid="ref-40">40</xref>]</td>
<td>96.24%</td>
<td>96.67%</td>
<td>96.03%</td>
<td>96.34%</td>
</tr>
<tr>
<td>DC-AAE [<xref ref-type="bibr" rid="ref-41">41</xref>]</td>
<td>95.30%</td>
<td>95.64%</td>
<td>94.67%</td>
<td>95.15%</td>
</tr>
<tr>
<td><bold>MD-MRD-ResNeXt</bold></td>
<td><bold>97.16%</bold></td>
<td><bold>97.24%</bold></td>
<td><bold>96.78%</bold></td>
<td><bold>97.17%</bold></td>
</tr>
</tbody>
</table>
</table-wrap><table-wrap id="table-5">
<label>Table 5</label>
<caption>
<title>Verification results of all comparative abnormal traffic detection in ToN-IoT-Network</title>
</caption>
<table frame="hsides" >
<colgroup>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
<col align="left"/>
</colgroup>
<thead>
<tr>
<th>Model</th>
<th>AC</th>
<th>PR</th>
<th>RC</th>
<th>F1</th>
</tr>
</thead>
<tbody>
<tr>
<td>2D-CNN [<xref ref-type="bibr" rid="ref-30">30</xref>]</td>
<td>88.83%</td>
<td>89.87%</td>
<td>88.25%</td>
<td>89.05%</td>
</tr>
<tr>
<td>BiDLSTM [<xref ref-type="bibr" rid="ref-35">35</xref>]</td>
<td>86.23%</td>
<td>91.71%</td>
<td>81.63%</td>
<td>86.37%</td>
</tr>
<tr>
<td>CNN-BiLSTM [<xref ref-type="bibr" rid="ref-36">36</xref>]</td>
<td>88.43%</td>
<td>89.95%</td>
<td>87.33%</td>
<td>88.61%</td>
</tr>
<tr>
<td>PCNN [<xref ref-type="bibr" rid="ref-37">37</xref>]</td>
<td>91.64%</td>
<td>92.59%</td>
<td>91.12%</td>
<td>91.85%</td>
</tr>
<tr>
<td>RESNESTCNN [<xref ref-type="bibr" rid="ref-38">38</xref>]</td>
<td>92.77%</td>
<td>94.07%</td>
<td>91.84%</td>
<td>92.95%</td>
</tr>
<tr>
<td>ResNet-GRU [<xref ref-type="bibr" rid="ref-39">39</xref>]</td>
<td>90.29%</td>
<td>92.92%</td>
<td>88.61%</td>
<td>90.68%</td>
</tr>
<tr>
<td>MTC-BYOL [<xref ref-type="bibr" rid="ref-40">40</xref>]</td>
<td>91.87%</td>
<td>92.25%</td>
<td>90.28%</td>
<td>91.25%</td>
</tr>
<tr>
<td>DC-AAE [<xref ref-type="bibr" rid="ref-41">41</xref>]</td>
<td>90.26%</td>
<td>92.45%</td>
<td>88.97%</td>
<td>90.67%</td>
</tr>
<tr>
<td><bold>MD-MRD-ResNeXt</bold></td>
<td><bold>93.12%</bold></td>
<td><bold>94.41%</bold></td>
<td><bold>92.36%</bold></td>
<td><bold>93.38%</bold></td>
</tr>
</tbody>
</table>
</table-wrap>
<p><xref ref-type="fig" rid="fig-2">Figs. 2</xref> and <xref ref-type="fig" rid="fig-3">3</xref> demonstrate the distribution of results for all the compared methods of abnormal traffic detection on the USTC-TFC2016 and ToN-IoT-Network datasets, respectively. On the USTC-TFC2016 dataset, our model exhibits superior performance compared to the results on the ToN-IoT-Network dataset. The difference can be partly attributed to the more consistent and rule-conforming feature distribution of the USTC-TFC2016 dataset. This dataset exhibits some anomalous traffic characteristics, which enables the model to capture key information more effectively. Furthermore, this dataset might offer more balanced sample diversity and category distribution, reducing the risk of overfitting during training. Conversely, the ToN-IoT-Network dataset, with its more varied and complex IoT device traffic patterns, demands a higher level of generalization from the model. This is because each type of device might generate distinct traffic features. And the diversity and complexity of attack traffic in the dataset pose greater challenges. In summary,our proposed model has demonstrated a notable performance across different datasets compared to other popular methods, reaffirming its effectiveness and robustness.</p>
<fig id="fig-2">
<label>Figure 2</label>
<caption>
<title>Verification results of all comparative abnormal traffic detections in USTC-TFC2016</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_51535-fig-2.tif"/>
</fig><fig id="fig-3">
<label>Figure 3</label>
<caption>
<title>Verification results of all comparative abnormal traffic detections in ToN-IoT-Network</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="CMC_51535-fig-3.tif"/>
</fig>
</sec>
</sec>
</sec>
<sec id="s5">
<label>5</label>
<title>Conclusion</title>
<p>To address the issues of multidimensionality and complexity in feature extraction, this paper proposes the MD-MRD-ResNeXt model for abnormal network traffic detection. By introducing a multi-scale dilated feature extraction module, the model expands its receptive field to capture and integrate features of various scales in parallel. MD block can fully consider all relevant data information in the decision-making process. The proposed MRD block further ensures that the model can accurately extract key features for the diverse features and complex relationships in high-dimensional data. The MD-MRD-ResNeXt model not only optimizes the model&#x2019;s computational efficiency but also significantly improves its generalization ability in abnormal network traffic detection tasks. Experimental results show that the MD-MRD-ResNeXt model performs well in terms of AC, PR, RC, and F1, highlighting its efficiency and practicality in identifying abnormal network traffic. With the development of emerging attack patterns (including unknown zero-day attacks), our model needs to be further improved to address these new attacks in broader network environments. Meanwhile, the imbalanced data always have a significant influence on abnormal detection, which is also our future work.</p>
</sec>
</body>
<back>
<ack>
<p>The authors thank all research members who provided support and assistance in this study.</p>
</ack>
<sec><title>Funding Statement</title>
<p>This work is supported by the Key Research and Development Program of Xinjiang Uygur Autonomous Region (No. 2022B01008), the National Natural Science Foundation of China (No. 62363032), the Natural Science Foundation of Xinjiang Uygur Autonomous Region (No. 2023D01C20), the Scientific Research Foundation of Higher Education (No. XJEDU2022P011), National Science and Technology Major Project (No. 2022ZD0115803), Tianshan Innovation Team Program of Xinjiang Uygur Autonomous Region (No. 2023D14012) and the &#x201C;Heaven Lake Doctor&#x201D; Project (No. 202104120018).</p>
</sec>
<sec><title>Author Contributions</title>
<p>Research conception and design: Tingting Su; Data collection: Gaoqiang Dong; Result analysis and interpretation: Tingting Su, Jia Wang; Manuscript preparation: Tingting Su, Jia Wang, Wei Hu and Jeon Gwanggil.</p>
</sec>
<sec sec-type="data-availability"><title>Availability of Data and Materials</title>
<p>The datasets used in this article are public data sets: The first dataset is the USTC-TFC2016 dataset, and the access method is as follows: <ext-link ext-link-type="uri" xlink:href="https://github.com/yungshenglu/USTC-TFC2016">https://github.com/yungshenglu/USTC-TFC2016</ext-link>. The dataset was further processed using the tools in <ext-link ext-link-type="uri" xlink:href="https://github.com/yungshenglu/USTC-TK2016">https://github.com/yungshenglu/USTC-TK2016</ext-link> to adapt to the needs of this study. The second dataset is the TON-IoT-Network dataset, which can be accessed as follows: <ext-link ext-link-type="uri" xlink:href="https://research.unsw.edu.au/projects/toniot-datasets">https://research.unsw.edu.au/projects/toniot-datasets</ext-link>.</p>
</sec>
<sec sec-type="COI-statement"><title>Conflicts of Interest</title>
<p>The authors declare that they have no conflicts of interest to report regarding the present study.</p>
</sec>
<ref-list content-type="authoryear">
<title>References</title>
<ref id="ref-1"><label>[1]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>K. L.</given-names> <surname>Dias</surname></string-name>, <string-name><given-names>M. A.</given-names> <surname>Pongelupe</surname></string-name>, <string-name><given-names>W. M.</given-names> <surname>Caminhas</surname></string-name>, and <string-name><given-names>L.</given-names> <surname>Errico</surname></string-name></person-group>, &#x201C;<article-title>An innovative approach for real-time network traffic classification</article-title>,&#x201D; <source>Comput. Netw.</source>, vol. <volume>158</volume>, pp. <fpage>143</fpage>&#x2013;<lpage>157</lpage>, <year>Jul. 2019</year>. doi: <pub-id pub-id-type="doi">10.1016/j.comnet.2019.04.004</pub-id>.</mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>C.</given-names> <surname>Kolias</surname></string-name>, <string-name><given-names>G.</given-names> <surname>Kambourakis</surname></string-name>, <string-name><given-names>A.</given-names> <surname>Stavrou</surname></string-name>, and <string-name><given-names>J.</given-names> <surname>Voas</surname></string-name></person-group>, &#x201C;<article-title>DDoS in the IoT: Mirai and other botnets</article-title>,&#x201D; <source>Comput.</source>, vol. <volume>50</volume>, no. <issue>7</issue>, pp. <fpage>80</fpage>&#x2013;<lpage>84</lpage>, <year>Jul. 2017</year>. doi: <pub-id pub-id-type="doi">10.1109/MC.2017.201</pub-id>.</mixed-citation></ref>
<ref id="ref-3"><label>[3]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>C.</given-names> <surname>Ieracitano</surname></string-name>, <string-name><given-names>A.</given-names> <surname>Adeel</surname></string-name>, <string-name><given-names>F. C.</given-names> <surname>Morabito</surname></string-name>, and <string-name><given-names>A.</given-names> <surname>Hussain</surname></string-name></person-group>, &#x201C;<article-title>A novel statistical analysis and autoencoder driven intelligent intrusion detection approach</article-title>,&#x201D; <source>Neurocomputing</source>, vol. <volume>387</volume>, pp. <fpage>51</fpage>&#x2013;<lpage>62</lpage>, <year>Apr. 2020</year>. doi: <pub-id pub-id-type="doi">10.1016/j.neucom.2019.11.016</pub-id>.</mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>G.</given-names> <surname>Andresini</surname></string-name>, <string-name><given-names>A.</given-names> <surname>Appice</surname></string-name>, and <string-name><given-names>D.</given-names> <surname>Malerba</surname></string-name></person-group>, &#x201C;<article-title>Autoencoder-based deep metric learning for network intrusion detection</article-title>,&#x201D; <source>Inf. Sci.</source>, vol. <volume>569</volume>, pp. <fpage>706</fpage>&#x2013;<lpage>727</lpage>, <year>Aug. 2021</year>. doi: <pub-id pub-id-type="doi">10.1016/j.ins.2021.05.016</pub-id>.</mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>V.</given-names> <surname>Hnamte</surname></string-name>, <string-name><given-names>H.</given-names> <surname>Nhung-Nguyen</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Hussain</surname></string-name>, and <string-name><given-names>Y. H.</given-names> <surname>Kim</surname></string-name></person-group>, &#x201C;<article-title>A novel two-stage deep learning model for network intrusion detection: LSTM-AE</article-title>,&#x201D; <source>IEEE Access</source>, vol. <volume>11</volume>, pp. <fpage>37131</fpage>&#x2013;<lpage>37148</lpage>, <year>Apr. 2023</year>. doi: <pub-id pub-id-type="doi">10.1109/ACCESS.2023.3266979</pub-id>.</mixed-citation></ref>
<ref id="ref-6"><label>[6]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>S. M.</given-names> <surname>Kasongo</surname></string-name> and <string-name><given-names>Y.</given-names> <surname>Sun</surname></string-name></person-group>, &#x201C;<article-title>Performance analysis of intrusion detection systems using a feature selection method on the UNSW-NB15 dataset</article-title>,&#x201D; <source>J. Big Data</source>, vol. <volume>7</volume>, pp. <fpage>1</fpage>&#x2013;<lpage>20</lpage>, <year>Nov. 2020</year>. doi: <pub-id pub-id-type="doi">10.1186/s40537-020-00379-6</pub-id>.</mixed-citation></ref>
<ref id="ref-7"><label>[7]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>H.</given-names> <surname>Jiang</surname></string-name>, <string-name><given-names>Z.</given-names> <surname>He</surname></string-name>, <string-name><given-names>G.</given-names> <surname>Ye</surname></string-name>, and <string-name><given-names>H.</given-names> <surname>Zhang</surname></string-name></person-group>, &#x201C;<article-title>Network intrusion detection based on PSO-Xgboost model</article-title>,&#x201D; <source>IEEE Access</source>, vol. <volume>8</volume>, pp. <fpage>58392</fpage>&#x2013;<lpage>58401</lpage>, <year>Mar. 2020</year>. doi: <pub-id pub-id-type="doi">10.1109/ACCESS.2020.2982418</pub-id>.</mixed-citation></ref>
<ref id="ref-8"><label>[8]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>N.</given-names> <surname>Saini</surname></string-name>, <string-name><given-names>V.</given-names> <surname>Bhat Kasaragod</surname></string-name>, <string-name><given-names>K.</given-names> <surname>Prakasha</surname></string-name>, and <string-name><given-names>A. K.</given-names> <surname>Das</surname></string-name></person-group>, &#x201C;<article-title>A hybrid ensemble machine learning model for detecting APT attacks based on network behavior anomaly detection</article-title>,&#x201D; <source>Concurr. Comput.: Pract. Exp.</source>, vol. <volume>35</volume>, no. <issue>28</issue>, pp. <lpage>e7865</lpage>, <year>Jul. 2023</year>. doi: <pub-id pub-id-type="doi">10.1002/cpe.7865</pub-id>.</mixed-citation></ref>
<ref id="ref-9"><label>[9]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>S.</given-names> <surname>Bhattacharya</surname></string-name> <etal>et al.</etal></person-group>, &#x201C;<article-title>A novel PCA-firefly based XGBoost classification model for intrusion detection in networks using GPU</article-title>,&#x201D; <source>Electronics</source>, vol. <volume>9</volume>, no. <issue>2</issue>, pp. <fpage>219</fpage>, <year>Jan. 2020</year>. doi: <pub-id pub-id-type="doi">10.3390/electronics9020219</pub-id>.</mixed-citation></ref>
<ref id="ref-10"><label>[10]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>L.</given-names> <surname>Pan</surname></string-name> and <string-name><given-names>X.</given-names> <surname>Xie</surname></string-name></person-group>, &#x201C;<article-title>Network intrusion detection model based on PCA &#x002B; ADASYN and XGBoost</article-title>,&#x201D; in <conf-name>Proc. 3rd Int. Conf. on EBIMCS. Association for Computing Machinery</conf-name>, <publisher-loc>New York, USA</publisher-loc>, <year>Dec. 2020</year>, pp. <fpage>44</fpage>&#x2013;<lpage>48</lpage>. doi: <pub-id pub-id-type="doi">10.1145/3453187.3453311</pub-id>.</mixed-citation></ref>
<ref id="ref-11"><label>[11]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>J.</given-names> <surname>Chen</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Chen</surname></string-name>, <string-name><given-names>S.</given-names> <surname>Cai</surname></string-name>, <string-name><given-names>S.</given-names> <surname>Yin</surname></string-name>, <string-name><given-names>L.</given-names> <surname>Zhao</surname></string-name> and <string-name><given-names>Z.</given-names> <surname>Zhang</surname></string-name></person-group>, &#x201C;<article-title>An optimized feature extraction algorithm for abnormal network traffic detection</article-title>,&#x201D; <source>Future Gener. Comput. Syst.</source>, vol. <volume>149</volume>, pp. <fpage>330</fpage>&#x2013;<lpage>342</lpage>, <year>Dec. 2023</year>. doi: <pub-id pub-id-type="doi">10.1016/j.future.2023.07.039</pub-id>.</mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>T. D.</given-names> <surname>Diwan</surname></string-name> <etal>et al.</etal></person-group>, &#x201C;<article-title>Feature entropy estimation (FEE) for malicious IoT traffic and detection using machine learning</article-title>,&#x201D; <source>Mob. Inf. Syst.</source>, vol. <volume>2021</volume>, pp. <fpage>1</fpage>&#x2013;<lpage>13</lpage>, <year>Dec. 2021</year>. doi: <pub-id pub-id-type="doi">10.1155/2021/8091363</pub-id>.</mixed-citation></ref>
<ref id="ref-13"><label>[13]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>K. S.</given-names> <surname>Jhansi</surname></string-name>, <string-name><given-names>P.</given-names> <surname>Varma</surname></string-name>, and <string-name><given-names>S.</given-names> <surname>Chakravarty</surname></string-name></person-group>, &#x201C;<article-title>Swarm optimization and machine learning for android malware detection</article-title>,&#x201D; <source>Comput. Mater. Contin.</source>, vol. <volume>73</volume>, no. <issue>3</issue>, pp. <fpage>6327</fpage>&#x2013;<lpage>6345</lpage>, <year>2022</year>. doi: <pub-id pub-id-type="doi">10.32604/cmc.2022.030878</pub-id>.</mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>Y.</given-names> <surname>Li</surname></string-name> <etal>et al.</etal></person-group>, &#x201C;<article-title>Robust detection for network intrusion of industrial IoT based on multi-CNN fusion</article-title>,&#x201D; <source>Measurement</source>, vol. <volume>154</volume>, pp. <fpage>107450</fpage>, <year>Mar. 2020</year>. doi: <pub-id pub-id-type="doi">10.1016/j.measurement.2019.107450</pub-id>.</mixed-citation></ref>
<ref id="ref-15"><label>[15]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>G.</given-names> <surname>Shi</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Shen</surname></string-name>, <string-name><given-names>F.</given-names> <surname>Xiao</surname></string-name>, and <string-name><given-names>Y.</given-names> <surname>He</surname></string-name></person-group>, &#x201C;<article-title>DANTD: A deep abnormal network traffic detection model for security of industrial internet of things using high-order features</article-title>,&#x201D; <source>IEEE Internet Things J.</source>, vol. <volume>10</volume>, no. <issue>24</issue>, pp. <fpage>21143</fpage>&#x2013;<lpage>21153</lpage>, <year>Mar. 2023</year>. doi: <pub-id pub-id-type="doi">10.1109/JIOT.2023.3253777</pub-id>.</mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>B.</given-names> <surname>Xia</surname></string-name>, <string-name><given-names>D.</given-names> <surname>Han</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Yin</surname></string-name>, and <string-name><given-names>G.</given-names> <surname>Na</surname></string-name></person-group>, &#x201C;<article-title>RICNN: A ResNet &#x0026; inception convolutional neural network for intrusion detection of abnormal traffic</article-title>,&#x201D; <source>Comput. Sci. Inf. Syst.</source>, vol. <volume>19</volume>, no. <issue>1</issue>, pp. <fpage>309</fpage>&#x2013;<lpage>326</lpage>, <year>2022</year>. doi: <pub-id pub-id-type="doi">10.2298/CSIS210617055X</pub-id>.</mixed-citation></ref>
<ref id="ref-17"><label>[17]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>K.</given-names> <surname>Li</surname></string-name>, <string-name><given-names>W.</given-names> <surname>Ma</surname></string-name>, <string-name><given-names>H.</given-names> <surname>Duan</surname></string-name>, <string-name><given-names>H.</given-names> <surname>Xie</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Zhu</surname></string-name> and <string-name><given-names>R.</given-names> <surname>Liu</surname></string-name></person-group>, &#x201C;<article-title>Unbalanced network attack traffic detection based on feature extraction and GFDA-WGAN</article-title>,&#x201D; <source>Comput. Netw.</source>, vol. <volume>216</volume>, pp. <fpage>109283</fpage>, <year>Oct. 2022</year>. doi: <pub-id pub-id-type="doi">10.1016/j.comnet.2022.109283</pub-id>.</mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>S.</given-names> <surname>Cai</surname></string-name>, <string-name><given-names>H.</given-names> <surname>Xu</surname></string-name>, <string-name><given-names>M.</given-names> <surname>Liu</surname></string-name>, <string-name><given-names>Z.</given-names> <surname>Chen</surname></string-name>, and <string-name><given-names>G.</given-names> <surname>Zhang</surname></string-name></person-group>, &#x201C;<article-title>A malicious network traffic detection model based on bidirectional temporal convolutional network with multi-head self-attention mechanism</article-title>,&#x201D; <source>Comput. Secur.</source>, vol. <volume>136</volume>, pp. <fpage>103580</fpage>, <year>Jan. 2024</year>. doi: <pub-id pub-id-type="doi">10.1016/j.cose.2023.103580</pub-id>.</mixed-citation></ref>
<ref id="ref-19"><label>[19]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>P. R.</given-names> <surname>Kanna</surname></string-name> and <string-name><given-names>P.</given-names> <surname>Santhi</surname></string-name></person-group>, &#x201C;<article-title>Unified deep learning approach for efficient intrusion detection system using integrated spatial-temporal features</article-title>,&#x201D; <source>Knowl.-Based Syst.</source>, vol. <volume>226</volume>, pp. <fpage>107132</fpage>, <year>Aug. 2021</year>. doi: <pub-id pub-id-type="doi">10.1016/j.knosys.2021.107132</pub-id>.</mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>T.</given-names> <surname>Anitha</surname></string-name>, <string-name><given-names>S.</given-names> <surname>Aanjankumar</surname></string-name>, <string-name><given-names>S.</given-names> <surname>Poonkuntran</surname></string-name>, and <string-name><given-names>A.</given-names> <surname>Nayyar</surname></string-name></person-group>, &#x201C;<article-title>A novel methodology for malicious traffic detection in smart devices using BI-LSTM-CNN-dependent deep learning methodology</article-title>,&#x201D; <source>Neural Comput. Appl.</source>, vol. <volume>35</volume>, no. <issue>27</issue>, pp. <fpage>20319</fpage>&#x2013;<lpage>20338</lpage>, <year>Jul. 2023</year>. doi: <pub-id pub-id-type="doi">10.1007/s00521-023-08818-0</pub-id>.</mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>S.</given-names> <surname>Zhu</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Xu</surname></string-name>, <string-name><given-names>H.</given-names> <surname>Gao</surname></string-name>, and <string-name><given-names>F.</given-names> <surname>Xiao</surname></string-name></person-group>, &#x201C;<article-title>CMTSNN: A deep learning model for multiclassification of abnormal and encrypted traffic of internet of things</article-title>,&#x201D; <source>IEEE Internet Things J.</source>, vol. <volume>10</volume>, no. <issue>13</issue>, pp. <fpage>11773</fpage>&#x2013;<lpage>11791</lpage>, <year>Feb. 2023</year>. doi: <pub-id pub-id-type="doi">10.1109/JIOT.2023.3244544</pub-id>.</mixed-citation></ref>
<ref id="ref-22"><label>[22]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>H.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Di</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>B.</given-names> <surname>Ren</surname></string-name>, <string-name><given-names>G.</given-names> <surname>Gao</surname></string-name> and <string-name><given-names>J.</given-names> <surname>Deng</surname></string-name></person-group>, &#x201C;<article-title>An intelligent digital twin method based on spatio-temporal feature fusion for IoT attack behavior identification</article-title>,&#x201D; <source>IEEE J. Sel. Areas Commun.</source>, vol. <volume>41</volume>, no. <issue>11</issue>, pp. <fpage>3561</fpage>&#x2013;<lpage>3572</lpage>, <year>Aug. 2023</year>. doi: <pub-id pub-id-type="doi">10.1109/JSAC.2023.3310091</pub-id>.</mixed-citation></ref>
<ref id="ref-23"><label>[23]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>M. M.</given-names> <surname>Hassan</surname></string-name>, <string-name><given-names>A.</given-names> <surname>Gumaei</surname></string-name>, <string-name><given-names>A.</given-names> <surname>Alsanad</surname></string-name>, <string-name><given-names>M.</given-names> <surname>Alrubaian</surname></string-name>, and <string-name><given-names>G.</given-names> <surname>Fortino</surname></string-name></person-group>, &#x201C;<article-title>A hybrid deep learning model for efficient intrusion detection in big data environment</article-title>,&#x201D; <source>Inf. Sci.</source>, vol. <volume>513</volume>, pp. <fpage>386</fpage>&#x2013;<lpage>396</lpage>, <year>Mar. 2020</year>. doi: <pub-id pub-id-type="doi">10.1016/j.ins.2019.10.069</pub-id>.</mixed-citation></ref>
<ref id="ref-24"><label>[24]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>X.</given-names> <surname>Duan</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Fu</surname></string-name>, and <string-name><given-names>K.</given-names> <surname>Wang</surname></string-name></person-group>, &#x201C;<article-title>Network traffic anomaly detection method based on multi-scale residual classifier</article-title>,&#x201D; <source>Comput. Commun.</source>, vol. <volume>198</volume>, pp. <fpage>206</fpage>&#x2013;<lpage>216</lpage>, <year>Jan. 2023</year>. doi: <pub-id pub-id-type="doi">10.1016/j.comcom.2022.10.024</pub-id>.</mixed-citation></ref>
<ref id="ref-25"><label>[25]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>J.</given-names> <surname>Yu</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Ye</surname></string-name>, and <string-name><given-names>H.</given-names> <surname>Li</surname></string-name></person-group>, &#x201C;<article-title>A high precision intrusion detection system for network security communication based on multi-scale convolutional neural network</article-title>,&#x201D; <source>Future Gener. Comput. Syst.</source>, vol. <volume>129</volume>, pp. <fpage>399</fpage>&#x2013;<lpage>406</lpage>, <year>Apr. 2022</year>. doi: <pub-id pub-id-type="doi">10.1016/j.future.2021.10.018</pub-id>.</mixed-citation></ref>
<ref id="ref-26"><label>[26]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>J.</given-names> <surname>He</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Song</surname></string-name>, and <string-name><given-names>Q.</given-names> <surname>Xiang</surname></string-name></person-group>, &#x201C;<article-title>A multiscale intrusion detection system based on pyramid depthwise separable convolution neural network</article-title>,&#x201D; <source>Neurocomputing</source>, vol. <volume>530</volume>, pp. <fpage>48</fpage>&#x2013;<lpage>59</lpage>, <year>Apr. 2023</year>. doi: <pub-id pub-id-type="doi">10.1016/j.neucom.2023.01.072</pub-id>.</mixed-citation></ref>
<ref id="ref-27"><label>[27]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>J.</given-names> <surname>Zhang</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Ling</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Fu</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Yang</surname></string-name>, <string-name><given-names>G.</given-names> <surname>Xiong</surname></string-name> and <string-name><given-names>R.</given-names> <surname>Zhang</surname></string-name></person-group>, &#x201C;<article-title>Model of the intrusion detection system based on the integration of spatial-temporal features</article-title>,&#x201D; <source>Comput. Secur.</source>, vol. <volume>89</volume>, pp. <fpage>101681</fpage>, <year>Feb. 2020</year>. doi: <pub-id pub-id-type="doi">10.1016/j.cose.2019.101681</pub-id>.</mixed-citation></ref>
<ref id="ref-28"><label>[28]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>M.</given-names> <surname>Sathya</surname></string-name> <etal>et al.</etal></person-group>, &#x201C;<article-title>A novel, efficient, and secure anomaly detection technique using DWU-ODBN for IoT-enabled multimedia communication systems</article-title>,&#x201D; <source>Wirel. Commun. Mob. Comput.</source>, vol. <volume>2021</volume>, pp. <fpage>1</fpage>&#x2013;<lpage>12</lpage>, <year>Dec. 2021</year>. doi: <pub-id pub-id-type="doi">10.1155/2021/4989410</pub-id>.</mixed-citation></ref>
<ref id="ref-29"><label>[29]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>P.</given-names> <surname>Ravi Kiran Varma</surname></string-name>, <string-name><given-names>R. R.</given-names> <surname>Sathiya</surname></string-name>, and <string-name><given-names>M.</given-names> <surname>Vanitha</surname></string-name></person-group>, &#x201C;<article-title>Enhanced Elman spike neural network based intrusion attack detection in software defined internet of things network</article-title>,&#x201D; <source>Concurr. Comput.</source>, vol. <volume>35</volume>, no. <issue>2</issue>, pp. <fpage>e7503</fpage>, <year>2023</year>. doi: <pub-id pub-id-type="doi">10.1002/cpe.7503</pub-id>.</mixed-citation></ref>
<ref id="ref-30"><label>[30]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>W.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>M.</given-names> <surname>Zhu</surname></string-name>, <string-name><given-names>X. W.</given-names> <surname>Zeng</surname></string-name>, <string-name><given-names>X. Z.</given-names> <surname>Ye</surname></string-name>, and <string-name><given-names>Y. Q.</given-names> <surname>Sheng</surname></string-name></person-group>, &#x201C;<article-title>Malware traffic classification using convolutional neural network for representation learning</article-title>,&#x201D; in <conf-name>Proc. Int. Conf. on Information Networking</conf-name>, <publisher-loc>Da Nang, Vietnam</publisher-loc>, <year>Apr. 2017</year>, pp. <fpage>712</fpage>&#x2013;<lpage>717</lpage>. doi: <pub-id pub-id-type="doi">10.1109/ICOIN.2017.7899588</pub-id>.</mixed-citation></ref>
<ref id="ref-31"><label>[31]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>S.</given-names> <surname>Xie</surname></string-name>, <string-name><given-names>R.</given-names> <surname>Girshick</surname></string-name>, <string-name><given-names>P.</given-names> <surname>Doll&#x00E1;r</surname></string-name>, <string-name><given-names>Z.</given-names> <surname>Tu</surname></string-name>, and <string-name><given-names>K.</given-names> <surname>He</surname></string-name></person-group>, &#x201C;<article-title>Aggregated residual transformations for deep neural networks</article-title>,&#x201D; in <conf-name>Proc. IEEE Conf. on CVPR</conf-name>, <publisher-loc>Honolulu, HI, USA</publisher-loc>, <year>Jul. 2017</year>, pp. <fpage>5987</fpage>&#x2013;<lpage>5995</lpage>. doi: <pub-id pub-id-type="doi">10.1109/CVPR.2017.634</pub-id>.</mixed-citation></ref>
<ref id="ref-32"><label>[32]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>H.</given-names> <surname>Xia</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Ma</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Ou</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Lv</surname></string-name>, and <string-name><given-names>C.</given-names> <surname>Bai</surname></string-name></person-group>, &#x201C;<article-title>Pedestrian detection algorithm based on multi-scale feature extraction and attention feature fusion</article-title>,&#x201D; <source>Digit. Signal Process.</source>, vol. <volume>121</volume>, pp. <fpage>103311</fpage>, <year>Mar. 2022</year>. doi: <pub-id pub-id-type="doi">10.1016/j.dsp.2021.103311</pub-id>.</mixed-citation></ref>
<ref id="ref-33"><label>[33]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>Q.</given-names> <surname>Chen</surname></string-name> <etal>et al.</etal></person-group>, &#x201C;<article-title>Neighborhood rough residual network-based outlier detection method in IoT-Enabled maritime transportation systems</article-title>,&#x201D; <source>IEEE Trans. Intell. Transp. Syst.</source>, vol. <volume>24</volume>, no. <issue>11</issue>, pp. <fpage>11800</fpage>&#x2013;<lpage>11811</lpage>, <year>Nov. 2023</year>. doi: <pub-id pub-id-type="doi">10.1109/TITS.2023.3285615</pub-id>.</mixed-citation></ref>
<ref id="ref-34"><label>[34]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>A. R.</given-names> <surname>Gad</surname></string-name>, <string-name><given-names>A. A.</given-names> <surname>Nashat</surname></string-name>, and <string-name><given-names>T. M.</given-names> <surname>Barkat</surname></string-name></person-group>, &#x201C;<article-title>Intrusion detection system using machine learning for vehicular Ad Hoc networks based on ToN-IoT dataset</article-title>,&#x201D; <source>IEEE Access</source>, vol. <volume>9</volume>, pp. <fpage>142206</fpage>&#x2013;<lpage>142217</lpage>, <year>Oct. 2021</year>. doi: <pub-id pub-id-type="doi">10.1109/ACCESS.2021.3120626</pub-id>.</mixed-citation></ref>
<ref id="ref-35"><label>[35]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>Y.</given-names> <surname>Imrana</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Xiang</surname></string-name>, <string-name><given-names>L.</given-names> <surname>Ali</surname></string-name>, and <string-name><given-names>Z.</given-names> <surname>Abdul-Rauf</surname></string-name></person-group>, &#x201C;<article-title>A bidirectional LSTM deep learning approach for intrusion detection</article-title>,&#x201D; <source>Expert. Syst. Appl.</source>, vol. <volume>185</volume>, pp. <fpage>115524</fpage>, <year>Dec. 2021</year>. doi: <pub-id pub-id-type="doi">10.1016/j.eswa.2021.115524</pub-id>.</mixed-citation></ref>
<ref id="ref-36"><label>[36]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>J.</given-names> <surname>Sinha</surname></string-name> and <string-name><given-names>M.</given-names> <surname>Manollas</surname></string-name></person-group>, &#x201C;<article-title>Efficient deep CNN-BiLSTM model for network intrusion detection</article-title>,&#x201D; in <conf-name>Proc. 3rd Int. Conf. on AIPR, Association for Computing Machinery</conf-name>, <publisher-loc>New York, USA</publisher-loc>, <year>Jun. 2020</year>, pp. <fpage>223</fpage>&#x2013;<lpage>231</lpage>. doi: <pub-id pub-id-type="doi">10.1145/3430199.3430224</pub-id>.</mixed-citation></ref>
<ref id="ref-37"><label>[37]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>Y.</given-names> <surname>Zhang</surname></string-name>, <string-name><given-names>X.</given-names> <surname>Chen</surname></string-name>, <string-name><given-names>D.</given-names> <surname>Guo</surname></string-name>, <string-name><given-names>M.</given-names> <surname>Song</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Teng</surname></string-name> and <string-name><given-names>X.</given-names> <surname>Wang</surname></string-name></person-group>, &#x201C;<article-title>PCCN: Parallel cross convolutional neural network for abnormal network traffic flows detection in multi-class imbalanced network traffic flows</article-title>,&#x201D; <source>IEEE Access</source>, vol. <volume>7</volume>, pp. <fpage>119904</fpage>&#x2013;<lpage>119916</lpage>, <year>Aug. 2019</year>. doi: <pub-id pub-id-type="doi">10.1109/ACCESS.2019.2933165</pub-id>.</mixed-citation></ref>
<ref id="ref-38"><label>[38]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>Y.</given-names> <surname>Li</surname></string-name>, <string-name><given-names>D.</given-names> <surname>Han</surname></string-name>, <string-name><given-names>M.</given-names> <surname>Cui</surname></string-name>, <string-name><given-names>F.</given-names> <surname>Yuan</surname></string-name>, and <string-name><given-names>Y.</given-names> <surname>Zhou</surname></string-name></person-group>, &#x201C;<article-title>RESNETCNN: An abnormal network traffic flows detection model</article-title>,&#x201D; <source>Comput. Sci. Inf. Syst.</source>, vol. <volume>20</volume>, no. <issue>3</issue>, pp. <fpage>997</fpage>&#x2013;<lpage>1014</lpage>, <year>2023</year>. doi: <pub-id pub-id-type="doi">10.2298/CSIS221124004L</pub-id>.</mixed-citation></ref>
<ref id="ref-39"><label>[39]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><given-names>G.</given-names> <surname>Zhao</surname></string-name>, <string-name><given-names>C.</given-names> <surname>Ren</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Huang</surname></string-name>, and <string-name><given-names>H.</given-names> <surname>Chen</surname></string-name></person-group>, &#x201C;<article-title>IoT intrusion detection model based on gated recurrent unit and residual network</article-title>,&#x201D; <source>Peer Peer Netw. Appl.</source>, vol. <volume>16</volume>, pp. <fpage>1887</fpage>&#x2013;<lpage>1899</lpage>, <year>Jun. 2023</year>. doi: <pub-id pub-id-type="doi">10.1007/s12083-023-01510-z</pub-id>.</mixed-citation></ref>
<ref id="ref-40"><label>[40]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>M. S.</given-names> <surname>Towhid</surname></string-name> and <string-name><given-names>N.</given-names> <surname>Shahriar</surname></string-name></person-group>, &#x201C;<article-title>Encrypted network traffic classification using self-supervised learning</article-title>,&#x201D; in <conf-name>Proc. IEEE 8th Int. Conf. on NetSoft</conf-name>, <publisher-loc>Milan, Italy</publisher-loc>, <year>Aug. 2022</year>, pp. <fpage>366</fpage>&#x2013;<lpage>374</lpage>. doi: <pub-id pub-id-type="doi">10.1109/NetSoft54395.2022.9844044</pub-id>.</mixed-citation></ref>
<ref id="ref-41"><label>[41]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><given-names>L.</given-names> <surname>Zhang</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Yin</surname></string-name>, <string-name><given-names>J.</given-names> <surname>Ning</surname></string-name>, <string-name><given-names>Y.</given-names> <surname>Wang</surname></string-name>, <string-name><given-names>B.</given-names> <surname>Adebisi</surname></string-name> and <string-name><given-names>J.</given-names> <surname>Yang</surname></string-name></person-group>, &#x201C;<article-title>A novel unsupervised malware detection method based on adversarial auto-encoder and deep clustering</article-title>,&#x201D; in <conf-name>Proc. 9th Int. Conf. on DSA</conf-name>, <publisher-loc>Urumqi, China</publisher-loc>, <year>Oct. 2022</year>, pp. <fpage>224</fpage>&#x2013;<lpage>229</lpage>. doi: <pub-id pub-id-type="doi">10.1109/DSA56465.2022.00038</pub-id>.</mixed-citation></ref>
</ref-list>
</back></article>