Machine learningDeep learning / NLP / CV
迁移学习与变分自编码器
迁移学习与变分自编码器(TL-VAE)重用在大型源数据集上预训练的编码器和/或解码器,并将其适配到较小的目标域。通过继承丰富的概率潜在空间,而不是从随机权重开始,TL-VAE 大大减少了高质量生成或表示学习所需的目标域数据量。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Kingma, D. P., & Welling, M. (2014). Auto-Encoding Variational Bayes. 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). Transfer Learning with Variational Autoencoder. ScholarGate. https://scholargate.app/zh/deep-learning/transfer-learning-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
- 半监督变分自编码器深度学习↔ compare
- 基于卷积神经网络的迁移学习深度学习↔ compare
- 变分自编码器深度学习↔ compare