Refinement of Monocular Depth Maps via Multi-View Differentiable Rendering
Laura Fink, Linus Franke, Bernhard Egger, Joachim Keinert, Marc Stamminger
TL;DR
The paper addresses the challenge of recovering accurate, view-consistent depth from monocular predictions by fusing strong monocular priors with multi-view information. It introduces an analysis-by-synthesis framework that refines a monocular depth map through a two-stage process on a meshed representation, guided by a differentiable renderer to enforce geometric and photometric consistency across views. The global scale is anchored by an SfM point cloud, and refinement proceeds from a coarse neural-field alignment to a fine, per-vertex local adjustment, augmented with a tonemapping module. Empirically, the method yields dense, high-quality depth maps that surpass several state-of-the-art multi-view approaches on indoor datasets, while highlighting limitations related to specular materials and input quality.
Abstract
Accurate depth estimation is at the core of many applications in computer graphics, vision, and robotics. Current state-of-the-art monocular depth estimators, trained on extensive datasets, generalize well but lack 3D consistency needed for many applications. In this paper, we combine the strength of those generalizing monocular depth estimation techniques with multi-view data by framing this as an analysis-by-synthesis optimization problem to lift and refine such relative depth maps to accurate error-free depth maps. After an initial global scale estimation through structure-from-motion point clouds, we further refine the depth map through optimization enforcing multi-view consistency via photometric and geometric losses with differentiable rendering of the meshed depth map. In a two-stage optimization, scaling is further refined first, and afterwards artifacts and errors in the depth map are corrected via nearby-view photometric supervision. Our evaluation shows that our method is able to generate detailed, high-quality, view consistent, accurate depth maps, also in challenging indoor scenarios, and outperforms state-of-the-art multi-view depth reconstruction approaches on such datasets. Project page and source code can be found at https://lorafib.github.io/ref_depth/.
