paper-with-me

Papers

Infinite-ID: Identity-preserved Personalization via ID-semantics Decoupling Paradigm

2024-03-18 · Yi Wu, Ziqiang Li, Heliang Zheng, Chaoyue Wang, Bin Li

Drawing on recent advancements in diffusion models for text-to-image generation, identity-preserved personalization has made significant progress in accurately capturing specific identities with just a single reference image. However, existing methods primarily integrate reference images within the text embedding space, leading to a complex entanglement of image and text information, which poses challenges for preserving both identity fidelity and semantic consistency. To tackle this challenge, we propose Infinite-ID, an ID-semantics decoupling paradigm for identity-preserved personalization. Specifically, we introduce identity-enhanced training, incorporating an additional image cross-attention module to capture sufficient ID information while deactivating the original text cross-attention module of the diffusion model. This ensures that the image stream faithfully represents the identity provided by the reference image while mitigating interference from textual input. Additionally, we introduce a feature interaction mechanism that combines a mixed attention module with an AdaIN-mean operation to seamlessly merge the two streams. This mechanism not only enhances the fidelity of identity and semantic consistency but also enables convenient control over the styles of the generated images. Extensive experimental results on both raw photo generation and style image generation demonstrate the superior performance of our proposed method.

📄 PDF Abstract BibTeX arXiv:2403.11781

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
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…

Similar Papers 제목 키워드 기반

Finer-Personalization Rank: Fine-Grained Retrieval Examines Identity Preservation for Personalized Generation

2025-12-22 · Connor Kilrain, David Carlyn, Julia Chae, Sara Beery 외 arxiv

The rise of personalized generative models raises a central question: how should we evaluate identity preservation? Given a reference image (e.g., one's pet), we expect the generated image to retain precise details attac…

Semantic Similarity

Identity Decoupling for Multi-Subject Personalization of Text-to-Image Models

2024-04-05 · Sangwon Jang, Jaehyeong Jo, Kimin Lee, Sung Ju Hwang

Text-to-image diffusion models have shown remarkable success in generating personalized subjects based on a few reference images. However, current methods often fail when generating multiple subjects simultaneously, resu…

Data Augmentation

IDDM: Identity-Decoupled Personalized Diffusion Models with a Tunable Privacy-Utility Trade-off

2026-04-01 · Linyan Dai, Xinwei Zhang, Haoyang Li, Qingqing Ye 외 arxiv

Personalized text-to-image diffusion models (e.g., DreamBooth, LoRA) enable users to synthesize high-fidelity avatars from a few reference photos for social expression. However, once these generations are shared on socia…

Face Recognition

Diverse Semantics-Guided Feature Alignment and Decoupling for Visible-Infrared Person Re-Identification

2025-05-01 · Neng Dong, Shuanglin Yan, Liyan Zhang, Jinhui Tang

Visible-Infrared Person Re-Identification (VI-ReID) is a challenging task due to the large modality discrepancy between visible and infrared images, which complicates the alignment of their features into a suitable commo…

Person Re-Identification

FaceChain-FACT: Face Adapter with Decoupled Training for Identity-preserved Personalization

2024-10-16 · Cheng Yu, Haoyu Xie, Lei Shang, Yang Liu 외

In the field of human-centric personalized image generation, the adapter-based method obtains the ability to customize and generate portraits by text-to-image training on facial data. This allows for identity-preserved p…

DiversityImage GenerationPersonalized Image GenerationText to Image Generation+1