paper-with-me

홈 › Papers

LLM Blueprint: Enabling Text-to-Image Generation with Complex and Detailed Prompts

2023-10-16 · Hanan Gani, Shariq Farooq Bhat, Muzammal Naseer, Salman Khan, Peter Wonka

Diffusion-based generative models have significantly advanced text-to-image generation but encounter challenges when processing lengthy and intricate text prompts describing complex scenes with multiple objects. While excelling in generating images from short, single-object descriptions, these models often struggle to faithfully capture all the nuanced details within longer and more elaborate textual inputs. In response, we present a novel approach leveraging Large Language Models (LLMs) to extract critical components from text prompts, including bounding box coordinates for foreground objects, detailed textual descriptions for individual objects, and a succinct background context. These components form the foundation of our layout-to-image generation model, which operates in two phases. The initial Global Scene Generation utilizes object layouts and background context to create an initial scene but often falls short in faithfully representing object characteristics as specified in the prompts. To address this limitation, we introduce an Iterative Refinement Scheme that iteratively evaluates and refines box-level content to align them with their textual descriptions, recomposing objects as needed to ensure consistency. Our evaluation on complex prompts featuring multiple objects demonstrates a substantial improvement in recall compared to baseline diffusion models. This is further validated by a user study, underscoring the efficacy of our approach in generating coherent and detailed scenes from intricate textual inputs.

📄 PDF Abstract BibTeX arXiv:2310.10640

Code (1)

hananshafi/llmblueprint 공식 구현 pytorch

Tasks

Image GenerationLayout-to-Image GenerationObjectScene GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Text-Blueprint: An Interactive Platform for Plan-based Conditional Generation

2023-04-28 · Fantine Huot, Joshua Maynez, Shashi Narayan, Reinald Kim Amplayo 외

While conditional generation models can now generate natural language well enough to create fluent text, it is still difficult to control the generation process, leading to irrelevant, repetitive, and hallucinated conten…

Query-focused SummarizationText Generation

Baton: Explicit Semantic Blueprints for Joint Video-Audio Generation

2026-05-24 · Shuyuan Tu, Qi Tian, Zihan Yang, Yue Wu 외 arxiv

Current open-source diffusion models struggle to generate stable and synchronized audio-visual content, particularly in scenarios demanding complex semantic reasoning. The root cause is that existing methods rely on coar…

Audio GenerationVideo Denoising

The Challenge of Achieving Attributability in Multilingual Table-to-Text Generation with Question-Answer Blueprints

2025-03-29 · Aden Haussmann

Multilingual Natural Language Generation (NLG) is challenging due to the lack of training data for low-resource languages. However, some low-resource languages have up to tens of millions of speakers globally, making it …

Table-to-Text GenerationText Generation

Conditional Generation with a Question-Answering Blueprint

2022-07-01 · Shashi Narayan, Joshua Maynez, Reinald Kim Amplayo, Kuzman Ganchev 외

The ability to convey relevant and faithful information is critical for many tasks in conditional generation and yet remains elusive for neural seq-to-seq models whose outputs often reveal hallucinations and fail to corr…

Question AnsweringQuestion GenerationQuestion-Generation

Progress by Pieces: Test-Time Scaling for Autoregressive Image Generation

2025-11-26 · Joonhyung Park, Hyeongwon Jang, Joowon Kim, Eunho Yang arxiv

Recent visual autoregressive (AR) models have shown promising capabilities in text-to-image generation, operating in a manner similar to large language models. While test-time computation scaling has brought remarkable s…

Text-to-Image GenerationImage Editing