TransformerFusion: Monocular RGB Scene Reconstruction using Transformers
Alja\v{z} Bo\v{z}i\v{c}, Pablo Palafox, Justus Thies, Angela Dai,, Matthias Nie{\ss}ner

TL;DR
TransformerFusion is a novel transformer-based method for monocular RGB video scene reconstruction that fuses features into a volumetric grid, enabling accurate, memory-efficient, and interactive 3D scene reconstruction.
Contribution
It introduces a transformer architecture for scene reconstruction from monocular video, with coarse-to-fine feature fusion and improved accuracy over existing methods.
Findings
Outperforms state-of-the-art multi-view stereo depth estimation methods
Achieves accurate 3D surface reconstruction
Enables interactive-rate scene fusion
Abstract
We introduce TransformerFusion, a transformer-based 3D scene reconstruction approach. From an input monocular RGB video, the video frames are processed by a transformer network that fuses the observations into a volumetric feature grid representing the scene; this feature grid is then decoded into an implicit 3D scene representation. Key to our approach is the transformer architecture that enables the network to learn to attend to the most relevant image frames for each 3D location in the scene, supervised only by the scene reconstruction task. Features are fused in a coarse-to-fine fashion, storing fine-level features only where needed, requiring lower memory storage and enabling fusion at interactive rates. The feature grid is then decoded to a higher-resolution scene reconstruction, using an MLP-based surface occupancy prediction from interpolated coarse-to-fine 3D features. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image Processing Techniques · Computer Graphics and Visualization Techniques
