paper-with-me

홈 › Papers

Deep Convolutional Inverse Graphics Network

2015-03-11 · NeurIPS 2015 12 · Tejas D. Kulkarni, Will Whitney, Pushmeet Kohli, Joshua B. Tenenbaum

This paper presents the Deep Convolution Inverse Graphics Network (DC-IGN), a model that learns an interpretable representation of images. This representation is disentangled with respect to transformations such as out-of-plane rotations and lighting variations. The DC-IGN model is composed of multiple layers of convolution and de-convolution operators and is trained using the Stochastic Gradient Variational Bayes (SGVB) algorithm. We propose a training procedure to encourage neurons in the graphics code layer to represent a specific transformation (e.g. pose or light). Given a single input image, our model can generate new images of the same object with variations in pose and lighting. We present qualitative and quantitative results of the model's efficacy at learning a 3D rendering engine.

📄 PDF Abstract BibTeX arXiv:1503.03167

Code (1)

DylanSpicker/STAT923-Final-Project

Methods 이 논문이 사용한 방법론

Stochastic Gradient Variational Bayes 설명 없음
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 제목 키워드 기반

Re-Thinking Inverse Graphics With Large Language Models

2024-04-23 · Peter Kulits, Haiwen Feng, Weiyang Liu, Victoria Abrevaya 외

Inverse graphics -- the task of inverting an image into physical variables that, when rendered, enable reproduction of the observed scene -- is a fundamental challenge in computer vision and graphics. Successfully disent…

Language ModellingLarge Language ModelSpatial ReasoningWorld Knowledge

Thinking in Blender: Staged Executable Inverse Graphics with Vision-Language Models

2026-06-01 · Guangzhao He, Rundong Luo, Wei-Chiu Ma, Hadar Averbuch-Elor arxiv

Inverse graphics is a longstanding and highly underconstrained problem that seeks to reconstruct images as editable 3D scenes which can be rendered, relit, and manipulated. In this work, we investigate whether pretrained…

Bringing NeRFs to the Latent Space: Inverse Graphics Autoencoder

2024-10-30 · Antoine Schnepf, Karim Kassab, Jean-Yves Franceschi, Laurent Caraffa 외

While pre-trained image autoencoders are increasingly utilized in computer vision, the application of inverse graphics in 2D latent spaces has been under-explored. Yet, besides reducing the training and rendering complex…

3D geometryNeRF

Image GANs meet Differentiable Rendering for Inverse Graphics and Interpretable 3D Neural Rendering

2020-10-18 · ICLR 2021 1 · Yuxuan Zhang, Wenzheng Chen, Huan Ling, Jun Gao 외

Differentiable rendering has paved the way to training neural networks to perform "inverse graphics" tasks such as predicting 3D geometry from monocular photographs. To train high performing models, most of the current a…

3D geometryNeural Rendering

Latent Intrinsics Emerge from Training to Relight

2024-05-31 · Xiao Zhang, William Gao, Seemandhar Jain, Michael Maire 외

Image relighting is the task of showing what a scene from a source image would look like if illuminated differently. Inverse graphics schemes recover an explicit representation of geometry and a set of chosen intrinsics,…

Image Relighting