paper-with-me

홈 › Papers

Initialize to Generalize: A Stronger Initialization Pipeline for Sparse-View 3DGS

2025-10-20 · Feng Zhou, Wenkai Guo, Pu Cao, Zhicheng Zhang, Jianqin Yin arxiv

Sparse-view 3D Gaussian Splatting (3DGS) often overfits to the training views, leading to artifacts like blurring in novel view rendering. Prior work addresses it either by enhancing the initialization (\emph{i.e.}, the point cloud from Structure-from-Motion (SfM)) or by adding training-time constraints (regularization) to the 3DGS optimization. Yet our controlled ablations reveal that initialization is the decisive factor: it determines the attainable performance band in sparse-view 3DGS, while training-time constraints yield only modest within-band improvements at extra cost. Given initialization's primacy, we focus our design there. Although SfM performs poorly under sparse views due to its reliance on feature matching, it still provides reliable seed points. Thus, building on SfM, our effort aims to supplement the regions it fails to cover as comprehensively as possible. Specifically, we design: (i) frequency-aware SfM that improves low-texture coverage via low-frequency view augmentation and relaxed multi-view correspondences; (ii) 3DGS self-initialization that lifts photometric supervision into additional points, compensating SfM-sparse regions with learned Gaussian centers; and (iii) point-cloud regularization that enforces multi-view consistency and uniform spatial coverage through simple geometric/visibility priors, yielding a clean and reliable point cloud. Our experiments on LLFF and Mip-NeRF360 demonstrate consistent gains in sparse-view settings, establishing our approach as a stronger initialization strategy. Code is available at https://github.com/zss171999645/ItG-GS.

📄 PDF Abstract BibTeX arXiv:2510.17479

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoMVS-GS: Collaborative Multi-View Stereo and 3D Gaussian Splatting for Surface Reconstruction

2026-08-19 · Shihan Chen, Junjing Zhang, Qingsong Yan, Haibing Liu 외 arxiv

3D Gaussian Splatting enables efficient novel view synthesis, but accurate mesh reconstruction remains difficult in weakly observed and occluded regions, where Gaussian primitives may grow into unstable or geometrically …

Novel View Synthesis

Sparser, Better, Deeper, Stronger: Improving Sparse Training with Exact Orthogonal Initialization

2024-06-03 · Aleksandra Irena Nowak, Łukasz Gniecki, Filip Szatkowski, Jacek Tabor

Static sparse training aims to train sparse models from scratch, achieving remarkable results in recent years. A key design choice is given by the sparse initialization, which determines the trainable sub-network through…

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

An Effective and Efficient Initialization Scheme for Training Multi-layer Feedforward Neural Networks

2020-05-16 · Zebin Yang, Hengtao Zhang, Agus Sudjianto, Aijun Zhang

Network initialization is the first and critical step for training neural networks. In this paper, we propose a novel network initialization scheme based on the celebrated Stein's identity. By viewing multi-layer feedfor…

Sparse tree-based initialization for neural networks

2022-09-30 · Patrick Lutz, Ludovic Arnould, Claire Boyer, Erwan Scornet

Dedicated neural network (NN) architectures have been designed to handle specific data types (such as CNN for images or RNN for text), which ranks them among state-of-the-art methods for dealing with these data. Unfortun…

valid