English

OmniFusion: 360 Monocular Depth Estimation via Geometry-Aware Fusion

Computer Vision and Pattern Recognition 2022-03-30 v2

Abstract

A well-known challenge in applying deep-learning methods to omnidirectional images is spherical distortion. In dense regression tasks such as depth estimation, where structural details are required, using a vanilla CNN layer on the distorted 360 image results in undesired information loss. In this paper, we propose a 360 monocular depth estimation pipeline, OmniFusion, to tackle the spherical distortion issue. Our pipeline transforms a 360 image into less-distorted perspective patches (i.e. tangent images) to obtain patch-wise predictions via CNN, and then merge the patch-wise results for final output. To handle the discrepancy between patch-wise predictions which is a major issue affecting the merging quality, we propose a new framework with the following key components. First, we propose a geometry-aware feature fusion mechanism that combines 3D geometric features with 2D image features to compensate for the patch-wise discrepancy. Second, we employ the self-attention-based transformer architecture to conduct a global aggregation of patch-wise information, which further improves the consistency. Last, we introduce an iterative depth refinement mechanism, to further refine the estimated depth based on the more accurate geometric features. Experiments show that our method greatly mitigates the distortion issue, and achieves state-of-the-art performances on several 360 monocular depth estimation benchmark datasets.

Keywords

Cite

@article{arxiv.2203.00838,
  title  = {OmniFusion: 360 Monocular Depth Estimation via Geometry-Aware Fusion},
  author = {Yuyan Li and Yuliang Guo and Zhixin Yan and Xinyu Huang and Ye Duan and Liu Ren},
  journal= {arXiv preprint arXiv:2203.00838},
  year   = {2022}
}

Comments

CVPR 2022, accepted as Oral

R2 v1 2026-06-24T09:58:44.257Z