방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 온라인 아이솔레이션 포레스트 (Online Isolation Forest)× | Semi-supervised Isolation Forest× | |
|---|---|---|
| 분야 | 머신러닝 | 머신러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2008–2011 | 2013–2020 |
| 창시자≠ | Tan, S. C.; Ting, K. M.; Liu, T. F. (streaming variant); original iForest by Liu et al. | Extended from Liu, F.T., Ting, K.M., and Zhou, Z-H. (iForest, 2008); semi-supervised variants developed by multiple authors ca. 2013–2020 |
| 유형≠ | Streaming anomaly detection (online ensemble) | Ensemble anomaly detection (semi-supervised extension) |
| 원전≠ | Liu, F. T., Ting, K. M., & Zhou, Z.-H. (2008). Isolation Forest. In Proceedings of the 8th IEEE International Conference on Data Mining (ICDM), pp. 413–422. DOI ↗ | Görnitz, N., Kloft, M., Rieck, K., & Brefeld, U. (2013). Toward supervised anomaly detection. Journal of Artificial Intelligence Research, 46, 235–262. link ↗ |
| 별칭 | streaming isolation forest, incremental isolation forest, online iForest, adaptive isolation forest | SSIF, semi-supervised iForest, label-guided Isolation Forest, partially supervised Isolation Forest |
| 관련 | 6 | 6 |
| 요약≠ | Online Isolation Forest extends the Isolation Forest anomaly-detection algorithm to streaming or continuously arriving data. Instead of rebuilding isolation trees from scratch when new observations arrive, the forest is updated incrementally so that anomaly scores remain current without reprocessing the entire history. This makes it practical for real-time monitoring, fraud detection, and sensor-data surveillance where data volumes grow indefinitely. | Semi-supervised Isolation Forest extends the classic Isolation Forest anomaly detector by incorporating a small set of labeled anomaly (and possibly normal) examples alongside a large unlabeled dataset. This label guidance adjusts the model's anomaly scores so that known anomalies are separated more reliably, bridging the gap between fully unsupervised and fully supervised detection. |
| ScholarGate데이터셋 ↗ |
|
|