LGAINIApr 23, 2024

Feature Distribution Shift Mitigation with Contrastive Pretraining for Intrusion Detection

arXiv:2404.15382v11 citationsh-index: 282024 IEEE International Conference on Machine Learning for Communication and Networking (ICMLCN)
Originality Incremental advance
AI Analysis

This addresses performance degradation in network intrusion detection systems due to changing data distributions, but it is incremental as it adapts existing pretraining methods to a specific domain.

The paper tackles the feature distribution shift problem in network intrusion detection by proposing SwapCon, a model that uses contrastive pretraining to increase robustness, achieving over 8% improvement against shifts and outperforming XGBoost and KNN models.

In recent years, there has been a growing interest in using Machine Learning (ML), especially Deep Learning (DL) to solve Network Intrusion Detection (NID) problems. However, the feature distribution shift problem remains a difficulty, because the change in features' distributions over time negatively impacts the model's performance. As one promising solution, model pretraining has emerged as a novel training paradigm, which brings robustness against feature distribution shift and has proven to be successful in Computer Vision (CV) and Natural Language Processing (NLP). To verify whether this paradigm is beneficial for NID problem, we propose SwapCon, a ML model in the context of NID, which compresses shift-invariant feature information during the pretraining stage and refines during the finetuning stage. We exemplify the evidence of feature distribution shift using the Kyoto2006+ dataset. We demonstrate how pretraining a model with the proper size can increase robustness against feature distribution shifts by over 8%. Moreover, we show how an adequate numerical embedding strategy also enhances the performance of pretrained models. Further experiments show that the proposed SwapCon model also outperforms eXtreme Gradient Boosting (XGBoost) and K-Nearest Neighbor (KNN) based models by a large margin.

Foundations

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

Your Notes