paper-with-me

Papers

You Only Need Adversarial Supervision for Semantic Image Synthesis

2020-12-08 · ICLR 2021 1 · Vadim Sushko, Edgar Schönfeld, Dan Zhang, Juergen Gall, Bernt Schiele, Anna Khoreva

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 $6$ FID and $5$ mIoU points over the state of the art across different datasets using only adversarial supervision.

📄 PDF Abstract BibTeX arXiv:2012.04781

Code (1)

boschresearch/OASIS 공식 구현 pytorch

Tasks

Image GenerationImage-to-Image TranslationSemantic Segmentation

Methods 이 논문이 사용한 방법론

OASIS OASIS is a GAN-based model to translate semantic label maps into realistic-looking images. The model builds on preceding work such as…

Similar Papers 제목 키워드 기반

Exploring Robustness of Unsupervised Domain Adaptation in Semantic Segmentation

2021-05-23 · ICCV 2021 10 · Jinyu Yang, Chunyuan Li, Weizhi An, Hehuan Ma 외

Recent studies imply that deep neural networks are vulnerable to adversarial examples -- inputs with a slight but intentional perturbation are incorrectly classified by the network. Such vulnerability makes it risky for …

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Semantically Tied Paired Cycle Consistency for Any-Shot Sketch-based Image Retrieval

2020-06-20 · Anjan Dutta, Zeynep Akata

Low-shot sketch-based image retrieval is an emerging task in computer vision, allowing to retrieve natural images relevant to hand-drawn sketch queries that are rarely seen during the training phase. Related prior works …

Generative Adversarial NetworkImage RetrievalRetrievalSketch-Based Image Retrieval

Semantically Tied Paired Cycle Consistency for Zero-Shot Sketch-based Image Retrieval

2019-03-08 · CVPR 2019 6 · Anjan Dutta, Zeynep Akata

Zero-shot sketch-based image retrieval (SBIR) is an emerging task in computer vision, allowing to retrieve natural images relevant to sketch queries that might not been seen in the training phase. Existing works either r…

feature selectionImage RetrievalRetrievalSketch-Based Image Retrieval

Zero-Shot Learning by Harnessing Adversarial Samples

2023-08-01 · Zhi Chen, Pengfei Zhang, Jingjing Li, Sen Wang 외

Zero-Shot Learning (ZSL) aims to recognize unseen classes by generalizing the knowledge, i.e., visual and semantic relationships, obtained from seen classes, where image augmentation techniques are commonly applied to im…

AttributeGeneralized Zero-Shot LearningImage AugmentationZero-Shot Learning

SEIGAN: Towards Compositional Image Generation by Simultaneously Learning to Segment, Enhance, and Inpaint

2018-11-19 · Pavel Ostyakov, Roman Suvorov, Elizaveta Logacheva, Oleg Khomenko 외

We present a novel approach to image manipulation and understanding by simultaneously learning to segment object masks, paste objects to another background image, and remove them from original images. For this purpose, w…

Generative Adversarial NetworkImage GenerationImage Manipulation