paper-with-me

Papers

CatVersion: Concatenating Embeddings for Diffusion-Based Text-to-Image Personalization

2023-11-24 · Ruoyu Zhao, Mingrui Zhu, Shiyin Dong, Nannan Wang, Xinbo Gao

We propose CatVersion, an inversion-based method that learns the personalized concept through a handful of examples. Subsequently, users can utilize text prompts to generate images that embody the personalized concept, thereby achieving text-to-image personalization. In contrast to existing approaches that emphasize word embedding learning or parameter fine-tuning for the diffusion model, which potentially causes concept dilution or overfitting, our method concatenates embeddings on the feature-dense space of the text encoder in the diffusion model to learn the gap between the personalized concept and its base class, aiming to maximize the preservation of prior knowledge in diffusion models while restoring the personalized concepts. To this end, we first dissect the text encoder's integration in the image generation process to identify the feature-dense space of the encoder. Afterward, we concatenate embeddings on the Keys and Values in this space to learn the gap between the personalized concept and its base class. In this way, the concatenated embeddings ultimately manifest as a residual on the original attention output. To more accurately and unbiasedly quantify the results of personalized image generation, we improve the CLIP image alignment score based on masks. Qualitatively and quantitatively, CatVersion helps to restore personalization concepts more faithfully and enables more robust editing.

📄 PDF Abstract BibTeX arXiv:2311.14631

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationPersonalized Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Loom: Diffusion-Transformer for Interleaved Generation

2025-12-20 · Mingcheng Ye, Jiaming Liu, Yiren Song arxiv

Interleaved text-image generation aims to jointly produce coherent visual frames and aligned textual descriptions within a single sequence, enabling tasks such as style transfer, compositional synthesis, and procedural t…

Image GenerationStyle Transfer

More Embeddings, Better Sequence Labelers?

2020-09-17 · Findings of the Association for Computational Linguistics 2020 · Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang 외

Recent work proposes a family of contextual embeddings that significantly improves the accuracy of sequence labelers over non-contextual embeddings. However, there is no definite conclusion on whether we can build better…

ChunkingWord Embeddings

VT-DUDA: Visual Token Conditioning for Diffusion-guided Unsupervised Domain Adaptation

2026-06-19 · Xuan Qi, Daniele Berardini, Dario Serez, Vito Paolo Pastore 외 arxiv

Unsupervised domain adaptation (UDA) aims to learn a target-domain classifier from labeled source data and unlabeled target data under distribution shift. Recent diffusion-based UDA methods approach this problem by synth…

Unsupervised Domain Adaptation

Diffusion Adaptive Text Embedding for Text-to-Image Diffusion Models

2025-10-28 · Byeonghu Na, Minsang Park, Gyuwon Sim, Donghyeok Shin 외 arxiv

Text-to-image diffusion models rely on text embeddings from a pre-trained text encoder, but these embeddings remain fixed across all diffusion timesteps, limiting their adaptability to the generative process. We propose …

Image Editing

Semantic Image Synthesis for Abdominal CT

2023-12-11 · Yan Zhuang, Benjamin Hou, Tejas Sudharshan Mathai, Pritam Mukherjee 외

As a new emerging and promising type of generative models, diffusion models have proven to outperform Generative Adversarial Networks (GANs) in multiple tasks, including image synthesis. In this work, we explore semantic…

Data AugmentationImage Generation