CVAIJul 21, 2022

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

AppleUW
arXiv:2207.10642v175 citationsh-index: 67
Originality Incremental advance
AI Analysis

This enables efficient 3D-aware image generation for computer vision applications, though it is incremental as it builds on existing GAN frameworks.

The paper tackled making a 2D GAN 3D-aware by minimally modifying StyleGANv2, resulting in high-quality, view-consistent generative multiplane images that train in less than half a day at 1024^2 resolution.

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 $1024^2$. Our findings are consistent across three challenging and common high-resolution datasets, including FFHQ, AFHQv2, and MetFaces.

Code Implementations1 repo
Foundations

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

Your Notes