paper-with-me

홈 › Papers

AdaGScale: Viewpoint-Adaptive Gaussian Scaling in 3D Gaussian Splatting to Reduce Gaussian-Tile Pairs

2026-04-21 · Joongho Jo, Hyerin Lim, Hanjun Choi, Jongsun Park arxiv

Reducing the number of Gaussian-tile pairs is one of the most promising approaches to improve 3D Gaussian Splatting (3D-GS) rendering speed on GPUs. However, the importance difference existing among Gaussian-tile pairs has never been considered in the previous works. In this paper, we propose AdaGScale, a novel viewpoint-adaptive Gaussian scaling technique for reducing the number of Gaussian-tile pairs. AdaGScale is based on the observation that the peripheral tiles located far from Gaussian center contribute negligibly to pixel color accumulation. This suggests an opportunity for reducing the number of Gaussian-tile pairs based on color contribution. AdaGScale efficiently estimates the color contribution in the peripheral region of each Gaussian during a preprocessing stage and adaptively scales its size based on the peripheral score. As a result, Gaussians with lower importance intersect with fewer tiles during the intersection test, which improves rendering speed while maintaining image quality. The adjusted size is used only for tile intersection test, and the original size is retained during color accumulation to preserve visual fidelity. Experimental results show that AdaGScale achieves a geometric mean speedup of 13.8x over original 3D-GS on a GPU, with only about 0.5 dB degradation in PSNR on city-scale scenes.

📄 PDF Abstract BibTeX arXiv:2604.18980

Code (0)

등록된 구현이 없습니다.

Similar 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.…

NeRF

ProDiG: Progressive Diffusion-Guided Gaussian Splatting for Aerial to Ground Reconstruction

2026-04-02 · Sirshapan Mitra, Yogesh S. Rawat arxiv

Generating ground-level views and coherent 3D site models from aerial-only imagery is challenging due to extreme viewpoint changes, missing intermediate observations, and large scale variations. Existing methods either r…

ViewSplat: View-Adaptive 3D Gaussian Splatting for Feed-Forward Synthesis

2026-03-26 · Moonyeon Jeong, Seunggi Min, Suhyeon Lee, Hongje Seong arxiv

We present ViewSplat, a view-adaptive 3D Gaussian splatting network for novel view synthesis from unposed images. While recent feed-forward 3D Gaussian splatting has significantly accelerated 3D scene reconstruction by b…

Novel View Synthesis

L3DG: Latent 3D Gaussian Diffusion

2024-10-17 · Barbara Roessle, Norman Müller, Lorenzo Porzi, Samuel Rota Bulò 외

We propose L3DG, the first approach for generative 3D modeling of 3D Gaussians through a latent 3D Gaussian diffusion formulation. This enables effective generative 3D modeling, scaling to generation of entire room-scale…

Scene Generation

ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion

2026-07-22 · Cho In, Jeonghwan Cho, Mijin Yoo, Gim Hee Lee 외 hf

3D Gaussian Splatting (3DGS) achieves high-quality novel-view synthesis by optimizing freely placed primitives in 3D and adaptively densifying them in under-reconstructed regions. However, this scene-adaptive capacity al…