Machine learningDeep learning / NLP / CV
微调生成对抗网络
微调的GAN从一个大型预训练生成对抗网络开始,并在较小的目标数据集上继续进行对抗训练,从而使模型能够在新领域合成高质量样本,而无需从头开始训练。这种迁移方法显著降低了数据和计算需求,同时保留了预训练期间学到的丰富特征表示。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Goodfellow, I., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., Courville, A., & Bengio, Y. (2014). Generative Adversarial Nets. Advances in Neural Information Processing Systems (NeurIPS), 27. link ↗
- Mo, S., Cho, M., & Shin, J. (2020). Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs. CVPR 2020 Workshop on AI for Content Creation. link ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned Generative Adversarial Network (Domain-Adaptive GAN via Transfer). ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-generative-adversarial-network
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
- 迁移学习GAN深度学习↔ compare