MTGS: Multi-Traversal Gaussian Splatting
Tianyu Li, Yihang Qiu, Zhenhua Wu, Carl Lindström, Peng Su, Matthias Nießner, Hongyang Li
TL;DR
MTGS addresses the challenge of synthesizing photorealistic driving scenes from multi-traversal data by proposing a multi-traversal scene graph that separates shared static geometry, traversal-specific appearance, and transient dynamics. It combines Gaussian splatting with appearance residuals and LiDAR-guided exposure alignment to enable high-fidelity novel-view synthesis across traversals. The approach demonstrates state-of-the-art results on the nuPlan dataset, with substantial improvements in LPIPS and depth-geometry accuracy over single-traversal baselines and prior multi-traversal methods. This work advances autonomous driving simulation by delivering more realistic, view-consistent reconstructions that can generalize to unseen traversals and viewpoints.
Abstract
Multi-traversal data, commonly collected through daily commutes or by self-driving fleets, provides multiple viewpoints for scene reconstruction within a road block. This data offers significant potential for high-quality novel view synthesis, which is crucial for applications such as autonomous vehicle simulators. However, inherent challenges in multi-traversal data often result in suboptimal reconstruction quality, including variations in appearance and the presence of dynamic objects. To address these issues, we propose Multi-Traversal Gaussian Splatting (MTGS), a novel approach that reconstructs high-quality driving scenes from arbitrarily collected multi-traversal data by modeling a shared static geometry while separately handling dynamic elements and appearance variations. Our method employs a multi-traversal dynamic scene graph with a shared static node and traversal-specific dynamic nodes, complemented by color correction nodes with learnable spherical harmonics coefficient residuals. This approach enables high-fidelity novel view synthesis and provides flexibility to navigate any viewpoint. We conduct extensive experiments on a large-scale driving dataset, nuPlan, with multi-traversal data. Our results demonstrate that MTGS improves LPIPS by 23.5% and geometry accuracy by 46.3% compared to single-traversal baselines. The code and data would be available to the public.
