paper-with-me

홈 › Papers

Directional Textual Inversion for Personalized Text-to-Image Generation

2025-12-15 · Kunhee Kim, NaHyeon Park, Kibeom Hong, Hyunjung Shim arxiv

Textual Inversion (TI) is an efficient approach to text-to-image personalization but often fails on complex prompts. We trace these failures to embedding norm inflation: learned tokens drift to out-of-distribution magnitudes, degrading prompt conditioning in pre-norm Transformers. Empirically, we show semantics are primarily encoded by direction in CLIP token space, while inflated norms harm contextualization; theoretically, we analyze how large magnitudes attenuate positional information and hinder residual updates in pre-norm blocks. We propose Directional Textual Inversion (DTI), which fixes the embedding magnitude to an in-distribution scale and optimizes only direction on the unit hypersphere via Riemannian SGD. We cast direction learning as MAP with a von Mises-Fisher prior, yielding a constant-direction prior gradient that is simple and efficient to incorporate. Across personalization tasks, DTI improves text fidelity over TI and TI-variants while maintaining subject similarity. Crucially, DTI's hyperspherical parameterization enables smooth, semantically coherent interpolation between learned concepts (slerp), a capability that is absent in standard TI. Our findings suggest that direction-only optimization is a robust and scalable path for prompt-faithful personalization. Code is available at https://github.com/kunheek/dti.

📄 PDF Abstract BibTeX arXiv:2512.13672

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image Generation

Similar Papers 제목 키워드 기반

ID-EA: Identity-driven Text Enhancement and Adaptation with Textual Inversion for Personalized Text-to-Image Generation

2025-07-16 · Hyun-Jun Jin, Young-Eun Kim, Seong-Whan Lee arxiv

Recently, personalized portrait generation with a text-to-image diffusion model has significantly advanced with Textual Inversion, emerging as a promising approach for creating high-fidelity personalized images. Despite …

Text-to-Image GenerationComputational EfficiencyFace Recognition

An Improved Method for Personalizing Diffusion Models

2024-07-07 · Yan Zeng, Masanori Suganuma, Takayuki Okatani

Diffusion models have demonstrated impressive image generation capabilities. Personalized approaches, such as textual inversion and Dreambooth, enhance model individualization using specific images. These methods enable …

Image Generation

AttnDreamBooth: Towards Text-Aligned Personalized Text-to-Image Generation

2024-06-07 · Lianyu Pang, Jian Yin, Baoquan Zhao, Feize Wu 외

Recent advances in text-to-image models have enabled high-quality personalized image synthesis of user-provided concepts with flexible textual control. In this work, we analyze the limitations of two primary techniques i…

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Gradient-Free Textual Inversion

2023-04-12 · Zhengcong Fei, Mingyuan Fan, Junshi Huang

Recent works on personalized text-to-image generation usually learn to bind a special token with specific subjects or styles of a few given images by tuning its embedding through gradient descent. It is natural to questi…

Computational EfficiencyCPUDimensionality ReductionGPU+3

Lego: Learning to Disentangle and Invert Personalized Concepts Beyond Object Appearance in Text-to-Image Diffusion Models

2023-11-23 · Saman Motamed, Danda Pani Paudel, Luc van Gool

Text-to-Image (T2I) models excel at synthesizing concepts such as nouns, appearances, and styles. To enable customized content creation based on a few example images of a concept, methods such as Textual Inversion and Dr…

Language ModellingLarge Language ModelQuestion AnsweringVisual Question Answering+1