CVApr 2, 2021

Fully Understanding Generic Objects: Modeling, Segmentation, and Reconstruction

arXiv:2104.00858v119 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of 3D reconstruction from real 2D images without 3D ground truth, offering improvements for computer vision applications.

The paper tackles the problem of inferring 3D structure from 2D images by proposing a semi-supervised approach that decomposes images into latent representations for shape, albedo, and other factors, enabling superior 3D reconstruction and shape segmentation from single images.

Inferring 3D structure of a generic object from a 2D image is a long-standing objective of computer vision. Conventional approaches either learn completely from CAD-generated synthetic data, which have difficulty in inference from real images, or generate 2.5D depth image via intrinsic decomposition, which is limited compared to the full 3D reconstruction. One fundamental challenge lies in how to leverage numerous real 2D images without any 3D ground truth. To address this issue, we take an alternative approach with semi-supervised learning. That is, for a 2D image of a generic object, we decompose it into latent representations of category, shape and albedo, lighting and camera projection matrix, decode the representations to segmented 3D shape and albedo respectively, and fuse these components to render an image well approximating the input image. Using a category-adaptive 3D joint occupancy field (JOF), we show that the complete shape and albedo modeling enables us to leverage real 2D images in both modeling and model fitting. The effectiveness of our approach is demonstrated through superior 3D reconstruction from a single image, being either synthetic or real, and shape segmentation.

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