CVFeb 17, 2025

Control-CLIP: Decoupling Category and Style Guidance in CLIP for Specific-Domain Generation

arXiv:2502.11532v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses a bottleneck for users needing high-quality image generation in specific styles, though it is incremental as it builds on existing CLIP and diffusion models.

The paper tackles the problem of text-to-image diffusion models failing to capture specific domain semantics like styles due to CLIP's limitations, and proposes Control-CLIP, a fine-tuning framework that decouples category and style guidance, enabling precise domain-specific generation with robust plug-and-play capability.

Text-to-image diffusion models have shown remarkable capabilities of generating high-quality images closely aligned with textual inputs. However, the effectiveness of text guidance heavily relies on the CLIP text encoder, which is trained to pay more attention to general content but struggles to capture semantics in specific domains like styles. As a result, generation models tend to fail on prompts like "a photo of a cat in Pokemon style" in terms of simply producing images depicting "a photo of a cat". To fill this gap, we propose Control-CLIP, a novel decoupled CLIP fine-tuning framework that enables the CLIP model to learn the meaning of category and style in a complement manner. With specially designed fine-tuning tasks on minimal data and a modified cross-attention mechanism, Control-CLIP can precisely guide the diffusion model to a specific domain. Moreover, the parameters of the diffusion model remain unchanged at all, preserving the original generation performance and diversity. Experiments across multiple domains confirm the effectiveness of our approach, particularly highlighting its robust plug-and-play capability in generating content with various specific styles.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes