Machine learningMachine learning
贝叶斯自编码器异常检测
贝叶斯自编码器异常检测使用变分自编码器——一种基于正常数据训练的概率生成模型——通过高重建误差或在学习分布下的低似然度来标记异常。通过将潜在空间视为概率分布而非固定点,它在每个异常分数旁边提供原则性的不确定性估计,这在高风险检测任务中尤其有价值。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Kingma, D. P. & Welling, M. (2014). Auto-Encoding Variational Bayes. Proceedings of the 2nd International Conference on Learning Representations (ICLR 2014). link ↗
- An, J. & Cho, S. (2015). Variational Autoencoder based Anomaly Detection using Reconstruction Probability. ICDM Workshop on Data Mining in Networks. link ↗
如何引用本页
ScholarGate. (2026, June 3). Bayesian Autoencoder Anomaly Detection (Probabilistic Reconstruction-Error Framework). ScholarGate. https://scholargate.app/zh/machine-learning/bayesian-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
- 贝叶斯高斯混合模型机器学习↔ compare
- 孤立森林 (Isolation Forest)机器学习↔ compare
- 单类支持向量机机器学习↔ compare
- 半监督自编码器异常检测机器学习↔ compare