CVAIJan 18, 2024

DiffusionGPT: LLM-Driven Text-to-Image Generation System

arXiv:2401.10061v151 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of unified and flexible image generation for users needing diverse outputs, but it is incremental as it builds on existing diffusion models and LLM integration.

The authors tackled the problem of text-to-image systems being unable to handle diverse inputs or limited to single models by proposing DiffusionGPT, a system that uses LLMs to parse prompts and select appropriate domain-expert models, resulting in improved performance across diverse domains as shown in experiments.

Diffusion models have opened up new avenues for the field of image generation, resulting in the proliferation of high-quality models shared on open-source platforms. However, a major challenge persists in current text-to-image systems are often unable to handle diverse inputs, or are limited to single model results. Current unified attempts often fall into two orthogonal aspects: i) parse Diverse Prompts in input stage; ii) activate expert model to output. To combine the best of both worlds, we propose DiffusionGPT, which leverages Large Language Models (LLM) to offer a unified generation system capable of seamlessly accommodating various types of prompts and integrating domain-expert models. DiffusionGPT constructs domain-specific Trees for various generative models based on prior knowledge. When provided with an input, the LLM parses the prompt and employs the Trees-of-Thought to guide the selection of an appropriate model, thereby relaxing input constraints and ensuring exceptional performance across diverse domains. Moreover, we introduce Advantage Databases, where the Tree-of-Thought is enriched with human feedback, aligning the model selection process with human preferences. Through extensive experiments and comparisons, we demonstrate the effectiveness of DiffusionGPT, showcasing its potential for pushing the boundaries of image synthesis in diverse domains.

Foundations

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

Your Notes