GAVIS: Uncertainty-driven 3D Gaussian Splatting Active Mapping via Anisotropic Visibility Field

Georgia Institute of Technology
CVPR 2026

*Indicates Equal Contribution
TL;DR

GAVIS is a principled framework for quantifying uncertainty in 3D Gaussian Splatting, enabling accurate and efficient active perception.

GAVIS teaser: regions unseen by the training views are flagged as high-uncertainty, even where the 3DGS reconstruction looks plausible.

Insights

1
The robot needs to know what it does not know about a scene to explore it effectively.
2
Seeing is believing: regions unseen by the training views yield unreliable 3DGS predictions.
3
Reliable predictions require observations from multiple diverse training viewpoints.

Abstract

We present Gaussian Splatting Anisotropic Visibility Field (GAVIS), a novel framework for uncertainty quantification and active mapping in 3DGS. Our key insight is that regions unseen from the training views yield unreliable predictions from the 3DGS. To address this, we introduce a principled and efficient method for quantifying the visibility field in 3DGS, defined as the anisotropic visibility of each particle with respect to the training views, and represented using spherical harmonics. The resulting visibility field is integrated into a Bayesian Network–based uncertainty-aware 3DGS rasterization module, enabling real-time (200 FPS) uncertainty quantification for synthesized views. Active mapping is further performed within a maximum information gain framework building on this formulation. Extensive experiments across diverse environments demonstrate that GAVIS consistently and significantly outperforms prior approaches in both accuracy and efficiency. Moreover, beyond standalone use, our method can be applied post-hoc to improve the performance of existing approaches.

Contributions

1
Introduce Anisotropic Visibility Fields that model how much we can trust 3DGS predictions as a function of viewing direction.
2
Develop an accurate and efficient algorithm for constructing and querying the AVF, enabling real-time uncertainty quantification.
3
Build a principled uncertainty-driven 3DGS active mapping framework that improves accuracy and efficiency over baselines.

Method

Formulation

Anisotropic Visibility Fields model direction-dependent visibility: whether a region is supported by the training views along a query direction — or equivalently, how much we can trust the 3DGS prediction as a function of viewing direction.

Anisotropic Visibility Field formulation: direction-dependent visibility of a 3D region with respect to the training views.

Spherical Harmonics Representation

The Anisotropic Visibility Field is represented with spherical harmonics, enabling accurate and efficient construction and querying.

Spherical harmonics representation of the anisotropic visibility field.

Uncertainty Quantification via a Bayesian Network

We extend the visibility-modulated, uncertainty-aware volume-rendering formulation from our prior work NVF to 3DGS rasterization, where the synthesized-observation posterior is represented as a Gaussian Mixture Model (GMM).

Bayesian-network uncertainty-aware 3DGS rasterizer producing a Gaussian Mixture Model posterior.

GAVIS Pipeline

From posed training views we reconstruct a 3DGS scene, construct the Anisotropic Visibility Field, and query it through an uncertainty-aware rasterizer to obtain per-view uncertainty maps that drive next-best-view selection.

GAVIS pipeline: 3DGS reconstruction, visibility-field construction, uncertainty-aware rasterization, and next-best-view selection.

Results

Active Mapping Quantitative Results

Radar chart comparing GAVIS against FisherRF, VIMC, and NVF across rendering quality, visibility coverage, uncertainty quality, and runtime.

Metrics span view synthesis quality (PSNR, SSIM, LPIPS), mesh reconstruction quality (CR: Completion Ratio), and runtime (— TUP: visibility-field construction time; UQ: uncertainty quantification speed in FPS). All axes are normalized so that farther from the center is better.

Runtime

< 1 s
Visibility field construction
200 FPS
Uncertainty quantification
500×
Faster visibility field construction vs. NVF
30×
Faster uncertainty quantification vs. NVF

GAVIS constructs the visibility field within one second and quantifies uncertainty at 200 FPS500× faster visibility field construction and 30× faster uncertainty quantification than our prior work NVF.

BibTeX

@inproceedings{xue2026gavis,
  title     = {Uncertainty-driven 3D Gaussian Splatting Active Mapping
               via Anisotropic Visibility Field},
  author    = {Xue, Shangjie and Dill, Jesse and Ahuja, Dhruv
               and Dellaert, Frank and Tsiotras, Panagiotis and Xu, Danfei},
  booktitle = {IEEE/CVF Conference on Computer Vision and
               Pattern Recognition (CVPR)},
  year      = {2026}
}

@inproceedings{xue2024nvf,
  title     = {Neural Visibility Field for Uncertainty-Driven
               Active Mapping},
  author    = {Xue, Shangjie and Dill, Jesse and Mathur, Pranay
               and Dellaert, Frank and Tsiotras, Panagiotis and Xu, Danfei},
  booktitle = {IEEE/CVF Conference on Computer Vision and
               Pattern Recognition (CVPR)},
  pages     = {18122--18132},
  year      = {2024}
}