CVMay 16, 2023

Urban-StyleGAN: Learning to Generate and Manipulate Images of Urban Scenes

arXiv:2305.09602v13 citations
Originality Incremental advance
AI Analysis

This work addresses the need for photorealistic and controllable image generation for training AI models in autonomous driving, representing an incremental improvement over existing methods.

The paper tackles the problem of generating and manipulating complex urban scenes with high quality and controllability, proposing Urban-StyleGAN, which achieves significantly more controllability and improved image quality compared to previous approaches, matching the quality of general-purpose non-controllable models like StyleGAN2.

A promise of Generative Adversarial Networks (GANs) is to provide cheap photorealistic data for training and validating AI models in autonomous driving. Despite their huge success, their performance on complex images featuring multiple objects is understudied. While some frameworks produce high-quality street scenes with little to no control over the image content, others offer more control at the expense of high-quality generation. A common limitation of both approaches is the use of global latent codes for the whole image, which hinders the learning of independent object distributions. Motivated by SemanticStyleGAN (SSG), a recent work on latent space disentanglement in human face generation, we propose a novel framework, Urban-StyleGAN, for urban scene generation and manipulation. We find that a straightforward application of SSG leads to poor results because urban scenes are more complex than human faces. To provide a more compact yet disentangled latent representation, we develop a class grouping strategy wherein individual classes are grouped into super-classes. Moreover, we employ an unsupervised latent exploration algorithm in the $\mathcal{S}$-space of the generator and show that it is more efficient than the conventional $\mathcal{W}^{+}$-space in controlling the image content. Results on the Cityscapes and Mapillary datasets show the proposed approach achieves significantly more controllability and improved image quality than previous approaches on urban scenes and is on par with general-purpose non-controllable generative models (like StyleGAN2) in terms of quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes