Learn Stereo, Infer Mono: Siamese Networks for Self-Supervised, Monocular, Depth Estimation
About
The field of self-supervised monocular depth estimation has seen huge advancements in recent years. Most methods assume stereo data is available during training but usually under-utilize it and only treat it as a reference signal. We propose a novel self-supervised approach which uses both left and right images equally during training, but can still be used with a single input image at test time, for monocular depth estimation. Our Siamese network architecture consists of two, twin networks, each learns to predict a disparity map from a single image. At test time, however, only one of these networks is used in order to infer depth. We show state-of-the-art results on the standard KITTI Eigen split benchmark as well as being the highest scoring self-supervised method on the new KITTI single view benchmark. To demonstrate the ability of our method to generalize to new data sets, we further provide results on the Make3D benchmark, which was not used during training.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Monocular Depth Estimation | Make3D (test) | Abs Rel0.406 | 132 | |
| Monocular Depth Estimation | KITTI (test) | Abs Rel Error14.04 | 103 | |
| Depth Estimation | KITTI public benchmark official (test) | SILog17.92 | 22 | |
| Monocular Depth Estimation | KITTI capped 50m 15 (Eigen) | Abs Rel0.1069 | 19 | |
| Monocular Depth Estimation | KITTI 2015 (test) | Abs Rel0.113 | 19 | |
| Depth Prediction | KITTI depth prediction benchmark | SILog17.92 | 11 |