ArbiViewGen generates arbitrary-viewpoint driving camera images by stitching the six input views into pseudo-target views and training a Stable Diffusion model to reconstruct the original views, enabling self-supervised training without extrapolated-view ground truth.
EVolSplat: Efficient Volume-based Gaussian Splatting for Urban View Synthesis
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Novel view synthesis of urban scenes is essential for autonomous driving-related applications.Existing NeRF and 3DGS-based methods show promising results in achieving photorealistic renderings but require slow, per-scene optimization. We introduce EVolSplat, an efficient 3D Gaussian Splatting model for urban scenes that works in a feed-forward manner. Unlike existing feed-forward, pixel-aligned 3DGS methods, which often suffer from issues like multi-view inconsistencies and duplicated content, our approach predicts 3D Gaussians across multiple frames within a unified volume using a 3D convolutional network. This is achieved by initializing 3D Gaussians with noisy depth predictions, and then refining their geometric properties in 3D space and predicting color based on 2D textures. Our model also handles distant views and the sky with a flexible hemisphere background model. This enables us to perform fast, feed-forward reconstruction while achieving real-time rendering. Experimental evaluations on the KITTI-360 and Waymo datasets show that our method achieves state-of-the-art quality compared to existing feed-forward 3DGS- and NeRF-based methods.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
ArbiViewGen: Controllable Arbitrary Viewpoint Camera Data Generation for Autonomous Driving via Stable Diffusion Models
ArbiViewGen generates arbitrary-viewpoint driving camera images by stitching the six input views into pseudo-target views and training a Stable Diffusion model to reconstruct the original views, enabling self-supervised training without extrapolated-view ground truth.