CVAICLLGMMApr 4, 2024

WorDepth: Variational Language Prior for Monocular Depth Estimation

arXiv:2404.03635v449 citationsh-index: 7CVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of ambiguous 3D reconstruction from single images for computer vision applications, but it is incremental as it builds on existing depth estimation methods by adding a text modality.

The paper tackles the ill-posed problem of monocular depth estimation by incorporating text captions as a variational prior to produce metric-scaled reconstructions, showing consistent performance improvements on indoor (NYUv2) and outdoor (KITTI) datasets.

Three-dimensional (3D) reconstruction from a single image is an ill-posed problem with inherent ambiguities, i.e. scale. Predicting a 3D scene from text description(s) is similarly ill-posed, i.e. spatial arrangements of objects described. We investigate the question of whether two inherently ambiguous modalities can be used in conjunction to produce metric-scaled reconstructions. To test this, we focus on monocular depth estimation, the problem of predicting a dense depth map from a single image, but with an additional text caption describing the scene. To this end, we begin by encoding the text caption as a mean and standard deviation; using a variational framework, we learn the distribution of the plausible metric reconstructions of 3D scenes corresponding to the text captions as a prior. To "select" a specific reconstruction or depth map, we encode the given image through a conditional sampler that samples from the latent space of the variational text encoder, which is then decoded to the output depth map. Our approach is trained alternatingly between the text and image branches: in one optimization step, we predict the mean and standard deviation from the text description and sample from a standard Gaussian, and in the other, we sample using a (image) conditional sampler. Once trained, we directly predict depth from the encoded text using the conditional sampler. We demonstrate our approach on indoor (NYUv2) and outdoor (KITTI) scenarios, where we show that language can consistently improve performance in both.

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