# Multi-View Stereo by Temporal Nonparametric Fusion

**Authors:** Yuxin Hou, Juho Kannala, Arno Solin

arXiv: 1904.06397 · 2019-08-19

## TL;DR

This paper introduces a depth estimation method from multi-view images that leverages previous scene encodings using a Gaussian process prior, enabling real-time performance on smart devices.

## Contribution

It proposes a novel multi-view stereo model with a nonparametric Gaussian process prior for temporal fusion, trained end-to-end for improved depth estimation.

## Key findings

- Effective depth estimation from multi-view images using temporal information.
- Real-time performance achieved on smart devices.
- Flexible Gaussian process prior adapts memory from previous views.

## Abstract

We propose a novel idea for depth estimation from multi-view image-pose pairs, where the model has capability to leverage information from previous latent-space encodings of the scene. This model uses pairs of images and poses, which are passed through an encoder--decoder model for disparity estimation. The novelty lies in soft-constraining the bottleneck layer by a nonparametric Gaussian process prior. We propose a pose-kernel structure that encourages similar poses to have resembling latent spaces. The flexibility of the Gaussian process (GP) prior provides adapting memory for fusing information from previous views. We train the encoder--decoder and the GP hyperparameters jointly end-to-end. In addition to a batch method, we derive a lightweight estimation scheme that circumvents standard pitfalls in scaling Gaussian process inference, and demonstrate how our scheme can run in real-time on smart devices.

## Figures

40 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06397/full.md

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