CVMay 18, 2018

Learning 3D Shape Completion under Weak Supervision

arXiv:1805.07290v2115 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental problem in computer vision and robotics for applications like robotics and 3D modeling, but it is incremental as it builds on existing learning-based and data-driven approaches.

The paper tackles 3D shape completion from sparse, noisy point clouds by proposing a weakly-supervised learning-based method that avoids expensive optimization and full supervision, achieving competitive accuracy with fully supervised baselines and outperforming data-driven approaches while being faster.

We address the problem of 3D shape completion from sparse and noisy point clouds, a fundamental problem in computer vision and robotics. Recent approaches are either data-driven or learning-based: Data-driven approaches rely on a shape model whose parameters are optimized to fit the observations; Learning-based approaches, in contrast, avoid the expensive optimization step by learning to directly predict complete shapes from incomplete observations in a fully-supervised setting. However, full supervision is often not available in practice. In this work, we propose a weakly-supervised learning-based approach to 3D shape completion which neither requires slow optimization nor direct supervision. While we also learn a shape prior on synthetic data, we amortize, i.e., learn, maximum likelihood fitting using deep neural networks resulting in efficient shape completion without sacrificing accuracy. On synthetic benchmarks based on ShapeNet and ModelNet as well as on real robotics data from KITTI and Kinect, we demonstrate that the proposed amortized maximum likelihood approach is able to compete with recent fully supervised baselines and outperforms data-driven approaches, while requiring less supervision and being significantly faster.

Code Implementations5 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