CVPR 2026

From Where Things Are
to What They Are For

Benchmarking Spatial–Functional Intelligence in Multimodal LLMs

Le Zhang1,3 Jihan Yang2 Soundarya Krishnan3 Jimit Majmudar3 Xiou Ge3 Prasoon Puri3 Prathamesh Saraf3 Shruti Bhargava3 Dhivya Piraviperumal3 Yinan Ling3 Cindy Pan3 Hong Yu3 Aishwarya Agrawal1 Bo-Hsiang Tseng3
Paper Code Hugging Face Dataset Cite
SFI-Bench teaser

Left: A video is provided as input; the model reasons across frames over spatial and temporal context. Right: Two complementary reasoning abilities — Structured Spatial Reasoning and Functional Reasoning.

Human-level agentic intelligence extends beyond low-level geometric perception, evolving from recognizing where things are to understanding what they are for. While existing benchmarks effectively evaluate the geometric perception capabilities of multimodal large language models (MLLMs), they fall short of probing the higher-order cognitive abilities required for grounded intelligence. We introduce the Spatial–Functional Intelligence Benchmark (SFI-Bench), a video-based benchmark with over 1,500 expert-annotated questions derived from diverse egocentric indoor video scans. SFI-Bench systematically evaluates two complementary dimensions: (1) Structured Spatial Reasoning, which requires understanding complex layouts and forming coherent spatial representations, and (2) Functional Reasoning, which involves inferring object affordances and their context-dependent utility. Our experiments reveal that current MLLMs consistently struggle to combine spatial memory with functional reasoning and external knowledge, highlighting a critical bottleneck in achieving grounded intelligence.

1,555
Expert-Annotated Questions
134
Egocentric Indoor Videos
6
Core Task Types
25
Models Benchmarked
SFI-Bench
1,555 Questions

Task distribution (left) and video duration histogram (right).

Spatial–Functional Intelligence Tasks

SFI-Bench evaluates two complementary dimensions: Structured Spatial Reasoning (understanding where things are) and Functional Reasoning (understanding what they are for). Select a task below to see its description and a live example.

Spatial Reasoning Functional Reasoning
Evaluation on SFI-Bench

25 models evaluated across proprietary, open-source instruct, and reasoning categories. Gemini-3.1-Pro achieves 73.8% overall; counting remains the hardest task. Submit Your Results

MethodsRankAvg. GCT.MPR.LI. FA.OP.TS.
GPT-5: Tool-Augmented vs Standard
Tool No Tool

Figure 2. Top models across 6 tasks (left). Tool-augmented vs standard inference for GPT-5 (right).

Finding 1

Spatial and layout understanding can be improved with effective reasoning. However, external tools may introduce noise that degrades performance for weaker models. Open-source models trained with RLVR fail to transfer reasoning from mathematical domains to spatial–functional tasks.

Limitations of Current MLLMs

We investigate how modern MLLMs construct and utilize cognitive spatial maps, examining reasoning traces and systematic failure patterns.

Task-specific Failure Modes
Effect of Reasoning Compactness on Task Accuracy
Task Count Spatial Layout Functional | Size: 8B 32B 235B

Left: Error distribution across four tasks — colors indicate Visual Perception (navy), Functional Reasoning (amber), and Spatial Understanding (teal). Right: Reasoning compactness vs accuracy — larger models produce shorter, more effective chains.

Case study: reasoning chain analysis

Human-annotated analysis of MLLM reasoning chains. Red arrows — ground-truth path; blue arrows — model's inferred path. Experts annotate errors by projecting reasoning steps onto the spatial layout.

Finding 2

As tasks become more cognition-intensive, errors shift from perception to reasoning and spatial–functional grounding. Models fail to maintain consistent spatial localization, exhibiting discontinuous spatial memory and hallucinated transitions.

Limited Reasoning Gains from RLVR

Longer reasoning does not correlate with higher accuracy. Incorrect answers exhibit 1.12–1.41× longer chains, suggesting semantic drift rather than deeper inference.

Reasoning Length vs Model Size
All Wrong (Inst. Correct)
Task-level Reasoning Length vs Error Cases
Finding 3

Effective reasoning is not about producing longer explanations but about maintaining alignment with perceptual evidence. Concise, grounded, semantically coherent reasoning yields the most reliable improvements across tasks and model scales.

Determinants of Performance

Does temporal order matter? Can text replace vision? We probe two fundamental questions about cognitive map construction.

Temporal Consistency

GPT-5 under progressive frame-order shuffling. Performance stays largely stable — MLLMs rely on aggregated visual evidence rather than temporal coherence.

ShuffleOverallCountLayoutSpatialFunc.
0%75.560.088.082.072.0
25%75.562.088.080.072.0
50%71.550.084.080.072.0
75%68.550.078.076.070.0
100%75.058.086.078.078.0

Visual Grounding vs. Text

GPT-5 under full video vs. caption-only input. Even detailed model-generated captions are insufficient for spatial map construction.

InputCountLayoutSpatialFunc.
Visual58.483.081.575.3
Caption57.251.655.467.6
Key Takeaways
1

Counting Bottleneck

Conditional counting persists as the hardest task, requiring compositional logical reasoning over distributed visual evidence.

2

Reasoning Saturates

Beyond ~1.5k tokens, overthinking introduces semantic drift and degrades performance rather than improving it.

3

Vision Dominates

Cognitive maps depend on direct visual grounding. Models show surprising insensitivity to temporal order but large drops with text-only input.

4

Tools Need Reasoning

Web search outperforms offline by 20+ points on functional tasks — but only when reasoning capacity is sufficient to filter noise.

5

Errors Shift Upward

As tasks grow more cognitive, failures shift from visual perception to spatial grounding and functional reasoning.

6

Open-source Lags

RLVR-trained reasoning models show minimal gains, failing to transfer from mathematical domains to spatial–functional tasks.

BibTeX
@inproceedings{zhang2026things,
  title={From Where Things Are to What They Are For: Benchmarking Spatial-Functional Intelligence in Multimodal LLMs},
  author={Zhang, Le and Yang, Jihan and Krishnan, Soundarya and Majmudar, Jimit and Ge, Xiou and Puri, Prasoon and Saraf, Prathamesh and Bhargava, Shruti and Piraviperumal, Dhivya and Ling, Yinan and others},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={12052--12063},
  year={2026}
}