🤖 AI Summary
To address high false positive rates and insufficient modeling of local patterns in few-shot malicious traffic detection, this paper proposes HLoG, a Hierarchical Local-Global feature learning framework. HLoG segments network sessions via sliding windows and employs a hierarchical bidirectional GRU to capture fine-grained local temporal patterns, while integrating global self-attention to model long-range contextual dependencies. It further introduces a novel collaborative similarity assessment mechanism that synergistically combines local phase encoding with global self-attention enhancement, thereby improving discriminability for rare attacks. Extensive experiments on three restructured benchmark datasets demonstrate that HLoG significantly outperforms existing state-of-the-art methods: it achieves an average 12.7% improvement in recall and a 38.4% reduction in false positive rate. Moreover, HLoG exhibits strong generalization capability and practical deployability in real-world intrusion detection systems.
📝 Abstract
With the rapid growth of internet traffic, malicious network attacks have become increasingly frequent and sophisticated, posing significant threats to global cybersecurity. Traditional detection methods, including rule-based and machine learning-based approaches, struggle to accurately identify emerging threats, particularly in scenarios with limited samples. While recent advances in few-shot learning have partially addressed the data scarcity issue, existing methods still exhibit high false positive rates and lack the capability to effectively capture crucial local traffic patterns. In this paper, we propose HLoG, a novel hierarchical few-shot malicious traffic detection framework that leverages both local and global features extracted from network sessions. HLoG employs a sliding-window approach to segment sessions into phases, capturing fine-grained local interaction patterns through hierarchical bidirectional GRU encoding, while simultaneously modeling global contextual dependencies. We further design a session similarity assessment module that integrates local similarity with global self-attention-enhanced representations, achieving accurate and robust few-shot traffic classification. Comprehensive experiments on three meticulously reconstructed datasets demonstrate that HLoG significantly outperforms existing state-of-the-art methods. Particularly, HLoG achieves superior recall rates while substantially reducing false positives, highlighting its effectiveness and practical value in real-world cybersecurity applications.