paper-with-me

홈 › Papers

Local Prompt Adaptation for Style-Consistent Multi-Object Generation in Diffusion Models

2025-07-27 · Ankit Sanjyal arxiv

Diffusion models have become a powerful backbone for text-to-image generation, producing high-quality visuals from natural language prompts. However, when prompts involve multiple objects alongside global or local style instructions, the outputs often drift in style and lose spatial coherence, limiting their reliability for controlled, style-consistent scene generation. We present Local Prompt Adaptation (LPA), a lightweight, training-free method that splits the prompt into content and style tokens, then injects them selectively into the U-Net's attention layers at chosen timesteps. By conditioning object tokens early and style tokens later in the denoising process, LPA improves both layout control and stylistic uniformity without additional training cost. We conduct extensive ablations across parser settings and injection windows, finding that the best configuration -- lpa late only with a 300-650 step window -- delivers the strongest balance of prompt alignment and style consistency. On the T2I benchmark, LPA improves CLIP-prompt alignment over vanilla SDXL by +0.41% and over SD1.5 by +0.34%, with no diversity loss. On our custom 50-prompt style-rich benchmark, LPA achieves +0.09% CLIP-prompt and +0.08% CLIP-style gains over baseline. Our method is model-agnostic, easy to integrate, and requires only a single configuration change, making it a practical choice for controllable, style-consistent multi-object generation.

📄 PDF Abstract BibTeX arXiv:2507.20094

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationScene Generation

Similar Papers 제목 키워드 기반

Infinite-Story: A Training-Free Consistent Text-to-Image Generation

2025-11-17 · Jihun Park, Kyoungmin Lee, Jongmin Gim, Hyeonseo Jo 외 arxiv

We present Infinite-Story, a training-free framework for consistent text-to-image (T2I) generation tailored for multi-prompt storytelling scenarios. Built upon a scale-wise autoregressive model, our method addresses two …

Text-to-Image GenerationVisual Storytelling

Towards Unified Prompt Tuning for Few-shot Text Classification

2022-05-11 · Jianing Wang, Chengyu Wang, Fuli Luo, Chuanqi Tan 외

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models (PLMs) on few-shot text classification by employing task-specific prompts. Yet, PLMs are unfamiliar with prompt-style expressions during…

ClassificationFew-Shot LearningFew-Shot Text ClassificationLanguage Modeling+6

Towards Unified Prompt Tuning for Few-shot Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models (PLMs) on few-shot learning by employing task-specific prompts. However, PLMs are unfamiliar with the prompt-style expressions during pr…

Few-Shot LearningLanguage ModelingLanguage ModellingMasked Language Modeling+2

StyLIP: Multi-Scale Style-Conditioned Prompt Learning for CLIP-based Domain Generalization

2023-02-18 · Shirsha Bose, Ankit Jha, Enrico Fini, Mainak Singha 외

Large-scale foundation models, such as CLIP, have demonstrated impressive zero-shot generalization performance on downstream tasks, leveraging well-designed language prompts. However, these prompt learning techniques oft…

Domain GeneralizationPrompt LearningZero-shot Generalization

UPA: Unsupervised Prompt Agent via Tree-Based Search and Selection

2026-01-30 · Siran Peng, Weisong Zhao, Tianyu Fu, Chenxu Zhao 외 arxiv

Prompt agents have recently emerged as a promising paradigm for automated prompt optimization, framing prompt discovery as a sequential decision-making problem over a structured prompt space. While this formulation enabl…