REVIEW 5 major objections 6 minor 272 references
RoboInter1.5: A Holistic Intermediate Representation Suite for Embodied World Modeling and Robotic Manipulation
T0 review · 5 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read The paper argues that dense, per-frame intermediate representations—subtasks, object and gripper boxes, affordances, grasp poses, motion traces—produced at scale with human review, improve embodied reasoning, action execution, and world-mod
desk verdict A large, genuinely useful dataset and a plausible world-model conditioning recipe; the headline claims run ahead of the evidence because annotation accuracy is unaudited and the strongest world-model numbers are oracle-conditioned. 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 central object is RoboInter-Data, a per-frame annotated corpus of 230k manipulation episodes with ten-plus label types—subtasks, primitive skills, object and gripper boxes, segmentation masks, affordances, grasp poses, contact points, motion traces—all synchronized with actions and two camera views. Around it sit three constructions that carry the argument: RoboInter-VQA, which converts those labels into roughly 2.2 million spatial and temporal QA pairs; F-CoT, a flexible chain-of-thought that feeds planner outputs into the executor in textual or visual form; and RoboInter-CV, which renders object-point trajectories and gripper traces onto a blank canvas to serve as visually encoded cont
What would settle it
Take a random sample of, say, 1,000 episodes and have two independent annotators re-label all ten annotation types with the same tool; if agreement on grasp poses, affordances, and contact frames is near chance, the benchmark gains are likely inflated by label bias. Similarly, a held-out set labeled entirely by a second independent team would settle whether the VQA and world-model gains replicate.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a unified suite of dense intermediate representations, synchronized with executed actions across 230k episodes and 571 scenes, makes embodied models better at all three things they are asked to do: understand manipulation scenes, execute manipulation policies, and simulate future world states. The strongest evidence is in the world model: conditioning a 14B video-diffusion model on rendered segmentation masks and gripper traces instead of raw action sequences raises PSNR from 18.26 to 21.05 and cuts LPIPS from 0.171 to 0.102, and the gain grows with prediction horizon. On the control side, decoupling planning from execution and feeding the exec
Load-bearing premise
The result depends on the automatically generated, human-reviewed labels being accurate enough to serve as ground truth; the paper reports no inter-annotator agreement or audited error rates, so every downstream gain inherits whatever noise and bias the annotation pipeline has.
Editorial extensions
If this is right
- If the central claim holds, future manipulation datasets should include dense per-frame labels as a standard component rather than just instructions and actions.
- Intermediate-conditioned world models should replace action-only conditioning for long-horizon simulation; the fidelity gap widens as prediction horizon grows.
- Explicit, decoupled plan-then-execute architectures are likely to beat implicit end-to-end designs on out-of-distribution tasks, because they give the executor actionable geometric priors.
- The planner trained on this corpus transfers to external embodied reasoning benchmarks, suggesting the learned representations generalize beyond the original scenes.
- World-model-predicted latent features can serve as actionable inputs to a VLA policy, narrowing the gap to ground-truth latent features.
Reading between the lines
- Editorial inference: the same annotation schema could serve as a shared token vocabulary across embodiments; if traces, boxes, and affordances are defined in image space, a policy trained on one robot may transfer to another with only the low-level executor retrained.
- Editorial inference: the paper's noise-injection training on intermediate controls hints that planner-generated imperfect controls are enough; a testable extension is to measure how much annotation noise the system tolerates before world-model gains disappear.
- Editorial inference: because the world model accepts rendered control videos, it may be possible to optimize plans by back-propagating through the world model over the control video, effectively turning the planner into a differentiable simulator—this is not explored in the paper.
- Editorial inference: if annotation errors are systematic (for example, biased grasp poses), the reported gains partly measure the annotation pipeline rather than the representations themselves; independent audits would separate those effects.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents RoboInter1.5, a suite of dense, per-frame intermediate representations for robotic manipulation, built on a 230k-episode dataset with ten-plus annotation types, a VQA benchmark (RoboInter-VQA), a VLM planner (RoboInter-VLM), plan-then-execute VLA variants (RoboInter-VLA), and an intermediate-representation-conditioned world model (RoboInter-World). The central claim is that these dense, human-verified intermediate representations improve embodied reasoning, action execution, and world-model fidelity, with the strongest reported results being large VQA gains over zero-shot generalists, an OOD closed-loop success improvement from 38.3% to 58.3% on a Franka arm, and a world-model PSNR improvement from 18.26 to 21.05 when conditioning on rendered traces and masks instead of raw actions.
Significance. If the annotation quality and the empirical gains hold, this is a valuable resource and a useful conceptual contribution: it unifies reasoning, control, and world modeling around a single intermediate-representation interface, and it reports results on third-party benchmarks, a real-robot closed-loop study, and oracle-versus-planner control protocols. Strengths include the breadth of annotation types, the explicit construction of control videos, multiple VLA paradigms, and evaluation across model scales. However, the load-bearing premise—that the automatically generated, human-reviewed labels are accurate enough to serve as ground truth for 230k episodes—is not directly measured, and several headline numerical claims lack error bars or significance tests. The resource is likely to be useful regardless, but the strength of the as-stated claims exceeds what the evidence currently supports.
major comments (5)
- [§3.1, Fig. 2, A.2] The dataset-quality claim rests on an unmeasured annotation error rate. The pipeline combines SAM2 tracking, estimated calibration matrices, gripper detection, and ChatGPT pre-annotations, with human review described only as 'inspection'. No inter-annotator agreement, audit subset, or per-type error statistics are reported; calibration details are deferred to RoboInter1.0. Since grasp boxes, contact points, traces, and placement proposals all derive from the 2D end-effector at the contact frame, calibration or frame-offset errors propagate into every downstream annotation. All VQA, OLS, PSNR, and closed-loop results are evaluated on splits from the same annotated corpora, so unknown label noise is confounded with the claimed benefits. Please provide an independent audit: a random sample of episodes re-annotated by multiple annotators, with per-type agreement/error rates and a calibration
- [§5.3, Fig. 7] The closed-loop claim that RoboInter-IC-E2E improves OOD success from 38.3% to 58.3% is reported without error bars, confidence intervals, trial-level logs, or statistical tests. The caption says results come from 15 ID and 15 OOD trials per task; with four tasks and binary outcomes, the standard error of a 58.3% success proportion from 15 trials is about 12.7 percentage points, so the 20-point gap is not obviously significant. Please report exact trial counts, per-task Wilson intervals, and a significance test (e.g., permutation or Fisher's exact test) over the full trial set.
- [§5.5, Table 10] The claim that RoboInter-World latent features yield 'consistent and substantial gains' is not supported at the 55K training step: OLS@0.03 improves from 22.09 to 22.17 (+0.08 percentage points) and OLS@0.05 from 35.74 to 35.97 (+0.23). These differences are within plausible noise, especially since no repeated seeds or confidence intervals are reported, and the I2V-baseline comparison itself changes sign across thresholds. Please report seed variance, confidence intervals, or additional checkpoints, and soften the conclusion accordingly.
- [§3.2, §5.1, Table 3] The RoboInter-VQA benchmark is constructed from the same annotation pipeline that trains RoboInter-VLM, so the large margins over zero-shot generalists (e.g., 76.1% vs 46.6% on object grounding) are partly by construction: the model is fine-tuned on the exact annotation schema used to generate the test questions. This does not invalidate the benchmark, but it means Table 3 does not independently validate annotation quality or generalization to a different annotation distribution. A human ceiling, an external annotation benchmark, or a cross-corpus test split would strengthen the claim that the representations themselves are accurate and transferable.
- [§5.4, Tables 6–9] World-model results are reported as single numbers without error bars or repeated-seed variance. Many comparisons are small (e.g., Table 8: Seg 20.38 vs Seg+Trace 20.43 at 1.3B; Table 9: planner-control 20.17 vs action 18.26 at 14B but with no spread). The large PSNR gains from Inter over Action are encouraging, but the manuscript should state the number of seeds, standard deviations, or confidence intervals so the reader can distinguish real improvements from checkpoint or tuning noise.
minor comments (6)
- [Table 2] The column header 'CO-CO' appears to be a typo for 'COCO'; please check the benchmark name and caption.
- [Table 3 caption] The caption says 'ACC@IOU>0.1' for spatial generation, but several entries are '–' and the threshold is not applied consistently across model rows. Clarify the evaluation protocol for missing entries.
- [Figure 5] The x-axis is labeled 'Training Steps (log scale)' with ticks at 1k, 5k, 10k, and 20k, but the text says curves run to 40k steps. Add the 40k tick or adjust the caption.
- [A.2] The appendix states 'For detailed appendix content, please refer to RoboInter1.0.' Since the present paper is presented as a standalone suite, essential details such as calibration estimation, annotation tool workflows, and prompt templates should either be included or the dependency on the previous report should be made explicit in the main text.
- [§4.3, Eq. (2)] In Eq. (2), the flow-matching target v_t and the clean future latent y are used without explicit definitions. Please define them and state the noise schedule used.
- [§3.3] RoboInter-CV is described as containing 65k clip-level samples from 16.9k episodes, but RoboInter-Data contains 230k episodes. Clarify what fraction of episodes survives the filtering and why; this affects the representativeness of the world-model training set.
Circularity Check
Oracle-control world-model evaluation partially answers itself; core claims still have independent support.
-
self definitional
[Section 4.3 (Control Protocol; Eqs. 1-2), Table 6]
"In the oracle-control protocol, control videos are rendered from ground-truth annotations, measuring the upper-bound utility of high-quality intermediate representations."
Under Eqs. (1)-(2), the control video u is rendered from future-annotation traces and masks, while the optimization target y is the future video latent of the same episode. The oracle-conditioned 'prediction' therefore has the future's spatial structure already in its input; the reported 18.26→21.05 PSNR gain over action-only conditioning partly reflects this leak. The paper transparently labels this an upper bound and supplies a planner-control variant (Table 9) that also beats action-only, so the circularity is partial and not the sole basis of the world-model claim.
full rationale
The suite's central claims are not globally circular. RoboInter-Data is a dataset resource; its annotations are produced by the described semi-automatic pipeline, not derived from the downstream models. The VLM is evaluated both on RoboInter-VQA (a held-out split of the same annotation pool, which is a standard supervised evaluation rather than a circular reduction) and on third-party benchmarks (Table 2: Where2Place, RoboRefIt, RoboVQA, RefCOCO), which provide external signal. The VLA closed-loop gains are measured on real-world ID/OOD tasks against OpenVLA/Pi-0 baselines, and the world-model improvement is reproduced under planner-control (Table 9), where the controls are predicted rather than taken from ground truth. The main caveats are auditability, not circularity: §3.1 reports no inter-annotator agreement or per-type error rates, and A.2 defers substantial methodology to the self-cited RoboInter1.0 report; these undermine verification of the 'high fidelity' claim but do not equate the derivations to their inputs. The one by-construction element is the oracle-control protocol, scored above.
Assumptions & free parameters
free parameters (4)
- RoboInter-CV clip-filtering thresholds
- Control-video point sampling density
- OLS error thresholds (@0.1, @0.05, @0.03, @0.01)
- Stochastic perturbation schedule for planner-control robustness
assumptions (4)
- domain assumption Human-reviewed automated annotations (SAM2 tracking, estimated calibration, ChatGPT pre-annotation) are accurate at 230k-episode scale
- domain assumption OpenX/RH20T/DROID teleoperated episodes provide sufficient diversity for the generalization claims
- standard math Standard VLM, VAE, and diffusion training assumptions hold (cross-entropy, flow-matching objective)
- domain assumption Open-loop score correlates with closed-loop success
Cite this review
Pith. "Pith review of RoboInter1.5: A Holistic Intermediate Representation Suite for Embodied World Modeling and Robotic Manipulation." pith.science (2026). https://pith.science/paper/QU7QVVS7
@misc{pith2026260718709,
author = {Pith},
title = {Pith review of: RoboInter1.5: A Holistic Intermediate Representation Suite for Embodied World Modeling and Robotic Manipulation},
year = {2026},
howpublished = {\url{https://pith.science/paper/QU7QVVS7}},
note = {Machine review of arXiv:2607.18709}
}
read the original abstract
Existing robot datasets remain expensive to curate, embodiment-specific, and insufficiently annotated with the fine-grained structure required for generalizable reasoning, execution, or long-horizon environment dynamics simulation. Building on our prior work, RoboInter1.0, we present RoboInter1.5, an extended and holistic suite of intermediate representations for both robotic manipulation and embodied world modeling. RoboInter1.5 provides a unified resource of data, benchmarks, and models centered on dense manipulation-oriented intermediate representations. Specifically, RoboInter-Data contains over 230k manipulation episodes across 571 scenes with dense per-frame annotations covering more than ten types of intermediate representations, including subtasks, primitive skills, object and gripper grounding, segmentation, affordance, grasp poses, contact points, motion traces, etc. Built upon these annotations, RoboInter-VQA introduces spatial and temporal embodied VQA tasks to benchmark and improve the intermediate-representation reasoning capabilities of our RoboInter-VLM. RoboInter-VLA further studies how such representations benefit action execution through implicit, explicit, and modular plan-then-execute paradigms. To better model the physical world, we further introduce RoboInter-World, which leverages intermediate representations as structured conditioning signals for controllable prediction of future world states. Extensive evaluations demonstrate that RoboInter1.5 provides a unified spatiotemporal scaffolding for intermediate representations. Rather than treating intermediate representations merely as interpretable signals, RoboInter1.5 conceptualizes them as a bidirectional interface that both regularizes low-level action spaces and constrains the latent rollouts of open-world physical simulators.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[5]
Q. Bu, J. Cai, L. Chen, X. Cui, Y. Ding, S. Feng, S. Gao, X. He, X. Hu, X. Huang, et al. Agibot world colosseo: A large-scale manipulation platform for scalable and intelligent embodied systems. arXiv preprint arXiv:2503.06669, 2025
arXiv 2025
-
[6]
J. Cen, C. Yu, H. Yuan, Y. Jiang, S. Huang, J. Guo, X. Li, Y. Song, H. Luo, F. Wang, D. Zhao, and H. Chen. Worldvla: Towards autoregressive action world model. arXiv preprint arXiv:2506.21539, 2025. URL https://arxiv.org/abs/2506.21539
arXiv 2025
-
[7]
X. Chen, Y. Chen, Y. Fu, N. Gao, J. Jia, W. Jin, H. Li, Y. Mu, J. Pang, Y. Qiao, et al. Internvla-m1: A spatially guided vision-language-action framework for generalist robot policy. arXiv preprint arXiv:2510.13778, 2025
arXiv 2025
-
[8]
Z. Chen, Z. Shi, X. Lu, L. He, S. Qian, Z. Yin, W. Ouyang, J. Shao, Y. Qiao, C. Lu, et al. Rh20t-p: A primitive-level robotic dataset towards composable generalization agents. arXiv preprint arXiv:2403.19622, 2024
arXiv 2024
-
[9]
R. Chu, Y. He, Z. Chen, S. Zhang, X. Xu, B. Xia, D. Wang, H. Yi, X. Liu, H. Zhao, et al. Wan-move: Motion-controllable video generation via latent trajectory guidance. arXiv preprint arXiv:2512.08765, 2025
arXiv 2025
-
[10]
R. Chu, Y. He, Z. Chen, S. Zhang, X. Xu, D. WANG, H. Yi, X. Liu, H. Zhao, Y. Liu, et al. Wan-move: Motion-controllable video generation via latent trajectory guidance. Advances in Neural Information Processing Systems, 38: 0 404--432, 2026
2026
-
[11]
R. Dang, J. Guo, B. Hou, S. Leng, K. Li, X. Li, J. Liu, Y. Mao, Z. Wang, Y. Yuan, et al. Rynnbrain: Open embodied foundation models. arXiv preprint arXiv:2602.14979, 2026
arXiv 2026
-
[12]
S. Deng, M. Yan, S. Wei, H. Ma, Y. Yang, J. Chen, Z. Zhang, T. Yang, X. Zhang, H. Cui, et al. Graspvla: a grasping foundation model pre-trained on billion-scale synthetic action data. arXiv preprint arXiv:2505.03233, 2025
arXiv 2025
Show all 272 references
-
[13]
Y. Du, M. Yang, B. Dai, H. Dai, O. Nachum, J. B. Tenenbaum, D. Schuurmans, and P. Abbeel. Learning universal policies via text‐guided video generation. arXiv preprint arXiv:2302.00111, 2023. URL https://arxiv.org/abs/2302.00111
2023 arXiv
-
[14]
A. O. et al. Open X-E mbodiment: Robotic learning datasets and RT-X models. https://arxiv.org/abs/2310.08864, 2023
2023 arXiv
-
[15]
H. Fang, M. Zhang, H. Dong, W. Li, Z. Wang, Q. Zhang, X. Tian, Y. Hu, and H. Li. Robix: A unified model for robot interaction, reasoning and planning. arXiv preprint arXiv:2509.01106, 2025
2025 arXiv
-
[18]
C. Gao, Z. Liu, Z. Chi, J. Huang, X. Fei, Y. Hou, Y. Zhang, Y. Lin, Z. Fang, Z. Jiang, et al. Vla-os: Structuring and dissecting planning representations and paradigms in vision-language-action models. arXiv preprint arXiv:2506.17561, 2025 a
2025 arXiv
-
[19]
N. Gao, Y. Chen, S. Yang, X. Chen, Y. Tian, H. Li, H. Huang, H. Wang, T. Wang, and J. Pang. Genmanip: Llm-driven simulation for generalizable instruction-following manipulation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12187--...
2025
-
[20]
S. Gao, W. Liang, K. Zheng, A. Malik, S. Ye, S. Yu, W.-C. Tseng, Y. Dong, K. Mo, C.-H. Lin, et al. Dreamdojo: A generalist robot world model from large-scale human videos. arXiv preprint arXiv:2602.06949, 2026
2026 arXiv
-
[22]
P. Guo, X. Wei, Y. Hu, B. Yang, D. Liu, F. Huang, et al. Emma-x: an em-like multilingual pre-training algorithm for cross-lingual representation learning. Advances in Neural Information Processing Systems, 36: 0 10116--10144, 2023
2023
-
[23]
Y. Guo, L. X. Shi, J. Chen, and C. Finn. Ctrl-world: A controllable generative world model for robot manipulation. arXiv preprint arXiv:2510.10125, 2025
2025 arXiv
-
[24]
C. Hou, K. Wu, J. Liu, Z. Che, D. Wu, F. Liao, G. Li, J. He, Q. Feng, Z. Jin, et al. Robomind 2.0: A multimodal, bimanual mobile manipulation dataset for generalizable embodied intelligence. arXiv preprint arXiv:2512.24653, 2025
2025
-
[26]
Huang, X
H. Huang, X. Chen, Y. Chen, H. Li, X. Han, Z. Wang, T. Wang, J. Pang, and Z. Zhao. Roboground: Robotic manipulation with grounded vision-language priors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22540--22550, 2025
2025
-
[27]
Huang, I
S. Huang, I. Ponomarenko, Z. Jiang, X. Li, X. Hu, P. Gao, H. Li, and H. Dong. Manipvqa: Injecting robotic affordance and physically grounded information into multi-modal large language models. In 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), ...
2024
-
[30]
C.-Y. Hung, N. Majumder, H. Deng, L. Renhang, Y. Ang, A. Zadeh, C. Li, D. Herremans, Z. Wang, and S. Poria. Nora-1.5: A vision-language-action model trained using world model-and action-based preference rewards. arXiv preprint arXiv:2511.14659, 2025
2025
-
[31]
Intelligence, K
P. Intelligence, K. Black, N. Brown, J. Darpinian, K. Dhabalia, D. Driess, A. Esmail, M. Equi, C. Finn, N. Fusai, et al. pi-0.5: a vision-language-action model with open-world generalization. arXiv preprint arXiv:2504.16054, 2025
2025 arXiv
-
[32]
Intelligence, B
P. Intelligence, B. Ai, A. Amin, R. Aniceto, A. Balakrishna, G. Balke, K. Black, G. Bokinsky, S. Cao, T. Charbonnier, et al. _ 0.7 : a steerable generalist robotic foundation model with emergent capabilities. arXiv preprint arXiv:2604.15483, 2026
2026 arXiv
-
[33]
Y. Ji, H. Tan, J. Shi, X. Hao, Y. Zhang, H. Zhang, P. Wang, M. Zhao, Y. Mu, P. An, et al. Robobrain: A unified brain model for robotic manipulation from abstract to concrete. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1724--1734, 2025
2025
-
[36]
M. J. Kim, Y. Gao, T.-Y. Lin, Y.-C. Lin, Y. Ge, G. Lam, P. Liang, S. Song, M.-Y. Liu, C. Finn, et al. Cosmos policy: Fine-tuning video models for visuomotor control and planning. arXiv preprint arXiv:2601.16163, 2026
2026 arXiv
-
[37]
L. Kou, F. Ni, Y. Zheng, P. Han, J. Liu, H. Cui, R. Liu, and J. Hao. Roboannotatorx: A comprehensive and universal annotation framework for accurate understanding of long-horizon robot demonstration. In Proceedings of the IEEE/CVF International Conference on Computer Vision, p...
2025
-
[38]
Kuang, S
Z. Kuang, S. Cai, H. He, Y. Xu, H. Li, L. J. Guibas, and G. Wetzstein. Collaborative video diffusion: Consistent multi-video generation with camera control. Advances in Neural Information Processing Systems, 37: 0 16240--16271, 2024
2024
-
[40]
H. Li, Y. Li, Y. Yang, J. Cao, Z. Zhu, X. Cheng, and L. Chen. Dispose: Disentangling pose guidance for controllable human image animation. arXiv preprint arXiv:2412.09349, 2024 b
2024 arXiv
-
[43]
L. Li, Q. Zhang, Y. Luo, S. Yang, R. Wang, F. Han, M. Yu, Z. Gao, N. Xue, X. Zhu, et al. Causal world modeling for robot control. arXiv preprint arXiv:2601.21998, 2026 b
2026 arXiv
-
[45]
Q. Li, Z. Xing, R. Wang, H. Zhang, Q. Dai, and Z. Wu. Magicmotion: Controllable video generation with dense-to-sparse trajectory guidance. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 12112--12123, 2025 b
2025
-
[47]
X. Li, X. He, L. Zhang, M. Wu, X. Li, and Y. Liu. A comprehensive survey on world models for embodied ai. arXiv preprint arXiv:2510.16732, 2025 c
2025 arXiv
-
[48]
Y. Li, Y. Deng, J. Zhang, J. Jang, M. Memmel, R. Yu, C. R. Garrett, F. Ramos, D. Fox, A. Li, et al. Hamster: Hierarchical action models for open-world robot manipulation. arXiv preprint arXiv:2502.05485, 2025 d
2025 arXiv
-
[49]
Liang, Y
J. Liang, Y. Fan, K. Zhang, R. Timofte, L. Van Gool, and R. Ranjan. Movideo: Motion-aware video generation with diffusion model. In European conference on computer vision, pages 56--74. Springer, 2024
2024
-
[50]
Y. Liao, P. Zhou, S. Huang, D. Yang, S. Chen, Y. Jiang, Y. Hu, J. Cai, S. Liu, J. Luo, et al. Genie envisioner: A unified world foundation platform for robotic manipulation. arXiv preprint arXiv:2508.05635, 2025
2025 arXiv
-
[51]
F. Lin, R. Nai, Y. Hu, J. You, J. Zhao, and Y. Gao. Onetwovla: A unified vision-language-action model with adaptive reasoning. arXiv preprint arXiv:2505.11917, 2025. URL https://arxiv.org/abs/2505.11917
2025
-
[52]
T.-Y. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Doll \'a r, and C. L. Zitnick. Microsoft coco: Common objects in context. In European Conference on Computer Vision, pages 740--755. Springer, 2014
2014
-
[53]
F. Liu, K. Fang, P. Abbeel, and S. Levine. Moka: Open-vocabulary robotic manipulation through mark-based visual prompting. In First Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024, 2024
2024
-
[54]
Y. Lou, Y. Ye, Y. Fu, J. Cen, X. Chi, Y. Lyu, P. Jia, S. Han, Z. Lu, and S. Zhang. Dream-tac: A unified tactile world action model for contact-rich robot manipulation. arXiv preprint arXiv:2606.08737, 2026
2026 arXiv
-
[55]
G. Lu, W. Guo, C. Zhang, Y. Zhou, H. Jiang, Z. Gao, Y. Tang, and Z. Wang. Vla-rl: Towards masterful and general robotic manipulation with scalable reinforcement learning. arXiv preprint arXiv:2505.18719, 2025 a
2025 arXiv
-
[56]
G. Lu, B. Jia, P. Li, Y. Chen, Z. Wang, Y. Tang, and S. Huang. Gwm: Towards scalable gaussian world models for robotic manipulation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 9263--9274, 2025 b
2025
-
[57]
Y. Lu, Y. Fan, B. Deng, F. Liu, Y. Li, and S. Wang. Vl-grasp: a 6-dof interactive grasp policy for language-oriented objects in cluttered indoor scenes. In 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 976--983. IEEE, 2023
2023
-
[58]
G. Luo, G. Yang, Z. Gong, G. Chen, H. Duan, E. Cui, R. Tong, Z. Hou, T. Zhang, Z. Chen, et al. Visual embodied brain: Let multimodal large language models see, think, and control in spaces. arXiv preprint arXiv:2506.00123, 2025 a
2025 arXiv
-
[59]
Luo, C.-K
Y. Luo, C.-K. Fan, M. Dong, J. Shi, M. Zhao, B.-W. Zhang, C. Chi, J. Liu, G. Dai, R. Zhang, et al. Robobench: A comprehensive evaluation benchmark for multimodal large language models as embodied brain. arXiv preprint arXiv:2510.17801, 2025 b
2025 arXiv
-
[60]
Q. Lv, W. Kong, H. Li, J. Zeng, Z. Qiu, D. Qu, H. Song, Q. Chen, X. Deng, and J. Pang. F1: A vision-language-action model bridging understanding and generation to actions. arXiv preprint arXiv:2509.06951, 2025
2025 arXiv
-
[61]
H. Ma, J. Cai, X. Xu, H. Li, Y. Yang, Y. Tian, J. Cao, H. Zhu, Z. Qiu, Y. Yang, et al. Internvla-a1. 5: Unifying understanding, latent foresight, and action for compositional generalization. arXiv preprint arXiv:2607.04988, 2026
2026 arXiv
-
[62]
Morimitsu, X
H. Morimitsu, X. Zhu, R. M. Cesar, X. Ji, and X.-C. Yin. Dpflow: Adaptive optical flow estimation with a dual-pyramid framework. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 17810--17820, 2025
2025
-
[64]
D. Niu, Y. Sharma, G. Biamby, J. Quenum, Y. Bai, B. Shi, T. Darrell, and R. Herzig. Llarva: Vision-action instruction tuning enhances robot learning. arXiv preprint arXiv:2406.11815, 2024
2024 arXiv
-
[67]
J. Pai, L. Achenbach, V. Montesinos, B. Forrai, O. Mees, and E. Nava. mimic-video: Video-action models for generalizable robot control beyond vlas. arXiv preprint arXiv:2512.15692, 2025
2025 arXiv
-
[68]
Peebles and S
W. Peebles and S. Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 4195--4205, 2023
2023
-
[69]
Psiris, V
A. Psiris, V. Argyriou, E. K. Markakis, P. Sarigiannidis, E. Gavves, K. Bekris, et al. Foundation models in robotics: A comprehensive review of methods, models, datasets, challenges and future research directions. arXiv preprint arXiv:2604.15395, 2026
2026 arXiv
-
[71]
Sermanet, T
P. Sermanet, T. Ding, J. Zhao, F. Xia, D. Dwibedi, K. Gopalakrishnan, C. Chan, G. Dulac-Arnold, S. Maddineni, N. J. Joshi, et al. Robovqa: Multimodal long-horizon reasoning for robotics. In 2024 IEEE International Conference on Robotics and Automation (ICRA), pages 645--652. I...
2024
-
[74]
Sundaresan, S
P. Sundaresan, S. Belkhale, D. Sadigh, and J. Bohg. Kite: Keypoint-conditioned policies for semantic manipulation. arXiv preprint arXiv:2306.16605, 2023
2023 arXiv
-
[75]
H. Tan, E. Zhou, Z. Li, Y. Xu, Y. Ji, X. Chen, C. Chi, P. Wang, H. Jia, Y. Ao, et al. Robobrain 2.5: Depth in sight, time in mind. arXiv preprint arXiv:2601.14352, 2026
2026
-
[76]
B. R. Team, M. Cao, H. Tan, Y. Ji, M. Lin, Z. Li, Z. Cao, P. Wang, E. Zhou, Y. Han, et al. Robobrain 2.0 technical report. arXiv preprint arXiv:2507.02029, 2025 a
2025 arXiv
-
[77]
G. Team, A. Ye, B. Wang, C. Ni, G. Huang, G. Zhao, H. Li, J. Zhu, K. Li, M. Xu, et al. Gigaworld-0: World models as data engine to empower embodied ai. arXiv preprint arXiv:2511.19861, 2025 b
2025
-
[78]
G. Team, B. Wang, B. Li, C. Ni, G. Huang, G. Zhao, H. Li, J. Li, J. Lv, J. Liu, et al. Gigabrain-0.5 m*: a vla that learns from world model-based reinforcement learning. arXiv preprint arXiv:2602.12099, 2026
2026
-
[79]
G. D. Team. Gemini: A family of highly capable multimodal models. arXiv preprint arXiv:2312.11805, 2023. URL https://arxiv.org/abs/2312.11805
2023 arXiv
-
[80]
T. Wan, A. Wang, B. Ai, B. Wen, C. Mao, C.-W. Xie, D. Chen, F. Yu, H. Zhao, J. Yang, et al. Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314, 2025
2025 arXiv
-
[81]
L. Wang, X. Chen, J. Zhao, and K. He. Scaling proprioceptive-visual learning with heterogeneous pre-trained transformers. Advances in Neural Information Processing Systems, 37: 0 124420--124450, 2024 a
2024
-
[83]
K. Wu, C. Hou, J. Liu, Z. Che, X. Ju, Z. Yang, M. Li, Y. Zhao, Z. Xu, G. Yang, et al. Robomind: Benchmark on multi-embodiment intelligence normative data for robot manipulation. arXiv preprint arXiv:2412.13877, 2024
2024 arXiv
-
[84]
Z. Wu, Y. Zhou, X. Xu, Z. Wang, and H. Yan. Momanipvla: Transferring vision-language-action models for general mobile manipulation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1714--1723, 2025
2025
-
[85]
M. Xu, Z. Xu, Y. Xu, C. Chi, G. Wetzstein, M. Veloso, and S. Song. Flow as the cross-domain manipulation interface. In 8th Annual Conference on Robot Learning, 2024
2024
-
[87]
H. Xue, Y. Ge, Y. Zeng, Z. Li, M.-Y. Liu, Y. Chen, and J. Fan. Point-it-out: Benchmarking embodied reasoning for vision language models in multi-stage visual grounding. arXiv preprint arXiv:2509.25794, 2025
2025
-
[89]
S. Yang, L. Xu, H. Li, J. Mu, J. Zeng, D. Lin, and J. Pang. Robo3r: Enhancing robotic manipulation with accurate feed-forward 3d reconstruction. arXiv preprint arXiv:2602.10101, 2026
2026 arXiv
-
[91]
S. Ye, Y. Ge, K. Zheng, S. Gao, S. Yu, G. Kurian, S. Indupuru, Y. L. Tan, C. Zhu, J. Xiang, et al. World action models are zero-shot policies. arXiv preprint arXiv:2602.15922, 2026 b
2026 arXiv
-
[92]
Y. Ye, J. Ma, J. Cen, and Z. Lu. Token expand-merge: Training-free token compression for vision-language-action models. IEEE Robotics and Automation Letters, 11 0 (8): 0 9279--9286, 2026 c . doi:10.1109/LRA.2026.3703265
2026
-
[93]
W. Yuan, J. Duan, V. Blukis, W. Pumacay, R. Krishna, A. Murali, A. Mousavian, and D. Fox. Robopoint: A vision-language model for spatial affordance prediction for robotics. arXiv preprint arXiv:2406.10721, 2024
2024 arXiv
-
[95]
Zhang, K
J. Zhang, K. Pertsch, J. Zhang, and J. J. Lim. Sprint: Scalable policy pre-training via language instruction relabeling. In 2024 IEEE International Conference on Robotics and Automation (ICRA), pages 9168--9175. IEEE, 2024
2024
-
[96]
Q. Zhao, Y. Lu, M. J. Kim, Z. Fu, Z. Zhang, Y. Wu, Z. Li, Q. Ma, S. Han, C. Finn, et al. Cot-vla: Visual chain-of-thought reasoning for vision-language-action models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1702--1713, 2025
2025
-
[97]
E. Zhou, J. An, C. Chi, Y. Han, S. Rong, C. Zhang, P. Wang, Z. Wang, T. Huang, L. Sheng, et al. Roborefer: Towards spatial referring with reasoning in vision-language models for robotics. arXiv preprint arXiv:2506.04308, 2025 a
2025
-
[98]
Z. Zhou, Y. Zhu, M. Zhu, J. Wen, N. Liu, Z. Xu, W. Meng, R. Cheng, Y. Peng, C. Shen, et al. Chatvla: Unified multimodal understanding and robot control with vision-language-action model. arXiv preprint arXiv:2502.14420, 2025 b
2025 arXiv
-
[99]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Alfred: A benchmark for interpreting grounded instructions for everyday tasks , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[100]
arXiv preprint arXiv:2406.08545 , year=
RVT-2: Learning Precise Manipulation from Few Demonstrations , author=. arXiv preprint arXiv:2406.08545 , year=
-
[101]
Conference on Robot Learning , pages=
Transporter networks: Rearranging the visual world for robotic manipulation , author=. Conference on Robot Learning , pages=. 2021 , organization=
2021
-
[102]
arXiv preprint arXiv:2210.03094 , volume=
Vima: General robot manipulation with multimodal prompts , author=. arXiv preprint arXiv:2210.03094 , volume=
-
[103]
arXiv preprint arXiv:2603.10712 , year=
FutureVLA: Joint Visuomotor Prediction for Vision-Language-Action Model , author=. arXiv preprint arXiv:2603.10712 , year=
-
[104]
arXiv preprint arXiv:2506.19816 , year=
CronusVLA: Transferring Latent Motion Across Time for Multi-Frame Prediction in Manipulation , author=. arXiv preprint arXiv:2506.19816 , year=
-
[105]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
RoboGround: Robotic Manipulation with Grounded Vision-Language Priors , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[106]
IEEE Robotics and Automation Letters , volume=
Calvin: A benchmark for language-conditioned policy learning for long-horizon robot manipulation tasks , author=. IEEE Robotics and Automation Letters , volume=. 2022 , publisher=
2022
-
[107]
Advances in Neural Information Processing Systems , volume=
Vlmbench: A compositional benchmark for vision-and-language manipulation , author=. Advances in Neural Information Processing Systems , volume=
-
[108]
arXiv preprint arXiv:2305.10355 , year=
Evaluating object hallucination in large vision-language models , author=. arXiv preprint arXiv:2305.10355 , year=
-
[109]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
ARNOLD: A benchmark for language-grounded task learning with continuous states in realistic 3D scenes , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[110]
arXiv preprint arXiv:2602.09973 , year=
Robointer: A holistic intermediate representation suite towards robotic manipulation , author=. arXiv preprint arXiv:2602.09973 , year=
-
[111]
arXiv preprint arXiv:2402.08191 , year=
The colosseum: A benchmark for evaluating generalization for robotic manipulation , author=. arXiv preprint arXiv:2402.08191 , year=
-
[112]
arXiv preprint arXiv:2410.01345 , year=
Towards Generalizable Vision-Language Robotic Manipulation: A Benchmark and LLM-guided 3D Policy , author=. arXiv preprint arXiv:2410.01345 , year=
-
[113]
arXiv preprint arXiv:2410.07408 , year=
Automated Creation of Digital Cousins for Robust Policy Learning , author=. arXiv preprint arXiv:2410.07408 , year=
-
[114]
arXiv preprint arXiv:2412.14058 , year=
Towards generalist robot policies: What matters in building vision-language-action models , author=. arXiv preprint arXiv:2412.14058 , year=
-
[115]
2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Sprint: Scalable policy pre-training via language instruction relabeling , author=. 2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2024 , organization=
2024
-
[116]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Partnet: A large-scale benchmark for fine-grained and hierarchical part-level 3d object understanding , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[117]
arXiv preprint arXiv:2312.13303 , year=
Realgen: Retrieval augmented generation for controllable traffic scenarios , author=. arXiv preprint arXiv:2312.13303 , year=
-
[118]
IEEE Transactions on Intelligent Transportation Systems , volume=
A survey on safety-critical driving scenario generation—A methodological perspective , author=. IEEE Transactions on Intelligent Transportation Systems , volume=. 2023 , publisher=
2023
-
[119]
Conference on Robot Learning , pages=
Behavior-1k: A benchmark for embodied ai with 1,000 everyday activities and realistic simulation , author=. Conference on Robot Learning , pages=. 2023 , organization=
2023
-
[120]
arXiv preprint arXiv:2406.02523 , year=
RoboCasa: Large-Scale Simulation of Everyday Tasks for Generalist Robots , author=. arXiv preprint arXiv:2406.02523 , year=
-
[121]
First Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024 , year=
Moka: Open-vocabulary robotic manipulation through mark-based visual prompting , author=. First Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024 , year=
2024
-
[122]
arXiv preprint arXiv:2406.18915 , year=
Manipulate-anything: Automating real-world robots using vision-language models , author=. arXiv preprint arXiv:2406.18915 , year=
-
[123]
arXiv preprint arXiv:2403.08248 , year=
Copa: General robotic manipulation through spatial constraints of parts with foundation models , author=. arXiv preprint arXiv:2403.08248 , year=
-
[124]
arXiv preprint arXiv:2307.05973 , year=
Voxposer: Composable 3d value maps for robotic manipulation with language models , author=. arXiv preprint arXiv:2307.05973 , year=
-
[125]
arXiv preprint arXiv:2405.05941 , year=
Evaluating Real-World Robot Manipulation Policies in Simulation , author=. arXiv preprint arXiv:2405.05941 , year=
-
[126]
arXiv preprint arXiv:2505.08243 , year=
Training Strategies for Efficient Embodied Reasoning , author=. arXiv preprint arXiv:2505.08243 , year=
-
[127]
arXiv preprint arXiv:2004.10964 , year=
Don't stop pretraining: Adapt language models to domains and tasks , author=. arXiv preprint arXiv:2004.10964 , year=
2004 arXiv
-
[128]
International journal of computer vision , volume=
Visual genome: Connecting language and vision using crowdsourced dense image annotations , author=. International journal of computer vision , volume=. 2017 , publisher=
2017
-
[129]
European Conference on Computer Vision , pages=
Sceneverse: Scaling 3d vision-language learning for grounded scene understanding , author=. European Conference on Computer Vision , pages=. 2025 , organization=
2025
-
[130]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Memflow: Optical flow estimation and prediction with memory , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[131]
arXiv preprint arXiv:2407.10943 , year=
Grutopia: Dream general robots in a city at scale , author=. arXiv preprint arXiv:2407.10943 , year=
-
[132]
IEEE Robotics and Automation Letters , volume=
Rlbench: The robot learning benchmark & learning environment , author=. IEEE Robotics and Automation Letters , volume=. 2020 , publisher=
2020
-
[133]
arXiv preprint arXiv:1712.05474 , year=
Ai2-thor: An interactive 3d environment for visual ai , author=. arXiv preprint arXiv:1712.05474 , year=
-
[134]
arXiv preprint arXiv:2108.10470 , year=
Isaac gym: High performance gpu-based physics simulation for robot learning , author=. arXiv preprint arXiv:2108.10470 , year=
-
[135]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Objaverse: A universe of annotated 3d objects , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[136]
Advances in Neural Information Processing Systems , volume=
Objaverse-xl: A universe of 10m+ 3d objects , author=. Advances in Neural Information Processing Systems , volume=
- [137]
-
[138]
arXiv preprint arXiv:2311.01455 , year=
Robogen: Towards unleashing infinite data for automated robot learning via generative simulation , author=. arXiv preprint arXiv:2311.01455 , year=
-
[139]
arXiv preprint arXiv:2305.12821 , year=
Furniturebench: Reproducible real-world benchmark for long-horizon complex manipulation , author=. arXiv preprint arXiv:2305.12821 , year=
-
[140]
arXiv preprint arXiv:2310.17596 , year=
Mimicgen: A data generation system for scalable robot learning using human demonstrations , author=. arXiv preprint arXiv:2310.17596 , year=
-
[141]
Technical Report, Tech
Pddl| the planning domain definition language , author=. Technical Report, Tech. Rep. , year=
-
[142]
IEEE Transactions on Robotics , year=
Anygrasp: Robust and efficient grasp perception in spatial and temporal domains , author=. IEEE Transactions on Robotics , year=
-
[143]
Advances in neural information processing systems , volume=
Alvinn: An autonomous land vehicle in a neural network , author=. Advances in neural information processing systems , volume=
-
[144]
2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Deep imitation learning for complex manipulation tasks from virtual reality teleoperation , author=. 2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2018 , organization=
2018
-
[145]
arXiv preprint arXiv:2003.06085 , year=
Learning to generalize across long-horizon tasks from human demonstrations , author=. arXiv preprint arXiv:2003.06085 , year=
2003 arXiv
-
[146]
arXiv preprint arXiv:2212.06817 , year=
Rt-1: Robotics transformer for real-world control at scale , author=. arXiv preprint arXiv:2212.06817 , year=
-
[147]
arXiv preprint arXiv:2307.15818 , year=
Rt-2: Vision-language-action models transfer web knowledge to robotic control , author=. arXiv preprint arXiv:2307.15818 , year=
-
[148]
Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation , pages=
Scenic: a language for scenario specification and scene generation , author=. Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation , pages=
-
[149]
arXiv preprint arXiv:2310.01361 , year=
Gensim: Generating robotic simulation tasks via large language models , author=. arXiv preprint arXiv:2310.01361 , year=
-
[150]
8th Annual Conference on Robot Learning , year=
SkillMimicGen: Automated Demonstration Generation for Efficient Skill Learning and Deployment , author=. 8th Annual Conference on Robot Learning , year=
-
[151]
arXiv preprint arXiv:2402.07872 , year=
Pivot: Iterative visual prompting elicits actionable knowledge for vlms , author=. arXiv preprint arXiv:2402.07872 , year=
-
[152]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Zero-1-to-3: Zero-shot one image to 3d object , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[153]
Advances in Neural Information Processing Systems , volume=
ProcTHOR: Large-Scale Embodied AI Using Procedural Generation , author=. Advances in Neural Information Processing Systems , volume=
-
[154]
CoRR , year=
Active task randomization: Learning visuomotor skills for sequential manipulation by proposing feasible and novel tasks , author=. CoRR , year=
-
[155]
2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Sim-to-real transfer of robotic control with dynamics randomization , author=. 2018 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2018 , organization=
2018
-
[156]
Proceedings of Robotics: Science and Systems , year =
Octo: An Open-Source Generalist Robot Policy , author =. Proceedings of Robotics: Science and Systems , year =
-
[157]
2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=
Domain randomization for transferring deep neural networks from simulation to the real world , author=. 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2017 , organization=
2017
-
[158]
The International journal of robotics research , volume=
Learning hand-eye coordination for robotic grasping with deep learning and large-scale data collection , author=. The International journal of robotics research , volume=. 2018 , publisher=
2018
-
[159]
Advances in Neural Information Processing Systems , volume=
Libero: Benchmarking knowledge transfer for lifelong robot learning , author=. Advances in Neural Information Processing Systems , volume=
-
[160]
arXiv preprint arXiv:2109.13396 , year=
Bridge data: Boosting generalization of robotic skills with cross-domain datasets , author=. arXiv preprint arXiv:2109.13396 , year=
-
[161]
arXiv preprint arXiv:2104.08212 , year=
Mt-opt: Continuous multi-task robotic reinforcement learning at scale , author=. arXiv preprint arXiv:2104.08212 , year=
-
[162]
a high-fidelity experimental dataset of planar pushing , author=
More than a million ways to be pushed. a high-fidelity experimental dataset of planar pushing , author=. 2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2016 , organization=
2016
-
[163]
arXiv preprint arXiv:1910.11215 , year=
Robonet: Large-scale multi-robot learning , author=. arXiv preprint arXiv:1910.11215 , year=
1910 arXiv
-
[164]
arXiv preprint arXiv:2403.12945 , year=
Droid: A large-scale in-the-wild robot manipulation dataset , author=. arXiv preprint arXiv:2403.12945 , year=
-
[165]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Sigmoid loss for language image pre-training , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[166]
arXiv preprint arXiv:2304.07193 , year=
Dinov2: Learning robust visual features without supervision , author=. arXiv preprint arXiv:2304.07193 , year=
-
[167]
, howpublished =
Abby O’Neill et al. , howpublished =. Open
-
[168]
arXiv preprint arXiv:2311.12871 , year=
An embodied generalist agent in 3d world , author=. arXiv preprint arXiv:2311.12871 , year=
-
[169]
The Conference on Robot Learning (CoRL) , year =
Lirui Wang, Yu Xiang, Wei Yang, Arsalan Mousavian, and Dieter Fox , title =. The Conference on Robot Learning (CoRL) , year =
-
[170]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Spatialvlm: Endowing vision-language models with spatial reasoning capabilities , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[171]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Lisa: Reasoning segmentation via large language model , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[172]
arXiv preprint arXiv:2401.00025 , year=
Any-point trajectory modeling for policy learning , author=. arXiv preprint arXiv:2401.00025 , year=
-
[173]
arXiv preprint arXiv:2311.01977 , year=
Rt-trajectory: Robotic task generalization via hindsight trajectory sketches , author=. arXiv preprint arXiv:2311.01977 , year=
-
[174]
2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Robotap: Tracking arbitrary points for few-shot visual imitation , author=. 2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2024 , organization=
2024
-
[175]
arXiv preprint arXiv:2205.04382 , year=
Flowbot3d: Learning 3d articulation flow to manipulate articulated objects , author=. arXiv preprint arXiv:2205.04382 , year=
-
[176]
8th Annual Conference on Robot Learning , year=
Flow as the Cross-domain Manipulation Interface , author=. 8th Annual Conference on Robot Learning , year=
-
[177]
arXiv preprint arXiv:2401.11439 , year=
General flow as foundation affordance for scalable robot learning , author=. arXiv preprint arXiv:2401.11439 , year=
-
[178]
arXiv preprint arXiv:2403.03954 , year=
3d diffusion policy , author=. arXiv preprint arXiv:2403.03954 , year=
-
[179]
2020 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Keto: Learning keypoint representations for tool manipulation , author=. 2020 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2020 , organization=
2020
- [180]
-
[181]
arXiv preprint arXiv:2311.17842 , year=
Look before you leap: Unveiling the power of gpt-4v in robotic vision-language planning , author=. arXiv preprint arXiv:2311.17842 , year=
-
[182]
arXiv preprint arXiv:2204.02311 , year=
Palm: Scaling language modeling with pathways , author=. arXiv preprint arXiv:2204.02311 , year=
-
[183]
arXiv preprint arXiv:2303.03378 , year=
Palm-e: An embodied multimodal language model , author=. arXiv preprint arXiv:2303.03378 , year=
-
[184]
Conference on Robot Learning (CoRL) , year=
Meta-World: A Benchmark and Evaluation for Multi-Task and Meta Reinforcement Learning , author=. Conference on Robot Learning (CoRL) , year=
-
[185]
2023 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Code as policies: Language model programs for embodied control , author=. 2023 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2023 , organization=
2023
-
[186]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[187]
arXiv preprint arXiv:2302.13971 , year=
Llama: Open and efficient foundation language models , author=. arXiv preprint arXiv:2302.13971 , year=
-
[188]
arXiv preprint arXiv:2401.14159 , year=
Grounded sam: Assembling open-world models for diverse visual tasks , author=. arXiv preprint arXiv:2401.14159 , year=
-
[189]
arXiv preprint arXiv:2412.09858 , year=
RLDG: Robotic Generalist Policy Distillation via Reinforcement Learning , author=. arXiv preprint arXiv:2412.09858 , year=
-
[190]
arXiv preprint arXiv:2307.00595 , year=
Rh20t: A comprehensive robotic dataset for learning diverse skills in one-shot , author=. arXiv preprint arXiv:2307.00595 , year=
-
[191]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Sapien: A simulated part-based interactive environment , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[192]
OpenAI blog , volume=
Language models are unsupervised multitask learners , author=. OpenAI blog , volume=
-
[193]
IEEE Access , year=
Chatgpt for robotics: Design principles and model abilities , author=. IEEE Access , year=
-
[194]
IEEE Robotics and Automation Letters , year=
Drivegpt4: Interpretable end-to-end autonomous driving via large language model , author=. IEEE Robotics and Automation Letters , year=
-
[195]
arXiv preprint arXiv:2409.01652 , year=
Rekep: Spatio-temporal reasoning of relational keypoint constraints for robotic manipulation , author=. arXiv preprint arXiv:2409.01652 , year=
-
[196]
arXiv preprint arXiv:2308.12966 , year=
Qwen-vl: A frontier large vision-language model with versatile abilities , author=. arXiv preprint arXiv:2308.12966 , year=
-
[197]
European Conference on Computer Vision , pages=
Llava-grounding: Grounded visual chat with large multimodal models , author=. European Conference on Computer Vision , pages=. 2025 , organization=
2025
-
[198]
arXiv preprint arXiv:2405.03685 , year=
Language-Image Models with 3D Understanding , author=. arXiv preprint arXiv:2405.03685 , year=
-
[199]
2023 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Visual language maps for robot navigation , author=. 2023 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2023 , organization=
2023
-
[200]
International Conference on Machine Learning , pages=
Learning transferable visual models from natural language supervision , author=. International Conference on Machine Learning , pages=. 2021 , organization=
2021
-
[201]
European Conference on Computer Vision , pages=
Simple open-vocabulary object detection , author=. European Conference on Computer Vision , pages=. 2022 , organization=
2022
-
[202]
Conference on Robot Learning , pages=
Goal-auxiliary actor-critic for 6d robotic grasping with point clouds , author=. Conference on Robot Learning , pages=. 2022 , organization=
2022
-
[203]
Conference on Robot Learning , pages=
Toolflownet: Robotic manipulation with tools via predicting tool flow from point clouds , author=. Conference on Robot Learning , pages=. 2023 , organization=
2023
-
[204]
2024 , eprint=
Track2Act: Predicting Point Tracks from Internet Videos enables Diverse Zero-shot Robot Manipulation , author=. 2024 , eprint=
2024
-
[205]
International Conference on Learning Representations , year=
ManiSkill2: A Unified Benchmark for Generalizable Manipulation Skills , author=. International Conference on Learning Representations , year=
-
[206]
arXiv preprint arXiv:2310.11441 , year=
Set-of-Mark Prompting Unleashes Extraordinary Visual Grounding in GPT-4V , author=. arXiv preprint arXiv:2310.11441 , year=
-
[207]
arXiv preprint arXiv:2311.01378 , year=
Vision-Language Foundation Models as Effective Robot Imitators , author =. arXiv preprint arXiv:2311.01378 , year=
-
[208]
Conference on Robot Learning , pages=
Perceiver-actor: A multi-task transformer for robotic manipulation , author=. Conference on Robot Learning , pages=. 2023 , organization=
2023
-
[209]
Conference on robot learning , pages=
Cliport: What and where pathways for robotic manipulation , author=. Conference on robot learning , pages=. 2022 , organization=
2022
-
[210]
arXiv preprint arXiv:2410.24164 , year=
_0 : A Vision-Language-Action Flow Model for General Robot Control , author=. arXiv preprint arXiv:2410.24164 , year=
-
[211]
arXiv preprint arXiv:2303.00905 , year=
Open-world object manipulation using pre-trained vision-language models , author=. arXiv preprint arXiv:2303.00905 , year=
-
[212]
arXiv preprint arXiv:2304.13705 , year=
Learning fine-grained bimanual manipulation with low-cost hardware , author=. arXiv preprint arXiv:2304.13705 , year=
-
[213]
arXiv preprint arXiv:2410.06158 , year=
Gr-2: A generative video-language-action model with web-scale knowledge for robot manipulation , author=. arXiv preprint arXiv:2410.06158 , year=
-
[214]
arXiv e-prints , pages=
Robomamba: Multimodal state space model for efficient robot reasoning and manipulation , author=. arXiv e-prints , pages=
-
[215]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Ego4d: Around the world in 3,000 hours of egocentric video , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[216]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Howto100m: Learning a text-video embedding by watching hundred million narrated video clips , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[217]
arXiv preprint arXiv:2401.02117 , year=
Mobile aloha: Learning bimanual mobile manipulation with low-cost whole-body teleoperation , author=. arXiv preprint arXiv:2401.02117 , year=
-
[218]
arXiv preprint arXiv:2406.09246 , year=
OpenVLA: An Open-Source Vision-Language-Action Model , author=. arXiv preprint arXiv:2406.09246 , year=
-
[219]
arXiv preprint arXiv:1807.06757 , year=
On evaluation of embodied navigation agents , author=. arXiv preprint arXiv:1807.06757 , year=
-
[220]
arXiv preprint arXiv:2408.00714 , url=
SAM 2: Segment Anything in Images and Videos , author=. arXiv preprint arXiv:2408.00714 , url=
-
[221]
arXiv preprint arXiv:2405.17398 , year=
Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability , author=. arXiv preprint arXiv:2405.17398 , year=
-
[222]
Foundations and Trends
Model-based reinforcement learning: A survey , author=. Foundations and Trends. 2023 , publisher=
2023
-
[223]
Benjamin Ellenberger , title =
-
[224]
IEEE International Symposium on System Integrations (SII) , year=
The Pinocchio C++ library -- A fast and flexible implementation of rigid body dynamics algorithms and their analytical derivatives , author=. IEEE International Symposium on System Integrations (SII) , year=
-
[225]
arXiv preprint arXiv:2001.08361 , year=
Scaling laws for neural language models , author=. arXiv preprint arXiv:2001.08361 , year=
2001 arXiv
-
[226]
arXiv preprint arXiv:2410.18647 , year=
Data scaling laws in imitation learning for robotic manipulation , author=. arXiv preprint arXiv:2410.18647 , year=
-
[227]
IEEE Robotics & Automation Magazine , volume=
The franka emika robot: A reference platform for robotics research and education , author=. IEEE Robotics & Automation Magazine , volume=. 2022 , publisher=
2022
-
[228]
Proceedings of the 2019 Conference of the North
Bert: Pre-training of deep bidirectional transformers for language understanding , author=. Proceedings of the 2019 Conference of the North
2019
-
[229]
Liu , title =
Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu , title =. Journal of Machine Learning Research , year =
-
[230]
arXiv preprint arXiv:2009.12293 , year=
robosuite: A Modular Simulation Framework and Benchmark for Robot Learning , author=. arXiv preprint arXiv:2009.12293 , year=
2009 arXiv
-
[231]
European Conference on Computer Vision , pages=
Cotracker: It is better to track together , author=. European Conference on Computer Vision , pages=. 2024 , organization=
2024
-
[232]
Guo, Runlin (Kolin) and Lin, Xinsong and Liu, Minghua and Gu, Jiayuan and Su, Hao , license =
-
[233]
Llava-next: Improved reasoning, ocr, and world knowledge , author=
-
[234]
arXiv preprint arXiv:2312.13139 , year=
Unleashing large-scale video generative pre-training for visual robot manipulation , author=. arXiv preprint arXiv:2312.13139 , year=
-
[235]
2025 , url=
RoboVerse: Towards a Unified Platform, Dataset and Benchmark for Scalable and Generalizable Robot Learning , author=. 2025 , url=
2025
-
[236]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[237]
arXiv preprint arXiv:2412.10345 , year=
Tracevla: Visual trace prompting enhances spatial-temporal awareness for generalist robotic policies , author=. arXiv preprint arXiv:2412.10345 , year=
-
[238]
arXiv preprint arXiv:2411.19650 , year=
Cogact: A foundational vision-language-action model for synergizing cognition and action in robotic manipulation , author=. arXiv preprint arXiv:2411.19650 , year=
-
[239]
arXiv preprint arXiv:2204.01691 , year=
Do as i can, not as i say: Grounding language in robotic affordances , author=. arXiv preprint arXiv:2204.01691 , year=
-
[240]
arXiv preprint arXiv:2403.01823 , year=
Rt-h: Action hierarchies using language , author=. arXiv preprint arXiv:2403.01823 , year=
-
[241]
arXiv preprint arXiv:2502.19417 , year=
Hi robot: Open-ended instruction following with hierarchical vision-language-action models , author=. arXiv preprint arXiv:2502.19417 , year=
-
[242]
Advances in Neural Information Processing Systems , volume=
Sharegpt4video: Improving video understanding and generation with better captions , author=. Advances in Neural Information Processing Systems , volume=
-
[243]
The International Journal of Robotics Research , pages=
Diffusion policy: Visuomotor policy learning via action diffusion , author=. The International Journal of Robotics Research , pages=. 2023 , publisher=
2023
-
[244]
arXiv preprint arXiv:2210.02747 , year=
Flow matching for generative modeling , author=. arXiv preprint arXiv:2210.02747 , year=
-
[245]
Advances in neural information processing systems , volume=
Diffusion models beat gans on image synthesis , author=. Advances in neural information processing systems , volume=
-
[246]
, author=
Lora: Low-rank adaptation of large language models. , author=. ICLR , volume=
-
[247]
arXiv preprint arXiv:2502.14786 , year=
Siglip 2: Multilingual vision-language encoders with improved semantic understanding, localization, and dense features , author=. arXiv preprint arXiv:2502.14786 , year=
-
[248]
arXiv preprint arXiv:2501.14818 , year=
Eagle 2: Building Post-Training Data Strategies from Scratch for Frontier Vision-Language Models , author=. arXiv preprint arXiv:2501.14818 , year=
-
[249]
arXiv preprint arXiv:1711.05101 , year=
Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=
-
[250]
Advances in Neural Information Processing Systems , volume=
Mixture-of-experts with expert choice routing , author=. Advances in Neural Information Processing Systems , volume=
-
[251]
, year =
X-LoRA: Mixture of Low-Rank Adapter Experts, a Flexible Framework for Large Language Models with Applications in Protein Mechanics and Design , author =. , year =
-
[252]
arXiv preprint arXiv:2407.08693 , year=
Robotic control via embodied chain-of-thought reasoning , author=. arXiv preprint arXiv:2407.08693 , year=
-
[253]
European Conference on Computer Vision , pages=
Pointllm: Empowering large language models to understand point clouds , author=. European Conference on Computer Vision , pages=. 2024 , organization=
2024
-
[254]
arXiv preprint arXiv:2411.15594 , year=
A survey on llm-as-a-judge , author=. arXiv preprint arXiv:2411.15594 , year=
-
[255]
2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Robovqa: Multimodal long-horizon reasoning for robotics , author=. 2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2024 , organization=
2024
-
[256]
arXiv preprint arXiv:2307.07864 , year=
CIDER: Context sensitive sentiment analysis for short-form text , author=. arXiv preprint arXiv:2307.07864 , year=
-
[257]
arXiv preprint arXiv:2402.10329 , year=
Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots , author=. arXiv preprint arXiv:2402.10329 , year=
-
[258]
arXiv preprint arXiv:2412.04445 , year=
Moto: Latent motion token as the bridging language for robot manipulation , author=. arXiv preprint arXiv:2412.04445 , year=
-
[259]
arXiv preprint arXiv:2408.06072 , year=
Cogvideox: Text-to-video diffusion models with an expert transformer , author=. arXiv preprint arXiv:2408.06072 , year=
-
[260]
arXiv preprint arXiv:2502.02175 , year=
VLA-Cache: Towards Efficient Vision-Language-Action Model via Adaptive Token Caching in Robotic Manipulation , author=. arXiv preprint arXiv:2502.02175 , year=
-
[261]
arXiv preprint arXiv:2403.20330 , year=
Are We on the Right Way for Evaluating Large Vision-Language Models? , author=. arXiv preprint arXiv:2403.20330 , year=
-
[262]
Proceedings of CVPR , year=
MMMU: A Massive Multi-discipline Multimodal Understanding and Reasoning Benchmark for Expert AGI , author=. Proceedings of CVPR , year=
-
[263]
OCRBench: on the hidden mystery of OCR in large multimodal models , volume=
Liu, Yuliang and Li, Zhang and Huang, Mingxin and Yang, Biao and Yu, Wenwen and Li, Chunyuan and Yin, Xu-Cheng and Liu, Cheng-Lin and Jin, Lianwen and Bai, Xiang , year=. OCRBench: on the hidden mystery of OCR in large multimodal models , volume=. Science China Information Sci...
-
[264]
arXiv preprint arXiv:2411.03409 , year=
STEER: Flexible Robotic Manipulation via Dense Language Grounding , author=. arXiv preprint arXiv:2411.03409 , year=
-
[265]
arXiv preprint arXiv:2501.09747 , year=
Fast: Efficient action tokenization for vision-language-action models , author=. arXiv preprint arXiv:2501.09747 , year=
-
[266]
arXiv preprint arXiv:2501.15830 , year=
SpatialVLA: Exploring Spatial Representations for Visual-Language-Action Model , author=. arXiv preprint arXiv:2501.15830 , year=
-
[267]
arXiv preprint arXiv:2503.14734 , year=
GR00T N1: An Open Foundation Model for Generalist Humanoid Robots , author=. arXiv preprint arXiv:2503.14734 , year=
-
[268]
arXiv preprint arXiv:2410.11758 , year=
Latent action pretraining from videos , author=. arXiv preprint arXiv:2410.11758 , year=
-
[269]
arXiv preprint arXiv:2507.17520 , year=
InstructVLA: Vision-Language-Action Instruction Tuning from Understanding to Manipulation , author=. arXiv preprint arXiv:2507.17520 , year=
-
[270]
2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=
From LLMs to Actions: latent codes as bridges in hierarchical robot control , author=. 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2024 , organization=
2024
-
[271]
arXiv preprint arXiv:2412.11974 , year=
Emma-X: An Embodied Multimodal Action Model with Grounded Chain of Thought and Look-ahead Spatial Reasoning , author=. arXiv preprint arXiv:2412.11974 , year=
-
[272]
arXiv preprint arXiv:2405.09818 , year=
Chameleon: Mixed-modal early-fusion foundation models , author=. arXiv preprint arXiv:2405.09818 , year=
-
[273]
arXiv preprint arXiv:2408.11039 , year=
Transfusion: Predict the next token and diffuse images with one multi-modal model , author=. arXiv preprint arXiv:2408.11039 , year=
-
[274]
arXiv preprint arXiv:2504.06256 , year=
Transfer between Modalities with MetaQueries , author=. arXiv preprint arXiv:2504.06256 , year=
-
[275]
Advances in neural information processing systems , volume=
Visual instruction tuning , author=. Advances in neural information processing systems , volume=
-
[276]
arXiv preprint arXiv:2410.07864 , year=
Rdt-1b: a diffusion foundation model for bimanual manipulation , author=. arXiv preprint arXiv:2410.07864 , year=
-
[277]
arXiv preprint arXiv:2402.11684 , year=
Allava: Harnessing gpt4v-synthesized data for lite vision-language models , author=. arXiv preprint arXiv:2402.11684 , year=
-
[278]
arXiv preprint arXiv:2402.11530 , year=
Efficient multimodal learning from data-centric perspective , author=. arXiv preprint arXiv:2402.11530 , year=
-
[279]
arXiv preprint arXiv:2502.19645 , year=
Fine-tuning vision-language-action models: Optimizing speed and success , author=. arXiv preprint arXiv:2502.19645 , year=
-
[280]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Film: Visual reasoning with a general conditioning layer , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[281]
arXiv preprint arXiv:2502.13130 , year=
Magma: A foundation model for multimodal ai agents , author=. arXiv preprint arXiv:2502.13130 , year=
-
[282]
Advances in Neural Information Processing Systems , volume=
Scaling proprioceptive-visual learning with heterogeneous pre-trained transformers , author=. Advances in Neural Information Processing Systems , volume=
-
[283]
arXiv preprint arXiv:2410.08001 , year=
Towards Synergistic, Generalized, and Efficient Dual-System for Robotic Manipulation , author=. arXiv preprint arXiv:2410.08001 , year=
-
[284]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Scalable diffusion models with transformers , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[285]
2023 , journal=
V*: Guided Visual Search as a Core Mechanism in Multimodal LLMs , author=. 2023 , journal=
2023
-
[286]
Advances in neural information processing systems , volume=
Chain-of-thought prompting elicits reasoning in large language models , author=. Advances in neural information processing systems , volume=
-
[287]
Proceedings of the 32nd ACM International Conference on Multimedia , pages=
Vlmevalkit: An open-source toolkit for evaluating large multi-modality models , author=. Proceedings of the 32nd ACM International Conference on Multimedia , pages=
-
[288]
2024 , eprint=
MME: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models , author=. 2024 , eprint=
2024
-
[289]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Hallusionbench: an advanced diagnostic suite for entangled language hallucination and visual illusion in large vision-language models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[290]
European Conference on Computer Vision , pages=
Mmbench: Is your multi-modal model an all-around player? , author=. European Conference on Computer Vision , pages=. 2024 , organization=
2024
-
[291]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
Towards VQA Models That Can Read , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
-
[292]
Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
Docvqa: A dataset for vqa on document images , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
-
[293]
Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
Infographicvqa , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
-
[294]
arXiv preprint arXiv:2408.03326 , year=
Llava-onevision: Easy visual task transfer , author=. arXiv preprint arXiv:2408.03326 , year=
-
[295]
arXiv preprint arXiv:2409.12191 , year=
Qwen2-vl: Enhancing vision-language model's perception of the world at any resolution , author=. arXiv preprint arXiv:2409.12191 , year=
-
[296]
European Conference on Computer Vision , pages=
A diagram is worth a dozen images , author=. European Conference on Computer Vision , pages=. 2016 , organization=
2016
-
[297]
arXiv preprint arXiv:2203.10244 , year=
Chartqa: A benchmark for question answering about charts with visual and logical reasoning , author=. arXiv preprint arXiv:2203.10244 , year=
-
[298]
2024 , url=
RealWorldQA , author=. 2024 , url=
2024
-
[299]
2024 , url=
Helix , author=. 2024 , url=
2024
-
[300]
Forty-first International Conference on Machine Learning , year=
Prismatic vlms: Investigating the design space of visually-conditioned language models , author=. Forty-first International Conference on Machine Learning , year=
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.