Machine learningMachine learning
Autoencoder Anomaly Detection
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.
Open in MethodMindSoonVideoSoon
Read the full method
Members only
Sign inSign in with a free account to read this section.
Sources
- Chalapathy, R. & Chawla, S. (2019). Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407. link ↗
- Hinton, G. E. & Salakhutdinov, R. R. (2006). Reducing the dimensionality of data with neural networks. Science, 313(5786), 504–507. DOI: 10.1126/science.1127647 ↗
Related methods
Referenced by
Active Learning Autoencoder Anomaly DetectionActive learning Isolation forestBayesian Autoencoder Anomaly DetectionBayesian one-class SVMEnsemble Autoencoder Anomaly DetectionEnsemble Isolation ForestEnsemble One-class SVMExplainable Autoencoder Anomaly DetectionExplainable Isolation ForestExplainable One-Class SVMOne-class SVMOnline Autoencoder Anomaly DetectionOnline Isolation ForestRobust Autoencoder anomaly detectionRobust Isolation forestRobust One-class SVMSelf-supervised Autoencoder Anomaly DetectionSelf-supervised One-class SVMSemi-supervised Autoencoder Anomaly DetectionSemi-supervised Isolation ForestSemi-supervised One-class SVM