Cross-View Image Synthesis using Conditional GANs

CVPR 2018  ·  Krishna Regmi, Ali Borji ·

Learning to generate natural scenes has always been a challenging task in computer vision. It is even more painstaking when the generation is conditioned on images with drastically different views. This is mainly because understanding, corresponding, and transforming appearance and semantic information across the views is not trivial. In this paper, we attempt to solve the novel problem of cross-view image synthesis, aerial to street-view and vice versa, using conditional generative adversarial networks (cGAN). Two new architectures called Crossview Fork (X-Fork) and Crossview Sequential (X-Seq) are proposed to generate scenes with resolutions of 64x64 and 256x256 pixels. X-Fork architecture has a single discriminator and a single generator. The generator hallucinates both the image and its semantic segmentation in the target view. X-Seq architecture utilizes two cGANs. The first one generates the target image which is subsequently fed to the second cGAN for generating its corresponding semantic segmentation map. The feedback from the second cGAN helps the first cGAN generate sharper images. Both of our proposed architectures learn to generate natural images as well as their semantic segmentation maps. The proposed methods show that they are able to capture and maintain the true semantics of objects in source and target views better than the traditional image-to-image translation method which considers only the visual appearance of the scene. Extensive qualitative and quantitative evaluations support the effectiveness of our frameworks, compared to two state of the art methods, for natural scene generation across drastically different views.

PDF Abstract CVPR 2018 PDF CVPR 2018 Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Cross-View Image-to-Image Translation cvusa X-Seq SSIM 0.4231 # 5
Cross-View Image-to-Image Translation cvusa X-Fork SSIM 0.4356 # 4
Cross-View Image-to-Image Translation Dayton (256×256) - aerial-to-ground X-Seq SSIM 0.5031 # 3
Cross-View Image-to-Image Translation Dayton (256×256) - aerial-to-ground X-Fork SSIM 0.4963 # 4
Cross-View Image-to-Image Translation Dayton (256×256) - ground-to-aerial X-Seq SSIM 0.2725 # 3
Cross-View Image-to-Image Translation Dayton (64×64) - aerial-to-ground X-Seq SSIM 0.5171 # 2
Cross-View Image-to-Image Translation Dayton (64×64) - aerial-to-ground X-Fork SSIM 0.4921 # 4
Cross-View Image-to-Image Translation Dayton (64x64) - ground-to-aerial X-Seq SSIM 0.3663 # 4
Cross-View Image-to-Image Translation Dayton (64x64) - ground-to-aerial X-Fork SSIM 0.3682 # 2
Cross-View Image-to-Image Translation Ego2Top X-Seq SSIM 0.2738 # 3
Cross-View Image-to-Image Translation Ego2Top X-Fork SSIM 0.2740 # 2

Methods


No methods listed for this paper. Add relevant methods here