CRLGApr 1, 2013

Fast Feature Reduction in intrusion detection datasets

arXiv:1305.2388v140 citations
Originality Synthesis-oriented
AI Analysis

This work addresses computational efficiency in intrusion detection systems, which is incremental as it builds on existing feature selection methods.

The paper tackled the problem of high computational cost in intrusion detection by proposing a fast feature selection method to eliminate unhelpful features, resulting in significantly lower computational cost compared to existing similarity-based algorithms while maintaining competitive accuracy.

In the most intrusion detection systems (IDS), a system tries to learn characteristics of different type of attacks by analyzing packets that sent or received in network. These packets have a lot of features. But not all of them is required to be analyzed to detect that specific type of attack. Detection speed and computational cost is another vital matter here, because in these types of problems, datasets are very huge regularly. In this paper we tried to propose a very simple and fast feature selection method to eliminate features with no helpful information on them. Result faster learning in process of redundant feature omission. We compared our proposed method with three most successful similarity based feature selection algorithm including Correlation Coefficient, Least Square Regression Error and Maximal Information Compression Index. After that we used recommended features by each of these algorithms in two popular classifiers including: Bayes and KNN classifier to measure the quality of the recommendations. Experimental result shows that although the proposed method can't outperform evaluated algorithms with high differences in accuracy, but in computational cost it has huge superiority over them.

Foundations

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

Your Notes