CVMar 17, 2022

Look Outside the Room: Synthesizing A Consistent Long-Term 3D Scene Video from A Single Image

IBM
arXiv:2203.09457v168 citationsh-index: 79
Originality Incremental advance
AI Analysis

This addresses the challenge of generating realistic, long-term video sequences for applications like virtual reality or robotics, though it is incremental as it builds on existing view synthesis techniques.

The paper tackles the problem of synthesizing consistent long-term 3D scene videos from a single image under large camera motions, using an autoregressive Transformer with a locality constraint, and it outperforms state-of-the-art methods by a large margin in indoor scenes.

Novel view synthesis from a single image has recently attracted a lot of attention, and it has been primarily advanced by 3D deep learning and rendering techniques. However, most work is still limited by synthesizing new views within relatively small camera motions. In this paper, we propose a novel approach to synthesize a consistent long-term video given a single scene image and a trajectory of large camera motions. Our approach utilizes an autoregressive Transformer to perform sequential modeling of multiple frames, which reasons the relations between multiple frames and the corresponding cameras to predict the next frame. To facilitate learning and ensure consistency among generated frames, we introduce a locality constraint based on the input cameras to guide self-attention among a large number of patches across space and time. Our method outperforms state-of-the-art view synthesis approaches by a large margin, especially when synthesizing long-term future in indoor 3D scenes. Project page at https://xrenaa.github.io/look-outside-room/.

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