paper-with-me

홈 › Papers

EGGS: Exchangeable 2D/3D Gaussian Splatting for Geometry-Appearance Balanced Novel View Synthesis

2025-12-02 · Yancheng Zhang, Guangyu Sun, Chen Chen arxiv

Novel view synthesis (NVS) is crucial in computer vision and graphics, with wide applications in AR, VR, and autonomous driving. While 3D Gaussian Splatting (3DGS) enables real-time rendering with high appearance fidelity, it suffers from multi-view inconsistencies, limiting geometric accuracy. In contrast, 2D Gaussian Splatting (2DGS) enforces multi-view consistency but compromises texture details. To address these limitations, we propose Exchangeable Gaussian Splatting (EGGS), a hybrid representation that integrates 2D and 3D Gaussians to balance appearance and geometry. To achieve this, we introduce Hybrid Gaussian Rasterization for unified rendering, Adaptive Type Exchange for dynamic adaptation between 2D and 3D Gaussians, and Frequency-Decoupled Optimization that effectively exploits the strengths of each type of Gaussian representation. Our CUDA-accelerated implementation ensures efficient training and inference. Extensive experiments demonstrate that EGGS outperforms existing methods in rendering quality, geometric accuracy, and efficiency, providing a practical solution for high-quality NVS.

📄 PDF Abstract BibTeX arXiv:2512.02932

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View SynthesisAutonomous Driving

Similar Papers 제목 키워드 기반

RegGS: Unposed Sparse Views Gaussian Splatting with 3DGS Registration

2025-07-10 · Chong Cheng, Yu Hu, Sicheng Yu, Beizhen Zhao 외 arxiv

3D Gaussian Splatting (3DGS) has demonstrated its potential in reconstructing scenes from unposed images. However, optimization-based 3DGS methods struggle with sparse views due to limited prior knowledge. Meanwhile, fee…

Pose Estimation

Depth-Regularized Optimization for 3D Gaussian Splatting in Few-Shot Images

2023-11-22 · JaeYoung Chung, Jeongtaek Oh, Kyoung Mu Lee

In this paper, we present a method to optimize Gaussian splatting with a limited number of images while avoiding overfitting. Representing a 3D scene by combining numerous Gaussian splats has yielded outstanding visual q…

Depth EstimationMonocular Depth EstimationNeRF

GStex: Per-Primitive Texturing of 2D Gaussian Splatting for Decoupled Appearance and Geometry Modeling

2024-09-19 · Victor Rong, Jingxiang Chen, Sherwin Bahmani, Kiriakos N. Kutulakos 외

Gaussian splatting has demonstrated excellent performance for view synthesis and scene reconstruction. The representation achieves photorealistic quality by optimizing the position, scale, color, and opacity of thousands…

Novel View Synthesis

EGGS: Edge Guided Gaussian Splatting for Radiance Fields

2024-04-14 · Yuanhao Gong

The Gaussian splatting methods are getting popular. However, their loss function only contains the $\ell_1$ norm and the structural similarity between the rendered and input images, without considering the edges in these…

3D Reconstruction

SplattingAvatar: Realistic Real-Time Human Avatars with Mesh-Embedded Gaussian Splatting

2024-03-08 · CVPR 2024 1 · Zhijing Shao, Zhaolong Wang, Zhuang Li, Duotun Wang 외

We present SplattingAvatar, a hybrid 3D representation of photorealistic human avatars with Gaussian Splatting embedded on a triangle mesh, which renders over 300 FPS on a modern GPU and 30 FPS on a mobile device. We dis…

GPU