CVDec 19, 2024

MagicNaming: Consistent Identity Generation by Finding a "Name Space" in T2I Diffusion Models

arXiv:2412.14902v15 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of identity consistency in AI-generated images for applications like personalized content creation, though it is incremental as it builds on existing diffusion models.

The paper tackles the problem of generating consistent generic identities in text-to-image diffusion models by discovering a 'Name Space' in the feature embeddings of celebrity names, enabling identity-aware image generation with preserved text semantics and compatibility across model variants.

Large-scale text-to-image diffusion models, (e.g., DALL-E, SDXL) are capable of generating famous persons by simply referring to their names. Is it possible to make such models generate generic identities as simple as the famous ones, e.g., just use a name? In this paper, we explore the existence of a "Name Space", where any point in the space corresponds to a specific identity. Fortunately, we find some clues in the feature space spanned by text embedding of celebrities' names. Specifically, we first extract the embeddings of celebrities' names in the Laion5B dataset with the text encoder of diffusion models. Such embeddings are used as supervision to learn an encoder that can predict the name (actually an embedding) of a given face image. We experimentally find that such name embeddings work well in promising the generated image with good identity consistency. Note that like the names of celebrities, our predicted name embeddings are disentangled from the semantics of text inputs, making the original generation capability of text-to-image models well-preserved. Moreover, by simply plugging such name embeddings, all variants (e.g., from Civitai) derived from the same base model (i.e., SDXL) readily become identity-aware text-to-image models. Project homepage: \url{https://magicfusion.github.io/MagicNaming/}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes