Customized Generation Reimagined: Fidelity and Editability Harmonized
Jian Jin, Yang Shen, Zhenyong Fu, Jian Yang
TL;DR
This work tackles the inherent fidelity-editability trade-off in customized generation for pre-trained diffusion models. It introduces two innovations: Image-specific Context Optimization (ICO) to produce a more effective fine-tuned model through learnable image-context prompts, and Divide-Conquer-Integrate (DCI), an inference-time framework that decouples concept fidelity from prompt alignment via two collaborative branches and a Dual-Branch Integration Module (DBIM) with per-layer aggregation. The combination enables high-fidelity rendering of a new concept while maintaining strong agreement with varied prompts, even for concepts with weak generative priors. Practically, ICO+DCI provides a flexible, controllable approach to customized generation, capable of adapting to diverse query prompts and novel contexts, with potential extensions to layout and depth-conditioned generation in future work.
Abstract
Customized generation aims to incorporate a novel concept into a pre-trained text-to-image model, enabling new generations of the concept in novel contexts guided by textual prompts. However, customized generation suffers from an inherent trade-off between concept fidelity and editability, i.e., between precisely modeling the concept and faithfully adhering to the prompts. Previous methods reluctantly seek a compromise and struggle to achieve both high concept fidelity and ideal prompt alignment simultaneously. In this paper, we propose a Divide, Conquer, then Integrate (DCI) framework, which performs a surgical adjustment in the early stage of denoising to liberate the fine-tuned model from the fidelity-editability trade-off at inference. The two conflicting components in the trade-off are decoupled and individually conquered by two collaborative branches, which are then selectively integrated to preserve high concept fidelity while achieving faithful prompt adherence. To obtain a better fine-tuned model, we introduce an Image-specific Context Optimization} (ICO) strategy for model customization. ICO replaces manual prompt templates with learnable image-specific contexts, providing an adaptive and precise fine-tuning direction to promote the overall performance. Extensive experiments demonstrate the effectiveness of our method in reconciling the fidelity-editability trade-off.
