paper-with-me

Papers

Modeling Image Composition for Complex Scene Generation

2022-06-02 · CVPR 2022 1 · Zuopeng Yang, Daqing Liu, Chaoyue Wang, Jie Yang, DaCheng Tao

We present a method that achieves state-of-the-art results on challenging (few-shot) layout-to-image generation tasks by accurately modeling textures, structures and relationships contained in a complex scene. After compressing RGB images into patch tokens, we propose the Transformer with Focal Attention (TwFA) for exploring dependencies of object-to-object, object-to-patch and patch-to-patch. Compared to existing CNN-based and Transformer-based generation models that entangled modeling on pixel-level&patch-level and object-level&patch-level respectively, the proposed focal attention predicts the current patch token by only focusing on its highly-related tokens that specified by the spatial layout, thereby achieving disambiguation during training. Furthermore, the proposed TwFA largely increases the data efficiency during training, therefore we propose the first few-shot complex scene generation strategy based on the well-trained TwFA. Comprehensive experiments show the superiority of our method, which significantly increases both quantitative metrics and qualitative visual realism with respect to state-of-the-art CNN-based and transformer-based methods. Code is available at https://github.com/JohnDreamer/TwFA.

📄 PDF Abstract BibTeX arXiv:2206.00923

Code (1)

johndreamer/twfa 공식 구현 pytorch

Tasks

Image GenerationLayout-to-Image GenerationObjectScene Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Scene Graph Disentanglement and Composition for Generalizable Complex Image Generation

2024-10-01 · Yunnan Wang, Ziqiang Li, Zequn Zhang, Wenyao Zhang 외

There has been exciting progress in generating images from natural language or layout conditions. However, these methods struggle to faithfully reproduce complex scenes due to the insufficient modeling of multiple object…

DisentanglementImage Generation

CC3D: Layout-Conditioned Generation of Compositional 3D Scenes

2023-03-21 · ICCV 2023 1 · Sherwin Bahmani, Jeong Joon Park, Despoina Paschalidou, Xingguang Yan 외

In this work, we introduce CC3D, a conditional generative model that synthesizes complex 3D scenes conditioned on 2D semantic scene layouts, trained using single-view images. Different from most existing 3D GANs that lim…

Inductive Bias

MCCD: Multi-Agent Collaboration-based Compositional Diffusion for Complex Text-to-Image Generation

2025-05-05 · CVPR 2025 1 · Mingcheng Li, Xiaolu Hou, Ziyang Liu, Dingkang Yang 외

Diffusion models have shown excellent performance in text-to-image generation. Nevertheless, existing methods often suffer from performance bottlenecks when handling complex prompts that involve multiple objects, charact…

Image GenerationScene GenerationScene ParsingText to Image Generation+1

Draw Like an Artist: Complex Scene Generation with Diffusion Model via Composition, Painting, and Retouching

2024-08-25 · Minghao Liu, Le Zhang, Yingjie Tian, Xiaochao Qu 외

Recent advances in text-to-image diffusion models have demonstrated impressive capabilities in image quality. However, complex scene generation remains relatively unexplored, and even the definition of `complex scene' it…

Scene Generation

MIDI: Multi-Instance Diffusion for Single Image to 3D Scene Generation

2024-12-04 · CVPR 2025 1 · Zehuan Huang, Yuan-Chen Guo, Xingqiao An, Yunhan Yang 외

This paper introduces MIDI, a novel paradigm for compositional 3D scene generation from a single image. Unlike existing methods that rely on reconstruction or retrieval techniques or recent approaches that employ multi-s…