English

Generative Multiplane Images: Making a 2D GAN 3D-Aware

Computer Vision and Pattern Recognition 2022-07-22 v1 Artificial Intelligence

Abstract

What is really needed to make an existing 2D GAN 3D-aware? To answer this question, we modify a classical GAN, i.e., StyleGANv2, as little as possible. We find that only two modifications are absolutely necessary: 1) a multiplane image style generator branch which produces a set of alpha maps conditioned on their depth; 2) a pose-conditioned discriminator. We refer to the generated output as a 'generative multiplane image' (GMPI) and emphasize that its renderings are not only high-quality but also guaranteed to be view-consistent, which makes GMPIs different from many prior works. Importantly, the number of alpha maps can be dynamically adjusted and can differ between training and inference, alleviating memory concerns and enabling fast training of GMPIs in less than half a day at a resolution of 102421024^2. Our findings are consistent across three challenging and common high-resolution datasets, including FFHQ, AFHQv2, and MetFaces.

Keywords

Cite

@article{arxiv.2207.10642,
  title  = {Generative Multiplane Images: Making a 2D GAN 3D-Aware},
  author = {Xiaoming Zhao and Fangchang Ma and David Güera and Zhile Ren and Alexander G. Schwing and Alex Colburn},
  journal= {arXiv preprint arXiv:2207.10642},
  year   = {2022}
}

Comments

ECCV2022; Project Page: https://xiaoming-zhao.github.io/projects/gmpi/

R2 v1 2026-06-25T01:07:33.248Z