RA-L 20223 citations

Object-Aware Monocular Depth Prediction With Instance Convolutions

Enis Simsar, Evin Pinar Örnek, Fabian Manhardt, Helisa Dhamo, Nassir Navab, Federico Tombari

Abstract

With the advent of deep learning, estimating depth from a single RGB image has recently received a lot of attention, being capable of empowering many different applications ranging from path planning for robotics to computational cinematography. Nevertheless,while the depth maps are in their entirety fairly reliable, the estimates around object discontinuities are still far from satisfactory. This can beattributed to the fact that the convolutional operator naturally aggregates features across object discontinuities, resulting in smooth transitions rather than clear boundaries. Therefore, in order to circumvent this issue, we propose a novel convolutional operator which is explicitly tailored to avoid feature aggregation of different object parts. In particular, our method is based on estimating per-part depth values by means of super-pixels. The proposed convolutional operator, which we dub “Instance Convolution,” then only considers each object part individually on the basis of the estimated super-pixels. Our evaluation with respect to the NYUv2, iBims and KITTI datasets demonstrate the advantages of Instance Convolutions over the classical convolution at estimating depth around occlusion boundaries, while producing comparable results elsewhere. Our code is available at github.com/enisimsar/instance-conv.

BibTeX
@inproceedings{ral2022_objectawaremonoc,
  title = {Object-Aware Monocular Depth Prediction With Instance Convolutions},
  author = {Enis Simsar and Evin Pinar Örnek and Fabian Manhardt and Helisa Dhamo and Nassir Navab and Federico Tombari},
  booktitle = {RA-L 2022},
  year = {2022}
}