paper-with-me

홈 › Papers

Generative View Synthesis: From Single-view Semantics to Novel-view Images

2020-08-20 · NeurIPS 2020 12 · Tewodros Habtegebrial, Varun Jampani, Orazio Gallo, Didier Stricker

Content creation, central to applications such as virtual reality, can be a tedious and time-consuming. Recent image synthesis methods simplify this task by offering tools to generate new views from as little as a single input image, or by converting a semantic map into a photorealistic image. We propose to push the envelope further, and introduce Generative View Synthesis (GVS), which can synthesize multiple photorealistic views of a scene given a single semantic map. We show that the sequential application of existing techniques, e.g., semantics-to-image translation followed by monocular view synthesis, fail at capturing the scene's structure. In contrast, we solve the semantics-to-image translation in concert with the estimation of the 3D layout of the scene, thus producing geometrically consistent novel views that preserve semantic structures. We first lift the input 2D semantic map onto a 3D layered representation of the scene in feature space, thereby preserving the semantic labels of 3D geometric structures. We then project the layered features onto the target views to generate the final novel-view images. We verify the strengths of our method and compare it with several advanced baselines on three different datasets. Our approach also allows for style manipulation and image editing operations, such as the addition or removal of objects, with simple manipulations of the input style images and semantic maps respectively. Visit the project page at https://gvsnet.github.io.

📄 PDF Abstract BibTeX arXiv:2008.09106

Code (1)

tedyhabtegebrial/gvsnet 공식 구현 pytorch

Tasks

Image GenerationTranslation

Similar Papers 제목 키워드 기반

Long-Term Photometric Consistent Novel View Synthesis with Diffusion Models

2023-04-21 · ICCV 2023 1 · Jason J. Yu, Fereshteh Forghani, Konstantinos G. Derpanis, Marcus A. Brubaker

Novel view synthesis from a single input image is a challenging task, where the goal is to generate a new view of a scene from a desired camera pose that may be separated by a large motion. The highly uncertain nature of…

Novel View Synthesis

HumanGif: Single-View Human Diffusion with Generative Prior

2025-02-17 · Shoukang Hu, Takuya Narihira, Kazumi Fukuda, Ryosuke Sawata 외

While previous single-view-based 3D human reconstruction methods made significant progress in novel view synthesis, it remains a challenge to synthesize both view-consistent and pose-consistent results for animatable hum…

3D Human ReconstructionNeRFNovel View Synthesis

4D Driving Scene Generation With Stereo Forcing

2025-09-24 · Hao Lu, Zhuang Ma, Guangfeng Jiang, Wenhang Ge 외 arxiv

Current generative models struggle to synthesize dynamic 4D driving scenes that simultaneously support temporal extrapolation and spatial novel view synthesis (NVS) without per-scene optimization. Bridging generation and…

Novel View SynthesisScene GenerationVideo Generation

EscherNet: A Generative Model for Scalable View Synthesis

2024-02-06 · CVPR 2024 1 · Xin Kong, Shikun Liu, Xiaoyang Lyu, Marwan Taher 외

We introduce EscherNet, a multi-view conditioned diffusion model for view synthesis. EscherNet learns implicit and generative 3D representations coupled with a specialised camera positional encoding, allowing precise and…

3D ReconstructionGPUmodelNovel View Synthesis

Cross-View Image Synthesis using Conditional GANs

2018-03-09 · CVPR 2018 6 · Krishna Regmi, Ali Borji

Learning to generate natural scenes has always been a challenging task in computer vision. It is even more painstaking when the generation is conditioned on images with drastically different views. This is mainly because…

Cross-View Image-to-Image TranslationImage GenerationImage-to-Image TranslationScene Generation+2