paper-with-me

홈 › Papers

CIPS-3D: A 3D-Aware Generator of GANs Based on Conditionally-Independent Pixel Synthesis

2021-10-19 · Peng Zhou, Lingxi Xie, Bingbing Ni, Qi Tian

The style-based GAN (StyleGAN) architecture achieved state-of-the-art results for generating high-quality images, but it lacks explicit and precise control over camera poses. The recently proposed NeRF-based GANs made great progress towards 3D-aware generators, but they are unable to generate high-quality images yet. This paper presents CIPS-3D, a style-based, 3D-aware generator that is composed of a shallow NeRF network and a deep implicit neural representation (INR) network. The generator synthesizes each pixel value independently without any spatial convolution or upsampling operation. In addition, we diagnose the problem of mirror symmetry that implies a suboptimal solution and solve it by introducing an auxiliary discriminator. Trained on raw, single-view images, CIPS-3D sets new records for 3D-aware image synthesis with an impressive FID of 6.97 for images at the $256\times256$ resolution on FFHQ. We also demonstrate several interesting directions for CIPS-3D such as transfer learning and 3D-aware face stylization. The synthesis results are best viewed as videos, so we recommend the readers to check our github project at https://github.com/PeterouZh/CIPS-3D

📄 PDF Abstract BibTeX arXiv:2110.09788

Code (1)

PeterouZh/CIPS-3D 공식 구현 pytorch

Tasks

3D-Aware Image SynthesisImage GenerationNeRFTransfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Image Generators with Conditionally-Independent Pixel Synthesis

2020-11-27 · CVPR 2021 1 · Ivan Anokhin, Kirill Demochkin, Taras Khakhulin, Gleb Sterkin 외

Existing image generator networks rely heavily on spatial convolutions and, optionally, self-attention blocks in order to gradually synthesize images in a coarse-to-fine manner. Here, we present a new architecture for im…

Image Generation

Triple Generative Adversarial Nets

2017-03-07 · NeurIPS 2017 12 · Chongxuan Li, Kun Xu, Jun Zhu, Bo Zhang

Generative Adversarial Nets (GANs) have shown promise in image generation and semi-supervised learning (SSL). However, existing GANs in SSL have two problems: (1) the generator and the discriminator (i.e. the classifier)…

Image Generation

Noise Robust Generative Adversarial Networks

2019-11-26 · CVPR 2020 6 · Takuhiro Kaneko, Tatsuya Harada

Generative adversarial networks (GANs) are neural networks that learn data distributions through adversarial training. In intensive studies, recent GANs have shown promising results for reproducing training images. Howev…

DenoisingImage DenoisingImage Generation

Improving GANs for Speech Enhancement

2020-01-15 · Huy Phan, Ian V. McLoughlin, Lam Pham, Oliver Y. Chén 외

Generative adversarial networks (GAN) have recently been shown to be efficient for speech enhancement. However, most, if not all, existing speech enhancement GANs (SEGAN) make use of a single generator to perform one-sta…

Speech Enhancement

Taming the Tail in Class-Conditional GANs: Knowledge Sharing via Unconditional Training at Lower Resolutions

2024-02-26 · CVPR 2024 1 · Saeed Khorram, Mingqi Jiang, Mohamad Shahbazi, Mohamad H. Danesh 외

Despite extensive research on training generative adversarial networks (GANs) with limited training data, learning to generate images from long-tailed training distributions remains fairly unexplored. In the presence of …

Diversity