paper-with-me

Papers

Robustifying the Multi-Scale Representation of Neural Radiance Fields

2022-10-09 · Nishant Jain, Suryansh Kumar, Luc van Gool

Neural Radiance Fields (NeRF) recently emerged as a new paradigm for object representation from multi-view (MV) images. Yet, it cannot handle multi-scale (MS) images and camera pose estimation errors, which generally is the case with multi-view images captured from a day-to-day commodity camera. Although recently proposed Mip-NeRF could handle multi-scale imaging problems with NeRF, it cannot handle camera pose estimation error. On the other hand, the newly proposed BARF can solve the camera pose problem with NeRF but fails if the images are multi-scale in nature. This paper presents a robust multi-scale neural radiance fields representation approach to simultaneously overcome both real-world imaging issues. Our method handles multi-scale imaging effects and camera-pose estimation problems with NeRF-inspired approaches by leveraging the fundamentals of scene rigidity. To reduce unpleasant aliasing artifacts due to multi-scale images in the ray space, we leverage Mip-NeRF multi-scale representation. For joint estimation of robust camera pose, we propose graph-neural network-based multiple motion averaging in the neural volume rendering framework. We demonstrate, with examples, that for an accurate neural representation of an object from day-to-day acquired multi-view images, it is crucial to have precise camera-pose estimates. Without considering robustness measures in the camera pose estimation, modeling for multi-scale aliasing artifacts via conical frustum can be counterproductive. We present extensive experiments on the benchmark datasets to demonstrate that our approach provides better results than the recent NeRF-inspired approaches for such realistic settings.

📄 PDF Abstract BibTeX arXiv:2210.04233

Code (0)

등록된 구현이 없습니다.

Tasks

Camera Pose EstimationGraph Neural NetworkNeRFPose Estimation

Similar Papers 제목 키워드 기반

Mip-Grid: Anti-aliased Grid Representations for Neural Radiance Fields

2024-02-22 · NeurIPS 2023 11 · Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

Despite the remarkable achievements of neural radiance fields (NeRF) in representing 3D scenes and generating novel view images, the aliasing issue, rendering "jaggies" or "blurry" images at varying camera distances, rem…

NeRF

MERF: Memory-Efficient Radiance Fields for Real-time View Synthesis in Unbounded Scenes

2023-02-23 · Christian Reiser, Richard Szeliski, Dor Verbin, Pratul P. Srinivasan 외

Neural radiance fields enable state-of-the-art photorealistic view synthesis. However, existing radiance field representations are either too compute-intensive for real-time rendering or require too much memory to scale …

Mesh2NeRF: Direct Mesh Supervision for Neural Radiance Field Representation and Generation

2024-03-28 · Yujin Chen, Yinyu Nie, Benjamin Ummenhofer, Reiner Birkl 외

We present Mesh2NeRF, an approach to derive ground-truth radiance fields from textured meshes for 3D generation tasks. Many 3D generative approaches represent 3D scenes as radiance fields for training. Their ground-truth…

3D GenerationNeRF

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

SNeRL: Semantic-aware Neural Radiance Fields for Reinforcement Learning

2023-01-27 · Dongseok Shim, Seungjae Lee, H. Jin Kim

As previous representations for reinforcement learning cannot effectively incorporate a human-intuitive understanding of the 3D environment, they usually suffer from sub-optimal performances. In this paper, we present Se…

3D ReconstructionNeRFNovel View Synthesisreinforcement-learning+2