Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

OmniFusion: 360 Monocular Depth Estimation via Geometry-Aware Fusion

About

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.

Yuyan Li, Yuliang Guo, Zhixin Yan, Xinyu Huang, Ye Duan, Liu Ren• 2022

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationStanford2D3D (test)
δ1 Accuracy89.88
71
Monocular Depth EstimationMatterport3D (test)
Delta Acc (< 1.25)91.43
48
Depth EstimationMatterport3D
delta191.89
35
Depth EstimationStanford2D3D
Abs Rel0.095
13
360 Depth Estimation3D60 (test)
Abs Rel0.043
11
Depth Estimation360D
Abs Rel0.043
8
Depth Estimation3D60 (test)
Abs Rel0.043
8
Panorama Depth EstimationMatterport3D 1.0 (test)
MRE0.1387
7
Panorama Depth EstimationStanford2D3D 1.0 (area5)
MRE0.1031
7
Showing 9 of 9 rows

Other info

Code

Follow for update