paper-with-me

홈 › Papers

PyGS: Large-scale Scene Representation with Pyramidal 3D Gaussian Splatting

2024-05-27 · Zipeng Wang, Dan Xu

Neural Radiance Fields (NeRFs) have demonstrated remarkable proficiency in synthesizing photorealistic images of large-scale scenes. However, they are often plagued by a loss of fine details and long rendering durations. 3D Gaussian Splatting has recently been introduced as a potent alternative, achieving both high-fidelity visual results and accelerated rendering performance. Nonetheless, scaling 3D Gaussian Splatting is fraught with challenges. Specifically, large-scale scenes grapples with the integration of objects across multiple scales and disparate viewpoints, which often leads to compromised efficacy as the Gaussians need to balance between detail levels. Furthermore, the generation of initialization points via COLMAP from large-scale dataset is both computationally demanding and prone to incomplete reconstructions. To address these challenges, we present Pyramidal 3D Gaussian Splatting (PyGS) with NeRF Initialization. Our approach represent the scene with a hierarchical assembly of Gaussians arranged in a pyramidal fashion. The top level of the pyramid is composed of a few large Gaussians, while each subsequent layer accommodates a denser collection of smaller Gaussians. We effectively initialize these pyramidal Gaussians through sampling a rapidly trained grid-based NeRF at various frequencies. We group these pyramidal Gaussians into clusters and use a compact weighting network to dynamically determine the influence of each pyramid level of each cluster considering camera viewpoint during rendering. Our method achieves a significant performance leap across multiple large-scale datasets and attains a rendering time that is over 400 times faster than current state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2405.16829

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Similar Papers 제목 키워드 기반

pyGSL: A Graph Structure Learning Toolkit

2022-11-07 · Max Wasserman, Gonzalo Mateos

We introduce pyGSL, a Python library that provides efficient implementations of state-of-the-art graph structure learning models along with diverse datasets to evaluate them on. The implementations are written in GPU-fri…

GPUGraph LearningGraph structure learningRolling Shutter Correction

A Spatial Layout and Scale Invariant Feature Representation for Indoor Scene Classification

2015-06-18 · Munawar Hayat, Salman H. Khan, Mohammed Bennamoun, Senjian An

Unlike standard object classification, where the image to be classified contains one or multiple instances of the same object, indoor scene classification is quite different since the image consists of multiple distinct …

General ClassificationScene Classification

EntropyGS: An Efficient Entropy Coding on 3D Gaussian Splatting

2025-08-13 · Yuning Huang, Jiahao Pang, Fengqing Zhu, Dong Tian arxiv

As an emerging novel view synthesis approach, 3D Gaussian Splatting (3DGS) demonstrates fast training/rendering with superior visual quality. The two tasks of 3DGS, Gaussian creation and view rendering, are typically sep…

Novel View Synthesis

Hierarchical Pyramid Representations for Semantic Segmentation

2021-04-05 · Hiroaki Aizawa, Yukihiro Domae, Kunihito Kato

Understanding the context of complex and cluttered scenes is a challenging problem for semantic segmentation. However, it is difficult to model the context without prior and additional supervision because the scene's fac…

SegmentationSemantic Segmentation

PyNeRF: Pyramidal Neural Radiance Fields

2023-11-30 · NeurIPS 2023 11 · Haithem Turki, Michael Zollhöfer, Christian Richardt, Deva Ramanan

Neural Radiance Fields (NeRFs) can be dramatically accelerated by spatial grid representations. However, they do not explicitly reason about scale and so introduce aliasing artifacts when reconstructing scenes captured a…

NeRF