paper-with-me

홈 › Papers

Learning to Generate Chairs With Convolutional Neural Networks

2015-06-01 · CVPR 2015 6 · Alexey Dosovitskiy, Jost Tobias Springenberg, Thomas Brox

We train a generative convolutional neural network which is able to generate images of objects given object type, viewpoint, and color. We train the network in a supervised manner on a dataset of rendered 3D chair models. Our experiments show that the network does not merely learn all images by heart, but rather finds a meaningful representation of a 3D chair model allowing it to assess the similarity of different chairs, interpolate between given viewpoints to generate the missing ones, or invent new chair styles by interpolating between chairs from the training set. We show that the network can be used to find correspondences between different chairs from the dataset, outperforming existing approaches on this task.

📄 PDF Abstract BibTeX

Code (1)

bmahlbrand/Learning-to-Generate-Chairs-with-Convolutional-Neural-Networks pytorch

Similar Papers 제목 키워드 기반

Learning to Generate Chairs, Tables and Cars with Convolutional Networks

2014-11-21 · Alexey Dosovitskiy, Jost Tobias Springenberg, Maxim Tatarchenko, Thomas Brox

We train generative 'up-convolutional' neural networks which are able to generate images of objects given object style, viewpoint, and color. We train the networks on rendered 3D models of chairs, tables, and cars. Our e…

Object

Multi-view 3D Models from Single Images with a Convolutional Network

2015-11-20 · Maxim Tatarchenko, Alexey Dosovitskiy, Thomas Brox

We present a convolutional network capable of inferring a 3D representation of a previously unseen object given a single image of this object. Concretely, the network can predict an RGB image and a depth map of the objec…

Object

Deep disentangled representations for volumetric reconstruction

2016-10-12 · Edward Grant, Pushmeet Kohli, Marcel van Gerven

We introduce a convolutional neural network for inferring a compact disentangled graphical description of objects from 2D images that can be used for volumetric reconstruction. The network comprises an encoder and a twin…

Decoder

FlowNet: Learning Optical Flow with Convolutional Networks

2015-04-26 · ICCV 2015 12 · Philipp Fischer, Alexey Dosovitskiy, Eddy Ilg, Philip Häusser 외

Convolutional neural networks (CNNs) have recently been very successful in a variety of computer vision tasks, especially on those linked to recognition. Optical flow estimation has not been among the tasks where CNNs we…

Optical Flow Estimation

Learning to Generate Chairs with Generative Adversarial Nets

2017-05-29 · Evgeny Zamyatin, Andrey Filchenkov

Generative adversarial networks (GANs) has gained tremendous popularity lately due to an ability to reinforce quality of its predictive model with generated objects and the quality of the generative model with and superv…