paper-with-me

Papers

Multi-View Consistent Generative Adversarial Networks for 3D-aware Image Synthesis

2022-04-13 · CVPR 2022 1 · Xuanmeng Zhang, Zhedong Zheng, Daiheng Gao, Bang Zhang, Pan Pan, Yi Yang

3D-aware image synthesis aims to generate images of objects from multiple views by learning a 3D representation. However, one key challenge remains: existing approaches lack geometry constraints, hence usually fail to generate multi-view consistent images. To address this challenge, we propose Multi-View Consistent Generative Adversarial Networks (MVCGAN) for high-quality 3D-aware image synthesis with geometry constraints. By leveraging the underlying 3D geometry information of generated images, i.e., depth and camera transformation matrix, we explicitly establish stereo correspondence between views to perform multi-view joint optimization. In particular, we enforce the photometric consistency between pairs of views and integrate a stereo mixup mechanism into the training process, encouraging the model to reason about the correct 3D shape. Besides, we design a two-stage training strategy with feature-level multi-view joint optimization to improve the image quality. Extensive experiments on three datasets demonstrate that MVCGAN achieves the state-of-the-art performance for 3D-aware image synthesis.

📄 PDF Abstract BibTeX arXiv:2204.06307

Code (1)

Xuanmeng-Zhang/MVCGAN 공식 구현 pytorch

Tasks

3D-Aware Image Synthesis3D geometryImage Generation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

pi-GAN: Periodic Implicit Generative Adversarial Networks for 3D-Aware Image Synthesis

2020-12-02 · CVPR 2021 1 · Eric R. Chan, Marco Monteiro, Petr Kellnhofer, Jiajun Wu 외

We have witnessed rapid progress on 3D-aware image synthesis, leveraging recent advances in generative visual models and neural rendering. Existing approaches however fall short in two ways: first, they may lack an under…

3D-Aware Image SynthesisImage GenerationNeural RenderingScene Generation

Efficient Geometry-aware 3D Generative Adversarial Networks

2021-12-15 · CVPR 2022 1 · Eric R. Chan, Connor Z. Lin, Matthew A. Chan, Koki Nagano 외

Unsupervised generation of high-quality multi-view-consistent images and 3D shapes using only collections of single-view 2D photographs has been a long-standing challenge. Existing 3D GANs are either compute-intensive or…

3D geometryComputational EfficiencyNeural Rendering

Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars

2022-11-21 · CVPR 2023 1 · Jingxiang Sun, Xuan Wang, Lizhen Wang, Xiaoyu Li 외

3D-aware generative adversarial networks (GANs) synthesize high-fidelity and multi-view-consistent facial images using only collections of single-view 2D imagery. Towards fine-grained control over facial attributes, rece…

Face Model

PV3D: A 3D Generative Model for Portrait Video Generation

2022-12-13 · Zhongcong Xu, Jianfeng Zhang, Jun Hao Liew, Wenqing Zhang 외

Recent advances in generative adversarial networks (GANs) have demonstrated the capabilities of generating stunning photo-realistic portrait images. While some prior works have applied such image GANs to unconditional 2D…

Video Generation

Multi-view Inversion for 3D-aware Generative Adversarial Networks

2023-12-08 · Florian Barthel, Anna Hilsmann, Peter Eisert

Current 3D GAN inversion methods for human heads typically use only one single frontal image to reconstruct the whole 3D head model. This leaves out meaningful information when multi-view data or dynamic videos are avail…

NeRF