English

3D-aware Conditional Image Synthesis

Computer Vision and Pattern Recognition 2023-05-02 v2 Graphics Machine Learning

Abstract

We propose pix2pix3D, a 3D-aware conditional generative model for controllable photorealistic image synthesis. Given a 2D label map, such as a segmentation or edge map, our model learns to synthesize a corresponding image from different viewpoints. To enable explicit 3D user control, we extend conditional generative models with neural radiance fields. Given widely-available monocular images and label map pairs, our model learns to assign a label to every 3D point in addition to color and density, which enables it to render the image and pixel-aligned label map simultaneously. Finally, we build an interactive system that allows users to edit the label map from any viewpoint and generate outputs accordingly.

Keywords

Cite

@article{arxiv.2302.08509,
  title  = {3D-aware Conditional Image Synthesis},
  author = {Kangle Deng and Gengshan Yang and Deva Ramanan and Jun-Yan Zhu},
  journal= {arXiv preprint arXiv:2302.08509},
  year   = {2023}
}

Comments

Project Page: https://www.cs.cmu.edu/~pix2pix3D/