paper-with-me

홈 › Papers

Light Field Networks: Neural Scene Representations with Single-Evaluation Rendering

2021-06-04 · NeurIPS 2021 12 · Vincent Sitzmann, Semon Rezchikov, William T. Freeman, Joshua B. Tenenbaum, Fredo Durand

Inferring representations of 3D scenes from 2D observations is a fundamental problem of computer graphics, computer vision, and artificial intelligence. Emerging 3D-structured neural scene representations are a promising approach to 3D scene understanding. In this work, we propose a novel neural scene representation, Light Field Networks or LFNs, which represent both geometry and appearance of the underlying 3D scene in a 360-degree, four-dimensional light field parameterized via a neural implicit representation. Rendering a ray from an LFN requires only a single network evaluation, as opposed to hundreds of evaluations per ray for ray-marching or volumetric based renderers in 3D-structured neural scene representations. In the setting of simple scenes, we leverage meta-learning to learn a prior over LFNs that enables multi-view consistent light field reconstruction from as little as a single image observation. This results in dramatic reductions in time and memory complexity, and enables real-time rendering. The cost of storing a 360-degree light field via an LFN is two orders of magnitude lower than conventional methods such as the Lumigraph. Utilizing the analytical differentiability of neural implicit representations and a novel parameterization of light space, we further demonstrate the extraction of sparse depth maps from LFNs.

📄 PDF Abstract BibTeX arXiv:2106.02634

Code (1)

vsitzmann/light-field-networks pytorch

Tasks

Meta-LearningScene Understanding

Similar Papers 제목 키워드 기반

Neural Point Light Fields

2021-12-02 · CVPR 2022 1 · Julian Ost, Issam Laradji, Alejandro Newell, Yuval Bahat 외

We introduce Neural Point Light Fields that represent scenes implicitly with a light field living on a sparse point cloud. Combining differentiable volume rendering with learned implicit density representations has made …

Novel View Synthesis

4D Temporally Coherent Light-field Video

2018-04-30 · Armin Mustafa, Marco Volino, Jean-yves Guillemaut, Adrian Hilton

Light-field video has recently been used in virtual and augmented reality applications to increase realism and immersion. However, existing light-field methods are generally limited to static scenes due to the requiremen…

Scene Flow Estimation

Learning Neural Light Fields With Ray-Space Embedding

2022-01-01 · CVPR 2022 1 · Benjamin Attal, Jia-Bin Huang, Michael Zollhöfer, Johannes Kopf 외

Neural radiance fields (NeRFs) produce state-of-the-art view synthesis results, but are slow to render, requiring hundreds of network evaluations per pixel to approximate a volume rendering integral. Baking NeRFs int…

NeRF

An Angular-Temporal Interaction Network for Light Field Object Tracking in Low-Light Scenes

2025-07-29 · Mianzhao Wang, Fan Shi, Xu Cheng, Feifei Zhang 외 arxiv

High-quality 4D light field representation with efficient angular feature modeling is crucial for scene perception, as it can provide discriminative spatial-angular cues to identify moving targets. However, recent develo…

Multiple Object Tracking

Unsupervised Discovery and Composition of Object Light Fields

2022-05-08 · Cameron Smith, Hong-Xing Yu, Sergey Zakharov, Fredo Durand 외

Neural scene representations, both continuous and discrete, have recently emerged as a powerful new paradigm for 3D scene understanding. Recent efforts have tackled unsupervised discovery of object-centric neural scene r…

Novel View SynthesisObjectScene Understanding