paper-with-me

홈 › Papers

SuperGS: Super-Resolution 3D Gaussian Splatting Enhanced by Variational Residual Features and Uncertainty-Augmented Learning

2024-10-03 · Shiyun Xie, Zhiru Wang, Xu Wang, Yinghao Zhu, Chengwei Pan, Xiwang Dong

Recently, 3D Gaussian Splatting (3DGS) has exceled in novel view synthesis (NVS) with its real-time rendering capabilities and superior quality. However, it faces challenges for high-resolution novel view synthesis (HRNVS) due to the coarse nature of primitives derived from low-resolution input views. To address this issue, we propose Super-Resolution 3DGS (SuperGS), which is an expansion of 3DGS designed with a two-stage coarse-to-fine training framework. In this framework, we use a latent feature field to represent the low-resolution scene, serving as both the initialization and foundational information for super-resolution optimization. Additionally, we introduce variational residual features to enhance high-resolution details, using their variance as uncertainty estimates to guide the densification process and loss computation. Furthermore, the introduction of a multi-view joint learning approach helps mitigate ambiguities caused by multi-view inconsistencies in the pseudo labels. Extensive experiments demonstrate that SuperGS surpasses state-of-the-art HRNVS methods on both real-world and synthetic datasets using only low-resolution inputs. Code is available at https://github.com/SYXieee/SuperGS.

📄 PDF Abstract BibTeX arXiv:2410.02571

Code (1)

syxieee/supergs 공식 구현

Tasks

3DGSNovel View SynthesisSuper-Resolution

Methods 이 논문이 사용한 방법론

Low-resolution input 설명 없음

Similar Papers 제목 키워드 기반

SuperGS: Consistent and Detailed 3D Super-Resolution Scene Reconstruction via Gaussian Splatting

2025-05-24 · Shiyun Xie, Zhiru Wang, Yinghao Zhu, Xu Wang 외

Recently, 3D Gaussian Splatting (3DGS) has excelled in novel view synthesis (NVS) with its real-time rendering capabilities and superior quality. However, it encounters challenges for high-resolution novel view synthesis…

3DGSNovel View SynthesisSuper-Resolution

SuperGSeg: Open-Vocabulary 3D Segmentation with Structured Super-Gaussians

2024-12-13 · Siyun Liang, Sen Wang, Kunyi Li, Michael Niemeyer 외

3D Gaussian Splatting has recently gained traction for its efficient training and real-time rendering. While the vanilla Gaussian Splatting representation is mainly designed for view synthesis, more recent works investig…

GPUObject LocalizationScene UnderstandingSegmentation+1

Voronoi-guided Bilateral 2D Gaussian Splatting for Arbitrary-Scale Hyperspectral Image Super-Resolution

2026-04-20 · Jie Zhang, Jinkun You, Shi Chen, Yicong Zhou arxiv

Most existing hyperspectral image super-resolution methods require modifications for different scales, limiting their flexibility in arbitrary-scale reconstruction. 2D Gaussian splatting provides a continuous representat…

Spectral ReconstructionImage Super-Resolution

Novel View Synthesis with Gaussian Splatting: Impact on Photogrammetry Model Accuracy and Resolution

2025-08-10 · Pranav Chougule arxiv

In this paper, I present a comprehensive study comparing Photogrammetry and Gaussian Splatting techniques for 3D model reconstruction and view synthesis. I created a dataset of images from a real-world scene and construc…

Novel View Synthesis

MVGSR: Multi-View Consistent 3D Gaussian Super-Resolution via Epipolar Guidance

2025-12-17 · Kaizhe Zhang, Shinan Chen, Qian Zhao, Weizhan Zhang 외 arxiv

Scenes reconstructed by 3D Gaussian Splatting (3DGS) trained on low-resolution (LR) images are unsuitable for high-resolution (HR) rendering. Consequently, a 3DGS super-resolution (SR) method is needed to bridge LR input…