CVMar 29, 2018

Learning Free-Form Deformations for 3D Object Reconstruction

arXiv:1803.10932v177 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient and detailed 3D reconstruction for computer vision applications, offering a novel approach that improves upon existing voxel and point cloud methods.

The paper tackles the challenge of representing 3D shapes in deep learning by proposing a method to learn free-form deformations for 3D reconstruction from a single image, achieving state-of-the-art results on synthetic and real-world data with improved point-cloud and volumetric metrics.

Representing 3D shape in deep learning frameworks in an accurate, efficient and compact manner still remains an open challenge. Most existing work addresses this issue by employing voxel-based representations. While these approaches benefit greatly from advances in computer vision by generalizing 2D convolutions to the 3D setting, they also have several considerable drawbacks. The computational complexity of voxel-encodings grows cubically with the resolution thus limiting such representations to low-resolution 3D reconstruction. In an attempt to solve this problem, point cloud representations have been proposed. Although point clouds are more efficient than voxel representations as they only cover surfaces rather than volumes, they do not encode detailed geometric information about relationships between points. In this paper we propose a method to learn free-form deformations (FFD) for the task of 3D reconstruction from a single image. By learning to deform points sampled from a high-quality mesh, our trained model can be used to produce arbitrarily dense point clouds or meshes with fine-grained geometry. We evaluate our proposed framework on both synthetic and real-world data and achieve state-of-the-art results on point-cloud and volumetric metrics. Additionally, we qualitatively demonstrate its applicability to label transferring for 3D semantic 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