LGAIOct 8, 2025

GTCN-G: A Residual Graph-Temporal Fusion Network for Imbalanced Intrusion Detection (Preprint)

arXiv:2510.07285v21 citationsh-index: 2TrustCom
Originality Highly original
AI Analysis

This addresses the problem of detecting rare malicious activities in network security for cybersecurity practitioners, representing an incremental improvement through hybrid architecture design.

The paper tackles the problem of intrusion detection with imbalanced network traffic data by proposing GTCN-G, a residual graph-temporal fusion network that integrates gated temporal convolutional networks and graph convolutional networks with a graph attention mechanism. The model achieves state-of-the-art performance on UNSW-NB15 and ToN-IoT datasets, significantly outperforming existing baselines in binary and multi-class classification tasks.

The escalating complexity of network threats and the inherent class imbalance in traffic data present formidable challenges for modern Intrusion Detection Systems (IDS). While Graph Neural Networks (GNNs) excel in modeling topological structures and Temporal Convolutional Networks (TCNs) are proficient in capturing time-series dependencies, a framework that synergistically integrates both while explicitly addressing data imbalance remains an open challenge. This paper introduces a novel deep learning framework, named Gated Temporal Convolutional Network and Graph (GTCN-G), engineered to overcome these limitations. Our model uniquely fuses a Gated TCN (G-TCN) for extracting hierarchical temporal features from network flows with a Graph Convolutional Network (GCN) designed to learn from the underlying graph structure. The core innovation lies in the integration of a residual learning mechanism, implemented via a Graph Attention Network (GAT). This mechanism preserves original feature information through residual connections, which is critical for mitigating the class imbalance problem and enhancing detection sensitivity for rare malicious activities (minority classes). We conducted extensive experiments on two public benchmark datasets, UNSW-NB15 and ToN-IoT, to validate our approach. The empirical results demonstrate that the proposed GTCN-G model achieves state-of-the-art performance, significantly outperforming existing baseline models in both binary and multi-class classification tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes