Isolation Forest, Fei Tony Liu, Kai Ming Ting, and Zhi-Hua Zhou, 20082008 Eighth IEEE International Conference on Data Mining (IEEE)DOI: 10.1109/ICDM.2008.17 - 介绍Isolation Forest算法的原始论文,该算法用于高效的异常检测,特别适用于高维数据。
LOF: Identifying Density-Based Local Outliers, Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng, Jörg Sander, 2000Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data (Association for Computing Machinery)DOI: 10.1145/342009.335388 - 定义局部异常因子(LOF)算法的原始论文,这是一种基于密度的局部异常检测方法。
Anomaly detection: A survey, Varun Chandola, Arindam Banerjee, and Vipin Kumar, 2009ACM Computing Surveys, Vol. 41 (ACM (Association for Computing Machinery))DOI: 10.1145/1541880.1541882 - 一篇被广泛引用的调查报告,全面概述了各种异常检测技术,包括统计和基于邻近度的方法。