CVOct 8, 2025

StyleKeeper: Prevent Content Leakage using Negative Visual Query Guidance

arXiv:2510.06827v14 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses a specific problem in text-to-image generation for users needing precise style control, but it is incremental as it builds on existing visual prompting techniques.

The paper tackles content leakage in text-to-image generation using visual style prompts by proposing negative visual query guidance (NVQG) to reduce unwanted content transfer, achieving significant improvements over existing methods.

In the domain of text-to-image generation, diffusion models have emerged as powerful tools. Recently, studies on visual prompting, where images are used as prompts, have enabled more precise control over style and content. However, existing methods often suffer from content leakage, where undesired elements of the visual style prompt are transferred along with the intended style. To address this issue, we 1) extend classifier-free guidance (CFG) to utilize swapping self-attention and propose 2) negative visual query guidance (NVQG) to reduce the transfer of unwanted contents. NVQG employs negative score by intentionally simulating content leakage scenarios that swap queries instead of key and values of self-attention layers from visual style prompts. This simple yet effective method significantly reduces content leakage. Furthermore, we provide careful solutions for using a real image as visual style prompts. Through extensive evaluation across various styles and text prompts, our method demonstrates superiority over existing approaches, reflecting the style of the references, and ensuring that resulting images match the text prompts. Our code is available \href{https://github.com/naver-ai/StyleKeeper}{here}.

Foundations

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

Your Notes