Machine learningDeep learning / NLP / CV
微调扩散模型
微调扩散模型是指通过在一个小型精选数据集上继续训练,使大型预训练去噪扩散模型(如 Stable Diffusion 或 DALL-E)适应特定主题、风格或领域。DreamBooth、文本反转和 LoRA 等技术使得在消费级硬件上进行这种适应成为可能,同时保留了通用的生成能力。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ruiz, N., Li, Y., Jampani, V., Pritch, Y., Rubinstein, M., & Aberman, K. (2023). DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 22500–22510. DOI: 10.1109/CVPR52729.2023.02155 ↗
- Ho, J., Jain, A., & Abbeel, P. (2020). Denoising Diffusion Probabilistic Models. Advances in Neural Information Processing Systems (NeurIPS), 33, 6840–6851. link ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned Denoising Diffusion Probabilistic Model. ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-diffusion-model
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