Multi-view 3D Models from Single Images with a Convolutional Network
Maxim Tatarchenko, Alexey Dosovitskiy, Thomas Brox
TL;DR
This work tackles 3D reconstruction from a single image by learning an implicit 3D representation within a feed-forward encoder–decoder CNN that can render unseen views and predict depth maps. By generating multiple views and depth maps, the model fuses them into a 3D point cloud and refines a mesh, effectively performing 3D reconstruction without explicit 3D models. Trained on synthetic ShapeNet data with realistic backgrounds, the approach achieves high-quality unseen-view predictions and 3D reconstructions, and generalizes to real images, outperforming nearest-neighbor baselines and prior deep-learning methods. The study also analyzes view-dependence, latent-space interpolation, and internal representations, highlighting the practical potential for single-image 3D reasoning in applications such as AR/VR and robotics.
Abstract
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 object as seen from an arbitrary view. Several of these depth maps fused together give a full point cloud of the object. The point cloud can in turn be transformed into a surface mesh. The network is trained on renderings of synthetic 3D models of cars and chairs. It successfully deals with objects on cluttered background and generates reasonable predictions for real images of cars.
