English

You Only Need Adversarial Supervision for Semantic Image Synthesis

Computer Vision and Pattern Recognition 2021-03-23 v3 Machine Learning Image and Video Processing

Abstract

Despite their recent successes, GAN models for semantic image synthesis still suffer from poor image quality when trained with only adversarial supervision. Historically, additionally employing the VGG-based perceptual loss has helped to overcome this issue, significantly improving the synthesis quality, but at the same time limiting the progress of GAN models for semantic image synthesis. In this work, we propose a novel, simplified GAN model, which needs only adversarial supervision to achieve high quality results. We re-design the discriminator as a semantic segmentation network, directly using the given semantic label maps as the ground truth for training. By providing stronger supervision to the discriminator as well as to the generator through spatially- and semantically-aware discriminator feedback, we are able to synthesize images of higher fidelity with better alignment to their input label maps, making the use of the perceptual loss superfluous. Moreover, we enable high-quality multi-modal image synthesis through global and local sampling of a 3D noise tensor injected into the generator, which allows complete or partial image change. We show that images synthesized by our model are more diverse and follow the color and texture distributions of real images more closely. We achieve an average improvement of 66 FID and 55 mIoU points over the state of the art across different datasets using only adversarial supervision.

Keywords

Cite

@article{arxiv.2012.04781,
  title  = {You Only Need Adversarial Supervision for Semantic Image Synthesis},
  author = {Vadim Sushko and Edgar Schönfeld and Dan Zhang and Juergen Gall and Bernt Schiele and Anna Khoreva},
  journal= {arXiv preprint arXiv:2012.04781},
  year   = {2021}
}

Comments

Published at ICLR 2021 (Main Conference). Code repository: https://github.com/boschresearch/OASIS

R2 v1 2026-06-23T20:49:54.465Z