paper-with-me

홈 › Papers

Differentiable Point-Based Radiance Fields for Efficient View Synthesis

2022-05-28 · Qiang Zhang, Seung-Hwan Baek, Szymon Rusinkiewicz, Felix Heide

We propose a differentiable rendering algorithm for efficient novel view synthesis. By departing from volume-based representations in favor of a learned point representation, we improve on existing methods more than an order of magnitude in memory and runtime, both in training and inference. The method begins with a uniformly-sampled random point cloud and learns per-point position and view-dependent appearance, using a differentiable splat-based renderer to evolve the model to match a set of input images. Our method is up to 300x faster than NeRF in both training and inference, with only a marginal sacrifice in quality, while using less than 10~MB of memory for a static scene. For dynamic scenes, our method trains two orders of magnitude faster than STNeRF and renders at near interactive rate, while maintaining high image quality and temporal coherence even without imposing any temporal-coherency regularizers.

📄 PDF Abstract BibTeX arXiv:2205.14330

Code (1)

sjtuzq/point-radiance 공식 구현 pytorch

Tasks

NeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

NeRFMeshing: Distilling Neural Radiance Fields into Geometrically-Accurate 3D Meshes

2023-03-16 · Marie-Julie Rakotosaona, Fabian Manhardt, Diego Martin Arroyo, Michael Niemeyer 외

With the introduction of Neural Radiance Fields (NeRFs), novel view synthesis has recently made a big leap forward. At the core, NeRF proposes that each 3D point can emit radiance, allowing to conduct view synthesis usin…

NeRFNovel View SynthesisSurface Reconstruction

GRAF: Generative Radiance Fields for 3D-Aware Image Synthesis

2020-07-05 · NeurIPS 2020 12 · Katja Schwarz, Yiyi Liao, Michael Niemeyer, Andreas Geiger

While 2D generative adversarial networks have enabled high-resolution image synthesis, they largely lack an understanding of the 3D world and the image formation process. Thus, they do not provide precise control over ca…

3D-Aware Image SynthesisImage GenerationNovel View SynthesisScene Generation

Efficient Neural Radiance Fields for Interactive Free-viewpoint Video

2021-12-02 · Haotong Lin, Sida Peng, Zhen Xu, Yunzhi Yan 외

This paper aims to tackle the challenge of efficiently producing interactive free-viewpoint videos. Some recent works equip neural radiance fields with image encoders, enabling them to generalize across scenes. When proc…

Depth EstimationDepth PredictionNovel View Synthesis

Differentiable Rendering with Reparameterized Volume Sampling

2023-02-21 · Nikita Morozov, Denis Rakitin, Oleg Desheulin, Dmitry Vetrov 외

In view synthesis, a neural radiance field approximates underlying density and radiance fields based on a sparse set of scene pictures. To generate a pixel of a novel view, it marches a ray through the pixel and computes…

NeRFNovel View Synthesis

DeLiRa: Self-Supervised Depth, Light, and Radiance Fields

2023-04-06 · ICCV 2023 1 · Vitor Guizilini, Igor Vasiljevic, Jiading Fang, Rares Ambrus 외

Differentiable volumetric rendering is a powerful paradigm for 3D reconstruction and novel view synthesis. However, standard volume rendering approaches struggle with degenerate geometries in the case of limited viewpoin…

3D ReconstructionDepth EstimationDiversityNovel View Synthesis