Machine learningDeep learning / NLP / CV
微调变分自编码器
微调变分自编码器(Fine-Tuned Variational Autoencoder)始于一个在大型源数据集上预训练过的VAE,然后继续在较小的目标域数据集上进行训练。此方法将学习到的潜在表示和生成能力适配到新数据,在保持通用结构的同时专门化于目标分布——当标记或大规模目标数据稀缺时,其效果优于从头开始训练。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Kingma, D. P., & Welling, M. (2014). Auto-Encoding Variational Bayes. In Proceedings of the 2nd International Conference on Learning Representations (ICLR 2014). link ↗
- Pan, S. J., & Yang, Q. (2010). A Survey on Transfer Learning. IEEE Transactions on Knowledge and Data Engineering, 22(10), 1345–1359. DOI: 10.1109/TKDE.2009.191 ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned Variational Autoencoder (Domain-Adapted VAE). ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-variational-autoencoder
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
- 微调生成对抗网络深度学习↔ compare
- 微调Transformer深度学习↔ compare
- 迁移学习与变分自编码器深度学习↔ compare
- 变分自编码器深度学习↔ compare