paper-with-me

홈 › Papers

Real-time Network Intrusion Detection via Decision Transformers

2023-12-12 · Jingdi Chen, Hanhan Zhou, Yongsheng Mei, Gina Adam, Nathaniel D. Bastian, Tian Lan

Many cybersecurity problems that require real-time decision-making based on temporal observations can be abstracted as a sequence modeling problem, e.g., network intrusion detection from a sequence of arriving packets. Existing approaches like reinforcement learning may not be suitable for such cybersecurity decision problems, since the Markovian property may not necessarily hold and the underlying network states are often not observable. In this paper, we cast the problem of real-time network intrusion detection as casual sequence modeling and draw upon the power of the transformer architecture for real-time decision-making. By conditioning a causal decision transformer on past trajectories, consisting of the rewards, network packets, and detection decisions, our proposed framework will generate future detection decisions to achieve the desired return. It enables decision transformers to be applied to real-time network intrusion detection, as well as a novel tradeoff between the accuracy and timeliness of detection. The proposed solution is evaluated on public network intrusion detection datasets and outperforms several baseline algorithms using reinforcement learning and sequence modeling, in terms of detection accuracy and timeliness.

📄 PDF Abstract BibTeX arXiv:2312.07696

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingIntrusion DetectionNetwork Intrusion Detectionreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Hybrid Model For Intrusion Detection Systems

2020-03-19 · Baha Rababah, Srija Srivastava

With the increasing number of new attacks on ever growing network traffic, it is becoming challenging to alert immediately any malicious activities to avoid loss of sensitive data and money. This is making intrusion dete…

Intrusion DetectionmodelNetwork Intrusion Detection

Evaluation of Machine Learning Classifiers for Zero-Day Intrusion Detection -- An Analysis on CIC-AWS-2018 dataset

2019-05-09 · Qianru Zhou, Dimitrios Pezaros

Detecting Zero-Day intrusions has been the goal of Cybersecurity, especially intrusion detection for a long time. Machine learning is believed to be the promising methodology to solve that problem, numerous models have b…

BIG-bench Machine LearningGeneral ClassificationIntrusion DetectionZero-day intrusion detection

Robust and Explainable Divide-and-Conquer Learning for Intrusion Detection

2026-05-03 · Yan Zhou, Kevin Hamlen, Michael De Lucia, Murat Kantarcioglu 외 arxiv

Machine learning-based intrusion detection requires complex models to capture patterns in high-dimensional, noisy, and class-imbalanced raw network traffic, yet deploying such models remains impractical on resource-const…

Network Intrusion DetectionAdversarial Robustness

Towards Explainable Meta-Learning for DDoS Detection

2022-04-05 · Qianru Zhou, Rongzhen Li, Lei Xu, Arumugam Nallanathan 외

The Internet is the most complex machine humankind has ever built, and how to defense it from intrusions is even more complex. With the ever increasing of new intrusions, intrusion detection task rely on Artificial Intel…

Intrusion DetectionMeta-Learning

RIDE: Real-time Intrusion Detection via Explainable Machine Learning Implemented in a Memristor Hardware Architecture

2023-11-27 · Jingdi Chen, Lei Zhang, Joseph Riem, Gina Adam 외

Deep Learning (DL) based methods have shown great promise in network intrusion detection by identifying malicious network traffic behavior patterns with high accuracy, but their applications to real-time, packet-level de…

Intrusion DetectionNetwork Intrusion Detection