OmniPrism: Learning Disentangled Visual Concept for Image Generation
Yangyang Li, Daqing Liu, Wu Liu, Allen He, Xinchen Liu, Yongdong Zhang, Guoqing Jin
TL;DR
OmniPrism tackles concept disentanglement in image generation by learning language-guided representations for content, style, and composition and injecting them into diffusion models via cross-attention. It introduces a Contrastive Orthogonal Disentangled (COD) learning objective and a Paired Concept Disentanglement Dataset (PCD-200K) to enforce orthogonal, non-conflicting concept representations. A learnable block embedding aligns each diffusion block with its corresponding concept domain, enabling flexible combination of multiple concepts without interference. Empirical results on Stable Diffusion XL show improved fidelity to prompts and target concepts over baselines, backed by quantitative metrics and qualitative analyses, and the work provides a valuable dataset and methodological blueprint for robust, controllable multi-concept generation.
Abstract
Creative visual concept generation often draws inspiration from specific concepts in a reference image to produce relevant outcomes. However, existing methods are typically constrained to single-aspect concept generation or are easily disrupted by irrelevant concepts in multi-aspect concept scenarios, leading to concept confusion and hindering creative generation. To address this, we propose OmniPrism, a visual concept disentangling approach for creative image generation. Our method learns disentangled concept representations guided by natural language and trains a diffusion model to incorporate these concepts. We utilize the rich semantic space of a multimodal extractor to achieve concept disentanglement from given images and concept guidance. To disentangle concepts with different semantics, we construct a paired concept disentangled dataset (PCD-200K), where each pair shares the same concept such as content, style, and composition. We learn disentangled concept representations through our contrastive orthogonal disentangled (COD) training pipeline, which are then injected into additional diffusion cross-attention layers for generation. A set of block embeddings is designed to adapt each block's concept domain in the diffusion models. Extensive experiments demonstrate that our method can generate high-quality, concept-disentangled results with high fidelity to text prompts and desired concepts.
