GrainGS: Gradient-Decoupled Gaussian Splatting for Efficient Dynamic Novel View Synthesis

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, extended

Summary

GrainGS is a novel dynamic 3D Gaussian Splatting framework designed for efficient dynamic novel view synthesis, addressing challenges like redundant primitive growth and limited local motion in existing methods. It integrates a hierarchical anchor scaffold with per-Gaussian deformation. The system employs a static warm-up phase to establish a time-invariant canonical representation, followed by a stop-gradient operation that decouples deformation-mediated gradients from canonical positions. This allows each Gaussian to predict independent temporal offsets for position, rotation, and scale, enabling detailed local motion within a structurally constrained scaffold. Additionally, a canonical-residual appearance decomposition models frame-dependent photometric changes without forcing them into geometric deformation. Experiments on synthetic D-NeRF and real-world DG-Mesh benchmarks demonstrate that GrainGS achieves an average PSNR of 36.98 decibels on D-NeRF, renders at 435.6 frames per second, and requires only 4.67 megabytes of storage, showcasing high quality, real-time performance, and compactness.

Key takeaway

For Machine Learning Engineers developing real-time dynamic scene reconstruction systems, GrainGS offers a robust approach to overcome common stability and quality issues. You should consider integrating gradient-decoupling techniques, like the stop-gradient mechanism, to maintain a stable canonical representation. This method enables superior reconstruction quality and real-time performance (435.6 FPS) with compact storage (4.67 MB), making it highly suitable for applications requiring efficient, high-fidelity dynamic novel view synthesis.

Key insights

Decoupling canonical geometry from dynamic deformation and appearance gradients improves 3D Gaussian Splatting stability and quality.

Principles

Method

GrainGS uses a two-stage optimization: static warm-up for canonical scaffold, then joint training with stop-gradient for deformation and canonical-residual appearance decomposition.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.