87
0

Continual Learning with Strategic Selection and Forgetting for Network Intrusion Detection

Abstract

Intrusion Detection Systems (IDS) are crucial for safeguarding digital infrastructure. In dynamic network environments, both threat landscapes and normal operational behaviors are constantly changing, resulting in concept drift. While continuous learning mitigates the adverse effects of concept drift, insufficient attention to drift patterns and excessive preservation of outdated knowledge can still hinder the IDS's adaptability. In this paper, we propose SSF (Strategic Selection and Forgetting), a novel continual learning method for IDS, providing continuous model updates with a constantly refreshed memory buffer. Our approach features a strategic sample selection algorithm to select representative new samples and a strategic forgetting mechanism to drop outdated samples. The proposed strategic sample selection algorithm prioritizes new samples that cause the `drifted' pattern, enabling the model to better understand the evolving landscape. Additionally, we introduce strategic forgetting upon detecting significant drift by discarding outdated samples to free up memory, allowing the incorporation of more recent data. SSF captures evolving patterns effectively and ensures the model is aligned with the change of data patterns, significantly enhancing the IDS's adaptability to concept drift. The state-of-the-art performance of SSF on NSL-KDD and UNSW-NB15 datasets demonstrates its superior adaptability to concept drift for network intrusion detection. The code is released atthis https URL.

View on arXiv
@article{zhang2025_2412.16264,
  title={ Continual Learning with Strategic Selection and Forgetting for Network Intrusion Detection },
  author={ Xinchen Zhang and Running Zhao and Zhihan Jiang and Handi Chen and Yulong Ding and Edith C.H. Ngai and Shuang-Hua Yang },
  journal={arXiv preprint arXiv:2412.16264},
  year={ 2025 }
}
Comments on this paper