Open AccessPosted Content
HoloGAN: Unsupervised learning of 3D representations from natural images
TL;DR: HoloGAN is the first generative model that learns 3D representations from natural images in an entirely unsupervised manner and is shown to be able to generate images with similar or higher visual quality than other generative models.
read more
Abstract: We propose a novel generative adversarial network (GAN) for the task of unsupervised learning of 3D representations from natural images. Most generative models rely on 2D kernels to generate images and make few assumptions about the 3D world. These models therefore tend to create blurry images or artefacts in tasks that require a strong 3D understanding, such as novel-view synthesis. HoloGAN instead learns a 3D representation of the world, and to render this representation in a realistic manner. Unlike other GANs, HoloGAN provides explicit control over the pose of generated objects through rigid-body transformations of the learnt 3D features. Our experiments show that using explicit 3D features enables HoloGAN to disentangle 3D pose and identity, which is further decomposed into shape and appearance, while still being able to generate images with similar or higher visual quality than other generative models. HoloGAN can be trained end-to-end from unlabelled 2D images only. Particularly, we do not require pose labels, 3D shapes, or multiple views of the same objects. This shows that HoloGAN is the first generative model that learns 3D representations from natural images in an entirely unsupervised manner.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
LumiGAN: Unconditional Generation of Relightable 3D Human Faces
TL;DR: LumiGAN as discussed by the authors is an unconditional GAN for 3D human faces with a physically based lighting module that enables relighting under novel illumination at inference time, which can create realistic shadow effects using an efficient visibility formulation that is learned in a self-supervised manner.
Exploring Guided Sampling of Conditional GANs
Yifei Zhang,Mengfei Xia,Yujun Shen,Jiapeng Zhu,Ceyuan Yang,Kecheng Zheng,Lianghua Huang,Yu Liu,Fan Cheng +8 more
GeoGen: Geometry-Aware Generative Modeling via Signed Distance Functions
Salvatore Esposito,Qingshan Xu,Kacper Kania,Charlie Hewitt,Octave Mariotti,Lohit Petikam,Julien Valentin,Arno Onken,Oisin Mac Aodha +8 more
- 06 Jun 2024
TL;DR: GeoGen is a novel generative model that synthesizes 3D geometry and images from single-view collections. It employs volumetric rendering using neural radiance fields but overcomes the limitation of noisy and unconstrained generated geometry by introducing priors based on Signed Distance Functions (SDFs).
Shelf-Supervised Mesh Prediction in the Wild
Yufei Ye,Shubham Tulsiani,Abhinav Gupta +2 more
- 11 Feb 2021
TL;DR: In this paper, a learning-based approach that can train from unstructured image collections, supervised by only segmentation outputs from off-the-shelf recognition systems (i.e., "shelf-supervised") is proposed.
3inGAN: Learning a 3D Generative Model from Images of a Self-similar Scene
Animesh Karnewar,Oliver Wang,Tobias Ritschel,Niloy J. Mitra +3 more
- 01 Sep 2022
TL;DR: The feasibility of learning plausible view-consistent 3D scene variations from a single exemplar scene is demonstrated, for the first time, and qualitative and quantitative comparisons against two recent related methods are provided.
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Going deeper with convolutions
Christian Szegedy,Wei Liu,Yangqing Jia,Pierre Sermanet,Scott Reed,Dragomir Anguelov,Dumitru Erhan,Vincent Vanhoucke,Andrew Rabinovich +8 more
- 07 Jun 2015
TL;DR: Inception as mentioned in this paper is a deep convolutional neural network architecture that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC14).
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.
Image-to-Image Translation with Conditional Adversarial Networks
Phillip Isola,Jun-Yan Zhu,Tinghui Zhou,Alexei A. Efros +3 more
- 21 Jul 2017
TL;DR: Conditional adversarial networks are investigated as a general-purpose solution to image-to-image translation problems and it is demonstrated that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.