Machine learningMachine learning
鲁棒自编码器异常检测
鲁棒自编码器异常检测通过引入鲁棒性机制(如稀疏分解、鲁棒损失函数或对抗性正则化)来扩展标准自编码器框架,从而使模型能够学习正常行为的紧凑表示,同时保持对嵌入训练数据中的异常的干扰具有抵抗力。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Zhou, C., & Paffenroth, R. C. (2017). Anomaly detection with robust deep autoencoders. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (pp. 665–674). ACM. DOI: 10.1145/3097983.3098052 ↗
- Chalapathy, R., & Chawla, S. (2019). Deep learning for anomaly detection: A survey. arXiv preprint arXiv:1901.03407. link ↗
如何引用本页
ScholarGate. (2026, June 3). Robust Autoencoder-Based Anomaly Detection. ScholarGate. https://scholargate.app/zh/machine-learning/robust-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
- 鲁棒单类支持向量机 (Robust One-Class SVM)机器学习↔ compare