BigDatasetGAN: Synthesizing ImageNet with Pixel-Wise Annotations

Abstract

Annotating images with pixel-wise labels is a time-consuming and costly process. Recently, DatasetGAN showcased a promising alternative - to synthesize a large labeled dataset via a generative adversarial network (GAN) by exploiting a small set of manually labeled, GAN-generated images. Here, we scale DatasetGAN to ImageNet scale of class diversity. We take image samples from the class-conditional generative model BigGAN trained on ImageNet, and manually annotate only 5 images per class, for all 1k classes. By training an effective feature segmentation architecture on top of BigGAN, we turn BigGAN into a labeled dataset generator. We further show that VQGAN can similarly serve as a dataset generator, leveraging the already annotated data. We create a new ImageNet benchmark by labeling an additional set of real images and evaluate segmentation performance in a variety of settings. Through an extensive ablation study we show big gains in leveraging a large generated dataset to train different supervised and self-supervised backbone models on pixel-wise tasks. Furthermore, we demonstrate that using our synthesized datasets for pre-training leads to improvements over standard ImageNet pre-training on several downstream datasets, such as PASCAL-VOC, MS-COCO, Cityscapes and chest X-ray, as well as tasks (detection, segmentation). Our benchmark will be made public and maintain a leaderboard for this challenging task.

Cite

Text

Li et al. "BigDatasetGAN: Synthesizing ImageNet with Pixel-Wise Annotations." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.02064

Markdown

[Li et al. "BigDatasetGAN: Synthesizing ImageNet with Pixel-Wise Annotations." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/li2022cvpr-bigdatasetgan/) doi:10.1109/CVPR52688.2022.02064

BibTeX

@inproceedings{li2022cvpr-bigdatasetgan,
  title     = {{BigDatasetGAN: Synthesizing ImageNet with Pixel-Wise Annotations}},
  author    = {Li, Daiqing and Ling, Huan and Kim, Seung Wook and Kreis, Karsten and Fidler, Sanja and Torralba, Antonio},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {21330-21340},
  doi       = {10.1109/CVPR52688.2022.02064},
  url       = {https://mlanthology.org/cvpr/2022/li2022cvpr-bigdatasetgan/}
}