菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-13
📄 Abstract - Latent-Identity Tuning in Text-to-Image Personalization Models

Generating and editing a person's face demands high precision, as even minor modifications can significantly alter a subject's perceived identity. Current personalization and editing methods built on general-purpose text-to-image models, however, often lack the precision required for fine-grained facial edits. We present a method for fine-grained identity tuning in text-to-image personalization models. Unlike standard image editing, which operates on a given image, identity tuning modifies the latent representation of a specific identity, enabling the generation of diverse images that consistently depict the same edited identity. To enable fine-grained latent identity tuning, we explore the latent space of a pre-trained, frozen encoder for text-to-image personalization. Our approach requires no additional training. Instead, it leverages the existing architecture of a frozen encoder to uncover latent semantic directions. This space consists of a set of latent tokens that play distinct roles in capturing different aspects of an identity and often correspond to specific spatial or semantic facial regions. We show that meaningful directions can be identified within this space and within subspaces defined by selected tokens, enabling localized, fine-grained, and semantically coherent edits. We validate our approach through qualitative and quantitative experiments that demonstrate diverse localized facial edits while preserving cross-image identity consistency. Project page at: this https URL

顶级标签: aigc computer vision multi-modal
详细标签: text-to-image personalization identity tuning facial editing latent space 或 搜索:

文本到图像个性化模型中的潜在身份微调 / Latent-Identity Tuning in Text-to-Image Personalization Models


1️⃣ 一句话总结

本文提出了一种无需额外训练的方法,通过探索预训练编码器中的潜在语义方向,实现对特定人物身份的精细局部编辑,同时保持不同生成图像中身份的一致性。

源自 arXiv: 2607.11885