CVIVJul 14, 2020

Pose2RGBD. Generating Depth and RGB images from absolute positions

arXiv:2007.07013v1
AI Analysis

This work addresses the challenge of creating realistic scene renderings for applications in computer vision and graphics, though it appears incremental by building on existing neural rendering techniques.

The paper tackles the problem of generating RGB and depth images from absolute positions by proposing a neural network method that learns an implicit scene representation from synchronized video, depth, and pose data, enabling scene navigation similar to graphics simulations, and introduces two new datasets including one from drone footage.

We propose a method at the intersection of Computer Vision and Computer Graphics fields, which automatically generates RGBD images using neural networks, based on previously seen and synchronized video, depth and pose signals. Since the models must be able to reconstruct both texture (RGB) and structure (Depth), it creates an implicit representation of the scene, as opposed to explicit ones, such as meshes or point clouds. The process can be thought of as neural rendering, where we obtain a function f : Pose -> RGBD, which we can use to navigate through the generated scene, similarly to graphics simulations. We introduce two new datasets, one based on synthetic data with full ground truth information, while the other one being recorded from a drone flight in an university campus, using only video and GPS signals. Finally, we propose a fully unsupervised method of generating datasets from videos alone, in order to train the Pose2RGBD networks. Code and datasets are available at:: https://gitlab.com/mihaicristianpirvu/pose2rgbd.

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