ECCV 2026
1Korea University
2Kakao Mobility Corp.
3Handong Global University
†Corresponding authors
The Orchestrator classifies the spatial query category and selects top-3 specialist agents, returning their roles with confidence scores.
Each specialist leverages its assigned inductive bias—depth maps, scene-graphs, or visual reasoning traces—to produce an independent answer.
A Reasoning Agent synthesizes all specialist outputs, weighted by their confidence scores, to produce the final answer and update scores.
Figure 1. Full pipeline of SpatiO's Reliability-aware Spatial Agents Orchestration. Specialist confidence scores are updated via Bayesian update and Dual EMA at every test-time step.
Figure 2. Test-Time Orchestration (TTO) confidence score update pipeline. At each query step t, specialist outputs are scored, rewards are computed and scaled, then a Bayesian update followed by Dual EMA produces the updated confidence score s(t+1).
SpatiO's multi-agent design enables each specialist to leverage complementary spatial signals. Below we show side-by-side outputs from the Head-agent (routing), three specialist agents, and the Reasoning Agent's final synthesis.
Figure 3. SpatiO correctly resolves a distance & depth query. The heuristic specialist (Qwen3-4B) returns an incorrect answer based on 2D appearance, while the 3D reconstruction specialist and scene-graph specialist both provide correct reasoning. The Reliability-aware Reasoning Agent overrides the heuristic and outputs the correct answer: (B) far away from each other.
Figure 4. SpatiO correctly resolves an orientation query. The Head-agent assigns Heuristic and 2D Scene-graph specialists. Despite the heuristic agent's initial error, the 3D reconstruction specialist (SpatialReasoner) and scene-graph specialist (Sa2va) both agree on (D) right, which the Reasoning Agent confirms as the final answer.
| Method | VSR | SpatialBench | CV-Bench | Avg. |
|---|---|---|---|---|
| LLaVA-4D | 55.2 | 48.7 | 52.1 | 52.0 |
| Spatial-RGPT | 58.4 | 51.3 | 55.0 | 54.9 |
| Sa2va | 61.0 | 53.8 | 57.4 | 57.4 |
| SpatialReasoner | 63.2 | 55.1 | 59.8 | 59.4 |
| Qwen3-4B | 64.7 | 57.0 | 61.3 | 61.0 |
| SpatiO (Ours) | 70.1 | 63.4 | 67.2 | 66.9 |
* Numbers are illustrative placeholders — replace with actual results from the paper.