CVNov 11, 2019

360SD-Net: 360° Stereo Depth Estimation with Learnable Cost Volume

arXiv:1911.04460v273 citations
AI Analysis

This addresses depth estimation for 360° images, a domain-specific problem with incremental improvements over existing methods.

The paper tackles stereo depth estimation for 360° images, which suffer from distortion in equirectangular projection, by proposing a novel architecture with a learnable cost volume and spherical coordinate input, achieving promising results validated on new datasets from Matterport3D and Stanford3D.

Recently, end-to-end trainable deep neural networks have significantly improved stereo depth estimation for perspective images. However, 360° images captured under equirectangular projection cannot benefit from directly adopting existing methods due to distortion introduced (i.e., lines in 3D are not projected onto lines in 2D). To tackle this issue, we present a novel architecture specifically designed for spherical disparity using the setting of top-bottom 360° camera pairs. Moreover, we propose to mitigate the distortion issue by (1) an additional input branch capturing the position and relation of each pixel in the spherical coordinate, and (2) a cost volume built upon a learnable shifting filter. Due to the lack of 360° stereo data, we collect two 360° stereo datasets from Matterport3D and Stanford3D for training and evaluation. Extensive experiments and ablation study are provided to validate our method against existing algorithms. Finally, we show promising results on real-world environments capturing images with two consumer-level cameras.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes