paper-with-me

홈 › Papers

RGB-D Mapping and Tracking in a Plenoxel Radiance Field

2023-07-07 · Andreas L. Teigen, Yeonsoo Park, Annette Stahl, Rudolf Mester

The widespread adoption of Neural Radiance Fields (NeRFs) have ensured significant advances in the domain of novel view synthesis in recent years. These models capture a volumetric radiance field of a scene, creating highly convincing, dense, photorealistic models through the use of simple, differentiable rendering equations. Despite their popularity, these algorithms suffer from severe ambiguities in visual data inherent to the RGB sensor, which means that although images generated with view synthesis can visually appear very believable, the underlying 3D model will often be wrong. This considerably limits the usefulness of these models in practical applications like Robotics and Extended Reality (XR), where an accurate dense 3D reconstruction otherwise would be of significant value. In this paper, we present the vital differences between view synthesis models and 3D reconstruction models. We also comment on why a depth sensor is essential for modeling accurate geometry in general outward-facing scenes using the current paradigm of novel view synthesis methods. Focusing on the structure-from-motion task, we practically demonstrate this need by extending the Plenoxel radiance field model: Presenting an analytical differential approach for dense mapping and tracking with radiance fields based on RGB-D data without a neural network. Our method achieves state-of-the-art results in both mapping and tracking tasks, while also being faster than competing neural network-based approaches. The code is available at: https://github.com/ysus33/RGB-D_Plenoxel_Mapping_Tracking.git

📄 PDF Abstract BibTeX arXiv:2307.03404

Code (1)

ysus33/rgb-d_plenoxel_mapping_tracking 공식 구현 pytorch

Tasks

3D ReconstructionNovel View Synthesis

Similar Papers 제목 키워드 기반

HDR-Plenoxels: Self-Calibrating High Dynamic Range Radiance Fields

2022-08-14 · Kim Jun-Seong, Kim Yu-Ji, Moon Ye-Bin, Tae-Hyun Oh

We propose high dynamic range (HDR) radiance fields, HDR-Plenoxels, that learn a plenoptic function of 3D HDR radiance fields, geometry information, and varying camera settings inherent in 2D low dynamic range (LDR) imag…

Tone MappingVocal Bursts Intensity Prediction

Plenoxels: Radiance Fields without Neural Networks

2021-12-09 · CVPR 2022 1 · Alex Yu, Sara Fridovich-Keil, Matthew Tancik, Qinhong Chen 외

We introduce Plenoxels (plenoptic voxels), a system for photorealistic view synthesis. Plenoxels represent a scene as a sparse 3D grid with spherical harmonics. This representation can be optimized from calibrated images…

DPPE: Dense Pose Estimation in a Plenoxels Environment using Gradient Approximation

2024-03-16 · Christopher Kolios, Yeganeh Bahoo, Sajad Saeedi

We present DPPE, a dense pose estimation algorithm that functions over a Plenoxels environment. Recent advances in neural radiance field techniques have shown that it is a powerful tool for environment representation. Mo…

Neural RenderingPose EstimationTemplate Matching

SPARF: Large-Scale Learning of 3D Sparse Radiance Fields from Few Input Images

2022-12-18 · Abdullah Hamdi, Bernard Ghanem, Matthias Nießner

Recent advances in Neural Radiance Fields (NeRFs) treat the problem of novel view synthesis as Sparse Radiance Field (SRF) optimization using sparse voxels for efficient and fast rendering (plenoxels,InstantNGP). In orde…

Novel View Synthesis

Compact Real-time Radiance Fields with Neural Codebook

2023-05-29 · Lingzhi Li, Zhongshu Wang, Zhen Shen, Li Shen 외

Reconstructing neural radiance fields with explicit volumetric representations, demonstrated by Plenoxels, has shown remarkable advantages on training and rendering efficiency, while grid-based representations typically …