CVJan 22, 2022

Content-aware Warping for View Synthesis

arXiv:2201.09023v312 citationsHas Code
AI Analysis

This work improves view synthesis for applications like virtual reality and 3D reconstruction, but it is incremental as it builds on existing warping-based methods with neural enhancements.

The paper tackles the problem of synthesizing novel views from multiple images by addressing limitations in traditional depth-based warping, proposing a content-aware warping method that learns interpolation weights via a neural network, and achieves significant improvements over state-of-the-art methods on light field and multi-view datasets.

Existing image-based rendering methods usually adopt depth-based image warping operation to synthesize novel views. In this paper, we reason the essential limitations of the traditional warping operation to be the limited neighborhood and only distance-based interpolation weights. To this end, we propose content-aware warping, which adaptively learns the interpolation weights for pixels of a relatively large neighborhood from their contextual information via a lightweight neural network. Based on this learnable warping module, we propose a new end-to-end learning-based framework for novel view synthesis from a set of input source views, in which two additional modules, namely confidence-based blending and feature-assistant spatial refinement, are naturally proposed to handle the occlusion issue and capture the spatial correlation among pixels of the synthesized view, respectively. Besides, we also propose a weight-smoothness loss term to regularize the network. Experimental results on light field datasets with wide baselines and multi-view datasets show that the proposed method significantly outperforms state-of-the-art methods both quantitatively and visually. The source code will be publicly available at https://github.com/MantangGuo/CW4VS.

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