paper-with-me

홈 › Papers

EA-3DGS: Efficient and Adaptive 3D Gaussians with Highly Enhanced Quality for outdoor scenes

2025-05-16 · Jianlin Guo, Haihong Xiao, Wenxiong Kang

Efficient scene representations are essential for many real-world applications, especially those involving spatial measurement. Although current NeRF-based methods have achieved impressive results in reconstructing building-scale scenes, they still suffer from slow training and inference speeds due to time-consuming stochastic sampling. Recently, 3D Gaussian Splatting (3DGS) has demonstrated excellent performance with its high-quality rendering and real-time speed, especially for objects and small-scale scenes. However, in outdoor scenes, its point-based explicit representation lacks an effective adjustment mechanism, and the millions of Gaussian points required often lead to memory constraints during training. To address these challenges, we propose EA-3DGS, a high-quality real-time rendering method designed for outdoor scenes. First, we introduce a mesh structure to regulate the initialization of Gaussian components by leveraging an adaptive tetrahedral mesh that partitions the grid and initializes Gaussian components on each face, effectively capturing geometric structures in low-texture regions. Second, we propose an efficient Gaussian pruning strategy that evaluates each 3D Gaussian's contribution to the view and prunes accordingly. To retain geometry-critical Gaussian points, we also present a structure-aware densification strategy that densifies Gaussian points in low-curvature regions. Additionally, we employ vector quantization for parameter quantization of Gaussian components, significantly reducing disk space requirements with only a minimal impact on rendering quality. Extensive experiments on 13 scenes, including eight from four public datasets (MatrixCity-Aerial, Mill-19, Tanks \& Temples, WHU) and five self-collected scenes acquired through UAV photogrammetry measurement from SCUT-CA and plateau regions, further demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2505.10787

Code (1)

scut-bip-lab/ea-3dgs 공식 구현

Tasks

3DGSNeRFQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality

2024-06-26 · Taoran Yi, Jiemin Fang, Zanwei Zhou, Junjie Wang 외

Recently, 3D Gaussian splatting (3D-GS) has achieved great success in reconstructing and rendering real-world scenes. To transfer the high rendering quality to generation tasks, a series of research works attempt to gene…

R3GW: Relightable 3D Gaussians for Outdoor Scenes in the Wild

2026-03-03 · Margherita Lea Corona, Wieland Morgenstern, Peter Eisert, Anna Hilsmann arxiv

3D Gaussian Splatting (3DGS) has established itself as a leading technique for 3D reconstruction and novel view synthesis of static scenes, achieving outstanding rendering quality and fast training. However, the method d…

Novel View Synthesis3D Reconstruction

Compact Feed-Forward 3D Gaussians via Saliency-Guided Primitive Merging

2026-08-11 · Tim-Felix Fassch, Jochen Kall, Cyrill Stachniss arxiv

3D scene reconstruction, modeling, and rendering are highly relevant for numerous tasks, and 3D Gaussian splatting has become a standard choice in this context. Its feed-forward variants provide fast reconstruction from …

Pseudo-View Enhancement via Confidence Fusion for Unposed Sparse-View Reconstruction

2026-02-25 · Beizhen Zhao, Sicheng Yu, Guanzhi Ding, Yu Hu 외 arxiv

3D scene reconstruction under unposed sparse viewpoints is a highly challenging yet practically important problem, especially in outdoor scenes due to complex lighting and scale variation. With extremely limited input vi…

SparseSplat: Towards Applicable Feed-Forward 3D Gaussian Splatting with Pixel-Unaligned Prediction

2026-04-03 · Zicheng Zhang, Xiangting Meng, Ke Wu, Wenchao Ding arxiv

Recent progress in feed-forward 3D Gaussian Splatting (3DGS) has notably improved rendering quality. However, the spatially uniform and highly redundant 3DGS map generated by previous feed-forward 3DGS methods limits the…