CVMay 10, 2017

Efficient and Scalable View Generation from a Single Image using Fully Convolutional Networks

arXiv:1705.03737v32 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and scalable view generation in 3D content creation, offering incremental improvements in speed and memory usage over existing CNN-based methods.

The paper tackles the problem of generating multiple views from a single image for 3D stereoscopic content, proposing two fully convolutional network architectures that improve both accuracy and speed over state-of-the-art methods, with one achieving 5x faster speed and 24x lower memory consumption while maintaining competitive accuracy.

Single-image-based view generation (SIVG) is important for producing 3D stereoscopic content. Here, handling different spatial resolutions as input and optimizing both reconstruction accuracy and processing speed is desirable. Latest approaches are based on convolutional neural network (CNN), and they generate promising results. However, their use of fully connected layers as well as pre-trained VGG forces a compromise between reconstruction accuracy and processing speed. In addition, this approach is limited to the use of a specific spatial resolution. To remedy these problems, we propose exploiting fully convolutional networks (FCN) for SIVG. We present two FCN architectures for SIVG. The first one is based on combination of an FCN and a view-rendering network called DeepView$_{ren}$. The second one consists of decoupled networks for luminance and chrominance signals, denoted by DeepView$_{dec}$. To train our solutions we present a large dataset of 2M stereoscopic images. Results show that both of our architectures improve accuracy and speed over the state of the art. DeepView$_{ren}$ generates competitive accuracy to the state of the art, however, with the fastest processing speed of all. That is x5 times faster speed and x24 times lower memory consumption compared to the state of the art. DeepView$_{dec}$ has much higher accuracy, but with x2.5 times faster speed and x12 times lower memory consumption. We evaluated our approach with both objective and subjective studies.

Foundations

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

Your Notes