2023

pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction

Charatan, David, Li, Sizhe, Tagliasacchi, Andrea et al.

Understand

We introduce pixelSplat, a feed-forward model that learns to reconstruct 3D radiance fields parameterized by 3D Gaussian primitives from pairs of images.

  • Our model features real-time and memory-efficient rendering for scalable training as well as fast 3D reconstruction at inference time.
  • To overcome local minima inherent to sparse and locally supported representations, we predict a dense probability distribution over 3D and sample Gaussian means from that probability distribution.
  • We make this sampling operation differentiable via a reparameterization trick, allowing us to back-propagate gradients through the Gaussian splatting representation.

Reading the bibliography…