用扩散模型生成人脸时保持身份一致且多样性高。
ID-Booth: Identity-consistent Face Generation with Diffusion Models
- 设计新训练目标,让生成人脸既像指定身份又不重复。
- 在多个提示下生成的人脸身份一致性更强,种类更多。
- 适合需要隐私保护的数据增强和人脸识别训练。
生成模型近年来在合成高质量数据方面取得进展,尤其在人脸识别领域。现有先进模型通常依赖对预训练扩散模型的条件控制和微调来生成特定身份的真实图像,但这些模型在训练中未考虑主体身份,导致生成图像与预期身份一致性差。而基于身份训练的方法则容易在身份特征上过拟合,降低生成多样性。为此,本文提出一种新的基于扩散的生成框架ID-Booth,包含去噪网络、变分自编码器(VAE)和文本编码器,实现提示驱动的生成控制。该框架采用新颖的三元组身份训练目标,在保持预训练扩散模型生成能力的同时,实现身份一致的图像生成。实验使用最先进的潜在扩散模型,在多种提示下验证,结果表明本方法在身份内一致性与身份间可区分性方面优于对比方法,同时提升图像多样性。生成数据可用于小规模数据集的有效增强,并在隐私保护前提下训练性能更优的识别模型。代码已开源:https://github.com/dariant/ID-Booth。
原文摘要 · Abstract (English)
Recent advances in generative modeling have enabled the generation of high-quality synthetic data that is applicable in a variety of domains, including face recognition. Here, state-of-the-art generative models typically rely on conditioning and fine-tuning of powerful pretrained diffusion models to facilitate the synthesis of realistic images of a desired identity. Yet, these models often do not consider the identity of subjects during training, leading to poor consistency between generated and intended identities. In contrast, methods that employ identity-based training objectives tend to overfit on various aspects of the identity, and in turn, lower the diversity of images that can be generated. To address these issues, we present in this paper a novel generative diffusion-based framework, called ID-Booth. ID-Booth consists of a denoising network responsible for data generation, a variational auto-encoder for mapping images to and from a lower-dimensional latent space and a text encoder that allows for prompt-based control over the generation procedure. The framework utilizes a novel triplet identity training objective and enables identity-consistent image generation while retaining the synthesis capabilities of pretrained diffusion models. Experiments with a state-of-the-art latent diffusion model and diverse prompts reveal that our method facilitates better intra-identity consistency and inter-identity separability than competing methods, while achieving higher image diversity. In turn, the produced data allows for effective augmentation of small-scale datasets and training of better-performing recognition models in a privacy-preserving manner. The source code for the ID-Booth framework is publicly available at https://github.com/dariant/ID-Booth.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。