REVIEW 4 major objections 5 minor 53 references
SocialNav-SUB: Benchmarking VLMs for Scene Understanding in Social Robot Navigation
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read State-of-the-art vision-language models underperform a simple rule-based baseline and human consensus on scene understanding for social robot navigation, according to the new SocialNav-SUB benchmark.
desk verdict A useful new VQA benchmark for social robot navigation with reproducible code and data, but the headline VLM-vs-rule-based gap is not statistically supported once you cluster by scene; the human-oracle gap is the real finding. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying object is the benchmark itself: a VQA dataset plus evaluation protocol. Each item pairs a front-view RGB clip with a bird's-eye-view (BEV) image in which pedestrians are tracked by the PHALP algorithm (a monocular 3D human tracker), Kalman-smoothed, and projected from robot odometry into numbered color-coded circles; this object-centric representation is shown to both humans and VLMs. Two agreement metrics, probability of agreement (PA) and consensus-weighted probability of agreement (CWPA), score answers against the distribution of at least five human responses per question. The comparator that produces the headline result is a simple rule-based baseline that answers from the same pedestrian position data using hand-crafted cutoffs and line-intersection tests. Chain-of-thought prompting is the query mechanism that links questions sequentially, and ablations of BEV and CoT show their contributions.
What would settle it
Re-run the 60 scenarios with human answers and rule-based answers computed from a precise tracking system (for example, motion capture or multi-camera calibration) instead of the monocular tracking pipeline, and give VLMs the same corrected bird's-eye views; if their agreement rises above the rule-based baseline, the underperformance result is an artifact of the tracking errors rather than of VLM reasoning.
Extended reading notes
Core claim
SocialNav-SUB is the first VQA benchmark built specifically for social robot navigation scene understanding. It provides 4,968 human-labeled multiple-choice questions derived from 60 SCAND scenarios, each represented as a 2.5-second multi-view clip with numbered, color-coded pedestrians in front-view and bird's-eye-view images. Across the tested VLMs—Gemini 2.0 and 2.5, GPT-4o, OpenAI o4-mini, and LLaVa-Next-Video—the best model, o4-mini, achieves a probability of agreement (PA) of 0.62, below the rule-based baseline's 0.64 and the human oracle's 0.74, while average human PA is 0.60. The largest shortfalls are in spatial and spatiotemporal reasoning, while social reasoning comes closest to human-level agreement. The paper also reports that chain-of-thought prompting improves social reasoning and that supplying ground-truth spatial answers improves social-reasoning performance, indicating that poor spatial grounding is a bottleneck.
Load-bearing premise
The ground-truth human answers and the rule-based baseline are both built from estimated pedestrian positions in the bird's-eye view, produced by monocular tracking with an average displacement error of 0.67 meters, so if those positions are systematically wrong, the benchmark's comparison is distorted.
Editorial extensions
If this is right
- A robot using current VLMs as its only scene-understanding module would agree with human judgments less often than a robot using the simple rule-based baseline, so near-term deployment should pair VLMs with dedicated perception and reasoning modules.
- Because supplying correct spatial and spatiotemporal answers to the VLM raised its social-reasoning performance, spatial grounding is a bottleneck: improving spatial and dynamic perception should improve higher-level social inference.
- Query format materially changes measured capability: chain-of-thought reliably helps social reasoning, while BEV overlays help some models and not others, so reported VLM performance is tied to the prompt interface.
- The waypoint-selection experiment links scene understanding to action: when social scene context came from the human oracle rather than from random or model-generated context, all evaluated VLMs selected the human operator's waypoint more often.
- Failure rates are uneven: models err more often at blind corners and indoors and on 'yielding to' and 'overtaking' labels, identifying targeted environments and action categories for future data collection or fine-tuning.
Reading between the lines
- If the paper's monocular tracking has systematic rather than random error, the human labels and rule-based baseline may be biased in the same direction; re-scoring with ground-truth tracks could narrow or eliminate the VLM gap. This is a testable reconstruction, not a claim the paper makes.
- Because human annotators often disagree on the same scene, exact-match agreement may understate a VLM's competence on genuinely subjective questions; a distributional scoring scheme could tell whether remaining errors are wrong or merely one plausible reading.
- The same BEV-plus-numbered-pedestrian VQA template could be ported to other dynamic robot domains, such as driving or drone navigation, to test whether the observed underperformance is specific to social scenes or a general deficit in spatiotemporal reasoning.
- Making the human labels publicly available turns the benchmark into training material, not just an evaluation: fine-tuning or reinforcement learning from these answers could plausibly close part of the gap that zero-shot prompting has not closed.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces SocialNav-SUB, a VQA benchmark for evaluating vision-language models (VLMs) on scene understanding for social robot navigation. Built from 60 curated SCAND scenarios, it uses PHALP-based 3D tracking and Kalman smoothing to produce annotated front-view images and bird's-eye views, together with 4,968 multiple-choice questions probing spatial, spatiotemporal, and social reasoning. Human responses from a Prolific study serve as ground truth, with PA and CWPA metrics and average-human and human-oracle baselines. The authors evaluate several closed- and open-source VLMs and report that the best VLM, OpenAI o4-mini, reaches PA 0.62, below a rule-based baseline (0.64) and the human oracle (0.74). They also perform ablations on chain-of-thought and BEV prompts, a waypoint-selection experiment, and a failure-case analysis. The manuscript claims this is the first VQA benchmark for social robot navigation evaluating these reasoning dimensions against human baselines.
Significance. If the empirical claims hold, SocialNav-SUB would be a useful community resource: it provides a human-labeled VQA benchmark in a domain that currently lacks systematic evaluation, with multiple annotators per scenario, two agreement metrics, object-centric/BEV visual prompts, and a public-release plan. The ablation studies and the waypoint-selection validation are constructive steps toward understanding how VLMs can be integrated into social navigation stacks. The benchmark also generates falsifiable, field-relevant questions about VLM spatial and social reasoning. However, the headline comparison against the rule-based baseline is currently not statistically supported, and the rule-based baseline uses privileged tracker state rather than the visual inputs given to VLMs and humans, so the central claim needs re-analysis and reframing before the benchmark's conclusions can be accepted.
major comments (4)
- [Section 4.2, Table 1] The headline comparison between o4-mini (PA 0.62 ± 0.01) and the rule-based baseline (PA 0.64 ± 0.00) treats the 4,968 questions as independent, but these questions are nested in only 60 SCAND scenarios, with about 83 questions per scenario (Appendix 7.7). Questions from the same scenario share crowd layout, occlusion patterns, environment, and question-order effects, so the effective sample size is far smaller than 4,968. No cluster-robust standard errors, scenario-level bootstrap, or paired permutation test is reported. With an intra-scenario correlation of even 0.05, the standard error on the difference would more than double, and the 0.02 gap would no longer be significant. The table caption itself concedes that the bolded VLM result 'may be statistically tied.' Because the paper's central claim is that all VLMs underperform the rule-based baseline, this comparison must be re-analyzed with scene-level clustering; the gap against the human oracle (0.74 vs 0.62) is larger and may survive, but the rule-based comparison is not established.
- [Section 4.1 and Appendix 7.10] The rule-based baseline is constructed from 'the position data of pedestrians in the scene' and uses hand-crafted rules such as line-intersection checks and distance cutoffs, whereas VLMs and human annotators are given only images (front-view and BEV). This is not a like-for-like test of visual scene understanding: the rule-based baseline effectively receives privileged geometric state from the PHALP tracker. The conclusion that a 'simpler rule-based approach' outperforms VLMs is therefore misleading as stated. The comparison would be more informative if the rule-based baseline were required to operate on the same visual inputs, or if the manuscript clearly framed it as a perception-plus-rules pipeline that upper-bounds what can be done with accurate positions.
- [Section 3.2 and Appendix 7.3] The benchmark's spatial questions ask for categorical relations such as ahead, left, right, and behind, but the PHALP-based tracking pipeline reports an average displacement error of 0.67 ± 0.14 m. In crowded scenes, distances between the robot and pedestrians can be on the order of 1–2 m, so this error is large relative to the distinctions being tested. Because the same BEV positions are used to construct the VLM prompts, the human labels, and the rule-based baseline, tracking error is a shared source of label noise. The paper should quantify sensitivity to this error, for example by reporting results on a subset of scenes with high-confidence tracks below a displacement threshold, or by perturbing the BEV positions and measuring the resulting change in PA.
- [Section 4.1 and Section 4.2] The query protocol is described inconsistently. Section 4.1 says chain-of-thought 'provides the previous answers of the VLM for future questions,' while Section 4.2 says 'we run our experiments by querying each VLM model once per unique question.' These statements conflict: either each question is answered independently, or prior answers are fed back into the prompt. The ablation rows labeled 'No CoT' also do not clarify whether the question order and inter-question context remain the same. Because the manuscript emphasizes a fair comparison with the sequential human-subject protocol, the exact prompt construction, including whether previous model answers are included and in what order, must be specified precisely for reproducibility.
minor comments (5)
- [Section 3.3] The text refers to 'Table 7.7' for question details, but the relevant table is Table 6 and the appendix is numbered 7.7; the cross-reference should be corrected.
- [Table 1 and Section 4.2] The Table 1 caption says the bolded VLM result 'may be statistically tied,' but Section 4.2 states that o4-mini 'still has a considerable gap' compared to the rule-based baseline; these statements should be made consistent with the statistical evidence after the clustering analysis is added.
- [Appendix 7.10] The rule-based baseline is described qualitatively ('cutoff values,' 'draw a line,' 'if the lines intersect'); for reproducibility, the exact thresholds, coordinate conventions, and decision rules should be provided, ideally as pseudocode or with the released implementation.
- [Section 3.4, Equation (1)] The statement that PA 'is essentially the expected cosine similarity between the model's predictions and the distribution of human responses' is not literally correct unless the answer vectors are normalized; please either derive this equivalence or rephrase it as an average one-hot agreement.
- [Appendix 7.5] The description of the prompt says the VLM receives 'the next 9 images' in addition to the image shown on the left, but the pipeline is described as a 2.5 s segment sampled at 4 Hz, which would produce 10 frames; please clarify the frame count and ordering.
Circularity Check
No significant circularity: the benchmark is an external evaluation against human labels and an independent rule-based baseline.
full rationale
The paper's derivation chain is an empirical benchmark construction, not a fitted model. Ground truth is collected from 153 Prolific participants (Appendix 7.4), and the rule-based baseline is a hand-crafted comparator (Appendix 7.10) using PHALP positions; VLM answers are externally generated. The only fits are Kalman smoothing hyperparameters tuned on the external CODa dataset (Appendix 7.3), and they are not used to define the reported PA/CWPA scores or the human labels. The waypoint experiment uses oracle answers as input context, but it is explicitly labeled preliminary and tests a conditional effect, not a predicted target derived from those answers. No central claim reduces by construction to its inputs, and the SCAND dataset citation, despite author overlap, is an external released dataset rather than an unverified self-citation. Therefore no circular step is present.
Assumptions & free parameters
free parameters (3)
- Scene selection feature weights =
Not reported (weights over crowd size, close proximity, lateral movement)
- Kalman smoothing hyperparameters =
Tuned on CODa, not numerically specified
- Rule-based baseline cutoffs =
Not specified; hand-chosen thresholds
assumptions (4)
- domain assumption Human responses are ground truth for social scene understanding.
- domain assumption PHALP 3D pose estimates are accurate enough to construct valid BEVs.
- domain assumption The 60 selected scenes represent challenging social navigation.
- standard math Standard statistics assume question independence.
Cite this review
Pith. "Pith review of SocialNav-SUB: Benchmarking VLMs for Scene Understanding in Social Robot Navigation." pith.science (2026). https://pith.science/paper/S75IG4BE
@misc{pith2026250908757,
author = {Pith},
title = {Pith review of: SocialNav-SUB: Benchmarking VLMs for Scene Understanding in Social Robot Navigation},
year = {2026},
howpublished = {\url{https://pith.science/paper/S75IG4BE}},
note = {Machine review of arXiv:2509.08757}
}
read the original abstract
Robot navigation in dynamic, human-centered environments requires socially-compliant decisions grounded in robust scene understanding. Recent Vision-Language Models (VLMs) exhibit promising capabilities such as object recognition, common-sense reasoning, and contextual understanding-capabilities that align with the nuanced requirements of social robot navigation. However, it remains unclear whether VLMs can accurately understand complex social navigation scenes (e.g., inferring the spatial-temporal relations among agents and human intentions), which is essential for safe and socially compliant robot navigation. While some recent works have explored the use of VLMs in social robot navigation, no existing work systematically evaluates their ability to meet these necessary conditions. In this paper, we introduce the Social Navigation Scene Understanding Benchmark (SocialNav-SUB), a Visual Question Answering (VQA) dataset and benchmark designed to evaluate VLMs for scene understanding in real-world social robot navigation scenarios. SocialNav-SUB provides a unified framework for evaluating VLMs against human and rule-based baselines across VQA tasks requiring spatial, spatiotemporal, and social reasoning in social robot navigation. Through experiments with state-of-the-art VLMs, we find that while the best-performing VLM achieves an encouraging probability of agreeing with human answers, it still underperforms simpler rule-based approach and human consensus baselines, indicating critical gaps in social scene understanding of current VLMs. Our benchmark sets the stage for further research on foundation models for social robot navigation, offering a framework to explore how VLMs can be tailored to meet real-world social robot navigation needs. An overview of this paper along with the code and data can be found at https://larg.github.io/socialnav-sub .
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
C. Mavrogiannis, F. Baldini, A. Wang, D. Zhao, P. Trautman, A. Steinfeld, and J. Oh. Core challenges of social robot navigation: A survey.J. Hum.-Robot Interact., 12(3), Apr. 2023. doi:10.1145/3583741. URLhttps://doi.org/10.1145/3583741
doi:10.1145/3583741 2023
-
[2]
A. Francis, C. P ´erez-D’Arpino, C. Li, F. Xia, A. Alahi, R. Alami, A. Bera, A. Biswas, J. Biswas, R. Chandra, H.-T. L. Chiang, M. Everett, S. Ha, J. Hart, J. P. How, H. Karnan, T.-W. E. Lee, L. J. Manso, R. Mirksy, S. Pirk, P. T. Singamaneni, P. Stone, A. V . Taylor, P. Trautman, N. Tsoi, M. V´azquez, X. Xiao, P. Xu, N. Yokoyama, A. Toshev, and R. Mart´ı...
arXiv 2023
-
[3]
A. H. Raj, Z. Hu, H. Karnan, R. Chandra, A. Payandeh, L. Mao, P. Stone, J. Biswas, and X. Xiao. Rethinking social robot navigation: Leveraging the best of two worlds. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 16330–16337, 2024. doi: 10.1109/ICRA57147.2024.10611710. 9
arXiv 2024
- [4]
-
[5]
H. Liu, C. Li, Q. Wu, and Y . J. Lee. Visual instruction tuning, 2023. URLhttps://arxiv. org/abs/2304.08485
arXiv 2023
- [6]
-
[7]
G. Team and P. G. et. al. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context, 2024. URLhttps://arxiv.org/abs/2403.05530
arXiv 2024
-
[8]
Z. Hu, Y . Ren, J. Li, and Y . Yin. Viva: A benchmark for vision-grounded decision-making with human values, 2024. URLhttps://arxiv.org/abs/2407.03000
work page Pith review arXiv 2024
Show all 53 references
-
[9]
D. Song, J. Liang, A. Payandeh, A. H. Raj, X. Xiao, and D. Manocha. Vlm-social-nav: Socially aware robot navigation through scoring using vision-language models, 2024. URLhttps: //arxiv.org/abs/2404.00210
2024 arXiv
-
[10]
S. K. Ramakrishnan, E. Wijmans, P. Kraehenbuehl, and V . Koltun. Does spatial cognition emerge in frontier models?, 2024. URLhttps://arxiv.org/abs/2410.06468
2024 arXiv
-
[11]
Kessler, J
F. Kessler, J. Frankenstein, and C. A. Rothkopf. Human navigation strategies and their errors result from dynamic interactions of spatial uncertainties.Nature Communications, 15(1):5677, 2024
2024
-
[12]
A. D. Ekstrom and P. F. Hill. Spatial navigation and memory: A review of the similar- ities and differences relevant to brain models and age.Neuron, 111(7):1037–1049, 2023. ISSN 0896-6273. doi:https://doi.org/10.1016/j.neuron.2023.03.001. URLhttps://www. sciencedirect.com/scie...
2023 doi
-
[13]
Moussa ¨ıd, N
M. Moussa ¨ıd, N. Perozo, S. Garnier, D. Helbing, and G. Theraulaz. The walking behaviour of pedestrian social groups and its impact on crowd dynamics.PloS one, 5(4):e10047, 2010
2010
-
[14]
Moussa ¨ıd, D
M. Moussa ¨ıd, D. Helbing, S. Garnier, A. Johansson, M. Combe, and G. Theraulaz. Experi- mental study of the behavioural mechanisms underlying self-organization in human crowds. Proceedings of the Royal Society B: Biological Sciences, 276(1668):2755–2762, 2009
2009
-
[15]
Karnan, A
H. Karnan, A. Nair, X. Xiao, G. Warnell, S. Pirk, A. Toshev, J. Hart, J. Biswas, and P. Stone. Socially Compliant Navigation Dataset (SCAND), 2022. URLhttps://doi.org/10. 18738/T8/0PRYRH
2022
-
[16]
Openai o3 and o4-mini system card, 2025
OpenAI. Openai o3 and o4-mini system card, 2025. URLhttps://openai.com/ index/o3-o4-mini-system-card/
2025
-
[17]
Zhang, B
Y . Zhang, B. Li, h. Liu, Y . j. Lee, L. Gui, D. Fu, J. Feng, Z. Liu, and C. Li. Llava-next: A strong zero-shot video understanding model, April 2024. URLhttps://llava-vl.github. io/blog/2024-04-30-llava-next-video/
2024
-
[18]
Nasiriany, F
S. Nasiriany, F. Xia, W. Yu, T. Xiao, J. Liang, I. Dasgupta, A. Xie, D. Driess, A. Wahid, Z. Xu, Q. Vuong, T. Zhang, T.-W. E. Lee, K.-H. Lee, P. Xu, S. Kirmani, Y . Zhu, A. Zeng, K. Hausman, N. Heess, C. Finn, S. Levine, and B. Ichter. Pivot: Iterative visual prompting elicits...
2024 arXiv
-
[19]
Z. Yang, C. Garrett, D. Fox, T. Lozano-P ´erez, and L. P. Kaelbling. Guiding long-horizon task and motion planning with vision language models.arXiv preprint arXiv:2410.02193, 2024. 10
2024 arXiv
-
[20]
Chang, S
P. Chang, S. Liu, and K. Driggs-Campbell. Learning visual-audio representations for voice- controlled robots. InIEEE International Conference on Robotics and Automation (ICRA), 2023
2023
-
[21]
Chang, S
P. Chang, S. Liu, T. Ji, N. Chakraborty, K. Hong, and K. R. Driggs-Campbell. A data-efficient visual-audio representation with intuitive fine-tuning for voice-controlled robots. InConfer- ence on Robot Learning (CoRL), 2023
2023
-
[22]
Z. Dong, W. Zhang, X. Huang, H. Ji, X. Zhan, and J. Chen. Hubo-vlm: Unified vision-language model designed for human robot interaction tasks.arXiv preprint arXiv:2308.12537, 2023
2023 arXiv
-
[23]
A. J. Sathyamoorthy, K. Weerakoon, M. Elnoor, A. Zore, B. Ichter, F. Xia, J. Tan, W. Yu, and D. Manocha. Convoi: Context-aware navigation using vision language models in outdoor and indoor environments, 2024. URLhttps://arxiv.org/abs/2403.15637
2024 arXiv
-
[24]
H.-T. L. Chiang, Z. Xu, Z. Fu, M. G. Jacob, T. Zhang, T.-W. E. Lee, W. Yu, C. Schenck, D. Rendleman, D. Shah, F. Xia, J. Hsu, J. Hoech, P. Florence, S. Kirmani, S. Singh, V . Sind- hwani, C. Parada, C. Finn, P. Xu, S. Levine, and J. Tan. Mobility vla: Multimodal in- struction ...
2024 arXiv
-
[25]
Weerakoon, M
K. Weerakoon, M. Elnoor, G. Seneviratne, V . Rajagopal, S. H. Arul, J. Liang, M. K. M. Jaffar, and D. Manocha. Behav: Behavioral rule guided autonomy using vlms for robot navigation in outdoor scenes, 2024. URLhttps://arxiv.org/abs/2409.16484
2024 arXiv
-
[26]
Hirose, C
N. Hirose, C. Glossop, A. Sridhar, D. Shah, O. Mees, and S. Levine. Lelan: Learning a language-conditioned navigation policy from in-the-wild videos, 2024. URLhttps: //arxiv.org/abs/2410.03603
2024 arXiv
-
[27]
B. Chen, Z. Xu, S. Kirmani, B. Ichter, D. Driess, P. Florence, D. Sadigh, L. Guibas, and F. Xia. Spatialvlm: Endowing vision-language models with spatial reasoning capabilities, 2024. URL https://arxiv.org/abs/2401.12168
2024 arXiv
-
[28]
Y . Tang, A. Qu, Z. Wang, D. Zhuang, Z. Wu, W. Ma, S. Wang, Y . Zheng, Z. Zhao, and J. Zhao. Sparkle: Mastering basic spatial capabilities in vision language models elicits generalization to composite spatial reasoning, 2024. URLhttps://arxiv.org/abs/2410.16162
2024
-
[29]
Helbing and P
D. Helbing and P. Molnar. Social force model for pedestrian dynamics.Physical review E, 51 (5):4282, 1995
1995
-
[30]
Mumm and B
J. Mumm and B. Mutlu. Human-robot proxemics: Physical and psychological distancing in human-robot interaction. In2011 6th ACM/IEEE International Conference on Human-Robot Interaction (HRI), pages 331–338, 2011. doi:10.1145/1957656.1957786
2011
-
[31]
Hirose, D
N. Hirose, D. Shah, A. Sridhar, and S. Levine. Sacson: Scalable autonomous control for social navigation.IEEE Robotics and Automation Letters, 2023
2023
-
[32]
Zhu and T
K. Zhu and T. Zhang. Deep reinforcement learning based mobile robot navigation: A review. Tsinghua Science and Technology, 26(5):674–691, 2021
2021
-
[33]
Y . F. Chen, M. Everett, M. Liu, and J. P. How. Socially aware motion planning with deep rein- forcement learning. InIEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 1343–1350, 2017
2017
-
[34]
C. Chen, Y . Liu, S. Kreiss, and A. Alahi. Crowd-robot interaction: Crowd-aware robot naviga- tion with attention-based deep reinforcement learning. InIEEE International Conference on Robotics and Automation (ICRA), pages 6015–6022, 2019. 11
2019
-
[35]
S. Liu, P. Chang, Z. Huang, N. Chakraborty, K. Hong, W. Liang, D. L. McPherson, J. Geng, and K. Driggs-Campbell. Intention aware robot crowd navigation with attention-based interaction graph. InIEEE International Conference on Robotics and Automation (ICRA), pages 12015– 12021, 2023
2023
-
[36]
S. Liu, H. Xia, F. C. Pouria, K. Hong, N. Chakraborty, Z. Hu, J. Biswas, and K. Driggs- Campbell. Height: Heterogeneous interaction graph transformer for robot navigation in crowded and constrained environments.arXiv preprint arXiv:2411.12150, 2025. URL https://arxiv.org/abs/2...
2025
-
[37]
D. M. Nguyen, M. Nazeri, A. Payandeh, A. Datar, and X. Xiao. Toward human-like so- cial robot navigation: A large-scale, multi-modal, social human navigation dataset. In2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 7442–
-
[38]
Hirose, D
N. Hirose, D. Shah, A. Sridhar, and S. Levine. Sacson: Scalable autonomous control for social navigation.IEEE Robotics and Automation Letters, 9(1):49–56, 2024. doi:10.1109/LRA.2023. 3329626
2024 doi
-
[39]
Payandeh, D
A. Payandeh, D. Song, M. Nazeri, J. Liang, P. Mukherjee, A. H. Raj, Y . Kong, D. Manocha, and X. Xiao. Social-llava: Enhancing robot navigation through human-language reasoning in social spaces.arXiv preprint arXiv:2501.09024, 2024
2024 arXiv
-
[40]
Anwar, J
A. Anwar, J. Welsh, J. Biswas, S. Pouya, and Y . Chang. Remembr: Building and reasoning over long-horizon spatio-temporal memory for robot navigation.arXiv preprint arXiv:2409.13682, 2024
2024 arXiv
-
[41]
Zhang, C
A. Zhang, C. Eranki, C. Zhang, J.-H. Park, R. Hong, P. Kalyani, L. Kalyanaraman, A. Gamare, A. Bagad, M. Esteva, and J. Biswas. Towards robust robot 3d perception in urban environ- ments: The ut campus object dataset, 2023. URLhttps://arxiv.org/abs/2309. 13549
2023
-
[42]
W. Wang, C. Duan, Z. Peng, Y . Liu, and B. Zhou. Embodied scene understanding for vision language models via metavqa.arXiv preprint arXiv:2501.09167, 2025
2025 arXiv
-
[43]
Sreeram, T.-H
S. Sreeram, T.-H. Wang, A. Maalouf, G. Rosman, S. Karaman, and D. Rus. Probing multi- modal llms as world models for driving.arXiv preprint arXiv:2405.05956, 2024
2024 arXiv
-
[44]
Chow*, J
W. Chow*, J. Mao*, B. Li, D. Seita, V . C. Guizilini, and Y . Wang. Physbench: Benchmarking and enhancing vision-language models for physical world understanding. InInternational Conference on Learning Representations, 2025
2025
-
[45]
J. Yang, H. Zhang, F. Li, X. Zou, C. Li, and J. Gao. Set-of-mark prompting unleashes extraor- dinary visual grounding in gpt-4v.arXiv preprint arXiv:2310.11441, 2023
2023 arXiv
-
[46]
Rajasegaran, G
J. Rajasegaran, G. Pavlakos, A. Kanazawa, and J. Malik. Tracking people by predicting 3d appearance, location and pose. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2740–2749, 2022
2022
-
[47]
Zhang, H
A. Zhang, H. Sikchi, A. Zhang, and J. Biswas. Creste: Scalable mapless navigation with internet scale priors and counterfactual guidance.arXiv preprint arXiv:2503.03921, 2025
2025 arXiv
-
[48]
Tadic, A
V . Tadic, A. Toth, Z. Vizvari, M. Klincsik, Z. Sari, P. Sarcevic, J. Sarosi, and I. Biro. Perspec- tives of realsense and zed depth sensors for robotic vision applications.Machines, 10(3):183, 2022
2022
-
[49]
Aharony, A
N. Aharony, A. Meshurer, M. Krakovski, Y . Parmet, I. Melzer, and Y . Edan. Comparative analysis of cameras and software tools for skeleton tracking.IEEE Sensors Journal, 2024. 12
2024
-
[50]
Prolific.https://www.prolific.com, 2014.Accessed on [date accessed]
Prolific. Prolific.https://www.prolific.com, 2014.Accessed on [date accessed]
2014
-
[51]
Antol, A
S. Antol, A. Agrawal, J. Lu, M. Mitchell, D. Batra, C. L. Zitnick, and D. Parikh. Vqa: Visual question answering. InProceedings of the IEEE international conference on computer vision, pages 2425–2433, 2015
2015
-
[52]
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning.arXiv preprint arXiv:2501.12948, 2025
2025 arXiv
-
[53]
avoiding
A.-C. Cheng, H. Yin, Y . Fu, Q. Guo, R. Yang, J. Kautz, X. Wang, and S. Liu. Spatialrgpt: Grounded spatial reasoning in vision language models, 2024. URLhttps://arxiv.org/ abs/2406.01584. 13 7 Appendix 7.1 Waypoint Selection Experiments To further demonstrate the practical val...
2024 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.