CVAIApr 28, 2023

SceneGenie: Scene Graph Guided Diffusion Models for Image Synthesis

arXiv:2304.14573v151 citationsh-index: 58
Originality Highly original
AI Analysis

This work addresses the problem of generating images that precisely match detailed text descriptions for users in fields like computer vision and creative design, representing an incremental improvement by enhancing existing diffusion models with geometric constraints.

The paper tackles the challenge of accurately representing complex text prompts, such as object counts, in text-to-image generation by proposing a novel guidance approach for diffusion models that uses bounding box and segmentation map information at inference time without extra training data. It achieves state-of-the-art performance on two public benchmarks for image generation from scene graphs, surpassing existing models in various metrics.

Text-conditioned image generation has made significant progress in recent years with generative adversarial networks and more recently, diffusion models. While diffusion models conditioned on text prompts have produced impressive and high-quality images, accurately representing complex text prompts such as the number of instances of a specific object remains challenging. To address this limitation, we propose a novel guidance approach for the sampling process in the diffusion model that leverages bounding box and segmentation map information at inference time without additional training data. Through a novel loss in the sampling process, our approach guides the model with semantic features from CLIP embeddings and enforces geometric constraints, leading to high-resolution images that accurately represent the scene. To obtain bounding box and segmentation map information, we structure the text prompt as a scene graph and enrich the nodes with CLIP embeddings. Our proposed model achieves state-of-the-art performance on two public benchmarks for image generation from scene graphs, surpassing both scene graph to image and text-based diffusion models in various metrics. Our results demonstrate the effectiveness of incorporating bounding box and segmentation map guidance in the diffusion model sampling process for more accurate text-to-image generation.

Foundations

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

Your Notes