CVDec 2, 2020

Efficient Depth Completion Using Learned Bases

arXiv:2012.01110v12 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in depth completion accuracy for computer vision applications requiring dense depth maps from sparse inputs.

This paper addresses the problem of depth completion from sparse input by proposing a global geometry constraint based on learned principal depth bases. It approximates dense depth maps as a weighted sum of these bases, further regularized by a color-guided auto-regression model to prevent oversmoothing. The method achieves superior performance on KITTI and Middlebury datasets.

In this paper, we propose a new global geometry constraint for depth completion. By assuming depth maps often lay on low dimensional subspaces, a dense depth map can be approximated by a weighted sum of full-resolution principal depth bases. The principal components of depth fields can be learned from natural depth maps. The given sparse depth points are served as a data term to constrain the weighting process. When the input depth points are too sparse, the recovered dense depth maps are often over smoothed. To address this issue, we add a colour-guided auto-regression model as another regularization term. It assumes the reconstructed depth maps should share the same nonlocal similarity in the accompanying colour image. Our colour-guided PCA depth completion method has closed-form solutions, thus can be efficiently solved and is significantly more accurate than PCA only method. Extensive experiments on KITTI and Middlebury datasets demonstrate the superior performance of our proposed method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes