paper-with-me

홈 › Papers

Injecting Image Guidance into Text-Conditioned Diffusion Models at Inference

2026-05-24 · Agata Żywot, Iason Skylitsis, Thijmen Nijdam, Zoe Tzifa-Kratira, Derck Prinzhorn, Konrad Szewczyk, Aritra Bhowmik arxiv

Text-to-image diffusion models like Stable Diffusion generate high-quality images from text, but lack a way to inject visual guidance (e.g. sketches, styles) at inference without retraining. Existing methods either require computationally expensive fine-tuning or rely on style transfer techniques that risk semantic misalignment with textual prompts. We introduce Visual Concept Fusion (VCF), the first method offering dual conditioning on both an image and text prompt at inference time without any concept-specific training. VCF enables visual concept injection into Stable Diffusion by aligning CLIP image features with the text embedding space. VCF consists of three components: (1) a lightweight aligner that maps image tokens to the text embedding manifold using InfoNCE and cross-attention reconstruction losses, (2) a fusion strategy that preserves both textual and visual semantics, and (3) an optional Prompt-Noise Optimization (PNO) module for test-time refinement. Our experiments demonstrate that VCF successfully transfers visual attributes including style, composition, and color palette from reference images while maintaining prompt adherence. Quantitative results show a trade-off between text alignment (CLIP score) and visual correspondence (LPIPS), with VCF outperforming baselines in reference fidelity.

📄 PDF Abstract BibTeX arXiv:2605.25191

Code (0)

등록된 구현이 없습니다.

Tasks

Style Transfer

Similar Papers 제목 키워드 기반

DreamView: Injecting View-specific Text Guidance into Text-to-3D Generation

2024-04-09 · Junkai Yan, Yipeng Gao, Qize Yang, Xihan Wei 외

Text-to-3D generation, which synthesizes 3D assets according to an overall text description, has significantly progressed. However, a challenge arises when the specific appearances need customizing at designated viewpoin…

3D GenerationText to 3D

Prototype-Based Knowledge Guidance for Fine-Grained Structured Radiology Reporting

2026-03-12 · Chantal Pellegrini, Adrian Delchev, Ege Özsoy, Nassir Navab 외 arxiv

Structured radiology reporting promises faster, more consistent communication than free text, but automation remains difficult as models must make many fine-grained, discrete decisions about rare findings and attributes …

Devil is in the Detail: Towards Injecting Fine Details of Image Prompt in Image Generation via Conflict-free Guidance and Stratified Attention

2025-08-04 · Kyungmin Jo, Jooyeol Yun, Jaegul Choo arxiv

While large-scale text-to-image diffusion models enable the generation of high-quality, diverse images from text prompts, these prompts struggle to capture intricate details, such as textures, preventing the user intent …

Image Generation

Towards Understanding the Working Mechanism of Text-to-Image Diffusion Model

2024-05-24 · Mingyang Yi, Aoxue Li, Yi Xin, Zhenguo Li

Recently, the strong latent Diffusion Probabilistic Model (DPM) has been applied to high-quality Text-to-Image (T2I) generation (e.g., Stable Diffusion), by injecting the encoded target text prompt into the gradually den…

Denoising

DreamWalk: Style Space Exploration using Diffusion Guidance

2024-04-04 · Michelle Shu, Charles Herrmann, Richard Strong Bowen, Forrester Cole 외

Text-conditioned diffusion models can generate impressive images, but fall short when it comes to fine-grained control. Unlike direct-editing tools like Photoshop, text conditioned models require the artist to perform "p…

Prompt Engineering