paper-with-me

Papers

Stable View Synthesis

2020-11-14 · CVPR 2021 1 · Gernot Riegler, Vladlen Koltun

We present Stable View Synthesis (SVS). Given a set of source images depicting a scene from freely distributed viewpoints, SVS synthesizes new views of the scene. The method operates on a geometric scaffold computed via structure-from-motion and multi-view stereo. Each point on this 3D scaffold is associated with view rays and corresponding feature vectors that encode the appearance of this point in the input images. The core of SVS is view-dependent on-surface feature aggregation, in which directional feature vectors at each 3D point are processed to produce a new feature vector for a ray that maps this point into the new target view. The target view is then rendered by a convolutional network from a tensor of features synthesized in this way for all pixels. The method is composed of differentiable modules and is trained end-to-end. It supports spatially-varying view-dependent importance weighting and feature transformation of source images at each point; spatial and temporal stability due to the smooth dependence of on-surface feature aggregation on the target view; and synthesis of view-dependent effects such as specular reflection. Experimental results demonstrate that SVS outperforms state-of-the-art view synthesis methods both quantitatively and qualitatively on three diverse real-world datasets, achieving unprecedented levels of realism in free-viewpoint video of challenging large-scale scenes. Code is available at https://github.com/intel-isl/StableViewSynthesis

📄 PDF Abstract BibTeX arXiv:2011.07233

Code (3)

intel-isl/StableViewSynthesis 공식 구현 pytorch
isl-org/stableviewsynthesis pytorch
shubhendu-jena/neural-mesh-based-graphics pytorch

Similar Papers 제목 키워드 기반

Learning Stable Canonical Worlds for Novel View Synthesis and Beyond

2026-06-22 · Xiaoyu Xu, Jian Zou, Sheyang Tang, Zhihua Wang 외 arxiv

Feed-forward Gaussian splatting (FFGS) facilitates real-time novel view synthesis, yet current methods often remain tied to view-dependent predictions. As more input views are added, they may accumulate noisy or redundan…

Semantic SegmentationNovel View Synthesis

Stable Virtual Camera: Generative View Synthesis with Diffusion Models

2025-03-18 · Jensen, Zhou, Hang Gao, Vikram Voleti 외

We present Stable Virtual Camera (Seva), a generalist diffusion model that creates novel views of a scene, given any number of input views and target cameras. Existing works struggle to generate either large viewpoint ch…

Benchmarking

Enhanced Stable View Synthesis

2023-03-30 · CVPR 2023 1 · Nishant Jain, Suryansh Kumar, Luc van Gool

We introduce an approach to enhance the novel view synthesis from images taken from a freely moving camera. The introduced approach focuses on outdoor scenes where recovering accurate geometric scaffold and camera pose i…

3D ReconstructionNeRFNovel View Synthesis

From Rays to Projections: Better Inputs for Feed-Forward View Synthesis

2026-01-08 · Zirui Wu, Zeren Jiang, Martin R. Oswald, Jie Song arxiv

Feed-forward view synthesis models predict a novel view in a single pass with minimal 3D inductive bias. Existing works encode cameras as Plücker ray maps, which tie predictions to the arbitrary world coordinate gauge an…

Image-to-Image TranslationNovel View Synthesis

CrossViewDiff: A Cross-View Diffusion Model for Satellite-to-Street View Synthesis

2024-08-27 · Weijia Li, Jun He, Junyan Ye, Huaping Zhong 외

Satellite-to-street view synthesis aims at generating a realistic street-view image from its corresponding satellite-view image. Although stable diffusion models have exhibit remarkable performance in a variety of image …

DenoisingImage Generation