CVGROct 21, 2024

Fully Explicit Dynamic Gaussian Splatting

arXiv:2410.15629v265 citationsh-index: 10NIPS
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient high-quality dynamic scene rendering for computer vision and graphics applications, representing an incremental improvement over static methods.

The paper tackles the problem of slow training and rendering for dynamic scene novel view synthesis in 3D Gaussian Splatting by proposing Explicit 4D Gaussian Splatting (Ex4DGS), which separates static and dynamic Gaussians, samples sparse timestamps, and uses interpolation to achieve state-of-the-art rendering quality at 62 fps on a single GPU.

3D Gaussian Splatting has shown fast and high-quality rendering results in static scenes by leveraging dense 3D prior and explicit representations. Unfortunately, the benefits of the prior and representation do not involve novel view synthesis for dynamic motions. Ironically, this is because the main barrier is the reliance on them, which requires increasing training and rendering times to account for dynamic motions. In this paper, we design a Explicit 4D Gaussian Splatting(Ex4DGS). Our key idea is to firstly separate static and dynamic Gaussians during training, and to explicitly sample positions and rotations of the dynamic Gaussians at sparse timestamps. The sampled positions and rotations are then interpolated to represent both spatially and temporally continuous motions of objects in dynamic scenes as well as reducing computational cost. Additionally, we introduce a progressive training scheme and a point-backtracking technique that improves Ex4DGS's convergence. We initially train Ex4DGS using short timestamps and progressively extend timestamps, which makes it work well with a few point clouds. The point-backtracking is used to quantify the cumulative error of each Gaussian over time, enabling the detection and removal of erroneous Gaussians in dynamic scenes. Comprehensive experiments on various scenes demonstrate the state-of-the-art rendering quality from our method, achieving fast rendering of 62 fps on a single 2080Ti GPU.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes