paper-with-me

홈 › Papers

Learning Neural Light Fields with Ray-Space Embedding Networks

2021-12-02 · Benjamin Attal, Jia-Bin Huang, Michael Zollhoefer, Johannes Kopf, Changil Kim

Neural radiance fields (NeRFs) produce state-of-the-art view synthesis results. However, they are slow to render, requiring hundreds of network evaluations per pixel to approximate a volume rendering integral. Baking NeRFs into explicit data structures enables efficient rendering, but results in a large increase in memory footprint and, in many cases, a quality reduction. In this paper, we propose a novel neural light field representation that, in contrast, is compact and directly predicts integrated radiance along rays. Our method supports rendering with a single network evaluation per pixel for small baseline light field datasets and can also be applied to larger baselines with only a few evaluations per pixel. At the core of our approach is a ray-space embedding network that maps the 4D ray-space manifold into an intermediate, interpolable latent space. Our method achieves state-of-the-art quality on dense forward-facing datasets such as the Stanford Light Field dataset. In addition, for forward-facing scenes with sparser inputs we achieve results that are competitive with NeRF-based approaches in terms of quality while providing a better speed/quality/memory trade-off with far fewer network evaluations.

📄 PDF Abstract BibTeX arXiv:2112.01523

Code (1)

facebookresearch/neural-light-fields 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

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

Estimating Vector Fields on Manifolds and the Embedding of Directed Graphs

2014-05-30 · Dominique Perrault-Joncas, Marina Meila

This paper considers the problem of embedding directed graphs in Euclidean space while retaining directional information. We model a directed graph as a finite set of observations from a diffusion on a manifold endowed w…

Graph Embedding

Probabilistic-based Feature Embedding of 4-D Light Fields for Compressive Imaging and Denoising

2023-06-15 · Xianqiang Lyu, Junhui Hou

The high-dimensional nature of the 4-D light field (LF) poses great challenges in achieving efficient and effective feature embedding, that severely impacts the performance of downstream tasks. To tackle this crucial iss…

Denoising

KEEC: Koopman Embedded Equivariant Control

2023-12-04 · Xiaoyuan Cheng, Yiming Yang, Xiaohang Tang, Wei Jiang 외

An efficient way to control systems with unknown nonlinear dynamics is to find an appropriate embedding or representation for simplified approximation (e.g. linearization), which facilitates system identification and con…

Representation Learning

Dynamic Mesh-Aware Radiance Fields

2023-09-08 · ICCV 2023 1 · Yi-Ling Qiao, Alexander Gao, Yiran Xu, Yue Feng 외

Embedding polygonal mesh assets within photorealistic Neural Radience Fields (NeRF) volumes, such that they can be rendered and their dynamics simulated in a physically consistent manner with the NeRF, is under-explored …

GPUNeRF