paper-with-me

홈 › Papers

Application of a Dynamic Line Graph Neural Network for Intrusion Detection With Semisupervised Learning

2022-12-02 · IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY 2022 12 · Guanghan Duan, Hongwu Lv, Huiqiang Wang, Guangsheng Feng

Deep learning (DL) greatly enhances binary anomaly detection capabilities through effective statistical network characterization; nevertheless, the intrusion class differentiation performance is still insufficient. Two related challenges have not been fully explored. 1) Statistical attack characteristics are overemphasized while ignoring inherent attack topologies; sequence features are extracted from whole traffic flows, but the interaction evolution of each IP pair over time is rarely considered, such as in long short-term memory (LSTM) and gated recurrent units (GRUs). 2) Meeting the need for many high-quality labeled data samples is an expensive and labor-intensive task in large-scale, complex, and heterogeneous networks. To address these issues, we propose a dynamic line graph neural network (DLGNN)-based intrusion detection method with semisupervised learning. Our model converts network traffic into a series of spatiotemporal graphs. A dynamic GNN (DGNN) is employed to extract spatial information from each discrete snapshot and capture the contextual evolution of communication between IP pairs through consecutive snapshots. Moreover, a line graph realizes edge embedding expressions corresponding to network communications and strengthens the message aggregation ability of graph convolution. Experiments on 6 novel datasets demonstrate that our approach achieves 98.15–99.8% accuracy in abnormality detection with fewer labeled samples. Meanwhile, state-of-the-art multiclass performance is achieved, e.g., the average detection accuracy for DDoS across the 6 datasets reaches 95.32%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionGraph Neural NetworkIntrusion Detection

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

One-Class Intrusion Detection with Dynamic Graphs

2025-08-18 · Aleksei Liuliakov, Alexander Schulz, Luca Hermes, Barbara Hammer arxiv

With the growing digitalization all over the globe, the relevance of network security becomes increasingly important. Machine learning-based intrusion detection constitutes a promising approach for improving security, bu…

Intrusion DetectionAnomaly Detection

Noise Robust One-Class Intrusion Detection on Dynamic Graphs

2025-08-19 · Aleksei Liuliakov, Alexander Schulz, Luca Hermes, Barbara Hammer arxiv

In the domain of network intrusion detection, robustness against contaminated and noisy data inputs remains a critical challenge. This study introduces a probabilistic version of the Temporal Graph Network Support Vector…

Network Intrusion Detection

Anomal-E: A Self-Supervised Network Intrusion Detection System based on Graph Neural Networks

2022-07-14 · Evan Caville, Wai Weng Lo, Siamak Layeghy, Marius Portmann

This paper investigates Graph Neural Networks (GNNs) application for self-supervised network intrusion and anomaly detection. GNNs are a deep learning approach for graph-based data that incorporate graph structures into …

Anomaly DetectionIntrusion DetectionNetwork Intrusion Detection

Q-AGNN: Quantum-Enhanced Attentive Graph Neural Network for Intrusion Detection

2026-03-23 · Devashish Chaudhary, Sutharshan Rajasegarar, Shiva Raj Pokhrel arxiv

With the rapid growth of interconnected devices, accurately detecting malicious activities in network traffic has become increasingly challenging. Most existing deep learning-based intrusion detection systems treat netwo…

Graph Neural NetworkIntrusion Detection

Heterogeneous Domain Adaptation for IoT Intrusion Detection: A Geometric Graph Alignment Approach

2023-01-24 · Jiashu Wu, Hao Dai, Yang Wang, Kejiang Ye 외

Data scarcity hinders the usability of data-dependent algorithms when tackling IoT intrusion detection (IID). To address this, we utilise the data rich network intrusion detection (NID) domain to facilitate more accurate…

Domain AdaptationIntrusion DetectionNetwork Intrusion DetectionPseudo Label+1