English

Modeling Image Composition for Complex Scene Generation

Computer Vision and Pattern Recognition 2022-06-03 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2206.00923,
  title  = {Modeling Image Composition for Complex Scene Generation},
  author = {Zuopeng Yang and Daqing Liu and Chaoyue Wang and Jie Yang and Dacheng Tao},
  journal= {arXiv preprint arXiv:2206.00923},
  year   = {2022}
}

Comments

CVPR 2022

R2 v1 2026-06-24T11:36:57.212Z