Performance Comparison and Implementation of Bayesian Variants for Network Intrusion Detection
Tosin Ige, Christopher Kiekintveld

TL;DR
This study compares different Bayesian classifiers for network intrusion detection, revealing that their assumptions significantly impact accuracy, with Gaussian performing best due to its assumption of continuous normal-distributed features.
Contribution
The paper implements and compares Multinomial, Bernoulli, and Gaussian Bayesian classifiers for anomaly detection, highlighting the influence of their assumptions on performance.
Findings
Gaussian classifier achieved the highest accuracy (~82%)
Bernoulli classifier had moderate accuracy (~70%)
Multinomial classifier performed poorly (~31%)
Abstract
Bayesian classifiers perform well when each of the features is completely independent of the other which is not always valid in real world application. The aim of this study is to implement and compare the performances of each variant of Bayesian classifier (Multinomial, Bernoulli, and Gaussian) on anomaly detection in network intrusion, and to investigate whether there is any association between each variant assumption and their performance. Our investigation showed that each variant of Bayesian algorithm blindly follows its assumption regardless of feature property, and that the assumption is the single most important factor that influences their accuracy. Experimental results show that Bernoulli has accuracy of 69.9% test (71% train), Multinomial has accuracy of 31.2% test (31.2% train), while Gaussian has accuracy of 81.69% test (82.84% train). Going deeper, we investigated and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Anomaly Detection Techniques and Applications · Advanced Malware Detection Techniques
