Bayesian Fields: Task-driven Open-Set Semantic Gaussian Splatting
Dominic Maggio, Luca Carlone
TL;DR
Bayesian Fields tackles open-set semantic mapping by making task-driven granularity explicit and by fusing semantic observations across views with a probabilistic Bayesian framework. It grounds CLIP-based relevance in a probabilistic model, uses a measurement model to account for view-dependent noise, and clusters 3D Gaussians into task-relevant objects via the Information Bottleneck, all while using a memory-efficient Gaussian Splat representation. The approach yields accurate, task-focused object extraction with substantial memory savings and fast runtimes, without requiring task-specific training. This provides a practical, scalable pipeline for open-set semantic mapping in complex scenes with multiplier viewpoints.
Abstract
Open-set semantic mapping requires (i) determining the correct granularity to represent the scene (e.g., how should objects be defined), and (ii) fusing semantic knowledge across multiple 2D observations into an overall 3D reconstruction -ideally with a high-fidelity yet low-memory footprint. While most related works bypass the first issue by grouping together primitives with similar semantics (according to some manually tuned threshold), we recognize that the object granularity is task-dependent, and develop a task-driven semantic mapping approach. To address the second issue, current practice is to average visual embedding vectors over multiple views. Instead, we show the benefits of using a probabilistic approach based on the properties of the underlying visual-language foundation model, and leveraging Bayesian updating to aggregate multiple observations of the scene. The result is Bayesian Fields, a task-driven and probabilistic approach for open-set semantic mapping. To enable high-fidelity objects and a dense scene representation, Bayesian Fields uses 3D Gaussians which we cluster into task-relevant objects, allowing for both easy 3D object extraction and reduced memory usage. We release Bayesian Fields open-source at https: //github.com/MIT-SPARK/Bayesian-Fields.
