2018
DOI: 10.1145/3178582
|View full text |Cite
|
Sign up to set email alerts
|

A Survey of Random Forest Based Methods for Intrusion Detection Systems

Abstract: Over the past decades, researchers have been proposing different Intrusion Detection approaches to deal with the increasing number and complexity of threats for computer systems. In this context, Random Forest models have been providing a notable performance on their applications in the realm of the behaviour-based Intrusion Detection Systems. Specificities of the Random Forest model are used to provide classification, feature selection, and proximity metrics. This work provides a comprehensive review of the g… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
100
0
3

Year Published

2018
2018
2024
2024

Publication Types

Select...
4
1
1

Relationship

1
5

Authors

Journals

citations
Cited by 242 publications
(103 citation statements)
references
References 78 publications
0
100
0
3
Order By: Relevance
“…This method provides a comparison metric, which is usually referred by Variable Importance Measure (VIM) or Permutation Importance Index (PIM). This approach is commonly used to create a variable importance rank for feature selection . In cases 6 and 7, we selected the top 30 most important features of the VIM rank.…”
Section: Experiments and Resultsmentioning
confidence: 99%
See 3 more Smart Citations
“…This method provides a comparison metric, which is usually referred by Variable Importance Measure (VIM) or Permutation Importance Index (PIM). This approach is commonly used to create a variable importance rank for feature selection . In cases 6 and 7, we selected the top 30 most important features of the VIM rank.…”
Section: Experiments and Resultsmentioning
confidence: 99%
“…Table 1 Random forest inherits, in some sense, the embedded feature selection of CART decision trees, which on each split evaluates the best feature to split according to a measure, such as Gini index or Residual Sum of Squares (RSS). 32 This method provides a comparison metric, which is usually referred by Variable Importance Measure (VIM) or Permutation Importance Index (PIM). This approach is commonly used to create a variable importance rank for feature selection.…”
Section: Experiments and Resultsmentioning
confidence: 99%
See 2 more Smart Citations
“…The RF algorithm has many advantages, such as low training time complexity and fast prediction time [54,55], efficient handling of missing data, no required pre-processing (scaling or normalisation) of data, and efficient handling of imbalanced data and rare cases (due to the bootstrapping feature) [56]. However, this algorithm has some drawbacks, such as slow runtime as the number of its trees increase, and difficulty to interpret its models due to their high complexity (caused by randomisation) [57].…”
Section: Random Forest (Rf)mentioning
confidence: 99%