paper-with-me

홈 › Papers

FatesGS: Fast and Accurate Sparse-View Surface Reconstruction using Gaussian Splatting with Depth-Feature Consistency

2025-01-08 · Han Huang, Yulun Wu, Chao Deng, Ge Gao, Ming Gu, Yu-Shen Liu

Recently, Gaussian Splatting has sparked a new trend in the field of computer vision. Apart from novel view synthesis, it has also been extended to the area of multi-view reconstruction. The latest methods facilitate complete, detailed surface reconstruction while ensuring fast training speed. However, these methods still require dense input views, and their output quality significantly degrades with sparse views. We observed that the Gaussian primitives tend to overfit the few training views, leading to noisy floaters and incomplete reconstruction surfaces. In this paper, we present an innovative sparse-view reconstruction framework that leverages intra-view depth and multi-view feature consistency to achieve remarkably accurate surface reconstruction. Specifically, we utilize monocular depth ranking information to supervise the consistency of depth distribution within patches and employ a smoothness loss to enhance the continuity of the distribution. To achieve finer surface reconstruction, we optimize the absolute position of depth through multi-view projection features. Extensive experiments on DTU and BlendedMVS demonstrate that our method outperforms state-of-the-art methods with a speedup of 60x to 200x, achieving swift and fine-grained mesh reconstruction without the need for costly pre-training.

📄 PDF Abstract BibTeX arXiv:2501.04628

Code (1)

yulunwu0108/FatesGS pytorch

Tasks

Novel View SynthesisSurface Reconstruction

Similar Papers 제목 키워드 기반

Sparse2DGS: Geometry-Prioritized Gaussian Splatting for Surface Reconstruction from Sparse Views

2025-04-29 · CVPR 2025 1 · Jiang Wu, Rui Li, Yu Zhu, Rong Guo 외

We present a Gaussian Splatting method for surface reconstruction using sparse input views. Previous methods relying on dense views struggle with extremely sparse Structure-from-Motion points for initialization. While le…

NeRFSurface Reconstruction

SC-NeuS: Consistent Neural Surface Reconstruction from Sparse and Noisy Views

2023-07-12 · Shi-Sheng Huang, Zi-Xin Zou, Yi-Chi Zhang, Hua Huang

The recent neural surface reconstruction by volume rendering approaches have made much progress by achieving impressive surface reconstruction quality, but are still limited to dense and highly accurate posed views. To o…

Surface Reconstruction

Sparse2DGS: Sparse-View Surface Reconstruction using 2D Gaussian Splatting with Dense Point Cloud

2025-05-26 · Natsuki Takama, Shintaro Ito, Koichi Ito, Hwann-Tzong Chen 외

Gaussian Splatting (GS) has gained attention as a fast and effective method for novel view synthesis. It has also been applied to 3D reconstruction using multi-view images and can achieve fast and accurate 3D reconstruct…

3D ReconstructionNovel View SynthesisSurface Reconstruction

SparseSurf: Sparse-View 3D Gaussian Splatting for Surface Reconstruction

2025-11-18 · Meiying Gu, Jiawei Zhang, Jiahe Li, Xiaohan Yu 외 arxiv

Recent advances in optimizing Gaussian Splatting for scene geometry have enabled efficient reconstruction of detailed surfaces from images. However, when input views are sparse, such optimization is prone to overfitting,…

Novel View Synthesis

Advancing Structured Priors for Sparse-Voxel Surface Reconstruction

2026-01-25 · Ting-Hsun Chi, Chu-Rong Chen, Chi-Tun Hsu, Hsuan-Ting Lin 외 arxiv

Reconstructing accurate surfaces with radiance fields has progressed rapidly, yet two promising explicit representations, 3D Gaussian Splatting and sparse-voxel rasterization, exhibit complementary strengths and weakness…