paper-with-me

Papers

LayoutTransformer: Layout Generation and Completion with Self-attention

2020-06-25 · ICCV 2021 10 · Kamal Gupta, Justin Lazarow, Alessandro Achille, Larry Davis, Vijay Mahadevan, Abhinav Shrivastava

We address the problem of scene layout generation for diverse domains such as images, mobile applications, documents, and 3D objects. Most complex scenes, natural or human-designed, can be expressed as a meaningful arrangement of simpler compositional graphical primitives. Generating a new layout or extending an existing layout requires understanding the relationships between these primitives. To do this, we propose LayoutTransformer, a novel framework that leverages self-attention to learn contextual relationships between layout elements and generate novel layouts in a given domain. Our framework allows us to generate a new layout either from an empty set or from an initial seed set of primitives, and can easily scale to support an arbitrary of primitives per layout. Furthermore, our analyses show that the model is able to automatically capture the semantic properties of the primitives. We propose simple improvements in both representation of layout primitives, as well as training methods to demonstrate competitive performance in very diverse data domains such as object bounding boxes in natural images(COCO bounding box), documents (PubLayNet), mobile applications (RICO dataset) as well as 3D shapes (Part-Net). Code and other materials will be made available at https://kampta.github.io/layout.

📄 PDF Abstract BibTeX arXiv:2006.14615

Code (2)

Layout-Generation/layout-generation tf
kampta/DeepLayout pytorch

Tasks

Layout Generation

Similar Papers 제목 키워드 기반

LayoutTransformer: Relation-Aware Scene Layout Generation

2021-01-01 · Cheng-Fu Yang, Wan-Cyuan Fan, Fu-En Yang, Yu-Chiang Frank Wang

In the areas of machine learning and computer vision, text-to-image synthesis aims at producing image outputs given the input text. In particular, the task of layout generation requires one to describe the spatial inform…

Image GenerationLayout GenerationObjectRelation

LayoutTransformer: Scene Layout Generation With Conceptual and Spatial Diversity

2021-06-19 · CVPR 2021 1 · Cheng-Fu Yang, Wan-Cyuan Fan, Fu-En Yang, Yu-Chiang Frank Wang

When translating text inputs into layouts or images, existing works typically require explicit descriptions of each object in a scene, including their spatial information or the associated relationships. To better ex…

DecoderDiversityLayout Generation

Spatial Information Integration in Small Language Models for Document Layout Generation and Classification

2025-01-09 · Pablo Melendez, Clemens Havas

Document layout understanding is a field of study that analyzes the spatial arrangement of information in a document hoping to understand its structure and layout. Models such as LayoutLM (and its subsequent iterations) …

Layout Generationtext-classificationText Classification

Layout Control and Semantic Guidance with Attention Loss Backward for T2I Diffusion Model

2024-11-11 · Guandong Li

Controllable image generation has always been one of the core demands in image generation, aiming to create images that are both creative and logical while satisfying additional specified conditions. In the post-AIGC era…

AttributeImage Generation

Rethinking The Training And Evaluation of Rich-Context Layout-to-Image Generation

2024-09-07 · Jiaxin Cheng, Zixu Zhao, Tong He, Tianjun Xiao 외

Recent advancements in generative models have significantly enhanced their capacity for image generation, enabling a wide range of applications such as image editing, completion and video editing. A specialized area with…

Image GenerationLayout-to-Image GenerationVideo Editing