中文

Grassmannian Splatting I: Moving rank-2 Spacetime Surfels for Dynamic Scene Rendering

计算机视觉与模式识别 2026-07-11 v1

摘要

We introduce Grassmannian splatting, a dynamic scene representation whose primitives are Gaussians supported on 3-planes in spacetime R4\R^4: generically, spatial 2-planes in uniform translation along their normals. Each primitive carries a unit normal nS3/{±1}Gr(3,4)n \in \mathbb S^3/\{\pm 1\} \cong \mathrm{Gr}(3,4) and an unconstrained factor LR4×3L \in \mathbb R^{4 \times 3}, with covariance Σ4D=(PnL)(PnL)T,Pn=InnT. \Sigma_{4\mathrm{D}} = (P_n L)(P_n L)^T, \qquad P_n = I - n n^T. For generic LL and n±e0n \neq \pm e_0, conditioning on time returns a rank-2 surfel at every frame. The normal of the disk and its velocity along that normal are read off from nn; the disk shape and the tangential drift of its center are set by LL. Existing native 4D Gaussian splatting methods [\it{Yang et. al. 2023,Duan et. al. 2024}] slice full-rank spacetime covariances, so their per-frame primitive is a volumetric ellipsoid; since conditioning lowers rank by exactly one, a rank-2 surfel in the slice requires a rank-3 spacetime covariance, and the parameterization above realizes exactly these. The motion model is closed form, i.e. no deformation field is learned, and no custom CUDA is required: the conditioned disk feeds a standard 3DGS rasterizer through its precomputed-covariance interface. A soft clamp in the Schur denominator regularizes the static orientation and continuously bridges rank-3 static and rank-2 dynamic behavior, so static and moving primitives form a single continuous family. On the 17 HyperNeRF scenes of MonoDyGauBench, training is fastest among all compared methods (4.9 to 5.6 times faster than the strongest quality baselines), while ranking second in PSNR, MS-SSIM, and LPIPS. Code: https://github.com/PaulCelanCoding/grassmannian-splatting

关键词

引用

@article{arxiv.2607.10489,
  title  = {Grassmannian Splatting I: Moving rank-2 Spacetime Surfels for Dynamic Scene Rendering},
  author = {Aaron Maurice Berman and Shantanu Dave},
  journal= {arXiv preprint arXiv:2607.10489},
  year   = {2026}
}