# SweepNet: Wide-baseline Omnidirectional Depth Estimation

**Authors:** Changhee Won, Jongbin Ryu, Jongwoo Lim

arXiv: 1902.10904 · 2019-08-19

## TL;DR

SweepNet introduces a deep learning-based wide-baseline omnidirectional stereo system that produces accurate, full 360-degree depth maps from fisheye images, enhancing object recognition in all directions.

## Contribution

The paper presents a novel neural network architecture for direct omnidirectional depth estimation from fisheye images, integrating calibration, sphere sweeping, and cost volume aggregation.

## Key findings

- Outperforms traditional depth estimation methods.
- Generates highly accurate 360-degree depth maps.
- Works effectively on synthetic and real-world datasets.

## Abstract

Omnidirectional depth sensing has its advantage over the conventional stereo systems since it enables us to recognize the objects of interest in all directions without any blind regions. In this paper, we propose a novel wide-baseline omnidirectional stereo algorithm which computes the dense depth estimate from the fisheye images using a deep convolutional neural network. The capture system consists of multiple cameras mounted on a wide-baseline rig with ultrawide field of view (FOV) lenses, and we present the calibration algorithm for the extrinsic parameters based on the bundle adjustment. Instead of estimating depth maps from multiple sets of rectified images and stitching them, our approach directly generates one dense omnidirectional depth map with full 360-degree coverage at the rig global coordinate system. To this end, the proposed neural network is designed to output the cost volume from the warped images in the sphere sweeping method, and the final depth map is estimated by taking the minimum cost indices of the aggregated cost volume by SGM. For training the deep neural network and testing the entire system, realistic synthetic urban datasets are rendered using Blender. The experiments using the synthetic and real-world datasets show that our algorithm outperforms the conventional depth estimation methods and generate highly accurate depth maps.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10904/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1902.10904/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1902.10904/full.md

---
Source: https://tomesphere.com/paper/1902.10904