Bilateral Propagation Network for Depth Completion
About
Depth completion aims to derive a dense depth map from sparse depth measurements with a synchronized color image. Current state-of-the-art (SOTA) methods are predominantly propagation-based, which work as an iterative refinement on the initial estimated dense depth. However, the initial depth estimations mostly result from direct applications of convolutional layers on the sparse depth map. In this paper, we present a Bilateral Propagation Network (BP-Net), that propagates depth at the earliest stage to avoid directly convolving on sparse data. Specifically, our approach propagates the target depth from nearby depth measurements via a non-linear model, whose coefficients are generated through a multi-layer perceptron conditioned on both \emph{radiometric difference} and \emph{spatial distance}. By integrating bilateral propagation with multi-modal fusion and depth refinement in a multi-scale framework, our BP-Net demonstrates outstanding performance on both indoor and outdoor scenes. It achieves SOTA on the NYUv2 dataset and ranks 1st on the KITTI depth completion benchmark at the time of submission. Experimental results not only show the effectiveness of bilateral propagation but also emphasize the significance of early-stage propagation in contrast to the refinement stage. Our code and trained models will be available on the project page.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Depth Completion | NYU-depth-v2 official (test) | RMSE0.0887 | 187 | |
| Depth Completion | KITTI depth completion official (test) | RMSE (mm)684.9 | 154 | |
| Depth Completion | KITTI (test) | RMSE684.9 | 67 | |
| Depth Estimation | ARKitScenes | L1 Error0.1491 | 57 | |
| Depth Completion | NYU v2 (val) | RMSE0.1757 | 41 | |
| Depth Super-Resolution / Completion | ETH-3D (test) | AbsRel5.004 | 41 | |
| Depth Completion | NYU Depth V2 | RMSE88.69 | 34 | |
| Depth Completion | KITTI Depth Completion official 1,000-frame 1216x352 (val) | RMSE (m)1.3001 | 32 | |
| Depth Completion | KITTI depth completion (test) | RMSE0.6849 | 27 | |
| Depth Completion | NYU V2 | RMSE0.089 | 19 |