CVMar 31, 2021

RetrievalFuse: Neural 3D Scene Reconstruction with a Database

arXiv:2104.00024v243 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining local details in large-scale 3D reconstruction for applications like super-resolution and surface reconstruction, representing an incremental advance.

The paper tackles the problem of 3D scene reconstruction by introducing a method that retrieves and refines volumetric chunks from a database, resulting in more coherent and accurate scenes with an average improvement of over 8% in IoU over state-of-the-art methods.

3D reconstruction of large scenes is a challenging problem due to the high-complexity nature of the solution space, in particular for generative neural networks. In contrast to traditional generative learned models which encode the full generative process into a neural network and can struggle with maintaining local details at the scene level, we introduce a new method that directly leverages scene geometry from the training database. First, we learn to synthesize an initial estimate for a 3D scene, constructed by retrieving a top-k set of volumetric chunks from the scene database. These candidates are then refined to a final scene generation with an attention-based refinement that can effectively select the most consistent set of geometry from the candidates and combine them together to create an output scene, facilitating transfer of coherent structures and local detail from train scene geometry. We demonstrate our neural scene reconstruction with a database for the tasks of 3D super resolution and surface reconstruction from sparse point clouds, showing that our approach enables generation of more coherent, accurate 3D scenes, improving on average by over 8% in IoU over state-of-the-art scene reconstruction.

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