CVGRLGDec 1, 2016

Perspective Transformer Nets: Learning Single-View 3D Object Reconstruction without 3D Supervision

arXiv:1612.00814v3606 citations
Originality Incremental advance
AI Analysis

This addresses the problem of 3D understanding in computer vision by reducing reliance on costly 3D annotations, though it is incremental as it builds on existing encoder-decoder frameworks.

The paper tackles single-view 3D object reconstruction without 3D supervision by proposing an encoder-decoder network with a novel perspective projection loss, enabling unsupervised learning from 2D images and demonstrating superior performance and generalization in experiments on single-class, multi-class, and novel object classes.

Understanding the 3D world is a fundamental problem in computer vision. However, learning a good representation of 3D objects is still an open problem due to the high dimensionality of the data and many factors of variation involved. In this work, we investigate the task of single-view 3D object reconstruction from a learning agent's perspective. We formulate the learning process as an interaction between 3D and 2D representations and propose an encoder-decoder network with a novel projection loss defined by the perspective transformation. More importantly, the projection loss enables the unsupervised learning using 2D observation without explicit 3D supervision. We demonstrate the ability of the model in generating 3D volume from a single 2D image with three sets of experiments: (1) learning from single-class objects; (2) learning from multi-class objects and (3) testing on novel object classes. Results show superior performance and better generalization ability for 3D object reconstruction when the projection loss is involved.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes