Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Ensemble One-Class SVM× | Detecció d'anomalies amb autoencoders× | |
|---|---|---|
| Camp | Aprenentatge automàtic | Aprenentatge automàtic |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2001 | 2006–2014 |
| Autor original≠ | Tax, D. M. J. & Duin, R. P. W. (ensemble OC classifiers); Scholkopf et al. (OC-SVM base) | Hinton, G. E. & Salakhutdinov, R. R. (autoencoders); applied to anomaly detection through multiple authors in the 2010s |
| Tipus≠ | Ensemble anomaly detector | Unsupervised deep learning (reconstruction-based) |
| Font seminal≠ | Scholkopf, B., Platt, J. C., Shawe-Taylor, J., Smola, A. J., & Williamson, R. C. (2001). Estimating the support of a high-dimensional distribution. Neural Computation, 13(7), 1443–1471. DOI ↗ | Chalapathy, R. & Chawla, S. (2019). Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407. link ↗ |
| Àlies | Ensemble OC-SVM, multiple one-class SVM, OC-SVM ensemble, one-class SVM committee | AE anomaly detection, reconstruction-error anomaly detection, deep autoencoder outlier detection, unsupervised autoencoder anomaly detection |
| Relacionats≠ | 4 | 3 |
| Resum≠ | Ensemble One-Class SVM combines multiple one-class support vector machine models — each trained on a different random subset of the data or features — and aggregates their anomaly scores. By pooling several OC-SVM boundary estimates, the ensemble reduces the sensitivity to kernel choice and data sampling that afflicts a single one-class SVM, producing a more stable and accurate novelty or outlier detector. | Autoencoder anomaly detection trains a neural network to compress and then reconstruct normal data. Because the model has only ever learned what normal looks like, anomalous inputs produce noticeably higher reconstruction errors — and those errors become the anomaly score. The method requires no labeled anomalies and scales naturally to high-dimensional data such as sensor streams, images, and log records. |
| ScholarGateConjunt de dades ↗ |
|
|