CVAIJan 31, 2023

3D Former: Monocular Scene Reconstruction with 3D SDF Transformers

arXiv:2301.13510v218 citationsh-index: 25
Originality Highly original
AI Analysis

This work addresses the challenge of accurate and complete 3D reconstruction from single images for applications like robotics and AR/VR, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles monocular scene reconstruction from posed images by proposing a 3D SDF transformer network to improve 3D feature aggregation, resulting in a 41.8% improvement in mesh accuracy and a 25.3% improvement in mesh completeness on the ScanNet dataset.

Monocular scene reconstruction from posed images is challenging due to the complexity of a large environment. Recent volumetric methods learn to directly predict the TSDF volume and have demonstrated promising results in this task. However, most methods focus on how to extract and fuse the 2D features to a 3D feature volume, but none of them improve the way how the 3D volume is aggregated. In this work, we propose an SDF transformer network, which replaces the role of 3D CNN for better 3D feature aggregation. To reduce the explosive computation complexity of the 3D multi-head attention, we propose a sparse window attention module, where the attention is only calculated between the non-empty voxels within a local window. Then a top-down-bottom-up 3D attention network is built for 3D feature aggregation, where a dilate-attention structure is proposed to prevent geometry degeneration, and two global modules are employed to equip with global receptive fields. The experiments on multiple datasets show that this 3D transformer network generates a more accurate and complete reconstruction, which outperforms previous methods by a large margin. Remarkably, the mesh accuracy is improved by 41.8%, and the mesh completeness is improved by 25.3% on the ScanNet dataset. Project page: https://weihaosky.github.io/sdfformer.

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