Machine learningMachine learning
半监督自编码器异常检测
半监督自编码器异常检测主要使用正常(未标记)数据训练神经网络自编码器,然后利用少量标记异常数据来优化决策边界,将重建误差高的样本识别为异常。它弥补了纯无监督自编码器与全监督分类器之间的鸿沟,适用于标签稀缺但存在少量已知异常的情况。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ruff, L., Vandermeulen, R. A., Franks, B. J., Müller, K.-R., & Kloft, M. (2020). Deep Semi-Supervised Anomaly Detection. In International Conference on Learning Representations (ICLR 2020). link ↗
- Zong, B., Song, Q., Min, M. R., Cheng, W., Lumezanu, C., Cho, D., & Chen, H. (2018). Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection. In International Conference on Learning Representations (ICLR 2018). link ↗
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Autoencoder-based Anomaly Detection. ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-autoencoder-anomaly-detection
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 自动编码器异常检测机器学习↔ compare
- 孤立森林 (Isolation Forest)机器学习↔ compare
- 单类支持向量机机器学习↔ compare
- 半监督学习机器学习↔ compare
- 半监督单类支持向量机机器学习↔ compare