Isolation-based Spherical Ensemble Representations for Anomaly Detection
Yang Cao, Sikun Yang, Hao Tian, Kai He, Lianyong Qi, Ming Liu, Yujiu Yang
TL;DR
ISER tackles unsupervised anomaly detection by encoding local density through hypersphere radii across an ensemble of random partitions, achieving linear time $O(n)$ and constant space. It introduces two scoring schemes—average-based $S_{avg}$ and similarity-based $S_{sim}$—to exploit the density-aware ensemble representations, and extends the approach to ISER-IF, which improves Isolation Forest performance in a transformed space. Empirical results on 22 real-world datasets and synthetic scenarios show ISER and ISER-IF consistently outperform 11 baselines on both AUC-ROC and AUC-PR, with compact decision boundaries and scalable runtime. The framework provides a practical, efficient solution for detecting global, local, and dependency anomalies in contaminated data, with open-source code to support reproducibility and extension to streaming settings.
Abstract
Anomaly detection is a critical task in data mining and management with applications spanning fraud detection, network security, and log monitoring. Despite extensive research, existing unsupervised anomaly detection methods still face fundamental challenges including conflicting distributional assumptions, computational inefficiency, and difficulty handling different anomaly types. To address these problems, we propose ISER (Isolation-based Spherical Ensemble Representations) that extends existing isolation-based methods by using hypersphere radii as proxies for local density characteristics while maintaining linear time and constant space complexity. ISER constructs ensemble representations where hypersphere radii encode density information: smaller radii indicate dense regions while larger radii correspond to sparse areas. We introduce a novel similarity-based scoring method that measures pattern consistency by comparing ensemble representations against a theoretical anomaly reference pattern. Additionally, we enhance the performance of Isolation Forest by using ISER and adapting the scoring function to address axis-parallel bias and local anomaly detection limitations. Comprehensive experiments on 22 real-world datasets demonstrate ISER's superior performance over 11 baseline methods.
