LGCRSep 15, 2021

NBcoded: network attack classifiers based on Encoder and Naive Bayes model for resource limited devices

arXiv:2109.07273v1
Originality Synthesis-oriented
AI Analysis

This addresses cybersecurity for IoT and industrial systems with limited resources, but it is incremental as it adapts existing methods for efficiency.

The paper tackles the problem of network attack detection on resource-limited devices by proposing NBcoded, a lightweight classifier combining encoders and Naive Bayes models, which reduces training time and disk usage compared to state-of-the-art methods, though it is slightly outperformed in accuracy and F1-score by about 2%.

In the recent years, cybersecurity has gained high relevance, converting the detection of attacks or intrusions into a key task. In fact, a small breach in a system, application, or network, can cause huge damage for the companies. However, when this attack detection encounters the Artificial Intelligence paradigm, it can be addressed using high-quality classifiers which often need high resource demands in terms of computation or memory usage. This situation has a high impact when the attack classifiers need to be used with limited resourced devices or without overloading the performance of the devices, as it happens for example in IoT devices, or in industrial systems. For overcoming this issue, NBcoded, a novel light attack classification tool is proposed in this work. NBcoded works in a pipeline combining the removal of noisy data properties of the encoders with the low resources and timing consuming obtained by the Naive Bayes classifier. This work compares three different NBcoded implementations based on three different Naive Bayes likelihood distribution assumptions (Gaussian, Complement and Bernoulli). Then, the best NBcoded is compared with state of the art classifiers like Multilayer Perceptron and Random Forest. Our implementation shows to be the best model reducing the impact of training time and disk usage, even if it is outperformed by the other two in terms of Accuracy and F1-score (~ 2%).

Foundations

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

Your Notes