Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Extended Isolation Forest

About

We present an extension to the model-free anomaly detection algorithm, Isolation Forest. This extension, named Extended Isolation Forest (EIF), resolves issues with assignment of anomaly score to given data points. We motivate the problem using heat maps for anomaly scores. These maps suffer from artifacts generated by the criteria for branching operation of the binary tree. We explain this problem in detail and demonstrate the mechanism by which it occurs visually. We then propose two different approaches for improving the situation. First we propose transforming the data randomly before creation of each tree, which results in averaging out the bias. Second, which is the preferred way, is to allow the slicing of the data to use hyperplanes with random slopes. This approach results in remedying the artifact seen in the anomaly score heat maps. We show that the robustness of the algorithm is much improved using this method by looking at the variance of scores of data points distributed along constant level sets. We report AUROC and AUPRC for our synthetic datasets, along with real-world benchmark datasets. We find no appreciable difference in the rate of convergence nor in computation time between the standard Isolation Forest and EIF.

Sahand Hariri, Matias Carrasco Kind, Robert J. Brunner• 2018

Related benchmarks

TaskDatasetResultRank
Anomaly DetectionSMD
F1 Score40
375
Time Series Anomaly DetectionTSB-AD-M
VUS-PR21
83
Time Series Anomaly DetectionGECCO
VUS-ROC0.69
74
Anomaly DetectionShuttle
AUC0.843
61
Time Series Anomaly DetectionPSM
Standard-F127
38
Anomaly DetectionCOVER
AUC-PR0.04
34
Time Series Anomaly DetectionDaphnet
AUC-PR15
33
Time Series Anomaly DetectionMITDB
AUC-PR4
33
Time Series Anomaly DetectionSVDB
AUC-PR5
33
Anomaly DetectionPageblocks
AUC-ROC0.902
32
Showing 10 of 117 rows
...

Other info

Follow for update