Overview
Figure 1. Overview of the proposed PinpointQA benchmark. PinpointQA evaluates small object-centric spatial understanding in indoor videos through four tasks: Target Presence Verification (TPV), Nearest Reference Identification (NRI), Fine-Grained Spatial Description (FSD), and Structured Spatial Prediction (SSP). The top row shows an example video sequence, the surrounding panels illustrate the task formats, and the center summarizes the benchmark statistics and min–max normalized performance of representative MLLMs.
PinpointQA benchmarks whether models can localize small indoor objects from video and express their position with sufficient precision, organized as a progressive chain from target presence to reference grounding, fine-grained description, and structured spatial prediction.
Human Localization with FSD Guidance Demo
This lightweight demo mirrors the paper’s human localization study with FSD guidance: browse the available frames, select the frame where the target appears, click its estimated location, and optionally reveal an FSD description to measure both completion time and localization accuracy.
PinpointQA at a Glance
PinpointQA Task Formulation
The benchmark is organized as a progressive capability chain. It starts from target presence verification, moves to nearest reference identification and fine-grained spatial description, and ends with structured spatial prediction.
Target Presence Verification
Determine whether the target object appears in the video.
Nearest Reference Identification
Identify the reference object closest to the target.
Fine-Grained Spatial Description
Describe the target location with clear spatial language.
Structured Spatial Prediction
Organize the target location into directly usable structured fields.
Data Construction Pipeline
Figure 2. Construction pipeline of PinpointQA. Starting from the aligned 3D meshes and instance-level annotations of ScanNet++ and ScanNet200, we select candidate small object targets, construct intermediate spatial representations through scene curation, and instantiate them as TPV, NRI, FSD, and SSP QA pairs. The pipeline combines rule-based filtering with iterative manual review for quality control.
Annotations are derived from aligned 3D geometry and instance-level labels, then converted into task-specific QA pairs while evaluated models receive only sampled RGB video frames.
Dataset Statistics
Figure 3. Benchmark statistics: (a) task distribution, (b) composition by data source and counts for each task, (c) categories of target objects shown as a word cloud, and (d) video duration distribution.
PinpointQA contains 1,024 scenes and 10,094 QA pairs with balanced task coverage, mixed ScanNet++ and ScanNet200 sources, diverse small-object categories, and a wide range of indoor video durations.
Benchmark Performance
The benchmark reveals a clear performance gap between early-stage target perception and later-stage structured spatial prediction. Fine-tuned open-source models achieve the strongest overall results, while almost all models show a steady decline from TPV to SSP, indicating that executable spatial grounding remains the most challenging part of the task chain.
| Rank | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Qwen3-VL-8B-SFT Fine-tuned | 0.83 | 0.84 | 0.44 | 0.45 | 0.36 | 0.37 | 0.29 | 0.29 | 0.48 | 0.49 | |
| InternVL3.5-8B-SFT Fine-tuned | 0.82 | 0.82 | 0.41 | 0.39 | 0.34 | 0.36 | 0.23 | 0.24 | 0.45 | 0.45 | |
| Kimi K2.5 Proprietary | 0.80 | 0.84 | 0.42 | 0.44 | 0.32 | 0.33 | 0.15 | 0.15 | 0.42 | 0.44 | |
| Qwen3-VL-8B-Instruct Open-source | 0.78 | 0.80 | 0.37 | 0.37 | 0.28 | 0.29 | 0.12 | 0.12 | 0.39 | 0.40 | |
| GPT-5.4 Proprietary | 0.65 | 0.69 | 0.39 | 0.42 | 0.31 | 0.32 | 0.15 | 0.16 | 0.38 | 0.40 | |
| LLaVA-OneVision-1.5-8B Open-source | 0.76 | 0.79 | 0.30 | 0.30 | 0.26 | 0.27 | 0.07 | 0.06 | 0.35 | 0.36 | |
| Cambrian-S-7B Open-source | 0.73 | 0.78 | 0.33 | 0.35 | 0.24 | 0.25 | 0.05 | 0.06 | 0.34 | 0.36 | |
| InternVL3.5-8B-Instruct Open-source | 0.65 | 0.70 | 0.36 | 0.38 | 0.25 | 0.26 | 0.09 | 0.10 | 0.34 | 0.36 | |
| SenseNova-SI-1.3 Open-source | 0.64 | 0.66 | 0.36 | 0.40 | 0.15 | 0.16 | 0.12 | 0.13 | 0.32 | 0.34 | |
| Spatial-MLLM-v1.1 Open-source | 0.52 | 0.51 | 0.30 | 0.30 | 0.21 | 0.20 | 0.00 | 0.00 | 0.26 | 0.25 |
Citation
@article{zhou2026pinpointqa,
author = {Zhiyu Zhou and Peilin Liu and Ruoxuan Zhang and Luyang Zhang and Cheng Zhang and Hongxia Xie and Wen-Huang Cheng},
title = {PinpointQA: A Benchmark for Small Object-Centric Spatial Understanding in Indoor Videos},
journal = {arXiv preprint arXiv:2604.08991},
year = {2026},
url = {https://arxiv.org/abs/2604.08991v3}
}