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

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Expert, quick

Summary

GrainGS is a novel dynamic Gaussian framework designed for efficient dynamic novel view synthesis, addressing challenges in 3D Gaussian Splatting for dynamic scene reconstruction. It tackles issues like redundant primitive growth in per-primitive methods and suppressed local motion in anchor-based approaches by integrating a hierarchical anchor scaffold with per-Gaussian deformation. The system employs a static warm-up stage to establish a time-invariant canonical representation. During joint training, a stop-gradient operation decouples deformation-mediated gradients from canonical positions, allowing direct refinement through the reconstruction objective. Each Gaussian predicts 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. Experiments on synthetic monocular and real-world multiview benchmarks demonstrate high reconstruction quality, real-time rendering at 435.6 frames per second, and compact storage of 4.67 megabytes, achieving an average PSNR of 36.98 decibels.

Key takeaway

For computer vision engineers developing real-time dynamic scene reconstruction, GrainGS offers a robust approach to balance motion modeling and structural stability. You should consider its hierarchical anchor scaffold and gradient-decoupled deformation to achieve high-quality results with efficient rendering. This method enables compact storage and real-time performance, crucial for applications requiring dynamic novel view synthesis.

Key insights

GrainGS decouples motion and structure in dynamic Gaussian Splatting for efficient, high-quality novel view synthesis.

Principles

Method

GrainGS uses a static warm-up for canonical representation, then joint training with stop-gradient to decouple deformation gradients. Each Gaussian predicts temporal offsets, and appearance is modeled via canonical-residual decomposition.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.