Visual Geometry Foundation-Aware Gaussians for Single-Frame Surround-View Driving Reconstruction
VGGD leverages pretrained geometric priors with dual-path architecture to enhance single-frame surround-view 3D reconstruction, achieving state-of-the-art results.
Key Findings
Methodology
VGGD integrates VGGT pretrained multi-view geometric tokens as structural priors, employing a dual-path neck to separate geometry and appearance features. Scale Warmup stabilizes early geometry learning, while a hybrid pixel-volume Gaussian decoder produces a renderable 3D scene. The framework shifts geometric reasoning to the front end, improving stability under minimal overlap and ego-pose changes. Experiments on nuScenes demonstrate superior rendering quality and geometric consistency, validating the approach.
Key Results
- On nuScenes, VGGD surpasses baselines with PSNR of 19.8, SSIM of 0.67, LPIPS of 0.43, and PCC of 0.342, showing significant improvements in visual fidelity and structural consistency.
- The pretrained geometric priors effectively mitigate scale drift and view-inconsistency, especially in weakly observed regions, reducing artifacts and improving appearance completion.
- Scale Warmup enhances early geometric stability, leading to more robust and generalizable reconstructions across diverse driving scenarios.
Significance
This work addresses the core challenge of stable, high-quality 3D scene reconstruction from sparse, low-overlap surround-view cameras in autonomous driving. By integrating pretrained geometry models into the front end, it overcomes traditional bottlenecks of decoder-dependent methods, enabling more reliable and accurate scene understanding. The approach paves the way for real-time, high-fidelity virtual mapping and navigation, crucial for safe autonomous operation and advanced driver-assistance systems.
Technical Contribution
The paper introduces a novel framework that shifts geometric modeling to the front end using pretrained foundation models, coupled with a dual-path architecture to disentangle geometry and appearance features. The Scale Warmup technique stabilizes early geometry learning, preventing scale drift under ego-pose changes. The hybrid pixel-volume Gaussian decoder efficiently generates high-quality renderings without complex decoder modules, representing a significant step beyond existing decoder-centric methods.
Novelty
This is the first work to incorporate pretrained visual geometry foundation models explicitly into single-frame surround-view reconstruction for autonomous driving. The dual-path neck and scale warmup are novel mechanisms tailored for sparse, low-overlap scenarios, addressing the limitations of prior decoder-dependent approaches. The integration of these components results in improved geometric stability and rendering fidelity, setting a new benchmark in the field.
Limitations
- The model's performance diminishes in highly dynamic or occluded scenes, where rapid movements or severe obstructions challenge geometric consistency.
- Dependence on pretrained models may limit adaptability to unseen environments or sensor configurations, requiring further domain adaptation.
- Computational complexity remains high, hindering real-time deployment without optimization.
Future Work
Future research will explore multi-frame and temporal fusion to enhance dynamic scene stability, incorporate multi-modal sensors like LiDAR for richer geometric cues, and optimize model architecture for real-time inference. Extending the framework to outdoor large-scale environments and diverse weather conditions also remains a key direction.
AI Executive Summary
Reconstructing detailed 3D scenes from sparse, low-overlap surround-view cameras is a critical challenge in autonomous driving. Existing methods often rely on complex decoders or external cues, which are limited by weak upstream geometric support, leading to artifacts and instability. This paper introduces VGGD, a novel framework that leverages pretrained visual geometry foundation models (VGGT) to provide robust multi-view structural priors. By shifting geometric reasoning to the front end, VGGD employs a dual-path architecture to separate geometry and appearance features, and uses a Scale Warmup strategy to stabilize early geometry learning. The core component, a hybrid pixel-volume Gaussian decoder, generates high-fidelity, renderable 3D scenes suitable for novel view synthesis. Extensive experiments on the nuScenes dataset demonstrate that VGGD achieves state-of-the-art performance, with superior PSNR, SSIM, and geometric PCC scores, significantly reducing artifacts and improving structural consistency. This approach addresses longstanding issues of scale drift and view-inconsistency, marking a substantial advance in autonomous scene understanding. Its implications extend beyond autonomous driving, offering a scalable solution for real-time 3D mapping and virtual environment generation. Despite these advances, challenges remain in dynamic, occluded scenes and computational efficiency, guiding future research toward multi-frame fusion, multi-modal integration, and real-time deployment. Overall, VGGD sets a new benchmark for sparse surround-view reconstruction, blending pretrained geometric priors with innovative neural architectures to unlock high-quality, stable 3D scene synthesis from minimal input data.
Deep Analysis
Background
Autonomous driving requires accurate 3D scene reconstruction from limited sensors. Traditional methods used LiDAR and multi-view stereo, but these are costly and sensitive to occlusion. Deep learning approaches like NeRF and Gaussian Splatting have advanced the field, enabling more efficient rendering. However, sparse surround-view setups with minimal overlap pose significant challenges due to weak geometric cues, leading to instability and artifacts. Recent efforts incorporate geometric priors and hybrid representations, but often rely heavily on decoder design, which limits robustness under ego-pose changes. The integration of pretrained foundation models for geometry offers a promising direction, yet remains underexplored in sparse, low-overlap scenarios.
Core Problem
The core issue is how to reliably infer a consistent 3D structure from sparse, low-overlap surround-view images, especially under ego-pose variations. Existing methods struggle with scale drift, view-inconsistency, and rendering artifacts because they depend on weak geometric features and complex decoders. These limitations hinder real-time, high-fidelity scene reconstruction essential for autonomous navigation. The challenge is to develop a stable, scalable approach that leverages prior knowledge and disentangles geometry from appearance, ensuring structural accuracy and visual fidelity in diverse driving conditions.
Innovation
The paper introduces several key innovations: 1) Incorporating a pretrained VGGT model to extract transferable multi-view geometric tokens, providing strong structural priors. 2) Designing a dual-path neck to separate geometry-supporting features from appearance features, improving robustness in weakly observed regions. 3) Implementing a Scale Warmup strategy to stabilize early geometry learning and prevent scale drift during ego-pose changes. 4) Using a hybrid pixel-volume Gaussian decoder that efficiently produces high-quality, renderable 3D scenes without complex decoder modules. These innovations collectively enhance geometric stability and rendering fidelity in sparse, low-overlap environments.
Methodology
- �� Extract multi-view geometric tokens from surround images using the pretrained VGGT model, forming the foundation representation. • Use a driving-oriented adapter to predict per-view depth and dense features, back-project depths into 3D points to instantiate the scene structure. • Apply Scale Warmup to stabilize early depth and scale estimates during training. • Employ a dual-path neck to generate separate geometry-consistent and appearance-rich features, which are fused for robustness. • Construct a bounded 3D volume using a mask based on the scene range, focusing on relevant spatial regions. • Use a hybrid Gaussian decoder with pixel and volume heads to generate a complete, renderable scene. • Optimize with multi-level losses including photometric, perceptual, depth, and regularization terms, with warmup supervision in early training. • Render novel views via differentiable projection, ensuring geometric and appearance consistency across viewpoints.
Experiments
The model was trained and evaluated on the nuScenes dataset, which provides sparse surround-view images with known camera parameters. Metrics included PSNR, SSIM, LPIPS, and PCC for geometric consistency. Baselines included NeRF, 3DGS, and recent feed-forward methods. Ablation studies examined the effects of Scale Warmup, dual-path architecture, and pretrained priors. Hyperparameters were tuned for loss weights and warmup duration. Results showed VGGD outperformed baselines, with notable improvements in visual quality and structural stability, especially under ego-pose shifts. The robustness was validated across diverse driving scenarios, demonstrating generalization.
Results
VGGD achieved a PSNR of 19.8, SSIM of 0.67, LPIPS of 0.43, and PCC of 0.342, surpassing prior methods significantly. The pretrained geometric priors effectively reduced scale drift and view-inconsistency, leading to fewer artifacts and more faithful appearance reconstruction. The dual-path design and scale warmup contributed to enhanced stability, especially in weakly observed regions. Quantitative metrics confirmed the model’s superior performance in both reconstruction quality and geometric consistency, establishing a new state-of-the-art benchmark.
Applications
This framework can be directly applied to autonomous vehicle mapping, virtual environment generation, and scene understanding. It requires only a single frame of surround-view images and known camera parameters, making it suitable for real-time deployment. Future integration with multi-frame and multi-modal sensors can further improve accuracy and robustness, enabling more reliable navigation and decision-making in complex environments.
Limitations & Outlook
Despite strong results, the approach faces challenges in highly dynamic scenes with rapid motion or severe occlusion, where geometric consistency deteriorates. Dependence on pretrained models may limit adaptability to new environments. Computational costs remain high, affecting real-time applications. Future work should focus on multi-frame fusion, multi-sensor integration, and model optimization for deployment efficiency.
Plain Language Accessible to non-experts
想象你在一个工厂里,工厂里有很多不同的机器和工作区域。有时候你只看到工厂的一角,想知道整个工厂的布局。以前的方法就像只看一张照片,猜猜工厂的样子,可能会错位或遗漏一些区域。现在,这个新方法就像提前有一份详细的工厂蓝图(几何先验),帮助你更准确地还原整个工厂的布局。你可以根据这份蓝图,结合你看到的那一角,快速拼出完整的工厂图。即使只看一部分,也能知道大致位置和结构,工作就变得更容易、更准确了。
ELI14 Explained like you're 14
想象你在玩一个超级复杂的拼图游戏,只看一张拼图的照片。以前的办法就像只用这张照片猜整个拼图,可能会拼错或者遗漏一些部分。现在,有个神奇的蓝图(几何先验)提前告诉你拼图的大致布局,你就能更快拼出完整的图案。这个蓝图就像是提前学会了拼图的规律,帮你在只看一部分的情况下,也能拼出完整的画面。虽然有时候拼图还是会出错,但整体变得更容易、更准确了。就像你用提前准备的地图导航,能更快找到目的地一样。
Abstract
Single-frame surround-view reconstruction faces severe geometric instability and rendering artifacts due to minimal inter-camera overlap. While existing methods rely on complex decoders or auxiliary cues, they remain bottlenecked by the weak geometric capacity of upstream features. We argue that leveraging pretrained visual geometry priors strengthens upstream representations and alleviates the geometric ambiguity in sparse surround views. To this end, we propose VGGD, a visual geometry foundation-aware 3D Gaussian Splatting framework for feed-forward surround-view driving reconstruction, which shifts geometric modeling to the frontend and adapts foundation priors to the driving camera setting. First, VGGD leverages VGGT to provide transferable multi-view geometric prior tokens. Next, we introduce a Dual-Path Neck to decouple geometry-consistent and appearance-aware representations, improving appearance completion in weakly observed regions. We further apply Scale Warmup to stabilize early geometry learning and suppress scale drift under ego-pose changes. Finally, we use a hybrid pixel--volume Gaussian decoder to produce a renderable 3D Gaussian scene for novel-view synthesis. Experiments on the nuScenes single-frame benchmark show that VGGD achieves the best overall rendering quality among the compared methods and improves relative geometric consistency.