paper-with-me

Papers

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 processes 3D point coordinates to produce encoded features, and the decoder generates geometric values that include volume densities of signed distances and colors. Our approach first trains a coarse global model on the entire image dataset. Subsequently, we partition the images into smaller blocks using KMeans with each block being modeled by a dedicated local model. We enhance the overlapping regions across different blocks by scaling up the bounding boxes of each local block. Notably, the decoder from the global model is shared across distinct blocks and therefore promoting alignment in the feature space of local encoders. We propose an effective and efficient methodology to fuse the outputs from these local models to attain the final reconstruction. Employing this refined coarse-to-fine strategy, our method outperforms state-of-the-art NeRF methods and demonstrates scalability for large-scale scene reconstruction. The code will be available on our project page at https://aibluefisher.github.io/SCALAR-NeRF/

📄 PDF Abstract BibTeX arXiv:2311.16657

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderNeRF

Similar Papers 제목 키워드 기반

Block-NeRF: Scalable Large Scene Neural View Synthesis

2022-02-10 · CVPR 2022 1 · Matthew Tancik, Vincent Casser, Xinchen Yan, Sabeek Pradhan 외

We present Block-NeRF, a variant of Neural Radiance Fields that can represent large-scale environments. Specifically, we demonstrate that when scaling NeRF to render city-scale scenes spanning multiple blocks, it is vita…

NeRF

Learning Heterogeneous Mixture of Scene Experts for Large-scale Neural Radiance Fields

2025-05-04 · Zhenxing Mi, Ping Yin, Xue Xiao, Dan Xu

Recent NeRF methods on large-scale scenes have underlined the importance of scene decomposition for scalable NeRFs. Although achieving reasonable scalability, there are several critical problems remaining unexplored, i.e…

Mixture-of-ExpertsNeRF

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

SurfelNeRF: Neural Surfel Radiance Fields for Online Photorealistic Reconstruction of Indoor Scenes

2023-04-18 · CVPR 2023 1 · Yiming Gao, Yan-Pei Cao, Ying Shan

Online reconstructing and rendering of large-scale indoor scenes is a long-standing challenge. SLAM-based methods can reconstruct 3D scene geometry progressively in real time but can not render photorealistic results. Wh…

3D ReconstructionNeRFNovel View Synthesis

PC-NeRF: Parent-Child Neural Radiance Fields under Partial Sensor Data Loss in Autonomous Driving Environments

2023-10-02 · Xiuzhong Hu, Guangming Xiong, Zheng Zang, Peng Jia 외

Reconstructing large-scale 3D scenes is essential for autonomous vehicles, especially when partial sensor data is lost. Although the recently developed neural radiance fields (NeRF) have shown compelling results in impli…

3D Reconstruction3D Scene ReconstructionAutonomous DrivingAutonomous Vehicles+1