FSFSplatter: Build Surface and Novel Views with Sparse-Views within 2min
Yibin Zhao, Yihan Pan, Jun Nan, Liwei Chen, Jianjun Yi
TL;DR
The paper tackles fast, accurate surface reconstruction and novel-view synthesis from free-sparse RGB inputs. It introduces FSFSplatter, a Transformer-based pipeline that performs end-to-end dense Gaussian initialization and differentiable camera-parameter estimation, followed by geometry-enhanced scene optimization with monocular-depth and multi-view feature supervision. Key contributions include the self-splitting Gaussian head for dense Gaussian densification, contribution-based pruning to remove floaters, and differentiable camera poses integrated into rasterization, yielding state-of-the-art results on DTU, Replica, and BlendedMVS for both surface reconstruction and NVS under sparse views. The approach significantly reduces overfitting to sparse views, speeds up optimization, and remains robust across object- and scene-level datasets, demonstrating practical impact for rapid 3D reconstruction in real-world, unconstrained capture scenarios.
Abstract
Gaussian Splatting has become a leading reconstruction technique, known for its high-quality novel view synthesis and detailed reconstruction. However, most existing methods require dense, calibrated views. Reconstructing from free sparse images often leads to poor surface due to limited overlap and overfitting. We introduce FSFSplatter, a new approach for fast surface reconstruction from free sparse images. Our method integrates end-to-end dense Gaussian initialization, camera parameter estimation, and geometry-enhanced scene optimization. Specifically, FSFSplatter employs a large Transformer to encode multi-view images and generates a dense and geometrically consistent Gaussian scene initialization via a self-splitting Gaussian head. It eliminates local floaters through contribution-based pruning and mitigates overfitting to limited views by leveraging depth and multi-view feature supervision with differentiable camera parameters during rapid optimization. FSFSplatter outperforms current state-of-the-art methods on widely used DTU, Replica, and BlendedMVS datasets.
