เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| Online Isolation Forest× | 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ชุดข้อมูล ↗ |
|
|