CausalSplat

Towards Comprehensive Hierarchical Reasoning in 3D Gaussian Splatting

1Peking University 2North China Electric Power University 3Hunan University
*Equal contribution. Corresponding author.
CausalSplat teaser

Overview of our reasoning segmentation paradigm and benchmark. Left: Evolution from open-vocabulary and referring segmentation to complex reasoning driven by implicit intents. Middle: Four progressive reasoning levels — commonsense, spatial, affordance, and predictive/counterfactual. Right: CausalSplat significantly outperforms SOTA on 2D/3D metrics within Causal-LERF and Causal-ScanNet.

Introduction

While 3D Gaussian Splatting (3DGS) has advanced open-vocabulary scene understanding, existing methods remain confined to explicit queries. They struggle to interpret implicit intents, complex spatial constraints, and commonsense reasoning required for practical embodied interactions.

To address this gap, we introduce the task of Reasoning 3D Gaussian Segmentation and construct two benchmarks, Causal-LERF and Causal-ScanNet. These benchmarks systematically evaluate commonsense, spatial, affordance, and counterfactual reasoning. Evaluations reveal that current state-of-the-art methods perform poorly on these reasoning challenges.

We propose CausalSplat, a framework that integrates vision-language models with 3D semantic scene graphs to disentangle explicit structural perception from implicit logical inference. Extensive experiments demonstrate state-of-the-art performance on our reasoning benchmarks while showing strong generalizability on standard referring and open-vocabulary 3D segmentation tasks.

Hierarchical Reasoning Taxonomy

1. Spatial Reasoning

Parses absolute and relative geometric relations and 3D topologies such as support, containment, and occlusion. Example: “Find the object occluded under the table that supports a box.”

2. Commonsense Reasoning

Aligns LLM prior knowledge with 3D scene instances to interpret implicit semantics. Example: “I just finished a greasy meal and need to clean my mouth.” → locate a napkin by function, not appearance.

3. Affordance Reasoning

Infers whether an object supports embodied actions based on 3D geometry and spatial state. Example: “Find a container with an upward opening for a robotic arm to grasp.”

4. Predictive & Counterfactual Reasoning

Models dynamic physical changes and causal relations under hypothetical conditions. Example: “If the bottom red object is removed, which objects will fall?”

Causal-LERF and Causal-ScanNet contain 231 reasoning instructions across 14 real indoor scenes, with distribution: 18.2% spatial, 48.5% commonsense, 16.0% affordance, and 17.3% predictive/counterfactual reasoning.

Method

CausalSplat pipeline

Overview of the proposed CausalSplat pipeline. (a) Semantic Field Construction: SAM masks, spatially weighted features, contrastive optimization, and 3D instance assignment. (b) Semantic Scene Graph Construction & Reasoning: Multimodal nodes and scale-adaptive edges, with a three-stage VLM reasoning pipeline.

CausalSplat separates explicit structural perception from implicit logical inference. Scene graphs model topological and spatial relations among 3D entities, while a VLM parses implicit queries through instruction parsing, topological reasoning, and decision output.

Benchmark

Dataset Comparison

Dataset Task Type Domain Scenes Query Scale Spa. Com. Aff. Cou.
LERFOpen-Vocab Seg.2D4208 Words
ScanNet (OVS)Open-Vocab Seg.3D1084 Words
Ref-LERFRef. Seg.2D463 Inst.
3DAffordSplatReasoning Seg.3D Synthetic8.3K6.6K Inst.
REALM3DReasoning Seg.2D100+1K+ Pairs
Causal-LERF (Ours) Reasoning Seg. 2D 4 158 Inst.
Causal-ScanNet (Ours) Reasoning Seg. 3D 10 73 Inst.

Spa. = Spatial, Com. = Commonsense, Aff. = Affordance, Cou. = Counterfactual reasoning. Causal-LERF and Causal-ScanNet are the first multi-level reasoning benchmarks for 3DGS covering all four dimensions.

Experiment Results

Quantitative Results — Causal-LERF

2D mIoU (%) on Causal-LERF for Reasoning 3D Gaussian Segmentation. Models must localize and segment targets from natural language queries with implicit intents and multi-hop logical constraints.

Method Ramen (%) Teatime (%) Figurines (%) Waldo (%) Mean (%)
Open-Vocabulary & Referring Methods
OpenGaussian9.64.23.38.26.3
Dr.Splat8.78.816.113.311.7
InstanceGaussian2.74.79.210.56.8
LUDVIG32.619.734.18.023.6
ReferSplat5.216.27.511.110.0
REALM9.414.37.813.911.4
Reasoning Segmentation (Ours)
CausalSplat (Ours)26.268.446.946.547.0

Quantitative Results — Causal-ScanNet

3D mIoU (%) on Causal-ScanNet for point-level reasoning segmentation in large-scale indoor scenes.

Method 3D mIoU (%)
OpenGaussian2.9
InstanceGaussian1.4
Dr.Splat4.0
LUDVIG5.1
CausalSplat (Ours)14.9

Fine-Grained Reasoning Breakdown

Average 2D mIoU (%) on Causal-LERF by reasoning dimension.

Reasoning Dimension OpenGaussian Dr.Splat InstanceGaussian LUDVIG ReferSplat CausalSplat
Spatial Reasoning2.514.45.923.414.558.9
Commonsense Reasoning4.113.78.328.18.142.9
Affordance Reasoning3.29.92.934.37.349.5
Predictive & Counterfactual1.85.62.110.816.050.6

Qualitative Comparison — Causal-LERF

Qualitative comparison on Causal-LERF

Qualitative comparison on the Causal-LERF dataset. CausalSplat accurately segments targets described by implicit intents and multi-hop spatial constraints, while baselines often over-segment or localize distractors.

Qualitative Comparison — Causal-ScanNet

Qualitative comparison on Causal-ScanNet

Qualitative comparison on the Causal-ScanNet dataset. Our method handles complex spatial geometries and semantic ambiguities in large-scale point clouds.

Generalization — Ref-LERF (R3DGS)

Method Ramen Teatime Figurines Waldo Mean
Grounded SAM14.116.916.016.215.8
LangSplat12.07.617.917.913.9
SPIn-NeRF7.311.79.710.39.8
GS-Grouping27.914.88.66.314.4
GOI27.122.916.515.720.5
ReferSplat35.231.325.724.429.2
CausalSplat (Ours)28.238.050.627.736.1
Qualitative results on Ref-LERF

Generalization — LERF (Open-Vocabulary)

Method Ramen Teatime Figurines Waldo Mean
Pixel-based
LangSplat51.265.144.744.551.4
3DVLGS61.473.558.154.862.0
Point-based
OpenGaussian31.060.439.322.738.4
LUDVIG42.358.658.042.850.4
CausalSplat (Ours)26.773.075.330.151.3
Qualitative search results on LERF

Citation

@inproceedings{ding2026causalsplat,
  title={CausalSplat: Towards Comprehensive Hierarchical Reasoning in 3D Gaussian Splatting},
  author={Jiayu Ding and Meilu Song and Yun Chen and Wei Gao and Ge Li},
  booktitle={Proceedings of the ACM International Conference on Multimedia},
  year={2026}
}