paper-with-me

Papers

Generating Intermediate Representations for Compositional Text-To-Image Generation

2024-10-13 · Ran Galun, Sagie Benaim

Text-to-image diffusion models have demonstrated an impressive ability to produce high-quality outputs. However, they often struggle to accurately follow fine-grained spatial information in an input text. To this end, we propose a compositional approach for text-to-image generation based on two stages. In the first stage, we design a diffusion-based generative model to produce one or more aligned intermediate representations (such as depth or segmentation maps) conditioned on text. In the second stage, we map these representations, together with the text, to the final output image using a separate diffusion-based generative model. Our findings indicate that such compositional approach can improve image generation, resulting in a notable improvement in FID score and a comparable CLIP score, when compared to the standard non-compositional baseline.

📄 PDF Abstract BibTeX arXiv:2410.09792

Code (1)

rang1991/public-intermediate-semantics-for-generation 공식 구현 pytorch

Tasks

Image 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…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Unlocking Compositional Generalization in Pre-trained Models Using Intermediate Representations

2021-04-15 · Jonathan Herzig, Peter Shaw, Ming-Wei Chang, Kelvin Guu 외

Sequence-to-sequence (seq2seq) models are prevalent in semantic parsing, but have been found to struggle at out-of-distribution compositional generalization. While specialized model architectures and pre-training of seq2…

Semantic ParsingText to SQLText-To-SQL

Heuristics for Image Generation from Scene Graphs

2019-03-20 · ICLR Workshop LLD 2019 · Subarna Tripathi, Anahita Bhiwandiwalla, Alexei Bastidas, Hanlin Tang

Generating realistic images from scene graphs requires neural networks to be able to reason about object relationships and compositionality. Learning a sufficiently rich representation to facilitate this reasoning is cha…

Image GenerationImage Generation from Scene GraphsRelation

Compositional Capabilities of Autoregressive Transformers: A Study on Synthetic, Interpretable Tasks

2023-11-21 · Rahul Ramesh, Ekdeep Singh Lubana, Mikail Khona, Robert P. Dick 외

Transformers trained on huge text corpora exhibit a remarkable set of capabilities, e.g., performing basic arithmetic. Given the inherent compositional nature of language, one can expect the model to learn to compose the…

SILMM: Self-Improving Large Multimodal Models for Compositional Text-to-Image Generation

2024-12-08 · CVPR 2025 1 · Leigang Qu, Haochuan Li, Wenjie Wang, Xiang Liu 외

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in multimodal understanding and generation, pushing forward advancements in text-to-image generation. However, achieving accurate text-image alignm…

DiversityImage GenerationPrompt EngineeringText to Image Generation+1

DIFFCZSL: Compositional Zero-Shot Learning Regularized by Diffusion Representations

2026-08-20 · Hangyu Tian, Zhenqi He, Yanghao Wang, Long Chen arxiv

Compositional Zero-Shot Learning (CZSL) aims to recognize unseen attribute-object compositions by leveraging knowledge of primitive concepts learned from seen compositions. Although recent works achieve impressive perfor…

Compositional Zero-Shot Learning