English

InstaGen: Enhancing Object Detection by Training on Synthetic Dataset

Computer Vision and Pattern Recognition 2024-04-09 v3

Abstract

In this paper, we present a novel paradigm to enhance the ability of object detector, e.g., expanding categories or improving detection performance, by training on synthetic dataset generated from diffusion models. Specifically, we integrate an instance-level grounding head into a pre-trained, generative diffusion model, to augment it with the ability of localising instances in the generated images. The grounding head is trained to align the text embedding of category names with the regional visual feature of the diffusion model, using supervision from an off-the-shelf object detector, and a novel self-training scheme on (novel) categories not covered by the detector. We conduct thorough experiments to show that, this enhanced version of diffusion model, termed as InstaGen, can serve as a data synthesizer, to enhance object detectors by training on its generated samples, demonstrating superior performance over existing state-of-the-art methods in open-vocabulary (+4.5 AP) and data-sparse (+1.2 to 5.2 AP) scenarios. Project page with code: https://fcjian.github.io/InstaGen.

Keywords

Cite

@article{arxiv.2402.05937,
  title  = {InstaGen: Enhancing Object Detection by Training on Synthetic Dataset},
  author = {Chengjian Feng and Yujie Zhong and Zequn Jie and Weidi Xie and Lin Ma},
  journal= {arXiv preprint arXiv:2402.05937},
  year   = {2024}
}

Comments

CVPR2024

R2 v1 2026-06-28T14:43:19.805Z