CVSep 6, 2021

Toward Realistic Single-View 3D Object Reconstruction with Unsupervised Learning from Multiple Images

arXiv:2109.02288v210 citations
Originality Incremental advance
AI Analysis

This work addresses a key limitation in 3D reconstruction for computer vision applications, making it more generalizable beyond symmetric objects, though it builds incrementally on existing unsupervised approaches.

The paper tackles the problem of single-view 3D object reconstruction by eliminating the symmetry requirement of prior methods, using unsupervised learning from multiple images and a novel albedo loss to improve detail and realism, achieving superior quality and robustness across various datasets.

Recovering the 3D structure of an object from a single image is a challenging task due to its ill-posed nature. One approach is to utilize the plentiful photos of the same object category to learn a strong 3D shape prior for the object. This approach has successfully been demonstrated by a recent work of Wu et al. (2020), which obtained impressive 3D reconstruction networks with unsupervised learning. However, their algorithm is only applicable to symmetric objects. In this paper, we eliminate the symmetry requirement with a novel unsupervised algorithm that can learn a 3D reconstruction network from a multi-image dataset. Our algorithm is more general and covers the symmetry-required scenario as a special case. Besides, we employ a novel albedo loss that improves the reconstructed details and realisticity. Our method surpasses the previous work in both quality and robustness, as shown in experiments on datasets of various structures, including single-view, multi-view, image-collection, and video sets.

Code Implementations1 repo
Foundations

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

Your Notes