paper-with-me

Papers

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

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

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 limited network capacity, while volume-based NeRFs are heavily memory-consuming when the scene resolution increases. Recent approaches propose to geographically partition the scene and learn each sub-region using an individual NeRF. Such partitioning strategies help volume-based NeRF exceed the single GPU memory limit and scale to larger scenes. However, this approach requires multiple background NeRF to handle out-of-partition rays, which leads to redundancy of learning. Inspired by the fact that the background of current partition is the foreground of adjacent partition, we propose a scalable scene reconstruction method based on joint Multi-resolution Hash Grids, named DistGrid. In this method, the scene is divided into multiple closely-paved yet non-overlapped Axis-Aligned Bounding Boxes, and a novel segmented volume rendering method is proposed to handle cross-boundary rays, thereby eliminating the need for background NeRFs. The experiments demonstrate that our method outperforms existing methods on all evaluated large-scale scenes, and provides visually plausible scene reconstruction. The scalability of our method on reconstruction quality is further evaluated qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2405.04416

Code (0)

등록된 구현이 없습니다.

Tasks

GPUIndoor Scene ReconstructionNeRF

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

Fed3DGS: Scalable 3D Gaussian Splatting with Federated Learning

2024-03-18 · Teppei Suzuki

In this work, we present Fed3DGS, a scalable 3D reconstruction framework based on 3D Gaussian splatting (3DGS) with federated learning. Existing city-scale reconstruction methods typically adopt a centralized approach, w…

3DGS3D ReconstructionFederated Learning

City-Mesh3R: Simulation-Ready City-Scale 3D Mesh Reconstruction from Multi-View Images

2026-05-28 · Sayan Paul, Sourav Ghosh, Siddharth Katageri, Soumyadip Maity 외 arxiv

City-scale 3D surface reconstruction from multiview images for downstream 3D simulation, poses highly challenging problems due to the scale and complexity of urban scenes. Existing city-scale 3D reconstruction methods ba…

3D ReconstructionImage Clustering

GRM: Large Gaussian Reconstruction Model for Efficient 3D Reconstruction and Generation

2024-03-21 · Yinghao Xu, Zifan Shi, Wang Yifan, Hansheng Chen 외

We introduce GRM, a large-scale reconstructor capable of recovering a 3D asset from sparse-view images in around 0.1s. GRM is a feed-forward transformer-based model that efficiently incorporates multi-view information to…

3D ReconstructionImage to 3DText to 3D

Splaxel: Efficient Distributed Training of 3D Gaussian Splatting for Large-scale Scene Reconstruction via Pixel-level Communication

2026-06-17 · Wenqi Jia, Zhewen Hu, Ying Huang, Yu Gong 외 arxiv

3D Gaussian Splatting (3DGS) enables high-fidelity and real-time 3D scene reconstruction, but scaling training to large-scale scenes requires optimizing hundreds of millions of Gaussians across multiple GPUs. Existing di…