REVIEW 4 major objections 6 minor 56 references
Beyond Pixels: Introducing Geometric-Semantic World Priors for Video-based Embodied Models via Spatio-temporal Alignment
T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read This paper argues that a video-based vision-language model can navigate and reason about space far better if it is given two memory systems — a learnable geometric-semantic world embedding that acts as a cognitive map, and an episodic memor
desk verdict A plausible dual-memory architecture for video-based embodied models, but the reported numbers contradict each other and the claimed gains are unverified. 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 load-bearing object is the world embedding Eworld, a learnable matrix meant to serve as a geometric-semantic cognitive map: current-frame visual semantics are bound to image-derived geometry via cross-attention and a spatial contrastive loss, while a query made from the global point cloud and action history attends to Eworld to form an episodic trace under an episodic contrastive loss. All of these token streams are then concatenated into the VLM's input, so the model's own attention decides what to retrieve.
What would settle it
Run VEME in the Habitat simulator but alter the scene after the agent builds its point cloud — move a chair or open a door mid-episode — and measure SR/SPL; if navigation success does not degrade, the static-scene assumption is not limiting. Separately, corrupt the point cloud (drop 30% of points or add Gaussian noise) and check whether the 15.3-point episodic-memory advantage survives; if it vanishes, the headline gains depend on map quality rather than on the memory design.
Extended reading notes
Core claim
The paper's central claim is that the reason embodied VLMs fail is not lack of visual semantics but spatial naivety and statelessness, and both can be fixed by a dual-memory architecture. A learnable world embedding Eworld is grounded to geometry by cross-attending visual features to depth/normal-aware features and pulling matched pairs together with a spatial contrastive loss. A separate episodic query, built by concatenating global point-cloud features and the action trajectory, attends to Eworld to produce a per-episode fingerprint, trained with an episodic contrastive loss. These memory tokens are concatenated into the VLM's input sequence, letting Qwen-2.5-VL reason over instruction, cu
Load-bearing premise
The whole apparatus assumes a clean, complete, static 3D point cloud of the scene is available at decision time; if real maps are noisy or the scene changes, the memory modules' claimed benefits are not shown to transfer.
Editorial extensions
If this is right
- Episodic memory, not just scene geometry, is what the ablations identify as the biggest lever: removing it costs 15.3 SPL points, suggesting trajectory history matters more than spatial grounding for navigation success.
- The same architecture, without task-specific heads, transfers across navigation (VLN-CE) and video spatial QA (VSI-Bench), implying a single world-embedding mechanism can serve both planning and question answering.
- Because the memory tokens are fed directly into the VLM's context, the approach is compatible with any instruction-tuned VLM, so gains should compound as base models improve.
- The spatial contrastive loss forces a unique correspondence between 2D semantics and geometric features, which is a direct, testable training signal for object-to-geometry binding.
- On R2R Val-Unseen the method ties ETPNav's SR (57.0) while improving SPL (51.0 vs 49.0), so the claimed edge on that benchmark is primarily path efficiency rather than raw success.
Reading between the lines
- Because the inputs include a complete global point cloud at decision time and the appendix states the framework assumes static scenes, the abstract's claim of gains in 'dynamic environments' is untested; the real-world benefit depends on whether noisy, incomplete, or changing SLAM maps can be tolerated.
- The episodic-memory mechanism could plausibly extend to other spatially grounded VLM tasks — 3D visual grounding, object-state tracking, or manipulation affordance prediction — but the paper only demonstrates navigation and QA, so that transfer is an open question rather than a result.
- The RxR numbers in Table 1 tell a more modest story than the R2R numbers: VEME trails ETPNav on RxR Val-Unseen (50.7 vs 54.7 SR), so the claimed superiority is specific to the R2R benchmark and to SPL.
- A direct stress test of the framework's robustness would be to feed it point clouds with simulated sensor noise or occlusion, since the geometric and episodic modules are both built on that input; the ablation table suggests VGGT removal collapses MRA from 55.7 to 19.2, so the system's spatial QA is sharply dependent on geometry-feature quality.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes VEME, a VLM extension for embodied navigation and spatial reasoning. VEME augments Qwen-2.5-VL-7B with (i) a learnable world embedding serving as spatial semantic memory, (ii) a cross-modal alignment module that grounds 2D visual semantics in geometric features via cross-attention and a contrastive loss, and (iii) an episodic memory module that encodes trajectory and point-cloud history into a query vector attended against the world embedding. The model is trained end-to-end with a weighted combination of task loss, spatial loss, and episodic loss, and is evaluated on VLN-CE (R2R, RxR) and VSI-Bench. The paper claims considerable improvements over specialized baselines such as ETPNav, NaVILA, and Spatial-MLLM.
Significance. If the headline results were reliable, VEME would provide a concrete, modular recipe for injecting geometric and episodic priors into VLMs, with a clearly specified architecture and training setup. The work is not circular in the derivation sense: the contrastive losses are learned supervision, not fitted parameters that analytically reduce the benchmark results. The paper also ships a high level of implementation detail (encoders, LoRA, hyperparameters, data recipe). However, the empirical claims are the central contribution, and the reported evidence contains internal numerical inconsistencies that undermine those claims. The static-environment limitation stated in Appendix E also directly contradicts the abstract's dynamic-environment claim.
major comments (4)
- [§4.2, Table 1, Table 3] The headline VLN-CE results are internally inconsistent. Section 4.2 states VEME achieves SR 57.0 and SPL 46.7 on R2R Val-Unseen, but Table 1 lists SPL 51.0. The same paragraph says ETPNav scores 42.0/36.5, while Table 1 lists ETPNav as 57.0/49.0. Table 3 reports the Full Model SPL as 65.1 on VLN-CE, 14.1 points above Table 1's 51.0, with no stated difference in split, metric, or checkpoint. These are not baseline-choice disagreements; the paper's own tables do not support a stable comparison.
- [Appendix C.4] The reported Wilcoxon signed-rank p-values are impossible for n=5. With five paired observations, the smallest achievable two-sided p-value is 2/2^5 = 0.0625 (and 1/32 = 0.03125 one-sided), assuming no ties. The values p=0.0003, 0.0005, 0.0007, and 0.0011 cannot be obtained from five samples. The statistical significance claims for the ablations are therefore unsupported and the reported numbers cannot be correct.
- [Table 2] The VSI-Bench 'Avg' column is not reproducible from the per-task scores. For VEME, the eight listed task accuracies average to 372.9/8 = 46.6, not the reported 49.3; for Spatial-MLLM they average to 375.6/8 = 47.0, not 48.4. No alternative weighting formula is given. As a result, the claim that VEME 'surpassed' Spatial-MLLM on average cannot be verified from the table.
- [Abstract and Appendix E] The abstract claims improvements in 'dynamic environments' and 'dynamic, open-set tasks', and the introduction repeats this framing. Appendix E explicitly states that 'our current framework operates under a static environment assumption. It is not designed to handle dynamic scenes with moving objects, interacting agents, or significant changes in layout.' Since the method relies on a complete global point cloud Pt at decision time (Section 3.1) and on geometric/episodic memory built from that static input, the dynamic-environment claim is overstated. This is a scope mismatch, not a minor wording issue.
minor comments (6)
- [§3.1] Heading contains a typo: 'Premilinaries' should be 'Preliminaries'.
- [References] The reference 'brian ichter et al. 2022' is not properly capitalized; the author name should be formatted consistently with other references.
- [A.3 / Table 5] LoRA rank is given as r=8 in the main text and Section A.2, but Table 5 lists LoRA Rank = 16. These need to be reconciled.
- [Appendix C.2] The 'Computational Cost and Efficiency' section appears to be empty in the submitted manuscript, immediately followed by C.3. Either content is missing or the heading is stray.
- [Table 2] The 'Rank' column is internally inconsistent: Gemini-1.5 Pro and Spatial-MLLM both receive rank 2, while the subsequent rank labels (3, 4, 5, ...) do not match a strict rank ordering. This makes the rank column confusing.
- [§4.2] The heading 'Computational Cost and Efficiency' appears placed within the visual navigation results paragraph, and there is no corresponding content there. This is likely a formatting artifact but should be fixed.
Circularity Check
No significant circularity: the claimed improvements are empirical benchmark results, not derived by construction from fitted parameters or self-citations.
full rationale
The paper's central claims are empirical: VEME is trained end-to-end on navigation and spatial-reasoning benchmarks, and its reported gains come from external evaluations (VLN-CE, VSI-Bench) against external baselines. The 'world embedding' Eworld is a learnable parameter matrix; the contrastive losses Lspatial and Lepisodic are standard training objectives that shape representations, but no benchmark number is computed from these losses by definition, nor is any 'prediction' equal to a fitted parameter. The method is not justified by a uniqueness theorem or by an ansatz imported from the authors' prior work; the few self-citations (e.g., Zhang et al. 2025, Sheng 2025) appear only in related-work context and do not carry the derivation. The internal numerical inconsistencies in the tables (e.g., differing SPL values for the same configuration) are correctness or reproducibility concerns, not circularity. The derivation chain is therefore self-contained with respect to circularity.
Assumptions & free parameters
free parameters (5)
- World Embedding size Nw =
not specified
- Spatial loss weight lambda_s =
0.1
- Episodic loss weight lambda_e =
0.1
- Contrastive temperature tau =
0.07
- LoRA rank r =
8 (Section A.2) vs 16 (Appendix Table 5)
assumptions (5)
- domain assumption Contrastive alignment between 2D semantic features and 3D geometric features improves spatial reasoning and generalization.
- domain assumption A learnable 'world embedding' can serve as a reusable cognitive map of spatial concepts.
- domain assumption Episodic memory formed from point clouds and action trajectories is useful for downstream navigation and QA.
- domain assumption The training data does not overlap with the evaluation benchmarks.
- standard math Standard Transformer backpropagation and InfoNCE contrastive learning work as expected.
invented entities (2)
-
World Embedding (Eworld)
-
Episodic feature (Fepisodic)
Cite this review
Pith. "Pith review of Beyond Pixels: Introducing Geometric-Semantic World Priors for Video-based Embodied Models via Spatio-temporal Alignment." pith.science (2026). https://pith.science/paper/SQYMHGI4
@misc{pith2026250900210,
author = {Pith},
title = {Pith review of: Beyond Pixels: Introducing Geometric-Semantic World Priors for Video-based Embodied Models via Spatio-temporal Alignment},
year = {2026},
howpublished = {\url{https://pith.science/paper/SQYMHGI4}},
note = {Machine review of arXiv:2509.00210}
}
read the original abstract
Achieving human-like reasoning in deep learning models for complex tasks in unknown environments remains a critical challenge in embodied intelligence. While advanced vision-language models (VLMs) excel in static scene understanding, their limitations in spatio-temporal reasoning and adaptation to dynamic, open-set tasks like task-oriented navigation and embodied question answering (EQA) persist due to inadequate modeling of fine-grained spatio-temporal cues and physical world comprehension. To address this, we propose VEME, a novel cross-modal alignment method that enhances generalization in unseen scenes by learning an ego-centric, experience-centered world model. Our framework integrates three key components: (1) a cross-modal alignment framework bridging objects, spatial representations, and visual semantics with spatio-temporal cues to enhance VLM in-context learning; (2) a dynamic, implicit cognitive map activated by world embedding to enable task-relevant geometric-semantic memory recall; and (3) an instruction-based navigation and reasoning framework leveraging embodied priors for long-term planning and efficient exploration. By embedding geometry-aware spatio-temporal episodic experiences, our method significantly improves reasoning and planning in dynamic environments. Experimental results on VSI-Bench and VLN-CE demonstrate 1%-3% accuracy and exploration efficiency improvement compared to traditional approaches.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint howpublished institution isbn journal key month note number organization pages publisher school series title type volume year label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block FUNCTION init.state.consts #0 'before.a...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
An, D.; Wang, H.; Wang, W.; Wang, Z.; Huang, Y.; He, K.; and Wang, L. 2024. Etpnav: Evolving topological planning for vision-language navigation in continuous environments. IEEE Transactions on Pattern Analysis and Machine Intelligence
work page 2024
-
[4]
Anderson, P.; Wu, Q.; Teney, D.; Bruce, J.; Johnson, M.; Gould, S.; and van den Hengel, A. 2018. Vision-and-Language Navigation: Interpreting visually-grounded navigation instructions in real environments. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR 2018), Spotlight Oral
work page 2018
-
[6]
Bai, S.; Chen, K.; Liu, X.; Wang, J.; Ge, W.; Song, S.; Dang, K.; Wang, P.; Wang, S.; Tang, J.; Zhong, H.; Zhu, Y.; Yang, M.; Li, Z.; Wan, J.; Wang, P.; Ding, W.; Fu, Z.; Xu, Y.; Ye, J.; Zhang, X.; Xie, T.; Cheng, Z.; Zhang, H.; Yang, Z.; Xu, H.; and Lin, J. 2025 b . Qwen2.5-VL Technical Report. ArXiv, abs/2502.13923
arXiv 2025
-
[7]
Bermudez-Contreras, E.; Clark, B. J.; and Wilber, A. 2020. The Neuroscience of Spatial Navigation and the Relationship to Artificial Intelligence. Frontiers in Computational Neuroscience, Volume 14 - 2020
work page 2020
-
[8]
brian ichter; Brohan, A.; Chebotar, Y.; Finn, C.; Hausman, K.; Herzog, A.; Ho, D.; Ibarz, J.; Irpan, A.; Jang, E.; Julian, R.; Kalashnikov, D.; Levine, S.; Lu, Y.; Parada, C.; Rao, K.; Sermanet, P.; Toshev, A. T.; Vanhoucke, V.; Xia, F.; Xiao, T.; Xu, P.; Yan, M.; Brown, N.; Ahn, M.; Cortes, O.; Sievers, N.; Tan, C.; Xu, S.; Reyes, D.; Rettinghouse, J.; Q...
work page 2022
-
[9]
Chang, A.; Dai, A.; Funkhouser, T.; Halber, M.; Niessner, M.; Savva, M.; Song, S.; Zeng, A.; and Zhang, Y. 2017. Matterport3D: Learning from RGB-D Data in Indoor Environments. International Conference on 3D Vision (3DV)
work page 2017
Show all 56 references
-
[10]
Chen, G.; Pan, L.; Chen, Y.; Xu, P.; Wang, Z.; Wu, P.; Ji, J.; and Chen, X. 2020. Robot Navigation with Map-Based Deep Reinforcement Learning. In Proceedings of the IEEE International Conference on Networking, Sensing and Control (ICNSC), 1--6
2020
-
[11]
Chen, K.; Xiao, J.; Liu, J.; Tong, Q.; Zhang, H.; Liu, R.; Zhang, J.; Ajoudani, A.; and Chen, S. 2025. Semantic visual simultaneous localization and mapping: A survey. IEEE Transactions on Intelligent Transportation Systems
2025
-
[12]
Chen, Z.; Wu, J.; Wang, W.; Su, W.; Chen, G.; Xing, S.; Zhong, M.; Zhang, Q.; Zhu, X.; Lu, L.; et al. 2024. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. In CVPR
2024
-
[13]
Cheng, A.-C.; Ji, Y.; Yang, Z.; Gongye, Z.; Zou, X.; Kautz, J.; Bıyık, E.; Yin, H.; Liu, S.; and Wang, X. 2025 a . NaVILA: Legged Robot Vision-Language-Action Model for Navigation. arXiv:2412.04453
2025 arXiv
-
[14]
Cheng, A.-C.; Ji, Y.; Yang, Z.; Zou, X.; Kautz, J.; Biyik, E.; Yin, H.; Liu, S.; and Wang, X. 2025 b . NaVILA: Legged Robot Vision-Language-Action Model for Navigation. In RSS
2025
-
[15]
Coppolino, S.; and Migliore, M. 2023. An explainable artificial intelligence approach to spatial navigation based on hippocampal circuitry. Neural Networks, 163: 97--107
2023
-
[16]
X.; Savva, M.; Halber, M.; Funkhouser, T.; and Nie ner, M
Dai, A.; Chang, A. X.; Savva, M.; Halber, M.; Funkhouser, T.; and Nie ner, M. 2017. ScanNet: Richly-annotated 3D Reconstructions of Indoor Scenes. In Proc. Computer Vision and Pattern Recognition (CVPR), IEEE
2017
-
[17]
A.; Patai, E
Epstein, R. A.; Patai, E. Z.; Julian, J. B.; and Spiers, H. J. 2017. The cognitive map in humans: spatial navigation and beyond. Nature Neuroscience, 20: 1504--1513
2017
-
[18]
Hong, Y.; Wang, Z.; Wu, Q.; and Gould, S. 2022. Bridging the gap between learning in discrete and continuous environments for vision-and-language navigation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 15439--15449
2022
-
[19]
Hong, Y.; Wu, Q.; Qi, Y.; Rodriguez‑Opazo, C.; and Gould, S. 2021. VLN‑BERT: A Recurrent Vision‑and‑Language BERT for Navigation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
2021
-
[20]
Huang, J.; Yong, S.; Ma, X.; Linghu, X.; Li, P.; Wang, Y.; Li, Q.; Zhu, S.-C.; Jia, B.; and Huang, S. 2024. An Embodied Generalist Agent in 3D World. In Proceedings of the International Conference on Machine Learning (ICML)
2024
-
[21]
P.; Perelman, A.; Ramesh, A.; Clark, A.; Ostrow, A.; Welihinda, A.; Hayes, A.; Radford, A.; et al
Hurst, A.; Lerer, A.; Goucher, A. P.; Perelman, A.; Ramesh, A.; Clark, A.; Ostrow, A.; Welihinda, A.; Hayes, A.; Radford, A.; et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276
2024 arXiv
-
[22]
Jia, Z.; Lin, K.; Zhao, Y.; Gao, Q.; Thattai, G.; and Sukhatme, G. S. 2022. Learning to Act with Affordance-Aware Multimodal Neural SLAM
2022
-
[23]
Li, B.; Zhang, Y.; Guo, D.; Zhang, R.; Li, F.; Zhang, H.; Zhang, K.; Li, Y.; Liu, Z.; and Li, C. 2024 a . LLaVA-OneVision: Easy Visual Task Transfer. arXiv preprint arXiv:2408.03326
2024 arXiv
-
[24]
Li, J.; Zhang, N.; Qu, X.; Lu, K.; Li, G.; Wan, J.; and Wang, J. 2025. RATE-Nav: Region-Aware Termination Enhancement for Zero-shot Object Navigation with Vision-Language Models. In ACL (Findings), 6564--6574. Association for Computational Linguistics
2025
-
[25]
Li, K.; Yu, B.; Zheng, Q.; Zhan, Y.; Zhang, Y.; Zhang, T.; Yang, Y.; Chen, Y.; Sun, L.; Cao, Q.; Shen, L.; Li, L.; Tao, D.; and He, X. 2024 b . MuEP: A Multimodal Benchmark for Embodied Planning with Foundation Models. In Proceedings of the Thirty-Third International Joint Con...
2024
-
[26]
Liang, J.; Wang, Z.; Cao, Y.; Chiun, J.; Zhang, M.; and Sartoretti, G. A. 2023. Context-Aware Deep Reinforcement Learning for Autonomous Robotic Navigation in Unknown Area. In Tan, J.; Toussaint, M.; and Darvish, K., eds., Proceedings of The 7th Conference on Robot Learning, v...
2023
-
[27]
Lin, J.; Yin, H.; Ping, W.; Lu, Y.; Molchanov, P.; Tao, A.; Mao, H.; Kautz, J.; Shoeybi, M.; and Han, S. 2023. VILA: On Pre-training for Visual Language Models. 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 26679--26689
2023
-
[28]
Liu, H.; Li, C.; Wu, Q.; and Lee, Y. J. 2023. Visual Instruction Tuning
2023
-
[29]
Liu, X.; Armstrong, V.; Nabil, S.; and Muise, C. 2021. Exploring multi-view perspectives on deep reinforcement learning agents for embodied object navigation in virtual home environments. In Proceedings of the 31st Annual International Conference on Computer Science and Softwa...
2021
-
[30]
Liu, Y.; Chen, W.; Bai, Y.; Liang, X.; Li, G.; Gao, W.; and Lin, L. 2025. Aligning cyber space with physical world: A comprehensive survey on embodied ai. IEEE/ASME Transactions on Mechatronics
2025
-
[31]
Ma, X.; Yong, S.; Zheng, Z.; Li, Q.; Liang, Y.; Zhu, S.-C.; and Huang, S. 2023. SQA 3D: Situated Question Answering in 3D Scenes. In The Eleventh International Conference on Learning Representations
2023
-
[32]
Moscovitch, M.; Rosenbaum, R.; Gilboa, A.; Addis, D.; Westmacott, R.; Grady, C.; McAndrews, M.; Levine, B.; Black, S.; Winocur, G.; et al. 2005. Functional neuroanatomy of remote episodic, semantic and spatial memory: a unified account based on multiple trace theory. Journal o...
2005
-
[33]
Nadel, L.; and Hardt, O. 2011. Update on memory systems and processes. Neuropsychopharmacology, 36(1): 251--273
2011
-
[34]
Oquab, M.; Darcet, T.; Moutakanni, T.; Vo, H. V.; Szafraniec, M.; Khalidov, V.; Fernandez, P.; Haziza, D.; Massa, F.; El-Nouby, A.; Howes, R.; Huang, P.-Y.; Xu, H.; Sharma, V.; Li, S.-W.; Galuba, W.; Rabbat, M.; Assran, M.; Ballas, N.; Synnaeve, G.; Misra, I.; Jegou, H.; Maira...
2023
-
[35]
S.; O'Brien, J.; Cai, C
Park, J. S.; O'Brien, J.; Cai, C. J.; Morris, M. R.; Liang, P.; and Bernstein, M. S. 2023. Generative agents: Interactive simulacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, 1--22
2023
-
[36]
Z.; Clark, J.; Dixit, A.; Itkina, M.; Majumdar, A.; and Sadigh, D
Ren, A. Z.; Clark, J.; Dixit, A.; Itkina, M.; Majumdar, A.; and Sadigh, D. 2024. Explore until Confident: Efficient Exploration for Embodied Question Answering. In arXiv preprint arXiv:2403.15941
2024 arXiv
-
[37]
Sarch, G.; Wu, Y.; Tarr, M.; and Fragkiadaki, K. 2023. Open-Ended Instructable Embodied Agents with Memory-Augmented Large Language Models. In Bouamor, H.; Pino, J.; and Bali, K., eds., Findings of the Association for Computational Linguistics: EMNLP 2023, 3468--3500. Singapor...
2023
-
[38]
T.; Sunny, M
Shahria, M. T.; Sunny, M. S. H.; Zarif, M. I. I.; Ghommam, J.; Ahamed, S. I.; and Rahman, M. H. 2022. A comprehensive review of vision-based robotic applications: Current state, components, approaches, barriers, and potential solutions. Robotics, 11(6): 139
2022
-
[39]
Sheng, J. Z. 2025. GAM-Agent: Game-Theoretic and Uncertainty-Aware Collaboration for Complex Visual Reasoning . https://arxiv.org/abs/2505.23399. ArXiv:2505.23399, arXiv:2505.23399
2025 arXiv
-
[40]
I.; Burnell, R.; Bai, L.; Gulati, A.; Tanzer, G.; Vincent, D.; Pan, Z.; Wang, S.; et al
Team, G.; Georgiev, P.; Lei, V. I.; Burnell, R.; Bai, L.; Gulati, A.; Tanzer, G.; Vincent, D.; Pan, Z.; Wang, S.; et al. 2024. Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context. arXiv preprint arXiv:2403.05530
2024 arXiv
-
[41]
Wang, H.; Liang, W.; Van Gool, L.; and Wang, W. 2023. Dreamwalker: Mental planning for continuous vision-language navigation. In Proceedings of the IEEE/CVF international conference on computer vision, 10873--10883
2023
-
[42]
Wang, J.; Chen, M.; Karaev, N.; Vedaldi, A.; Rupprecht, C.; and Novotny, D. 2025. VGGT: Visual Geometry Grounded Transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
2025
-
[43]
Wu, D.; Liu, F.; Hung, Y.-H.; and Duan, Y. 2025 a . Spatial-MLLM: Boosting MLLM Capabilities in Visual-based Spatial Intelligence. arXiv preprint arXiv:2505.23747
2025 arXiv
-
[44]
Wu, X.; DeTone, D.; Frost, D.; Shen, T.; Xie, C.; Yang, N.; Engel, J.; Newcombe, R.; Zhao, H.; and Straub, J. 2025 b . Sonata: Self-Supervised Learning of Reliable Point Representations. In CVPR
2025
-
[45]
Xue, F.; Chen, Y.; Li, D.; Hu, Q.; Zhu, L.; Li, X.; Fang, Y.; Tang, H.; Yang, S.; Liu, Z.; He, E.; Yin, H.; Molchanov, P.; Kautz, J.; Fan, L.; Zhu, Y.; Lu, Y.; and Han, S. 2024. LongVILA: Scaling Long-Context Visual Language Models for Long Videos. ArXiv, abs/2408.10188
2024 arXiv
-
[46]
Yang, J.; Yang, S.; Gupta, A.; Han, R.; Fei-Fei, L.; and Xie, S. 2024. Thinking in Space: How Multimodal Large Language Models See, Remember and Recall Spaces . arXiv preprint arXiv:2412.14171
2024 arXiv
-
[47]
W.; Han, R.; Fei-Fei, L.; and Xie, S
Yang, J.; Yang, S.; Gupta, A. W.; Han, R.; Fei-Fei, L.; and Xie, S. 2025. Thinking in space: How multimodal large language models see, remember, and recall spaces. In Proceedings of the Computer Vision and Pattern Recognition Conference, 10632--10643
2025
-
[48]
Yin, B.; Wang, Q.; Zhang, P.; Zhang, J.; Wang, K.; Wang, Z.; Zhang, J.; Chandrasegaran, K.; Liu, H.; Krishna, R.; et al. 2025. Spatial Mental Modeling from Limited Views. arXiv preprint arXiv:2506.21458
2025
-
[49]
Yu, B.; Kasaei, H.; and Cao, M. 2023. L3MVN: Leveraging Large Language Models for Visual Target Navigation. In 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 3554–3560. IEEE
2023
-
[50]
Zhai, X.; Mustafa, B.; Kolesnikov, A.; and Beyer, L. 2023. Sigmoid loss for language image pre-training. In Proceedings of the IEEE/CVF international conference on computer vision, 11975--11986
2023
-
[51]
Zhang, J.; Huang, Z.; Fan, Y.; Liu, N.; Li, M.; Yang, Z.; Yao, J.; Wang, J.; and Wang, K. 2025. KABB : Knowledge-Aware Bayesian Bandits for Dynamic Expert Coordination in Multi-Agent Systems. In Forty-second International Conference on Machine Learning
2025
-
[52]
Zhang, J.; Wang, K.; Xu, R.; Zhou, G.; Hong, Y.; Fang, X.; Wu, Q.; Zhang, Z.; and Wang, H. 2024 a . Navid: Video-based vlm plans the next step for vision-and-language navigation. arXiv preprint arXiv:2402.15852
2024 arXiv
-
[53]
Zhang, P.; Zhang, K.; Li, B.; Zeng, G.; Yang, J.; Zhang, Y.; Wang, Z.; Tan, H.; Li, C.; and Liu, Z. 2024 b . Long Context Transfer from Language to Vision. ArXiv, abs/2406.16852
2024 arXiv
-
[54]
Zhang, Y.; Wu, J.; Li, W.; Li, B.; Ma, Z.; Liu, Z.; and Li, C. 2024 c . Video Instruction Tuning With Synthetic Data. ArXiv, abs/2410.02713
2024 arXiv
-
[55]
Zheng, D.; Huang, S.; and Wang, L. 2025. Video-3d llm: Learning position-aware video representation for 3d scene understanding. In Proceedings of the Computer Vision and Pattern Recognition Conference, 8995--9006
2025
-
[56]
Zheng, Q.; Liu, D.; Wang, C.; Zhang, J.; Wang, D.; and Tao, D. 2025. Vision-and-Language Navigation with Episodic Scene Memory. International Journal of Computer Vision, 133(1): 254--274
2025
-
[57]
Zou, X.; Song, Y.; Qiu, R.-Z.; Peng, X.; Ye, J.; Liu, S.; and Wang, X. 2025. 3D-SPATIAL MULTIMODAL MEMORY. In The Thirteenth International Conference on Learning Representations
2025
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.