方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 集成自编码器异常检测× | 孤立森林 (Isolation Forest)× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2017 | 2008 |
| 提出者≠ | Chen, J., Sathe, S., Aggarwal, C., & Turaga, D. | Liu, F.T., Ting, K.M. & Zhou, Z.-H. |
| 类型≠ | Ensemble unsupervised anomaly detection | Unsupervised ensemble (random partitioning trees) |
| 开创性文献≠ | Chen, J., Sathe, S., Aggarwal, C., & Turaga, D. (2017). Outlier Detection with Autoencoder Ensembles. In Proceedings of the 2017 SIAM International Conference on Data Mining (SDM), pp. 90–98. SIAM. link ↗ | Liu, F.T., Ting, K.M. & Zhou, Z.-H. (2008). Isolation Forest. IEEE ICDM, 413–422. DOI ↗ |
| 别名≠ | ensemble AE anomaly detection, autoencoder ensemble outlier detection, multi-autoencoder anomaly scoring, AE ensemble unsupervised anomaly detection | Isolation Forest (Aykırı Değer Tespiti), iForest, isolation forest anomaly detection |
| 相关 | 5 | 5 |
| 摘要≠ | Ensemble Autoencoder Anomaly Detection trains multiple autoencoder neural networks on normal-class data and aggregates their reconstruction errors to produce a robust anomaly score. By combining diverse autoencoders rather than relying on one, the method stabilises outlier rankings and reduces sensitivity to random initialisation or suboptimal architecture choices. | Isolation Forest is an unsupervised machine-learning method for anomaly and outlier detection, introduced by Liu, Ting and Zhou in 2008, that isolates anomalies through random partitioning of the data. It works without any labelled anomaly data and scales to high-dimensional datasets. |
| ScholarGate数据集 ↗ |
|
|