Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ReSplat: Learning Recurrent Gaussian Splatting

About

While existing feed-forward Gaussian splatting models offer computational efficiency and can generalize to sparse view settings, their performance is fundamentally constrained by relying on a single forward pass for inference. We propose ReSplat, a feed-forward recurrent Gaussian splatting model that iteratively refines 3D Gaussians without explicitly computing gradients. Our key insight is that the Gaussian splatting rendering error serves as a rich feedback signal, guiding the recurrent network to learn effective Gaussian updates. This feedback signal naturally adapts to unseen data distributions at test time, enabling robust generalization across datasets, view counts, and image resolutions. To initialize the recurrent process, we introduce a compact reconstruction model that operates in a $16 \times$ subsampled space, producing $16 \times$ fewer Gaussians than previous per-pixel Gaussian models. This substantially reduces computational overhead and allows for efficient Gaussian updates. Extensive experiments across varying number of input views (2, 8, 16, 32), resolutions ($256 \times 256$ to $540 \times 960$), and datasets (DL3DV, RealEstate10K, and ACID) demonstrate that our method achieves state-of-the-art performance while significantly reducing the number of Gaussians and improving the rendering speed. Our project page is at https://haofeixu.github.io/resplat/.

Haofei Xu, Daniel Barath, Andreas Geiger, Marc Pollefeys• 2025

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisRealEstate10K
PSNR29.75
173
Novel View SynthesisRealEstate-10K 2-view
PSNR29.72
32
Novel View SynthesisDL3DV benchmark (140 scenes)
PSNR27.7
26
Novel View SynthesisDL3DV 16 input views
PSNR23.51
7
Novel View SynthesisACID (unseen)
PSNR29.87
5
Sparse-view SynthesisUnbounded scene-level datasets
PSNR27.7
3
3D ReconstructionDL3DV 8 views (test)
PSNR29.2
2
3D ReconstructionDL3DV 16 views (test)
PSNR29.01
2
3D ReconstructionDL3DV 32 views (test)
PSNR28.3
2
Showing 9 of 9 rows

Other info

Follow for update