paper-with-me

홈 › Papers

Direct Consistency Optimization for Robust Customization of Text-to-Image Diffusion Models

2024-02-19 · Kyungmin Lee, Sangkyung Kwak, Kihyuk Sohn, Jinwoo Shin

Text-to-image (T2I) diffusion models, when fine-tuned on a few personal images, can generate visuals with a high degree of consistency. However, such fine-tuned models are not robust; they often fail to compose with concepts of pretrained model or other fine-tuned models. To address this, we propose a novel fine-tuning objective, dubbed Direct Consistency Optimization, which controls the deviation between fine-tuning and pretrained models to retain the pretrained knowledge during fine-tuning. Through extensive experiments on subject and style customization, we demonstrate that our method positions itself on a superior Pareto frontier between subject (or style) consistency and image-text alignment over all previous baselines; it not only outperforms regular fine-tuning objective in image-text alignment, but also shows higher fidelity to the reference images than the method that fine-tunes with additional prior dataset. More importantly, the models fine-tuned with our method can be merged without interference, allowing us to generate custom subjects in a custom style by composing separately customized subject and style models. Notably, we show that our approach achieves better prompt fidelity and subject fidelity than those post-optimized for merging regular fine-tuned models.

📄 PDF Abstract BibTeX arXiv:2402.12004

Code (1)

ignoww/ZOODiP pytorch

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…

Similar Papers 제목 키워드 기반

UMO: Scaling Multi-Identity Consistency for Image Customization via Matching Reward

2025-09-08 · Yufeng Cheng, Wenxu Wu, Shaojin Wu, Mengqi Huang 외 arxiv

Recent advancements in image customization exhibit a wide range of application prospects due to stronger customization capabilities. However, since we humans are more sensitive to faces, a significant challenge remains i…

Reinforcement Learning

Subject-driven Video Generation via Disentangled Identity and Motion

2025-04-23 · Daneul Kim, Jingxu Zhang, Wonjoon Jin, Sunghyun Cho 외

We propose to train a subject-driven customized video generation model through decoupling the subject-specific learning from temporal dynamics in zero-shot without additional tuning. A traditional method for video custom…

Subject-driven Video GenerationVideo Generation

Equilibrated Diffusion: Frequency-aware Textual Embedding for Equilibrated Image Customization

2026-06-01 · Liyuan Ma, Xueji Fang, Guo-Jun Qi arxiv

Image customization learns target subjects from reference concept images and generates conditioned images per text prompts, mainly modifying styles or backgrounds. Prevailing methods adopt fine-tuning to pack diverse con…

Redirecting the Flow: Image Customization through Attention Distribution Shift

2026-06-15 · Jie Li, Suorong Yang, Jian Zhao, Furao Shen arxiv

Subject-driven image customization aims to generate images that not only follow textual instructions but also preserve the identity of a given reference subject. Existing approaches, including test-time fine-tuning, enco…

Text-to-Image Generation

IC-Custom: Diverse Image Customization via In-Context Learning

2025-07-02 · Yaowei Li, Xiaoyu Li, Zhaoyang Zhang, Yuxuan Bian 외 arxiv

Image customization, a crucial technique for industrial media production, aims to generate content that is consistent with reference images. However, current approaches conventionally separate image customization into po…