paper-with-me

홈 › Papers

Layout-Bridging Text-to-Image Synthesis

2022-08-12 · Jiadong Liang, Wenjie Pei, Feng Lu

The crux of text-to-image synthesis stems from the difficulty of preserving the cross-modality semantic consistency between the input text and the synthesized image. Typical methods, which seek to model the text-to-image mapping directly, could only capture keywords in the text that indicates common objects or actions but fail to learn their spatial distribution patterns. An effective way to circumvent this limitation is to generate an image layout as guidance, which is attempted by a few methods. Nevertheless, these methods fail to generate practically effective layouts due to the diversity of input text and object location. In this paper we push for effective modeling in both text-to-layout generation and layout-to-image synthesis. Specifically, we formulate the text-to-layout generation as a sequence-to-sequence modeling task, and build our model upon Transformer to learn the spatial relationships between objects by modeling the sequential dependencies between them. In the stage of layout-to-image synthesis, we focus on learning the textual-visual semantic alignment per object in the layout to precisely incorporate the input text into the layout-to-image synthesizing process. To evaluate the quality of generated layout, we design a new metric specifically, dubbed Layout Quality Score, which considers both the absolute distribution errors of bounding boxes in the layout and the mutual spatial relationships between them. Extensive experiments on three datasets demonstrate the superior performance of our method over state-of-the-art methods on both predicting the layout and synthesizing the image from the given text.

📄 PDF Abstract BibTeX arXiv:2208.06162

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationLayout Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Inferring Semantic Layout for Hierarchical Text-to-Image Synthesis

2018-01-16 · CVPR 2018 6 · Seunghoon Hong, Dingdong Yang, Jongwook Choi, Honglak Lee

We propose a novel hierarchical approach for text-to-image synthesis by inferring semantic layout. Instead of learning a direct mapping from text to image, our algorithm decomposes the generation process into multiple st…

Image Generation

PANDA: An LLM-Enhanced Performance-Driven Analog Design Framework Bridging Design Intent and Layout Generation

2026-06-13 · Haoyi Zhang, Weijian Fan, Xiaohan Gao, Bingyang Liu 외 arxiv

Traditional design of analog circuits heavily relies on manual interventions across topology, sizing, and layout, with prior automation addressing stages in isolation. In this work, we propose PANDA, an LLM-enhanced fram…

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

Text-to-Image Synthesis Based on Object-Guided Joint-Decoding Transformer

2022-01-01 · CVPR 2022 1 · Fuxiang Wu, Liu Liu, Fusheng Hao, Fengxiang He 외

Object-guided text-to-image synthesis aims to generate images from natural language descriptions built by two-step frameworks, i.e., the model generates the layout and then synthesizes images from the layout and capt…

Image GenerationObjectTask 2

Spatial Chain-of-Thought: Bridging Understanding and Generation Models for Spatial Reasoning Generation

2026-02-12 · Wei Chen, Yancheng Long, Mingqiao Liu, Haojie Ding 외 arxiv

While diffusion models have shown exceptional capabilities in aesthetic image synthesis, they often struggle with complex spatial understanding and reasoning. Existing approaches resort to Multimodal Large Language Model…

Spatial ReasoningImage GenerationImage Editing