arXiv Computer Vision

ReCoSplat: Online Feed-Forward Gaussian Splatting via Render-and-Compare

ReCoSplat is an online feed‑forward Gaussian splatting model that can synthesize novel views from a stream of observations, handling both posed and unposed inputs and optionally using camera intrinsics. It introduces a Render‑and‑Compare module that renders the current scene from the viewpoint of the incoming observation and compares it to the observation, providing a stable conditioning signal to mitigate the mismatch caused by predicted camera poses. A hybrid KV‑cache compression strategy further reduces memory usage, enabling the model to process long sequences efficiently while achieving state‑of‑the‑art performance on online view synthesis tasks.

arXiv Computer Vision
Aug 28

ReSplat: Learning Recurrent Gaussian Splatting

ReSplat introduces a recurrent Gaussian splatting model that iteratively refines 3D Gaussians using the rendering error as a feedback signal, avoiding explicit gradient computation. The method starts from a compact reconstruction in a subsampled space, producing far fewer Gaussians than prior per‑pixel models, which reduces computational cost. Experiments on multiple datasets, view counts, and resolutions show state‑of‑the‑art performance with faster rendering speeds.

By Haofei Xu, Daniel Barath, Andreas Geiger, Marc Pollefeys
arXiv AI
Aug 28

Per-View Gaussian Predictions Enable Training-Free Distractor Filtering in Feed-Forward 3DGS

The paper presents a training‑free filtering method for feed‑forward 3D Gaussian Splatting that removes transient distractors from 3D reconstructions. By excluding each input’s per‑view Gaussians and re‑rendering the scene, the method identifies inconsistent content through feature similarity and reconstruction error reduction. The approach improves novel‑view quality across multiple models and benchmarks while preserving clean scenes.

By Kangmin Seo, Jae-Pil Heo
Hugging Face Trending Papers
Aug 3

StreamSplat: Streaming Feed-Forward 3D Gaussian Splatting

Feed-forward 3D Gaussian Splatting enables efficient novel-view synthesis without per-scene optimization, but most existing methods assume a fixed set of context views and process them jointly. This limits their applicability to online scenarios where calibrated views arrive sequentially and the scene must be updated causally.