手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| Semi-supervised Isolation Forest× | 局所外れ値因子 (LOF)× | |
|---|---|---|
| 分野 | 機械学習 | 機械学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2013–2020 | 2000 |
| 提唱者≠ | Extended from Liu, F.T., Ting, K.M., and Zhou, Z-H. (iForest, 2008); semi-supervised variants developed by multiple authors ca. 2013–2020 | Breunig, M. M.; Kriegel, H.-P.; Ng, R. T.; Sander, J. |
| 種類≠ | Ensemble anomaly detection (semi-supervised extension) | Density-based anomaly detection (unsupervised) |
| 原典≠ | Görnitz, N., Kloft, M., Rieck, K., & Brefeld, U. (2013). Toward supervised anomaly detection. Journal of Artificial Intelligence Research, 46, 235–262. link ↗ | Breunig, M. M., Kriegel, H.-P., Ng, R. T., & Sander, J. (2000). LOF: Identifying density-based local outliers. Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data, 93–104. DOI ↗ |
| 別名 | SSIF, semi-supervised iForest, label-guided Isolation Forest, partially supervised Isolation Forest | LOF, local outlier factor, density-based outlier detection, local density deviation |
| 関連≠ | 6 | 4 |
| 概要≠ | 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. | Local Outlier Factor (LOF) is a density-based, unsupervised anomaly detection algorithm introduced by Breunig, Kriegel, Ng, and Sander in 2000. It assigns each data point a continuous outlier score that quantifies how isolated that point is relative to its local neighborhood, enabling detection of anomalies that global methods miss because they blend into dense clusters elsewhere in the space. |
| ScholarGateデータセット ↗ |
|
|