paper-with-me

홈 › Papers

EpiGRAF: Rethinking training of 3D GANs

2022-06-21 · Ivan Skorokhodov, Sergey Tulyakov, Yiqun Wang, Peter Wonka

A very recent trend in generative modeling is building 3D-aware generators from 2D image collections. To induce the 3D bias, such models typically rely on volumetric rendering, which is expensive to employ at high resolutions. During the past months, there appeared more than 10 works that address this scaling issue by training a separate 2D decoder to upsample a low-resolution image (or a feature tensor) produced from a pure 3D generator. But this solution comes at a cost: not only does it break multi-view consistency (i.e. shape and texture change when the camera moves), but it also learns the geometry in a low fidelity. In this work, we show that it is possible to obtain a high-resolution 3D generator with SotA image quality by following a completely different route of simply training the model patch-wise. We revisit and improve this optimization scheme in two ways. First, we design a location- and scale-aware discriminator to work on patches of different proportions and spatial positions. Second, we modify the patch sampling strategy based on an annealed beta distribution to stabilize training and accelerate the convergence. The resulted model, named EpiGRAF, is an efficient, high-resolution, pure 3D generator, and we test it on four datasets (two introduced in this work) at $256^2$ and $512^2$ resolutions. It obtains state-of-the-art image quality, high-fidelity geometry and trains ${\approx} 2.5 \times$ faster than the upsampler-based counterparts. Project website: https://universome.github.io/epigraf.

📄 PDF Abstract BibTeX arXiv:2206.10535

Code (1)

universome/epigraf pytorch

Tasks

3D-Aware Image Synthesis

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Rethinking conditional GAN training: An approach using geometrically structured latent manifolds

2020-11-25 · NeurIPS 2021 12 · Sameera Ramasinghe, Moshiur Farazi, Salman Khan, Nick Barnes 외

Conditional GANs (cGAN), in their rudimentary form, suffer from critical drawbacks such as the lack of diversity in generated outputs and distortion between the latent and output manifolds. Although efforts have been mad…

DiversityImage-to-Image TranslationTranslation

MonoFlow: Rethinking Divergence GANs via the Perspective of Wasserstein Gradient Flows

2023-02-02 · Mingxuan Yi, Zhanxing Zhu, Song Liu

The conventional understanding of adversarial training in generative adversarial networks (GANs) is that the discriminator is trained to estimate a divergence, and the generator learns to minimize this divergence. We arg…

Rethinking Exposure Bias In Language Modeling

2019-10-13 · Yifan Xu, Kening Zhang, Haoyu Dong, Yuezhou Sun 외

Exposure bias describes the phenomenon that a language model trained under the teacher forcing schema may perform poorly at the inference stage when its predictions are conditioned on its previous predictions unseen from…

Language ModelingLanguage ModellingReinforcement LearningReinforcement Learning (RL)

Rethinking Abdominal Organ Segmentation (RAOS) in the clinical scenario: A robustness evaluation benchmark with challenging cases

2024-06-19 · Xiangde Luo, Zihan Li, Shaoting Zhang, Wenjun Liao 외

Deep learning has enabled great strides in abdominal multi-organ segmentation, even surpassing junior oncologists on common cases or organs. However, robustness on corner cases and complex organs remains a challenging op…

8kHallucinationOrgan Segmentation

SwiftSRGAN -- Rethinking Super-Resolution for Efficient and Real-time Inference

2021-11-29 · Koushik Sivarama Krishnan, Karthik Sivarama Krishnan

In recent years, there have been several advancements in the task of image super-resolution using the state of the art Deep Learning-based architectures. Many super-resolution-based techniques previously published, requi…

Image Super-ResolutionSuper-Resolution