SharpNet: Fast and Accurate Recovery of Occluding Contours in Monocular Depth Estimation
Michaël Ramamonjisoa1 and Vincent Lepetit1
LIGM (UMR 8049) - Ecole des Ponts, UPE
ICCV 2019 Workshops
[Paper]
[Code]

Abstract

We introduce SharpNet, a method that predicts an accurate depth map for an input color image, with a particular attention to the reconstruction of occluding contours: Occluding contours are an important cue for object recognition, and for realistic integration of virtual objects in Augmented Reality, but they are also notoriously difficult to reconstruct accurately. For example, they are a challenge for stereo-based reconstruction methods, as points around an occluding contour are visible in only one image. Inspired by recent methods that introduce normal estimation to improve depth prediction, we introduce a novel term that constrains depth and occluding contours predictions. Since ground truth depth is difficult to obtain with pixel-perfect accuracy along occluding contours, we use synthetic images for training, followed by fine-tuning on real data. We demonstrate our approach on the challenging NYUv2-Depth dataset, and show that our method outperforms the state-of-the-art along occluding contours, while performing on par with the best recent methods for the rest of the images. Its accuracy along the occluding contours is actually better than the ''ground truth'' acquired by a depth camera based on structured light. We show this by introducing a new benchmark based on NYUv2-Depth for evaluating occluding contours in monocular reconstruction, which is our second contribution.


Method


 [GitHub]


Paper and Supplementary Material

Michaël Ramamonjisoa1 and Vincent Lepetit1
SharpNet: Fast and Accurate Recovery of Occluding Contours in Monocular Depth Estimation
In International Conference on Computer Vision (ICCV) Workshop on 3D Reconstruction in the Wild



Poster


Video



Dataset

Access our NYUv2-OC dataset here. Check out its newer (complete) version: NYUv2-OC++!

Citation

Please consider citing our paper if you found it helpful for your projects:
@article{ramamonjisoa2019sharpnet, 
Title = {SharpNet: Fast and Accurate Recovery of Occluding Contours in Monocular Depth Estimation},
Author = {M. Ramamonjisoa and V. Lepetit},
Journal = {The IEEE International Conference on Computer Vision (ICCV) Workshops},
Year = {2019}
}


Acknowledgements

This webpage template was borrowed from some colorful folks.