paper-with-me

홈 › Papers

LightSpeed: Light and Fast Neural Light Fields on Mobile Devices

2023-09-21 · NeurIPS 2023 11

Real-time novel-view image synthesis on mobile devices is prohibitive due to the limited computational power and storage. Using volumetric rendering methods, such as NeRF and its derivatives, on mobile devices is not suitable due to the high computational cost of volumetric rendering. On the other hand, recent advances in neural light field representations have shown promising real-time view synthesis results on mobile devices. Neural light field methods learn a direct mapping from a ray representation to the pixel color. The current choice of ray representation is either stratified ray sampling or Plücker coordinates, overlooking the classic light slab (two-plane) representation, the preferred representation to interpolate between light field views. In this work, we find that using the light slab representation is an efficient representation for learning a neural light field. More importantly, it is a lower-dimensional ray representation enabling us to learn the 4D ray space using feature grids which are significantly faster to train and render. Although mostly designed for frontal views, we show that the light-slab representation can be further extended to non-frontal scenes using a divide-and-conquer strategy. Our method provides better rendering quality than prior light field methods and a significantly better trade-off between rendering quality and speed than prior light field methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Insights from the Usage of the Ansible Lightspeed Code Completion Service

2024-02-27 · Priyam Sahoo, Saurabh Pujar, Ganesh Nalawade, Richard Gebhardt 외

The availability of Large Language Models (LLMs) which can generate code, has made it possible to create tools that improve developer productivity. Integrated development environments or IDEs which developers use to writ…

Code CompletionCode Generation

Bringing regularized optimal transport to lightspeed: a splitting method adapted for GPUs

2023-05-29 · NeurIPS 2023 11

We present an efficient algorithm for regularized optimal transport. In contrast to previous methods, we use the Douglas-Rachford splitting technique to develop an efficient solver that can handle a broad class of regula…

Domain AdaptationGPU

GECO: Geometrically Consistent Embedding with Lightspeed Inference

2025-08-01 · Regine Hartwig, Dominik Muhle, Riccardo Marin, Daniel Cremers arxiv

Recent advances in feature learning have shown that self-supervised vision foundation models can capture semantic correspondences but often lack awareness of underlying 3D geometry. GECO addresses this gap by producing g…

Efficient Neural Light Fields (ENeLF) for Mobile Devices

2024-06-02 · Austin Peng

Novel view synthesis (NVS) is a challenge in computer vision and graphics, focusing on generating realistic images of a scene from unobserved camera poses, given a limited set of authentic input images. Neural radiance f…

NeRFNovel View Synthesis

Sinkhorn Distances: Lightspeed Computation of Optimal Transport

2013-12-01 · NeurIPS 2013 12 · Marco Cuturi

Optimal transportation distances are a fundamental family of parameterized distances for histograms in the probability simplex. Despite their appealing theoretical properties, excellent performance and intuitive formulat…