English

DALL-E for Detection: Language-driven Compositional Image Synthesis for Object Detection

Computer Vision and Pattern Recognition 2022-12-23 v3

Abstract

We propose a new paradigm to automatically generate training data with accurate labels at scale using the text-toimage synthesis frameworks (e.g., DALL-E, Stable Diffusion, etc.). The proposed approach decouples training data generation into foreground object mask generation and background (context) image generation. For foreground object mask generation, we use a simple textual template with object class name as input to DALL-E to generate a diverse set of foreground images. A foreground-background segmentation algorithm is then used to generate foreground object masks. Next, in order to generate context images, first a language description of the context is generated by applying an image captioning method on a small set of images representing the context. These language descriptions are then used to generate diverse sets of context images using the DALL-E framework. These are then composited with object masks generated in the first step to provide an augmented training set for a classifier. We demonstrate the advantages of our approach on four object detection datasets including on Pascal VOC and COCO object detection tasks. Furthermore, we also highlight the compositional nature of our data generation approach on out-of-distribution and zero-shot data generation scenarios.

Keywords

Cite

@article{arxiv.2206.09592,
  title  = {DALL-E for Detection: Language-driven Compositional Image Synthesis for Object Detection},
  author = {Yunhao Ge and Jiashu Xu and Brian Nlong Zhao and Neel Joshi and Laurent Itti and Vibhav Vineet},
  journal= {arXiv preprint arXiv:2206.09592},
  year   = {2022}
}

Comments

v3(same as v2) version, update structure (add foreground generation, stable diffusion), add more experiments

R2 v1 2026-06-24T11:56:54.655Z