ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
2
Citations
0
Influential Citations
ETRI Journal
Venue
2025
Year
Abstract To address the challenges of traffic diversity and data imbalance in network intrusion detection, we propose GraphACGAN, a novel detection framework that integrates auxiliary classifier generative adversarial networks (ACGANs) with graph neural networks (GNNs). In this architecture, the GNN is embedded in the ACGAN discriminator to exploit the latent graph structures inherent to network traffic, thereby improving the model's capacity to distinguish between benign and malicious behaviors. Simultaneously, the ACGAN generator was leveraged to synthesize minority‐class attack traffic, effectively mitigating class imbalances and enhancing generalization. Comprehensive experiments conducted on three benchmark datasets, namely, NF‐BoT‐IoT‐v2, NF‐ToN‐IoT‐v2, and NF‐UNSW‐NB15‐v2, demonstrate that GraphACGAN consistently outperforms all baselines, including E‐GraphSAGE, GCN, ACGAN, LSTM, and KNN in terms of accuracy, precision, recall, and F 1 ‐score. An evaluation of resource‐limited computing platforms further demonstrates GraphACGAN's inference efficiency for real‐world deployment.
Network intrusion detection systems (NIDS) face two persistent challenges: the diversity of network traffic patterns and severe class imbalance where benign traffic vastly outnumbers attack samples. Traditional machine learning models often fail to generalize under these conditions, leading to high false-negative rates for rare but critical attacks. GraphACGAN addresses both issues by combining the generative power of auxiliary classifier GANs (ACGANs) with the structural learning capabilities of graph neural networks (GNNs). This hybrid approach is timely as IoT and edge networks generate increasingly complex, graph-structured data that conventional sequence-based models cannot fully exploit.
The paper's focus on resource-limited deployment further underscores its practical relevance. Many existing deep learning NIDS are computationally heavy, limiting their use on edge devices. GraphACGAN's demonstrated inference efficiency makes it a viable candidate for real-time, on-device intrusion detection, bridging the gap between academic research and industrial application.
GraphACGAN consistently outperforms all baselines across all metrics. On the NF-BoT-IoT-v2 dataset, it achieves the highest accuracy, precision, recall, and F1-score, with improvements of several percentage points over the next best model (E-GraphSAGE). Similar trends hold for NF-ToN-IoT-v2 and NF-UNSW-NB15-v2, demonstrating robustness across different traffic types. The paper also reports inference latency on resource-constrained platforms (e.g., Raspberry Pi), showing that GraphACGAN can process packets in near-real-time, making it suitable for edge deployment.
GraphACGAN represents a meaningful step toward practical, deployable NIDS that can handle real-world data challenges. By synergizing GNNs and GANs, it opens a new direction for hybrid models in cybersecurity. The framework's ability to generate high-quality synthetic attack data also has implications beyond intrusion detection, such as in fraud detection or medical anomaly detection where class imbalance is prevalent. Future work could explore adaptive graph construction or transfer learning to further improve generalization to zero-day attacks.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba