Angularly consistent light field video interpolation
 

P. David, M. Le Pendu, C. Guillemot

"Angularly consistent light field video interpolation",
IEEE International Conference on Multimedia and Expo (ICME), Jul. 2020.(pdf)

Abstract

In this paper, we address the problem of temporal interpolation of sparsely sampled video light fields using dense scene flows. Given light fields at two time instants, the goal is to interpolate an intermediate light field to form a spatially, angularly and temporally coherent light field video sequence. We first compute angularly coherent bidirectional scene flows between the two input light fields. We then use the optical flows and the two light fields as inputs to a convolutional neural network that synthesizes independently the views of the light field at an intermediate time. In order to measure the angular consistency of a light field, we propose a new metric based on epipolar geometry. Experimental results show that the proposed method produces light fields that are angularly coherent while keeping similar temporal and spatial consistency as state-of-the-art video frame interpolation methods.

Overview of the method


Additional results on Berkeley's dataset

Dataset taken from Wang, T. C., Zhu, J. Y., Kalantari, N. K., Efros, A. A., & Ramamoorthi, R. (2017). Light field video capture using a learning-based hybrid imaging system. ACM Transactions on Graphics (TOG), 36(4), 1-13.

Sequence 01

Temporal consistency




Angular consistency

Sequence 02

Temporal consistency




Angular consistency

Sequence 03

Temporal consistency




Angular consistency

Sequence 04

Temporal consistency




Angular consistency

Code and citation

The code (in Python / PyTorch) for this method is available here. It is published under the MIT license.

If you use this work or the code, please cite the following reference:

@inproceedings{david2020angularly,
title={Angularly Consistent Light Field Video Interpolation},
author={David, Pierre and Le Pendu, Mika{\"e}l and Guillemot, Christine},
booktitle={2020 IEEE International Conference on Multimedia and Expo (ICME)},
pages={1--6},
year={2020},
organization={IEEE}
}