English

Exploring Sparse MoE in GANs for Text-conditioned Image Synthesis

Computer Vision and Pattern Recognition 2023-09-08 v1

Abstract

Due to the difficulty in scaling up, generative adversarial networks (GANs) seem to be falling from grace on the task of text-conditioned image synthesis. Sparsely-activated mixture-of-experts (MoE) has recently been demonstrated as a valid solution to training large-scale models with limited computational resources. Inspired by such a philosophy, we present Aurora, a GAN-based text-to-image generator that employs a collection of experts to learn feature processing, together with a sparse router to help select the most suitable expert for each feature point. To faithfully decode the sampling stochasticity and the text condition to the final synthesis, our router adaptively makes its decision by taking into account the text-integrated global latent code. At 64x64 image resolution, our model trained on LAION2B-en and COYO-700M achieves 6.2 zero-shot FID on MS COCO. We release the code and checkpoints to facilitate the community for further development.

Keywords

Cite

@article{arxiv.2309.03904,
  title  = {Exploring Sparse MoE in GANs for Text-conditioned Image Synthesis},
  author = {Jiapeng Zhu and Ceyuan Yang and Kecheng Zheng and Yinghao Xu and Zifan Shi and Yujun Shen},
  journal= {arXiv preprint arXiv:2309.03904},
  year   = {2023}
}

Comments

Technical report

R2 v1 2026-06-28T12:15:34.580Z