Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Single Image Depth Prediction Made Better: A Multivariate Gaussian Take

About

Neural-network-based single image depth prediction (SIDP) is a challenging task where the goal is to predict the scene's per-pixel depth at test time. Since the problem, by definition, is ill-posed, the fundamental goal is to come up with an approach that can reliably model the scene depth from a set of training examples. In the pursuit of perfect depth estimation, most existing state-of-the-art learning techniques predict a single scalar depth value per-pixel. Yet, it is well-known that the trained model has accuracy limits and can predict imprecise depth. Therefore, an SIDP approach must be mindful of the expected depth variations in the model's prediction at test time. Accordingly, we introduce an approach that performs continuous modeling of per-pixel depth, where we can predict and reason about the per-pixel depth and its distribution. To this end, we model per-pixel scene depth using a multivariate Gaussian distribution. Moreover, contrary to the existing uncertainty modeling methods -- in the same spirit, where per-pixel depth is assumed to be independent, we introduce per-pixel covariance modeling that encodes its depth dependency w.r.t all the scene points. Unfortunately, per-pixel depth covariance modeling leads to a computationally expensive continuous loss function, which we solve efficiently using the learned low-rank approximation of the overall covariance matrix. Notably, when tested on benchmark datasets such as KITTI, NYU, and SUN-RGB-D, the SIDP model obtained by optimizing our loss function shows state-of-the-art results. Our method's accuracy (named MG) is among the top on the KITTI depth-prediction benchmark leaderboard.

Ce Liu, Suryansh Kumar, Shuhang Gu, Radu Timofte, Luc Van Gool• 2023

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationNYU v2 (test)
Abs Rel0.087
257
Depth EstimationSUN RGB-D (test)
Root Mean Square Error (RMS)0.282
93
Monocular Depth EstimationKITTI Eigen (test)
AbsRel0.05
46
Depth EstimationKITTI public benchmark official (test)
SILog9.93
22
Depth PredictionKITTI private official (test)
SILog9.93
7
Showing 5 of 5 rows

Other info

Follow for update