Grid4D: 4D Decomposed Hash Encoding for High-Fidelity Dynamic Gaussian Splatting
Jiawei Xu, Zexin Fan, Jian Yang, Jin Xie
TL;DR
Grid4D addresses the challenge of high-fidelity dynamic scene rendering by replacing low-rank plane-based 4D encodings with a tri-axial, 4D-decomposed hash encoding that splits $(x,y,z,t)$ into four 3D hashes. A directional attention mechanism fuses spatial and temporal features to predict precise Gaussian deformations, while a smooth regularization term stabilizes training and reduces deformation chaos. The approach yields state-of-the-art visual quality and rendering speed on multiple dynamic-scene benchmarks, outperforming plane-based and some implicit methods, with scalable rendering for large Gaussian sets. Limitations include no improvement in training speed and potential artifacts in scenes with very large or complex motions, pointing to avenues for future enhancements in stability and efficiency.
Abstract
Recently, Gaussian splatting has received more and more attention in the field of static scene rendering. Due to the low computational overhead and inherent flexibility of explicit representations, plane-based explicit methods are popular ways to predict deformations for Gaussian-based dynamic scene rendering models. However, plane-based methods rely on the inappropriate low-rank assumption and excessively decompose the space-time 4D encoding, resulting in overmuch feature overlap and unsatisfactory rendering quality. To tackle these problems, we propose Grid4D, a dynamic scene rendering model based on Gaussian splatting and employing a novel explicit encoding method for the 4D input through the hash encoding. Different from plane-based explicit representations, we decompose the 4D encoding into one spatial and three temporal 3D hash encodings without the low-rank assumption. Additionally, we design a novel attention module that generates the attention scores in a directional range to aggregate the spatial and temporal features. The directional attention enables Grid4D to more accurately fit the diverse deformations across distinct scene components based on the spatial encoded features. Moreover, to mitigate the inherent lack of smoothness in explicit representation methods, we introduce a smooth regularization term that keeps our model from the chaos of deformation prediction. Our experiments demonstrate that Grid4D significantly outperforms the state-of-the-art models in visual quality and rendering speed.
