CVApr 29, 2018

Matryoshka Networks: Predicting 3D Geometry via Nested Shape Layers

arXiv:1804.10975v1143 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detailed 3D modeling for computer vision applications, offering a simpler and more efficient approach compared to prior work.

The paper tackles 3D shape reconstruction from a single image by developing efficient 2D encodings, achieving state-of-the-art results with high-resolution outputs and outperforming voxel-based and octree-based methods.

In this paper, we develop novel, efficient 2D encodings for 3D geometry, which enable reconstructing full 3D shapes from a single image at high resolution. The key idea is to pose 3D shape reconstruction as a 2D prediction problem. To that end, we first develop a simple baseline network that predicts entire voxel tubes at each pixel of a reference view. By leveraging well-proven architectures for 2D pixel-prediction tasks, we attain state-of-the-art results, clearly outperforming purely voxel-based approaches. We scale this baseline to higher resolutions by proposing a memory-efficient shape encoding, which recursively decomposes a 3D shape into nested shape layers, similar to the pieces of a Matryoshka doll. This allows reconstructing highly detailed shapes with complex topology, as demonstrated in extensive experiments; we clearly outperform previous octree-based approaches despite having a much simpler architecture using standard network components. Our Matryoshka networks further enable reconstructing shapes from IDs or shape similarity, as well as shape sampling.

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