English

ReSplat: Learning Recurrent Gaussian Splatting

Computer Vision and Pattern Recognition 2026-03-13 v3

Abstract

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×16 \times subsampled space, producing 16×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×256256 \times 256 to 540×960540 \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/.

Keywords

Cite

@article{arxiv.2510.08575,
  title  = {ReSplat: Learning Recurrent Gaussian Splatting},
  author = {Haofei Xu and Daniel Barath and Andreas Geiger and Marc Pollefeys},
  journal= {arXiv preprint arXiv:2510.08575},
  year   = {2026}
}

Comments

Project page: https://haofeixu.github.io/resplat/ Code: https://github.com/cvg/resplat

R2 v1 2026-07-01T06:27:38.939Z