paper-with-me

Papers

Mega-NeRF: Scalable Construction of Large-Scale NeRFs for Virtual Fly-Throughs

2021-12-20 · CVPR 2022 1 · Haithem Turki, Deva Ramanan, Mahadev Satyanarayanan

We use neural radiance fields (NeRFs) to build interactive 3D environments from large-scale visual captures spanning buildings or even multiple city blocks collected primarily from drones. In contrast to single object scenes (on which NeRFs are traditionally evaluated), our scale poses multiple challenges including (1) the need to model thousands of images with varying lighting conditions, each of which capture only a small subset of the scene, (2) prohibitively large model capacities that make it infeasible to train on a single GPU, and (3) significant challenges for fast rendering that would enable interactive fly-throughs. To address these challenges, we begin by analyzing visibility statistics for large-scale scenes, motivating a sparse network structure where parameters are specialized to different regions of the scene. We introduce a simple geometric clustering algorithm for data parallelism that partitions training images (or rather pixels) into different NeRF submodules that can be trained in parallel. We evaluate our approach on existing datasets (Quad 6k and UrbanScene3D) as well as against our own drone footage, improving training speed by 3x and PSNR by 12%. We also evaluate recent NeRF fast renderers on top of Mega-NeRF and introduce a novel method that exploits temporal coherence. Our technique achieves a 40x speedup over conventional NeRF rendering while remaining within 0.8 db in PSNR quality, exceeding the fidelity of existing fast renderers.

📄 PDF Abstract BibTeX arXiv:2112.10703

Code (2)

cmusatyalab/mega-nerf 공식 구현 pytorch
pwc-1/Paper-5/tree/main/megatron_bert mindspore

Tasks

GPUNeRF

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 제목 키워드 기반

CoSurfGS:Collaborative 3D Surface Gaussian Splatting with Distributed Learning for Large Scene Reconstruction

2024-12-23 · Yuanyuan Gao, Yalun Dai, Hao Li, Weicai Ye 외

3D Gaussian Splatting (3DGS) has demonstrated impressive performance in scene reconstruction. However, most existing GS-based surface reconstruction methods focus on 3D objects or limited scenes. Directly applying these …

3DGSGPUModel CompressionSurface Reconstruction

DistGrid: Scalable Scene Reconstruction with Distributed Multi-resolution Hash Grid

2024-05-07 · Sidun Liu, Peng Qiao, Zongxin Ye, Wenyu Li 외

Neural Radiance Field~(NeRF) achieves extremely high quality in object-scaled and indoor scene reconstruction. However, there exist some challenges when reconstructing large-scale scenes. MLP-based NeRFs suffer from limi…

GPUIndoor Scene ReconstructionNeRF

SCALAR-NeRF: SCAlable LARge-scale Neural Radiance Fields for Scene Reconstruction

2023-11-28 · Yu Chen, Gim Hee Lee

In this work, we introduce SCALAR-NeRF, a novel framework tailored for scalable large-scale neural scene reconstruction. We structure the neural representation as an encoder-decoder architecture, where the encoder proces…

DecoderNeRF

LocoNeRF: A NeRF-based Approach for Local Structure from Motion for Precise Localization

2023-10-08 · Artem Nenashev, Mikhail Kurenkov, Andrei Potapov, Iana Zhura 외

Visual localization is a critical task in mobile robotics, and researchers are continuously developing new approaches to enhance its efficiency. In this article, we propose a novel approach to improve the accuracy of vis…

NeRFVisual Localization

NeRFusion: Fusing Radiance Fields for Large-Scale Scene Reconstruction

2022-03-21 · CVPR 2022 1 · Xiaoshuai Zhang, Sai Bi, Kalyan Sunkavalli, Hao Su 외

While NeRF has shown great success for neural reconstruction and rendering, its limited MLP capacity and long per-scene optimization times make it challenging to model large-scale indoor scenes. In contrast, classical 3D…

3D ReconstructionNeRF