paper-with-me

Papers

Controllable Text-to-Image Generation with GPT-4

2023-05-29 · Tianjun Zhang, Yi Zhang, Vibhav Vineet, Neel Joshi, Xin Wang

Current text-to-image generation models often struggle to follow textual instructions, especially the ones requiring spatial reasoning. On the other hand, Large Language Models (LLMs), such as GPT-4, have shown remarkable precision in generating code snippets for sketching out text inputs graphically, e.g., via TikZ. In this work, we introduce Control-GPT to guide the diffusion-based text-to-image pipelines with programmatic sketches generated by GPT-4, enhancing their abilities for instruction following. Control-GPT works by querying GPT-4 to write TikZ code, and the generated sketches are used as references alongside the text instructions for diffusion models (e.g., ControlNet) to generate photo-realistic images. One major challenge to training our pipeline is the lack of a dataset containing aligned text, images, and sketches. We address the issue by converting instance masks in existing datasets into polygons to mimic the sketches used at test time. As a result, Control-GPT greatly boosts the controllability of image generation. It establishes a new state-of-art on the spatial arrangement and object positioning generation and enhances users' control of object positions, sizes, etc., nearly doubling the accuracy of prior models. Our work, as a first attempt, shows the potential for employing LLMs to enhance the performance in computer vision tasks.

📄 PDF Abstract BibTeX arXiv:2305.18583

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationInstruction FollowingSpatial ReasoningText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Text2Street: Controllable Text-to-image Generation for Street Views

2024-02-07 · Jinming Su, Songen Gu, Yiting Duan, Xingyue Chen 외

Text-to-image generation has made remarkable progress with the emergence of diffusion models. However, it is still a difficult task to generate images for street views based on text, mainly because the road topology of s…

Image GenerationLayout GenerationObjectText to Image Generation+1

LTOS: Layout-controllable Text-Object Synthesis via Adaptive Cross-attention Fusions

2024-04-21 · Xiaoran Zhao, Tianhao Wu, Yu Lai, Zhiliang Tian 외

Controllable text-to-image generation synthesizes visual text and objects in images with certain conditions, which are frequently applied to emoji and poster generation. Visual text rendering and layout-to-image generati…

Image GenerationLayout-to-Image GenerationObjectText to Image Generation+1

IPDreamer: Appearance-Controllable 3D Object Generation with Complex Image Prompts

2023-10-09 · Bohan Zeng, Shanglin Li, Yutang Feng, Ling Yang 외

Recent advances in 3D generation have been remarkable, with methods such as DreamFusion leveraging large-scale text-to-image diffusion-based models to guide 3D object generation. These methods enable the synthesis of det…

3D GenerationImage to 3DObjectText to 3D

PerLDiff: Controllable Street View Synthesis Using Perspective-Layout Diffusion Models

2024-07-08 · Jinhua Zhang, Hualian Sheng, Sijia Cai, Bing Deng 외

Controllable generation is considered a potentially vital approach to address the challenge of annotating 3D data, and the precision of such controllable generation becomes particularly imperative in the context of data …

Autonomous DrivingImage Generation

Controllable Generation with Text-to-Image Diffusion Models: A Survey

2024-03-07 · Pu Cao, Feng Zhou, Qing Song, Lu Yang

In the rapidly advancing realm of visual generation, diffusion models have revolutionized the landscape, marking a significant shift in capabilities with their impressive text-guided generative functions. However, relyin…

Denoising