FSGS: Real-Time Few-shot View Synthesis using Gaussian Splatting
Zehao Zhu, Zhiwen Fan, Yifan Jiang, Zhangyang Wang
TL;DR
FSGS tackles real-time novel view synthesis from extremely sparse observations by extending 3D Gaussian Splatting with Proximity-guided Gaussian Unpooling to densify the scene from sparse SfM points. It couples this geometric densification with pseudo-view augmentation and monocular depth priors, plus differentiable depth rasterization, to regularize and steer Gaussian optimization. The method achieves state-of-the-art performance on multiple few-shot benchmarks (LLFF, Mip-NeRF360, Blender, Shiny) while delivering real-time rendering speeds (>200 FPS) with as few as three training views. This combination of dense geometric coverage and fast rendering makes FSGS highly practical for real-world few-shot view synthesis tasks.
Abstract
Novel view synthesis from limited observations remains an important and persistent task. However, high efficiency in existing NeRF-based few-shot view synthesis is often compromised to obtain an accurate 3D representation. To address this challenge, we propose a few-shot view synthesis framework based on 3D Gaussian Splatting that enables real-time and photo-realistic view synthesis with as few as three training views. The proposed method, dubbed FSGS, handles the extremely sparse initialized SfM points with a thoughtfully designed Gaussian Unpooling process. Our method iteratively distributes new Gaussians around the most representative locations, subsequently infilling local details in vacant areas. We also integrate a large-scale pre-trained monocular depth estimator within the Gaussians optimization process, leveraging online augmented views to guide the geometric optimization towards an optimal solution. Starting from sparse points observed from limited input viewpoints, our FSGS can accurately grow into unseen regions, comprehensively covering the scene and boosting the rendering quality of novel views. Overall, FSGS achieves state-of-the-art performance in both accuracy and rendering efficiency across diverse datasets, including LLFF, Mip-NeRF360, and Blender. Project website: https://zehaozhu.github.io/FSGS/.
