paper-with-me

Papers

Single Image Depth Prediction Made Better: A Multivariate Gaussian Take

2023-03-31 · CVPR 2023 6 · Ce Liu, Suryansh Kumar, Shuhang Gu, Radu Timofte, Luc van Gool

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.

📄 PDF Abstract BibTeX arXiv:2303.18164

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth Prediction

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Single-Image Depth Prediction Makes Feature Matching Easier

2020-08-21 · Carl Toft, Daniyar Turmukhambetov, Torsten Sattler, Fredrik Kahl 외

Good local features improve the robustness of many 3D re-localization and multi-view reconstruction pipelines. The problem is that viewing angle and distance severely impact the recognizability of a local feature. Attemp…

Depth EstimationDepth PredictionPrediction

Single-Image Depth Prediction Makes Feature Matching Easier

2020-08-01 · ECCV 2020 8 · Carl Toft, Daniyar Turmukhambetov, Torsten Sattler, Fredrik Kahl 외

Good local features improve the robustness of many 3D re-localization and multi-view reconstruction pipelines. The problem is that viewing angle and distance severely impact the recognizability of a local feature. Attemp…

Depth EstimationDepth PredictionPrediction

Semi-Supervised Monocular Depth Estimation with Left-Right Consistency Using Deep Neural Network

2019-05-18 · Ali Jahani Amiri, Shing Yan Loo, Hong Zhang

There has been tremendous research progress in estimating the depth of a scene from a monocular camera image. Existing methods for single-image depth prediction are exclusively based on deep neural networks, and their tr…

Depth EstimationDepth PredictionMonocular Depth EstimationPrediction

360 in the Wild: Dataset for Depth Prediction and View Synthesis

2024-06-27 · Kibaek Park, Francois Rameau, Jaesik Park, In So Kweon

The large abundance of perspective camera datasets facilitated the emergence of novel learning-based strategies for various tasks, such as camera localization, single image depth estimation, or view synthesis. However, p…

Camera LocalizationDepth EstimationDepth Prediction

SideRT: A Real-time Pure Transformer Architecture for Single Image Depth Estimation

2022-04-29 · Chang Shu, Ziming Chen, Lei Chen, Kuan Ma 외

Since context modeling is critical for estimating depth from a single image, researchers put tremendous effort into obtaining global context. Many global manipulations are designed for traditional CNN-based architectures…

Depth Estimation