Confronta i metodi
Esamina i metodi selezionati fianco a fianco; le righe che differiscono sono evidenziate.
| Rilevamento Out-of-Distribution× | Isolation Forest× | |
|---|---|---|
| Campo | Apprendimento automatico | Apprendimento automatico |
| Famiglia | Machine learning | Machine learning |
| Anno di origine≠ | 2017 | 2008 |
| Ideatore≠ | Hendrycks & Gimpel | Liu, F.T., Ting, K.M. & Zhou, Z.-H. |
| Tipo≠ | Reliability and safety method for neural networks | Unsupervised ensemble (random partitioning trees) |
| Fonte seminale≠ | 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 ↗ |
| Alias≠ | OOD Detection, Novelty Detection, Open-Set Recognition, Dağılım Dışı Tespit | Isolation Forest (Aykırı Değer Tespiti), iForest, isolation forest anomaly detection |
| Correlati≠ | 3 | 5 |
| Sintesi≠ | 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. |
| ScholarGateInsieme di dati ↗ |
|
|