#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

The sound of intrusion: A novel network intrusion detection system

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

我其实就是被这个标题给吸引过来的,通读了一遍文章后,发现其核心Idea就是将网络数据转化为语音信号,再利用深度学习的算法对于语音数据的优势学习能力进行建模,从而提升入侵检测的分类能力。


  • Idea:

就是利用深度学习优势场景(图像和语音)嫁接(网络安全NIDS)。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

  • 数据集:NSL-KDD和CICIDS2017

  • 信号处理sample:

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

  • ML算法:Logistic regression, Naive Bayes, KNN, Decision tree, Random forest

  • DL算法:CNN, DBN, LSTM, LSTMCNN

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)


  • 测试结果(硬核数据):

1. 从如下数据可以看出,传统的机器学习算法似乎并没有得益于数据的转换。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

2. 而深度学习算法在数据转换的前后,优势体现得淋漓尽致。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

3. 基于声音的深度学习模型,相比给予原始数据、转换为更多维度数据,以及转换为图像数据,在Accuracy和FAR上都具有一定优势。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

4. 除了基于转换为声音数据的深度学习模型binary-classification, multi-classification任务也具备一定竞争力。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)


  • 讨论部分(精彩的总在这里)

  1. FAR对于NIDS的设计至关重要,然而很多研究对此存在某种程度的忽略,为此,(作者)干得不错。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

2. 深度学习在图像处理和语音识别处理任务的强大能力,为嫁接到NIDS提供了理论和实践的强大基础。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)


  • 结论和展望(未完待续…)

在原基础上对信号处理的优化,评估转换后的特征extracted features,采用更多的深度学习算法,当然也可以尝试更多的数据集。

#趣读文献 基于语音信号的深度学习入侵检测模型 Aldarwbi et al., (2022)

如果想要测试验证,这里有开源的库可以直接使用:

“An open source libraries have been utilized in our experiments such as [21] and Kaldi [22] which they have been made for environmental Sound Classification using Deep Learning.”

[21] Fing. Environmental sound classification using deep learning. 2019, Accessed: 2019-02-08. 

[22] kaldi. Kaldi speech recognition toolkit. 2019, Accessed: 2019-02-08.


参考文献:

Mohammed Y. Aldarwbi, Arash H. Lashkari, Ali A. Ghorbani, The sound of intrusion: A novel network intrusion detection system, Computers and Electrical Engineering,

https://doi.org/10.1016/j.compeleceng.2022.108455.

(https://www.sciencedirect.com/science/article/pii/S004579062200670X)

Abstract: A network intrusion detection system is an essential part of network security research. It detects intrusion behaviors through active defense technology and takes emergency measures such as alerting and terminating intrusions. To this end, with the rapid development of learning technology, various machine-learning-based and deep-learning-based approaches have been developed, but there is a limitation in the detection accuracy. We believe that dealing with network traffic as if they are vibrations, waves, or sounds would allow us to detect intruders better. In this work, we envisioned a novel Network Intrusion Detection System called “the sound of intrusion”. The proposed system transforms the traffic flow features into waves and utilizes advanced audio/speech recognition deep-learning-based techniques to detect intruders. We used several deep-learning-based techniques including long short-term memory, deep belief networks, and convolutional neural networks. The proposed approach has been validated using two well-known and recent benchmark datasets namely NSLKDD and CIC-IDS2017. It achieves the highest detection accuracy, 84.82%, and 99.41%, with the lowest false alarm rate of 0.12% and 0.004% on two common network intrusion detection systems datasets, namely NSL-KDD and CICIDS2017, respectively. It demonstrates improvements over existing approaches, and shows a strong potential for use as a modern Network Intrusion Detection System.

Keywords: Intrusion detection systems; IDS; Anomaly detection; Deep learning; CNN; DBN; LSTM

原创文章,作者:门童靖博士,如若转载,请注明出处:https://www.agent-universe.cn/2022/11/12684.html

Like (0)
Previous 2022-11-10 22:29
Next 2022-11-13 13:50

相关推荐

  • 大模型日报(4月12日 学术篇)

    特别活动! 欢迎观看大模型日报,如需进入大模型日报群和空间站请直接扫码。社群内除日报外还会第一时间分享大模型活动。 欢迎大家一起交流! 论文 01 RecurrentGemma:超…

    2024-04-12
    117
  • 大模型日报(7月15日 学术篇)

    我们希望能够搭建一个AI学习社群,让大家能够学习到最前沿的知识,大家共建一个更好的社区生态。 「奇绩大模型日报」知识库现已登陆飞书官方社区: https://www.feishu.…

    2024-07-15
    223
  • 大模型日报(6月25日 学术篇)

    我们希望能够搭建一个AI学习社群,让大家能够学习到最前沿的知识,大家共建一个更好的社区生态。 「奇绩大模型日报」知识库现已登陆飞书官方社区: https://www.feishu.…

    2024-06-25
    223
  • 大模型日报(7月19日 学术篇)

    我们希望能够搭建一个AI学习社群,让大家能够学习到最前沿的知识,大家共建一个更好的社区生态。 「奇绩大模型日报」知识库现已登陆飞书官方社区: https://www.feishu.…

    2024-07-19
    195
  • AI学术 | Research Rabbit 5分钟挖掘研究领域的文献和作者网络

    通过Research Rabbit (RR),只需要5分钟,即可快速挖掘和追踪你研究领域的文献和作者网络,最为关键的是,这个由AI驱动的工具,持续免费! 想象一下不断反复的场景,当…

    2023-07-03
    1.3K
  • 完整部署Slack+Claude,看这一篇就够了!ChatGPT真正的对手来了~

    ChatGPT碰到真正的对手了?! 没错,就是Claude!它也是OpenAI的团队成员开发的一款AI产品。 这句话是Claude对自己相比于ChatGPT的评价,完全是精准打击:…

    2023-04-16
    213
  • 大模型日报(9月4日 学术篇)

    我们希望能够搭建一个AI学习社群,让大家能够学习到最前沿的知识,大家共建一个更好的社区生态。 「奇绩大模型日报」知识库现已登陆飞书官方社区: https://www.feishu.…

    2024-09-04
    260
  • 几个有趣的机器学习和深度学习可视化Web工具

    主要用途,理解数学公式的同时,通过这几类可视化工具,可以加深对机器学习、深度学习、概率分布知识的理解和应用。 📌Four interactive tools to learn ma…

    2022-11-13
    169
  • #文献阅读# 五步让你提高文献阅读的掌控感

    大量的文献阅读常常会让人迷失,对于某些篇幅较大的文章,尤其是其中还涵盖了一些陌生概念的内容,阅读的时间一久,读者就容易进入精神涣散的状态。 文献读完后依然不知道文章质量好不好,与我…

    2022-08-16
    170
  • 大模型日报(4月13~14日 学术篇)

    欢迎观看大模型日报,如需进入大模型日报群和空间站请直接扫码。社群内除日报外还会第一时间分享大模型活动。 欢迎大家一起交流! 学习 01 AI 集群基础设施 InfiniBand 详…

    2024-04-14
    142