CVApr 6, 2021

Depth Completion with Twin Surface Extrapolation at Occlusion Boundaries

arXiv:2104.02253v3113 citations
AI Analysis

This work solves depth completion issues at occlusion boundaries for applications like robotics and autonomous driving, representing an incremental advance with a novel method for a known bottleneck.

The paper tackles the problem of depth completion by addressing depth-smearing at occlusion boundaries, proposing a multi-hypothesis representation for twin-surface extrapolation and achieving state-of-the-art improvements validated on KITTI, NYU2, and Virtual KITTI datasets.

Depth completion starts from a sparse set of known depth values and estimates the unknown depths for the remaining image pixels. Most methods model this as depth interpolation and erroneously interpolate depth pixels into the empty space between spatially distinct objects, resulting in depth-smearing across occlusion boundaries. Here we propose a multi-hypothesis depth representation that explicitly models both foreground and background depths in the difficult occlusion-boundary regions. Our method can be thought of as performing twin-surface extrapolation, rather than interpolation, in these regions. Next our method fuses these extrapolated surfaces into a single depth image leveraging the image data. Key to our method is the use of an asymmetric loss function that operates on a novel twin-surface representation. This enables us to train a network to simultaneously do surface extrapolation and surface fusion. We characterize our loss function and compare with other common losses. Finally, we validate our method on three different datasets; KITTI, an outdoor real-world dataset, NYU2, indoor real-world depth dataset and Virtual KITTI, a photo-realistic synthetic dataset with dense groundtruth, and demonstrate improvement over the state of the art.

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