OptIForest: Optimal Isolation Forest for Anomaly Detection
Haolong Xiang, Xuyun Zhang, Hongsheng Hu, Lianyong Qi, Wanchun Dou,, Mark Dras, Amin Beheshti, Xiaolong Xu

TL;DR
OptIForest introduces a theoretically grounded approach to determine the optimal tree structure for isolation forests, enhancing anomaly detection performance through clustering-based learning and bias-variance trade-off optimization.
Contribution
The paper establishes a theory for optimal branching factor in isolation trees and develops OptIForest, a method that improves detection accuracy by leveraging this theory and clustering techniques.
Findings
Outperforms state-of-the-art methods on benchmark datasets
Achieves better bias-variance trade-off in anomaly detection
Demonstrates robustness and efficiency across various data scenarios
Abstract
Anomaly detection plays an increasingly important role in various fields for critical tasks such as intrusion detection in cybersecurity, financial risk detection, and human health monitoring. A variety of anomaly detection methods have been proposed, and a category based on the isolation forest mechanism stands out due to its simplicity, effectiveness, and efficiency, e.g., iForest is often employed as a state-of-the-art detector for real deployment. While the majority of isolation forests use the binary structure, a framework LSHiForest has demonstrated that the multi-fork isolation tree structure can lead to better detection performance. However, there is no theoretical work answering the fundamentally and practically important question on the optimal tree structure for an isolation forest with respect to the branching factor. In this paper, we establish a theory on isolation…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Anomaly Detection Techniques and Applications · Internet Traffic Analysis and Secure E-voting
