방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 분포 외 탐지× | Isolation Forest× | |
|---|---|---|
| 분야 | 머신러닝 | 머신러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2017 | 2008 |
| 창시자≠ | Hendrycks & Gimpel | Liu, F.T., Ting, K.M. & Zhou, Z.-H. |
| 유형≠ | Reliability and safety method for neural networks | Unsupervised ensemble (random partitioning trees) |
| 원전≠ | Hendrycks, D., & Gimpel, K. (2017). A baseline for detecting misclassified and out-of-distribution examples in neural networks. International Conference on Learning Representations. link ↗ | Liu, F.T., Ting, K.M. & Zhou, Z.-H. (2008). Isolation Forest. IEEE ICDM, 413–422. DOI ↗ |
| 별칭≠ | OOD Detection, Novelty Detection, Open-Set Recognition, Dağılım Dışı Tespit | Isolation Forest (Aykırı Değer Tespiti), iForest, isolation forest anomaly detection |
| 관련≠ | 3 | 5 |
| 요약≠ | Out-of-Distribution (OOD) detection is a set of techniques that identify when a deployed machine learning model receives inputs that differ significantly from its training data distribution. Introduced as a formal problem by Hendrycks and Gimpel in 2017, these methods enable models to flag unfamiliar inputs rather than silently produce unreliable predictions, making them foundational to trustworthy and safe AI deployment in high-stakes domains. | 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데이터셋 ↗ |
|
|