Targeted Structure Completion for Sparse-View 3D Reconstruction in Autonomous Driving

TL;DR

FocusGS uses targeted structure completion to reduce Gaussian count by 74%, improving sparse-view 3D reconstruction efficiency and quality.

cs.CV 🔴 Advanced 2026-07-06 42 views
Guoqing Wang Pin Tang Xiangxuan Ren Liping Hou Chao Ma
3D reconstruction autonomous driving geometric ambiguity sparse views efficient algorithms

Key Findings

Methodology

FocusGS employs a pixel-aligned Gaussian base representation, then constructs a 2D geometric ambiguity manifold via depth gradient detection, lifting it into a sparse 3D uncertainty subspace. A lightweight targeted Gaussian query module instantiates and optimizes continuous Gaussians within this subspace, avoiding full volumetric processing. The process involves: • extracting multi-view features; • detecting occlusion boundaries through depth gradients; • lifting ambiguity regions into 3D space; • sampling limited Gaussian queries; • applying sparse convolution and deformable attention for multi-view fusion; • optimizing Gaussian parameters for structural completion. This approach balances high-fidelity reconstruction with computational efficiency.

Key Results

  • On nuScenes, FocusGS reduces total Gaussians by ~74%, shortens rendering time by 34%, achieving PSNR of 24.65 and SSIM of 0.754, outperforming existing methods in both quality and speed.
  • On RealEstate10K, it achieves PSNR of 26.32 and SSIM of 0.872, demonstrating robustness across diverse scenes.
  • Ablation studies confirm that the targeted completion module significantly improves reconstruction in occluded regions, validating the localization strategy.

Significance

This work addresses the bottleneck of uniform volumetric processing in sparse-view 3D scene reconstruction, proposing a targeted, geometry-aware completion paradigm. It effectively balances efficiency and structural accuracy, crucial for real-time autonomous driving perception. By focusing computational resources on ambiguous regions, it enhances scene understanding in low-overlap, occlusion-rich environments, paving the way for more scalable and practical 3D perception systems.

Technical Contribution

The core innovation lies in the geometric ambiguity localization and sparse Gaussian query-based completion, which decouples structural refinement from deterministic regions. This enables precise, localized updates without dense volumetric costs. The integration of deformable attention for multi-view context and sparse convolution for local feature aggregation further advances the state-of-the-art, providing a theoretically grounded and practically efficient framework.

Novelty

This is the first work to explicitly leverage geometric ambiguity manifolds for targeted 3D structure completion in sparse-view scenarios. Unlike prior methods relying on uniform volumetric densification, FocusGS introduces a localized, sparse query-based approach, significantly reducing computational overhead while maintaining high reconstruction fidelity. This paradigm shift opens new avenues for efficient 3D scene understanding in autonomous driving.

Limitations

  • The approach depends on accurate depth gradient detection, which may be challenged under poor lighting or textureless conditions, affecting ambiguity localization.
  • Targeted completion is limited to local regions, potentially missing complex global geometric variations.
  • In highly dynamic scenes, temporal consistency and motion modeling are not addressed, which could impact performance in real-time applications.

Future Work

Future research will explore integrating temporal information for dynamic scene reconstruction, improving ambiguity detection robustness, and extending the framework to handle more complex motion scenarios. Additionally, combining this approach with learned priors or semantic cues could further enhance reconstruction quality in challenging environments.

AI Executive Summary

Sparse-view 3D scene reconstruction remains a critical challenge in autonomous driving, where limited overlap and frequent occlusions hinder accurate modeling. Traditional voxel-based methods, such as Omni-Scene, utilize volumetric Gaussian representations to fill in missing geometry, but at the cost of enormous computational redundancy. These approaches instantiate millions of Gaussians across the entire scene, leading to inefficiency, especially in large-scale environments. To address this, Wang et al. propose FocusGS, a novel framework that shifts from global volumetric densification to targeted structural completion.

The core idea involves first constructing a pixel-aligned Gaussian base representation from multi-view images. Then, by detecting depth discontinuities through depth gradient analysis, the method explicitly localizes occlusion boundaries, forming a 2D geometric ambiguity manifold. This manifold is lifted into a sparse 3D uncertainty subspace, which serves as a precise spatial prior for incomplete geometry. A lightweight targeted Gaussian query module samples and optimizes a limited set of continuous Gaussians strictly within this subspace, significantly reducing the total Gaussian count.

Extensive experiments on datasets like nuScenes demonstrate that FocusGS reduces Gaussian numbers by approximately 74% and rendering time by 34%, while surpassing state-of-the-art methods in PSNR and SSIM metrics. The approach effectively balances efficiency and structural fidelity, making it highly suitable for real-time autonomous driving applications. Its innovation lies in combining geometric ambiguity localization with sparse, targeted completion, providing a scalable solution for complex, occlusion-rich environments. Future work aims to incorporate temporal modeling and semantic cues to further enhance dynamic scene reconstruction, pushing the boundaries of autonomous perception systems.

Deep Dive

Abstract

Reconstructing 3D scene structures from sparse, low-overlap observations remains a fundamental challenge in autonomous driving. Recent state-of-the-art frameworks achieve promising results by incorporating voxel-based Gaussians, but incur substantial computational redundancy due to a uniform volumetric processing strategy. To bridge the gap between the efficiency of pixel-based Gaussian methods and the structural completeness of voxel-based Gaussian approaches, we propose FocusGS, a simple yet effective framework that shifts the paradigm from global densification to targeted structural completion. Our central insight is that structural completion should be decoupled from deterministic regions, with computation concentrated exclusively on areas exhibiting geometric ambiguity. Specifically, FocusGS addresses the localization challenge by deriving a 3D Geometric Ambiguity Manifold to accurately isolate localized areas prone to occlusion and high geometric uncertainty. To overcome the subsequent manifold completion challenge, we design a lightweight targeted structure completion module that selectively instantiates and optimizes continuous Gaussian queries strictly within this unstructured, sparse topological subspace. Extensive experiments demonstrate that FocusGS achieves a superior efficiency-quality trade-off, advancing state-of-the-art performance on driving-centric benchmarks while naturally reducing the total number of Gaussians by ~74% and decreasing rendering time by ~34%.

cs.CV cs.AI