Weighted Isolation and Random Cut Forest Algorithms for Anomaly Detection
Sijin Yeom, Jae-Hun Jung

TL;DR
This paper introduces weighted isolation and random cut forest algorithms that incorporate data density into their split decisions, improving anomaly detection performance over existing methods.
Contribution
The paper proposes novel weighted IF and RCF algorithms utilizing a new density measure, enhancing data structure consideration in anomaly detection.
Findings
Weighted algorithms outperform traditional methods in anomaly detection.
The density measure effectively guides split value determination.
Mathematical validation supports the proposed approach.
Abstract
Random cut forest (RCF) algorithms have been developed for anomaly detection, particularly in time series data. The RCF algorithm is an improved version of the isolation forest (IF) algorithm. Unlike the IF algorithm, the RCF algorithm can determine whether real-time input contains an anomaly by inserting the input into the constructed tree network. Various RCF algorithms, including Robust RCF (RRCF), have been developed, where the cutting procedure is adaptively chosen probabilistically. The RRCF algorithm demonstrates better performance than the IF algorithm, as dimension cuts are decided based on the geometric range of the data, whereas the IF algorithm randomly chooses dimension cuts. However, the overall data structure is not considered in both IF and RRCF, given that split values are chosen randomly. In this paper, we propose new IF and RCF algorithms, referred to as the weighted…
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
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Data Stream Mining Techniques
