DrivingForward: Feed-forward 3D Gaussian Splatting for Driving Scene Reconstruction from Flexible Surround-view Input
Qijian Tian, Xin Tan, Yuan Xie, Lizhuang Ma
TL;DR
DrivingForward tackles the challenge of real-time driving-scene reconstruction from sparse surround-view inputs by introducing a feed-forward Gaussian Splatting framework. It jointly learns a pose network, a scale-aware depth network, and a Gaussian-parameter network to predict and aggregate per-image primitives, enabling flexible multi-frame inputs and self-supervised depth scaling. The method achieves real-time inference and outperforms both feed-forward and scene-optimized baselines on nuScenes, demonstrating robustness to low overlap and variable input counts. The key contributions include scale-aware localization, per-image Gaussian parameter prediction, and end-to-end training that yields accurate, scalable driving-scene reconstructions without depth or extrinsic supervision during training.
Abstract
We propose DrivingForward, a feed-forward Gaussian Splatting model that reconstructs driving scenes from flexible surround-view input. Driving scene images from vehicle-mounted cameras are typically sparse, with limited overlap, and the movement of the vehicle further complicates the acquisition of camera extrinsics. To tackle these challenges and achieve real-time reconstruction, we jointly train a pose network, a depth network, and a Gaussian network to predict the Gaussian primitives that represent the driving scenes. The pose network and depth network determine the position of the Gaussian primitives in a self-supervised manner, without using depth ground truth and camera extrinsics during training. The Gaussian network independently predicts primitive parameters from each input image, including covariance, opacity, and spherical harmonics coefficients. At the inference stage, our model can achieve feed-forward reconstruction from flexible multi-frame surround-view input. Experiments on the nuScenes dataset show that our model outperforms existing state-of-the-art feed-forward and scene-optimized reconstruction methods in terms of reconstruction.
