REVIEW 3 major objections 5 minor 1 cited by
GENMANIP: LLM-driven Simulation for Generalizable Instruction-Following Manipulation
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that, on a 200-scenario tabletop benchmark, modular manipulation systems driven by large multimodal models generalize zero-shot across spatial, appearance, common-sense, and long-horizon tasks better than end-to-end…
desk verdict A genuinely useful benchmark platform with a novel scene-graph representation, but the headline modular-vs-end-to-end comparison is not actually tested on the same benchmark. 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 the task-oriented scene graph (ToSG), a graph whose nodes are (object, status) pairs and whose edges are (object, relation, anchor object) triples, with relations drawn from left, right, front, behind, near, on, and in. The ToSG is the shared representation that carries the whole pipeline: an LLM generates it from annotated 3D assets, it constrains how objects are placed into a consistent layout, it guides automated demonstration collection, and final success is evaluated by converting the executed scene back into a ToSG-like form and comparing it against goal conditions. This single representation is what makes large-scale task generation and fair policy comparison possible.
What would settle it
Take a subset of GenManip-Bench scenarios, run the policies, and have human annotators score the same final scenes for goal satisfaction, then compare human agreement with the automated ToSG point-cloud checker. If human judgments disagree with the checker on a substantial fraction of trials, especially on borderline near and between cases, the central comparison between modular and end-to-end methods would need to be re-measured. A second check is to train the end-to-end policies on demonstrations from the full 200-scenario distribution instead of a single task; if they then match or exceed modular zero-shot success, the claim that modular systems generalize more effectively would be weakened.
Extended reading notes
Core claim
The paper's central discovery is an empirical asymmetry between two families of manipulation policies. Within the same simulator and benchmark, the best modular system, a mark-based visual prompting pipeline built around a frontier multimodal language model, achieves a 23.0% success rate averaged over 200 scenarios, with its strongest performance on appearance and common-sense tasks and its weakest on long-horizon tasks, where the best variant reaches about 11% success. The same benchmark exposes the limits of end-to-end policies: GR-1 and ACT improve monotonically with behavior-cloning data in a fixed single-task setting, with GR-1 rising from 33.0% to 95.0% success as data grows from 100 to 1,000 episodes, yet they drop to 43.5% when tested across five scenes and to 0.0% on unseen instructions and unseen objects. The paper frames this as evidence that current end-to-end imitation learning captures spatial variability within a scene but not compositional, semantic, or instructional novelty, while modular systems, though far from reliable, transfer zero-shot across all four task dimensions.
Load-bearing premise
The automated checker that decides success by reconstructing the final scene into point clouds and comparing hand-chosen spatial relation thresholds, such as what counts as near or between, judges goal conditions correctly; if these thresholds are miscalibrated, every reported success rate in the modular-versus-end-to-end comparison is unreliable.
Editorial extensions
If this is right
- Generalization in instruction-following manipulation should be measured along separable axes, such as spatial, appearance, common-sense, and long-horizon, because current methods fail very differently on each.
- Zero-shot modular generalization is currently partial: the best variant reaches 23.0% overall success, and long-horizon tasks remain the weakest category at roughly 11% for that variant.
- Data scaling alone does not produce compositional generalization in end-to-end policies: GR-1 and ACT improve to 95.0% and 72.5% success on a fixed task with 1,000 demonstrations, yet fall to 0.0% on unseen instructions and unseen objects.
- A shared scene-graph representation makes task generation, layout construction, demonstration collection, and success evaluation consistent, which is a precondition for fair comparison between modular and end-to-end policy families.
- Comparing the two policy families on the same 200 scenarios gives quantitative support for treating reasoning-level and control-level components separately, as the paper's dual-system discussion suggests.
Reading between the lines
- A direct test the paper leaves implicit would be to train the end-to-end policies on demonstrations from all 200 benchmark scenarios rather than a single task and then measure zero-shot transfer to held-out scenarios, which would separate data-scale limits from architectural limits.
- Because the paper's failure analysis attributes most modular errors to grounding and placement-location confusion rather than to motion execution, the benchmark suggests that improving visual grounding and spatial-language understanding is likely to raise overall success more than improving grasp or trajectory modules.
- The ToSG format is also flexible enough to study instruction ambiguity: generating several phrasings of the same goal condition would let the benchmark measure how much of the generalization gap comes from language understanding rather than scene novelty.
- A matched real-world run of the same modular system on a small set of equivalent tabletop scenes would quantify the sim-to-real gap the paper identifies qualitatively; the paper deploys a demonstration but does not report a per-task comparison against simulation numbers.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces GENMANIP, an Isaac Sim-based tabletop manipulation platform built around a task-oriented scene graph (ToSG), an LLM-driven pipeline that synthesizes tasks and layouts from 10K annotated 3D assets, and a human-refined 200-scenario benchmark called GENMANIP-BENCH. The authors evaluate two policy families: modular manipulation systems that combine SAM2, AnyGrasp, and VLM prompting (CoPA and MOKA variants) across the full benchmark, reporting a best overall success rate of 23.0% with GPT-4.5; and end-to-end policies (GR-1 and ACT) trained on automatically collected demonstrations, evaluated on single-task data scaling and limited generalization ablations. The abstract's central claim is that while data scaling benefits end-to-end methods, modular systems enhanced with foundation models generalize more effectively across diverse scenarios.
Significance. If validated, GENMANIP would be a valuable resource for studying instruction-following manipulation generalization: it combines a large and diverse asset collection, a structured scene representation that is LLM-compatible, automated demonstration collection, and a human-curated multi-aspect benchmark. The systematic modular-system ablation and failure analysis are also useful contributions. However, the headline comparative claim is not currently supported by the experiments, and the automated success checker that underlies all reported success rates is not yet adequately validated. These issues must be resolved before the paper's main conclusion can be accepted; the platform itself has clear potential but the presented evidence does not yet establish the claimed advantage of modular systems over end-to-end policies.
major comments (3)
- [§5.3 and Abstract] The central claim that modular systems 'generalize more effectively across diverse scenarios' is not supported by the experiments as presented. Modular methods are evaluated on the full 200-scenario GENMANIP-BENCH (Table 2), but the end-to-end policies GR-1 and ACT are evaluated only on a single pick-banana-place-on-plate task with limited region randomization, full-table randomization, five-scene transfer, unseen instructions, and unseen objects (Figures 5 and 6). Section 5.3 explicitly states that a full-scale evaluation across all 200 scenarios is 'left for future work due to computational constraints.' Because the two evaluations use different task distributions, instructions, training protocols, and evaluation settings, the comparative conclusion in the abstract does not follow from the reported experiments.
- [Supplementary §8, Algorithm 2] The automated success checker is load-bearing for all reported success rates in Tables 2–4, but it contains a likely typo in the vertical-relation branch: both 'on/beneath' and 'beneath/on' conditions use the same comparison 'GetCenter(P_A)[z] > GetCenter(P_B)[z]' (lines 17–20), so the second branch can never execute. The left/right branch also has a self-contradictory condition, 'IS OVERLAP(P_A,P_B, axis=y) and not IS OVERLAP(P_A,P_B, axis=y)' (line 28), and the pseudocode appears inconsistent with the textual description of left-right versus front-back overlap. Furthermore, the hand-selected thresholds (XY_DISTANCE_CLOSE_THRESHOLD, MAX_TO_BE_TOUCHING_DISTANCE, ANGLE_THRESHOLD) are not reported or validated against human-annotated layouts. Until the checker is corrected, the thresholds are disclosed, and its relation inferences are validated, the numerical comparisons may not be reliable.
- [§3.2 and §4] Because GENMANIP-BENCH scenarios are generated by GPT-4 (with human-in-the-loop refinement) and the modular systems use the same GPT family for perception, reasoning, and planning, the comparison may be biased in favor of LLM-driven modular methods relative to learned policies that receive no comparable prior knowledge. This is a fairness concern rather than an equation-level circularity, but it should be acknowledged and controlled for. A concrete test would be to evaluate on a subset of scenarios generated without LLM involvement, or to demonstrate that the human refinement step removes task-side bias by comparing LLM-generated and non-LLM-generated scenario sets.
minor comments (5)
- [Figure 14] The label 'Mocation Obfuscation' should read 'Location Obfuscation.'
- [§5.3 and Figure 5] The data-scaling curves report a single run per data size without error bars or multiple seeds; given that the generalization results in Figure 6 exhibit high variance (e.g., 43.5 ± 26.1 in the full-table setting), error estimates should be provided for the data-scaling results as well.
- [Table 2] The number of scenarios per task category is not reported, so the category-level SR and SPL numbers cannot be interpreted without knowing the per-category episode counts; please report these counts.
- [Supplementary §8] The horizontal-relation logic in Algorithm 2 should be aligned with the text: the text states that left-right is determined by overlap on the X-axis but not the Y-axis, while the pseudocode returns 'front'/'back' for that combination; this needs to be fixed and cross-checked.
- [§3.2] The 'near' threshold is given only as an example ('e.g., 5 centimeters'); the exact thresholds used for layout construction and for the success checker should be specified to allow reproduction.
Circularity Check
No equation-level circularity found: the benchmark, baselines, and success metric are empirically independent; self-citations are not load-bearing and the comparative gap is an evidence issue, not a circular derivation.
full rationale
Scores of modular and end-to-end methods are measured outcomes, not derived from fitted parameters: CoPA†/MOKA† are reproduced baselines (Table 2) and GR-1/ACT are trained on collected demonstrations (Figs. 5-6), so no success rate is obtained by substituting the benchmark's own definitions. The LLM-driven ToSG pipeline (Sec. 3.2) generates tasks with GPT-4 and the modular systems also use GPT-4-class VLMs; this shared provenance is a distributional fairness concern that could favor LLM-based policies, but the paper does not claim a prediction equivalent to this generative process, and human-in-the-loop corrections (Sec. 4) intervene between generation and evaluation. GRUtopia [68] is self-cited as the source of articulated assets, but this citation is not load-bearing for the central generalization comparison. The paper itself concedes that end-to-end policies were not run on the full 200-scenario benchmark (Sec. 5.3: 'A full-scale evaluation across all 200 scenarios is left for future work due to computational constraints'), so the headline comparison lacks direct same-benchmark support; that is an evidentiary gap, not circularity. The success checker's unreported thresholds and the duplicated '>' branch in Algorithm 2 are validation risks, not equation-level circularity. No step in the paper's derivation chain reduces to its own input by construction.
Assumptions & free parameters
free parameters (2)
- Evaluation relation thresholds (XY distance, overlap, angle, touch distance) =
Not reported
- Near distance threshold =
5 cm (stated once for 'near' in layout construction)
assumptions (4)
- domain assumption Isaac Sim's physics and rendering fidelity is sufficient for conclusions about real-world generalization.
- domain assumption The automated spatial-relation checker (Algorithm 2) correctly determines whether goal conditions are satisfied.
- domain assumption The 200 human-curated benchmark scenarios are representative of real instruction-following tasks and do not systematically favor LLM-based methods.
- domain assumption CoPA and MOKA are faithfully reproduced within GenManip after 'adaptations'.
Cite this review
Pith. "Pith review of GENMANIP: LLM-driven Simulation for Generalizable Instruction-Following Manipulation." pith.science (2026). https://pith.science/paper/MGONN53L
@misc{pith2026250610966,
author = {Pith},
title = {Pith review of: GENMANIP: LLM-driven Simulation for Generalizable Instruction-Following Manipulation},
year = {2026},
howpublished = {\url{https://pith.science/paper/MGONN53L}},
note = {Machine review of arXiv:2506.10966}
}
read the original abstract
Robotic manipulation in real-world settings remains challenging, especially regarding robust generalization. Existing simulation platforms lack sufficient support for exploring how policies adapt to varied instructions and scenarios. Thus, they lag behind the growing interest in instruction-following foundation models like LLMs, whose adaptability is crucial yet remains underexplored in fair comparisons. To bridge this gap, we introduce GenManip, a realistic tabletop simulation platform tailored for policy generalization studies. It features an automatic pipeline via LLM-driven task-oriented scene graph to synthesize large-scale, diverse tasks using 10K annotated 3D object assets. To systematically assess generalization, we present GenManip-Bench, a benchmark of 200 scenarios refined via human-in-the-loop corrections. We evaluate two policy types: (1) modular manipulation systems integrating foundation models for perception, reasoning, and planning, and (2) end-to-end policies trained through scalable data collection. Results show that while data scaling benefits end-to-end methods, modular systems enhanced with foundation models generalize more effectively across diverse scenarios. We anticipate this platform to facilitate critical insights for advancing policy generalization in realistic conditions. Project Page: https://genmanip.axi404.top/.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 1 Pith paper
-
Data Pyramid for Embodied Manipulation
Embodied training data form a five-layer pyramid—real-robot, UMI, ego/exo, simulation, general V–L—ordered by the trade-off between scale and robot alignment, and model capabilities track how those layers are mixed.
Reference graph
Works this paper leans on
-
[1]
Pddl— the planning domain definition language
Constructions Aeronautiques, Adele Howe, Craig Knoblock, ISI Drew McDermott, Ashwin Ram, Manuela Veloso, Daniel Weld, David Wilkins Sri, Anthony Barrett, Dave Christian- son, et al. Pddl— the planning domain definition language. Technical Report, Tech. Rep., 1998. 1, 4
1998
-
[2]
On evaluation of embodied navigation agents.arXiv preprint arXiv:1807.06757, 2018
Peter Anderson, Angel Chang, Devendra Singh Chaplot, Alexey Dosovitskiy, Saurabh Gupta, Vladlen Koltun, Jana Kosecka, Jitendra Malik, Roozbeh Mottaghi, Manolis Savva, et al. On evaluation of embodied navigation agents.arXiv preprint arXiv:1807.06757, 2018. 5
arXiv 2018
-
[3]
Claude ai, 2025
Anthropic. Claude ai, 2025. 1
2025
-
[4]
Track2act: Predicting point tracks from internet videos enables diverse zero-shot robot manip- ulation, 2024
Homanga Bharadhwaj, Roozbeh Mottaghi, Abhinav Gupta, and Shubham Tulsiani. Track2act: Predicting point tracks from internet videos enables diverse zero-shot robot manip- ulation, 2024. 3
2024
-
[5]
Rt-1: Robotics transformer for real-world control at scale
Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Joseph Dabis, Chelsea Finn, Keerthana Gopalakr- ishnan, Karol Hausman, Alex Herzog, Jasmine Hsu, et al. Rt-1: Robotics transformer for real-world control at scale. arXiv preprint arXiv:2212.06817, 2022. 3
arXiv 2022
-
[6]
Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Xi Chen, Krzysztof Choromanski, Tianli Ding, Danny Driess, Avinava Dubey, Chelsea Finn, et al. Rt-2: Vision-language-action models transfer web knowledge to robotic control.arXiv preprint arXiv:2307.15818, 2023. 3
arXiv 2023
-
[7]
Internvl: Scaling up vision foundation mod- els and aligning for generic visual-linguistic tasks
Zhe Chen, Jiannan Wu, Wenhai Wang, Weijie Su, Guo Chen, Sen Xing, Muyan Zhong, Qinglong Zhang, Xizhou Zhu, Lewei Lu, et al. Internvl: Scaling up vision foundation mod- els and aligning for generic visual-linguistic tasks. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 24185–24198, 2024. 1
2024
-
[8]
Procthor: Large-scale embodied ai using procedural generation.Ad- vances in Neural Information Processing Systems, 35:5982– 5994, 2022
Matt Deitke, Eli VanderBilt, Alvaro Herrasti, Luca Weihs, Kiana Ehsani, Jordi Salvador, Winson Han, Eric Kolve, Aniruddha Kembhavi, and Roozbeh Mottaghi. Procthor: Large-scale embodied ai using procedural generation.Ad- vances in Neural Information Processing Systems, 35:5982– 5994, 2022. 3
2022
Show all 107 references
-
[9]
Objaverse: A universe of annotated 3d objects
Matt Deitke, Dustin Schwenk, Jordi Salvador, Luca Weihs, Oscar Michel, Eli VanderBilt, Ludwig Schmidt, Kiana Ehsani, Aniruddha Kembhavi, and Ali Farhadi. Objaverse: A universe of annotated 3d objects. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Reco...
2023
-
[10]
Realgen: Retrieval augmented gen- eration for controllable traffic scenarios.arXiv preprint arXiv:2312.13303, 2023
Wenhao Ding, Yulong Cao, Ding Zhao, Chaowei Xiao, and Marco Pavone. Realgen: Retrieval augmented gen- eration for controllable traffic scenarios.arXiv preprint arXiv:2312.13303, 2023. 3
2023 arXiv
-
[11]
A survey on safety-critical driving scenario generation—a methodological perspective.IEEE Transactions on Intelligent Transportation Systems, 24(7): 6971–6988, 2023
Wenhao Ding, Chejian Xu, Mansur Arief, Haohong Lin, Bo Li, and Ding Zhao. A survey on safety-critical driving scenario generation—a methodological perspective.IEEE Transactions on Intelligent Transportation Systems, 24(7): 6971–6988, 2023. 3
2023
-
[12]
Manipulate- anything: Automating real-world robots using vision- language models.arXiv preprint arXiv:2406.18915, 2024
Jiafei Duan, Wentao Yuan, Wilbert Pumacay, Yi Ru Wang, Kiana Ehsani, Dieter Fox, and Ranjay Krishna. Manipulate- anything: Automating real-world robots using vision- language models.arXiv preprint arXiv:2406.18915, 2024. 3
2024 arXiv
-
[13]
Flowbot3d: Learning 3d articulation flow to manipulate articulated ob- jects.arXiv preprint arXiv:2205.04382, 2022
Ben Eisner, Harry Zhang, and David Held. Flowbot3d: Learning 3d articulation flow to manipulate articulated ob- jects.arXiv preprint arXiv:2205.04382, 2022. 3
2022 arXiv
-
[14]
Anygrasp: Robust and efficient grasp perception in spa- tial and temporal domains.IEEE Transactions on Robotics,
Hao-Shu Fang, Chenxi Wang, Hongjie Fang, Minghao Gou, Jirong Liu, Hengxu Yan, Wenhai Liu, Yichen Xie, and Cewu Lu. Anygrasp: Robust and efficient grasp perception in spa- tial and temporal domains.IEEE Transactions on Robotics,
-
[15]
Active task randomization: Learning visuomotor skills for sequential manipulation by proposing feasible and novel tasks.CoRR, 2022
Kuan Fang, Toki Migimatsu, Ajay Mandlekar, Li Fei-Fei, and Jeannette Bohg. Active task randomization: Learning visuomotor skills for sequential manipulation by proposing feasible and novel tasks.CoRR, 2022. 3
2022
-
[16]
Helix: A vision-language-action model for gen- eralist humanoid control, 2025
Figure AI. Helix: A vision-language-action model for gen- eralist humanoid control, 2025. 3
2025
-
[17]
Scenic: a language for scenario specification and scene generation
Daniel J Fremont, Tommaso Dreossi, Shromona Ghosh, Xi- angyu Yue, Alberto L Sangiovanni-Vincentelli, and Sanjit A Seshia. Scenic: a language for scenario specification and scene generation. InProceedings of the 40th ACM SIGPLAN conference on programming language design and imp...
2019
-
[18]
Mobile aloha: Learning bimanual mobile manipulation with low-cost whole-body teleoperation.arXiv preprint arXiv:2401.02117,
Zipeng Fu, Tony Z Zhao, and Chelsea Finn. Mobile aloha: Learning bimanual mobile manipulation with low-cost whole-body teleoperation.arXiv preprint arXiv:2401.02117,
-
[19]
To- wards generalizable vision-language robotic manipulation: A benchmark and llm-guided 3d policy.arXiv preprint arXiv:2410.01345, 2024
Ricardo Garcia, Shizhe Chen, and Cordelia Schmid. To- wards generalizable vision-language robotic manipulation: A benchmark and llm-guided 3d policy.arXiv preprint arXiv:2410.01345, 2024. 3
2024 arXiv
-
[20]
Skillmimicgen: Automated demonstration generation for efficient skill learning and deployment
Caelan Garrett, Ajay Mandlekar, Bowen Wen, and Dieter Fox. Skillmimicgen: Automated demonstration generation for efficient skill learning and deployment. In8th Annual Conference on Robot Learning, 2024. 4
2024
-
[21]
Gapartnet: Cross-category domain-generalizable object perception and manipulation via generalizable and actionable parts
Haoran Geng, Helin Xu, Chengyang Zhao, Chao Xu, Li Yi, Siyuan Huang, and He Wang. Gapartnet: Cross-category domain-generalizable object perception and manipulation via generalizable and actionable parts. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern R...
2023
-
[22]
Arnold: A benchmark for language-grounded task learning with con- tinuous states in realistic 3d scenes
Ran Gong, Jiangyong Huang, Yizhou Zhao, Haoran Geng, Xiaofeng Gao, Qingyang Wu, Wensi Ai, Ziheng Zhou, Demetri Terzopoulos, Song-Chun Zhu, et al. Arnold: A benchmark for language-grounded task learning with con- tinuous states in realistic 3d scenes. InProceedings of the IEEE/...
2023
-
[23]
Gemini api, 2025
Google AI. Gemini api, 2025. 1
2025
-
[24]
Rvt-2: Learning precise manipulation from few demonstrations.arXiv preprint arXiv:2406.08545, 2024
Ankit Goyal, Valts Blukis, Jie Xu, Yijie Guo, Yu-Wei Chao, and Dieter Fox. Rvt-2: Learning precise manipulation from few demonstrations.arXiv preprint arXiv:2406.08545, 2024. 3
2024 arXiv
-
[25]
Rt-trajectory: Robotic task generalization via hindsight trajectory sketches
Jiayuan Gu, Sean Kirmani, Paul Wohlhart, Yao Lu, Montser- rat Gonzalez Arenas, Kanishka Rao, Wenhao Yu, Chuyuan Fu, Keerthana Gopalakrishnan, Zhuo Xu, et al. Rt-trajectory: Robotic task generalization via hindsight trajectory sketches. arXiv preprint arXiv:2311.01977, 2023. 3
2023 arXiv
-
[26]
Maniskill2: A unified benchmark for generalizable manipulation skills
Jiayuan Gu, Fanbo Xiang, Xuanlin Li, Zhan Ling, Xiqiang Liu, Tongzhou Mu, Yihe Tang, Stone Tao, Xinyue Wei, Yun- chao Yao, Xiaodi Yuan, Pengwei Xie, Zhiao Huang, Rui Chen, and Hao Su. Maniskill2: A unified benchmark for generalizable manipulation skills. InInternational Confer...
2023
-
[27]
MPlib: a Lightweight Motion Planning Library,
Runlin (Kolin) Guo, Xinsong Lin, Minghua Liu, Jiayuan Gu, and Hao Su. MPlib: a Lightweight Motion Planning Library,
-
[28]
Furniturebench: Reproducible real-world benchmark for long-horizon complex manipulation.arXiv preprint arXiv:2305.12821, 2023
Minho Heo, Youngwoon Lee, Doohyun Lee, and Joseph J Lim. Furniturebench: Reproducible real-world benchmark for long-horizon complex manipulation.arXiv preprint arXiv:2305.12821, 2023. 3
2023 arXiv
-
[29]
Look before you leap: Unveiling the power of gpt- 4v in robotic vision-language planning.arXiv preprint arXiv:2311.17842, 2023
Yingdong Hu, Fanqi Lin, Tong Zhang, Li Yi, and Yang Gao. Look before you leap: Unveiling the power of gpt- 4v in robotic vision-language planning.arXiv preprint arXiv:2311.17842, 2023. 1, 3
2023 arXiv
-
[30]
Copa: General robotic manipulation through spatial constraints of parts with foundation models.arXiv preprint arXiv:2403.08248, 2024
Haoxu Huang, Fanqi Lin, Yingdong Hu, Shengjie Wang, and Yang Gao. Copa: General robotic manipulation through spatial constraints of parts with foundation models.arXiv preprint arXiv:2403.08248, 2024. 1, 3, 5, 6, 7
2024 arXiv
-
[31]
An embodied generalist agent in 3d world.arXiv preprint arXiv:2311.12871, 2023
Jiangyong Huang, Silong Yong, Xiaojian Ma, Xiongkun Linghu, Puhao Li, Yan Wang, Qing Li, Song-Chun Zhu, Baoxiong Jia, and Siyuan Huang. An embodied generalist agent in 3d world.arXiv preprint arXiv:2311.12871, 2023. 3
2023 arXiv
-
[32]
V oxposer: Composable 3d value maps for robotic manipulation with language models.arXiv preprint arXiv:2307.05973, 2023
Wenlong Huang, Chen Wang, Ruohan Zhang, Yunzhu Li, Jiajun Wu, and Li Fei-Fei. V oxposer: Composable 3d value maps for robotic manipulation with language models.arXiv preprint arXiv:2307.05973, 2023. 1, 3
2023 arXiv
-
[33]
Rlbench: The robot learning benchmark & learning environment.IEEE Robotics and Automation Let- ters, 5(2):3019–3026, 2020
Stephen James, Zicong Ma, David Rovick Arrojo, and An- drew J Davison. Rlbench: The robot learning benchmark & learning environment.IEEE Robotics and Automation Let- ters, 5(2):3019–3026, 2020. 1, 3
2020
-
[34]
Sceneverse: Scaling 3d vision-language learning for grounded scene understanding
Baoxiong Jia, Yixin Chen, Huangyue Yu, Yan Wang, Xuesong Niu, Tengyu Liu, Qing Li, and Siyuan Huang. Sceneverse: Scaling 3d vision-language learning for grounded scene understanding. InEuropean Conference on Computer Vision, pages 289–310. Springer, 2025. 3
-
[35]
Vima: General robot manipulation with multimodal prompts.arXiv preprint arXiv:2210.03094, 2(3):6, 2022
Yunfan Jiang, Agrim Gupta, Zichen Zhang, Guanzhi Wang, Yongqiang Dou, Yanjun Chen, Li Fei-Fei, Anima Anand- kumar, Yuke Zhu, and Linxi Fan. Vima: General robot manipulation with multimodal prompts.arXiv preprint arXiv:2210.03094, 2(3):6, 2022. 1, 3
-
[36]
Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C. Berg, Wan-Yen Lo, Piotr Doll ´ar, and Ross Girshick. Segment anything.arXiv:2304.02643, 2023. 1, 3
2023 arXiv
-
[37]
Ai2-thor: An interactive 3d environment for visual ai.arXiv preprint arXiv:1712.05474,
Eric Kolve, Roozbeh Mottaghi, Winson Han, Eli VanderBilt, Luca Weihs, Alvaro Herrasti, Matt Deitke, Kiana Ehsani, Daniel Gordon, Yuke Zhu, et al. Ai2-thor: An interactive 3d environment for visual ai.arXiv preprint arXiv:1712.05474,
-
[38]
Visual genome: Connecting language and vision using crowdsourced dense image annotations.International journal of computer vision, 123:32–73, 2017
Ranjay Krishna, Yuke Zhu, Oliver Groth, Justin Johnson, Kenji Hata, Joshua Kravitz, Stephanie Chen, Yannis Kalan- tidis, Li-Jia Li, David A Shamma, et al. Visual genome: Connecting language and vision using crowdsourced dense image annotations.International journal of computer...
2017
-
[39]
Behavior-1k: A benchmark for embodied ai with 1,000 ev- eryday activities and realistic simulation
Chengshu Li, Ruohan Zhang, Josiah Wong, Cem Gokmen, Sanjana Srivastava, Roberto Mart ´ın-Mart´ın, Chen Wang, Gabrael Levine, Michael Lingelbach, Jiankai Sun, et al. Behavior-1k: A benchmark for embodied ai with 1,000 ev- eryday activities and realistic simulation. InConference...
2023
-
[40]
Vision-language foun- dation models as effective robot imitators.arXiv preprint arXiv:2311.01378, 2023
Xinghang Li, Minghuan Liu, Hanbo Zhang, Cunjun Yu, Jie Xu, Hongtao Wu, Chilam Cheang, Ya Jing, Weinan Zhang, Huaping Liu, Hang Li, and Tao Kong. Vision-language foun- dation models as effective robot imitators.arXiv preprint arXiv:2311.01378, 2023. 3
2023 arXiv
-
[41]
Evaluating real-world robot manipulation policies in simulation.arXiv preprint arXiv:2405.05941, 2024
Xuanlin Li, Kyle Hsu, Jiayuan Gu, Karl Pertsch, Oier Mees, Homer Rich Walke, Chuyuan Fu, Ishikaa Lunawat, Isabel Sieh, Sean Kirmani, et al. Evaluating real-world robot manipulation policies in simulation.arXiv preprint arXiv:2405.05941, 2024. 3
2024 arXiv
-
[42]
Code as policies: Language model programs for embodied control
Jacky Liang, Wenlong Huang, Fei Xia, Peng Xu, Karol Hausman, Brian Ichter, Pete Florence, and Andy Zeng. Code as policies: Language model programs for embodied control. In2023 IEEE International Conference on Robotics and Au- tomation (ICRA), pages 9493–9500. IEEE, 2023. 3
2023
-
[43]
Libero: Benchmarking knowl- edge transfer for lifelong robot learning.Advances in Neural Information Processing Systems, 36, 2024
Bo Liu, Yifeng Zhu, Chongkai Gao, Yihao Feng, Qiang Liu, Yuke Zhu, and Peter Stone. Libero: Benchmarking knowl- edge transfer for lifelong robot learning.Advances in Neural Information Processing Systems, 36, 2024. 1, 3
2024
-
[44]
Moka: Open-vocabulary robotic manipulation through mark-based visual prompting
Fangchen Liu, Kuan Fang, Pieter Abbeel, and Sergey Levine. Moka: Open-vocabulary robotic manipulation through mark-based visual prompting. InFirst Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024, 2024. 1, 3, 5, 6, 7
2024
-
[45]
Zero-1-to- 3: Zero-shot one image to 3d object
Ruoshi Liu, Rundi Wu, Basile Van Hoorick, Pavel Tok- makov, Sergey Zakharov, and Carl V ondrick. Zero-1-to- 3: Zero-shot one image to 3d object. InProceedings of the IEEE/CVF international conference on computer vision, pages 9298–9309, 2023. 1
2023
-
[46]
Isaac gym: High performance gpu-based physics simulation for robot learning.arXiv preprint arXiv:2108.10470, 2021
Viktor Makoviychuk, Lukasz Wawrzyniak, Yunrong Guo, Michelle Lu, Kier Storey, Miles Macklin, David Hoeller, Nikita Rudin, Arthur Allshire, Ankur Handa, et al. Isaac gym: High performance gpu-based physics simulation for robot learning.arXiv preprint arXiv:2108.10470, 2021. 3
2021 arXiv
-
[47]
Mimicgen: A data generation system for scalable robot learning using human demonstrations.arXiv preprint arXiv:2310.17596, 2023
Ajay Mandlekar, Soroush Nasiriany, Bowen Wen, Iretiayo Akinola, Yashraj Narang, Linxi Fan, Yuke Zhu, and Di- eter Fox. Mimicgen: A data generation system for scalable robot learning using human demonstrations.arXiv preprint arXiv:2310.17596, 2023. 3, 4, 5, 16
-
[48]
Calvin: A benchmark for language- conditioned policy learning for long-horizon robot manip- ulation tasks.IEEE Robotics and Automation Letters, 7(3): 7327–7334, 2022
Oier Mees, Lukas Hermann, Erick Rosete-Beas, and Wol- fram Burgard. Calvin: A benchmark for language- conditioned policy learning for long-horizon robot manip- ulation tasks.IEEE Robotics and Automation Letters, 7(3): 7327–7334, 2022. 1, 3
2022
-
[49]
Simple open-vocabulary object detection
Matthias Minderer, Alexey Gritsenko, Austin Stone, Maxim Neumann, Dirk Weissenborn, Alexey Dosovitskiy, Aravindh Mahendran, Anurag Arnab, Mostafa Dehghani, Zhuoran Shen, et al. Simple open-vocabulary object detection. In European Conference on Computer Vision, pages 728–755. S...
2022
-
[50]
Robocasa: Large-scale simula- tion of everyday tasks for generalist robots.arXiv preprint arXiv:2406.02523, 2024
Soroush Nasiriany, Abhiram Maddukuri, Lance Zhang, Adeet Parikh, Aaron Lo, Abhishek Joshi, Ajay Man- dlekar, and Yuke Zhu. Robocasa: Large-scale simula- tion of everyday tasks for generalist robots.arXiv preprint arXiv:2406.02523, 2024. 1, 3, 5
2024 arXiv
-
[51]
Pivot: Itera- tive visual prompting elicits actionable knowledge for vlms
Soroush Nasiriany, Fei Xia, Wenhao Yu, Ted Xiao, Jacky Liang, Ishita Dasgupta, Annie Xie, Danny Driess, Ayzaan Wahid, Zhuo Xu, Quan Vuong, Tingnan Zhang, Tsang- Wei Edward Lee, Kuang-Huei Lee, Peng Xu, Sean Kirmani, Yuke Zhu, Andy Zeng, Karol Hausman, Nicolas Heess, Chelsea Fi...
-
[52]
Octo: An open-source generalist robot policy
Octo Model Team, Dibya Ghosh, Homer Walke, Karl Pertsch, Kevin Black, Oier Mees, Sudeep Dasari, Joey Hejna, Charles Xu, Jianlan Luo, Tobias Kreiman, You Liang Tan, Pannag Sanketi, Quan Vuong, Ted Xiao, Dorsa Sadigh, Chelsea Finn, and Sergey Levine. Octo: An open-source general...
2024
-
[53]
Open x-embodiment: Robotic learning datasets and rt-x models.arXiv preprint arXiv:2310.08864, 2023
Abby O’Neill, Abdul Rehman, Abhinav Gupta, Abhiram Maddukuri, Abhishek Gupta, Abhishek Padalkar, Abraham Lee, Acorn Pooley, Agrim Gupta, Ajay Mandlekar, et al. Open x-embodiment: Robotic learning datasets and rt-x models.arXiv preprint arXiv:2310.08864, 2023. 1, 3
-
[54]
Gpt-4 technical report.arXiv:2303.08774, 2023
OpenAI. Gpt-4 technical report.arXiv:2303.08774, 2023. 1, 3
2023 arXiv
-
[55]
The colosseum: A bench- mark for evaluating generalization for robotic manipulation
Wilbert Pumacay, Ishika Singh, Jiafei Duan, Ranjay Krishna, Jesse Thomason, and Dieter Fox. The colosseum: A bench- mark for evaluating generalization for robotic manipulation. arXiv preprint arXiv:2402.08191, 2024. 3
2024 arXiv
-
[56]
Keto: Learning keypoint representations for tool manipulation
Zengyi Qin, Kuan Fang, Yuke Zhu, Li Fei-Fei, and Silvio Savarese. Keto: Learning keypoint representations for tool manipulation. In2020 IEEE International Conference on Robotics and Automation (ICRA), pages 7278–7285. IEEE,
-
[57]
Learning transferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. InInternational conference on machine learning, p...
2021
-
[58]
Sam 2: Segment anything in images and videos
Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman R¨adle, Chloe Rolland, Laura Gustafson, Eric Mintun, Junt- ing Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao- Yuan Wu, Ross Girshick, Piotr Doll´ar, and Christoph Feic...
2024 arXiv
-
[59]
Grounded sam: Assembling open-world models for diverse visual tasks.arXiv preprint arXiv:2401.14159,
Tianhe Ren, Shilong Liu, Ailing Zeng, Jing Lin, Kunchang Li, He Cao, Jiayu Chen, Xinyu Huang, Yukang Chen, Feng Yan, et al. Grounded sam: Assembling open-world models for diverse visual tasks.arXiv preprint arXiv:2401.14159,
-
[60]
Toolflownet: Robotic manipulation with tools via predicting tool flow from point clouds
Daniel Seita, Yufei Wang, Sarthak J Shetty, Edward Yao Li, Zackory Erickson, and David Held. Toolflownet: Robotic manipulation with tools via predicting tool flow from point clouds. InConference on Robot Learning, pages 1038–1049. PMLR, 2023. 3
2023
-
[61]
Alfred: A benchmark for interpreting grounded instructions for everyday tasks
Mohit Shridhar, Jesse Thomason, Daniel Gordon, Yonatan Bisk, Winson Han, Roozbeh Mottaghi, Luke Zettlemoyer, and Dieter Fox. Alfred: A benchmark for interpreting grounded instructions for everyday tasks. InProceedings of the IEEE/CVF conference on computer vision and pattern r...
2020
-
[62]
Cliport: What and where pathways for robotic manipulation
Mohit Shridhar, Lucas Manuelli, and Dieter Fox. Cliport: What and where pathways for robotic manipulation. InCon- ference on robot learning, pages 894–906. PMLR, 2022. 3
2022
-
[63]
Perceiver- actor: A multi-task transformer for robotic manipulation
Mohit Shridhar, Lucas Manuelli, and Dieter Fox. Perceiver- actor: A multi-task transformer for robotic manipulation. InConference on Robot Learning, pages 785–799. PMLR, 2023
2023
-
[64]
Open-world ob- ject manipulation using pre-trained vision-language models
Austin Stone, Ted Xiao, Yao Lu, Keerthana Gopalakrish- nan, Kuang-Huei Lee, Quan Vuong, Paul Wohlhart, Sean Kirmani, Brianna Zitkovich, Fei Xia, et al. Open-world ob- ject manipulation using pre-trained vision-language models. arXiv preprint arXiv:2303.00905, 2023. 3
2023 arXiv
-
[65]
Predictive inverse dynamics models are scalable learners for robotic manipulation.arXiv preprint arXiv:2412.15109, 2024
Yang Tian, Sizhe Yang, Jia Zeng, Ping Wang, Dahua Lin, Hao Dong, and Jiangmiao Pang. Predictive inverse dynamics models are scalable learners for robotic manipulation.arXiv preprint arXiv:2412.15109, 2024. 3
2024 arXiv
-
[66]
Domain randomization for transferring deep neural networks from simulation to the real world
Josh Tobin, Rachel Fong, Alex Ray, Jonas Schneider, Woj- ciech Zaremba, and Pieter Abbeel. Domain randomization for transferring deep neural networks from simulation to the real world. In2017 IEEE/RSJ international conference on intelligent robots and systems (IROS), pages 23–...
-
[67]
Robotap: Tracking arbitrary points for few-shot visual imitation
Mel Vecerik, Carl Doersch, Yi Yang, Todor Davchev, Yusuf Aytar, Guangyao Zhou, Raia Hadsell, Lourdes Agapito, and Jon Scholz. Robotap: Tracking arbitrary points for few-shot visual imitation. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 5397–54...
-
[68]
Grutopia: Dream general robots in a city at scale.arXiv preprint arXiv:2407.10943, 2024
Hanqing Wang, Jiahe Chen, Wensi Huang, Qingwei Ben, Tai Wang, Boyu Mi, Tao Huang, Siheng Zhao, Yilun Chen, Sizhe Yang, et al. Grutopia: Dream general robots in a city at scale.arXiv preprint arXiv:2407.10943, 2024. 3, 4
2024 arXiv
-
[69]
Goal-auxiliary actor-critic for 6d robotic grasp- ing with point clouds
Lirui Wang, Yu Xiang, Wei Yang, Arsalan Mousavian, and Dieter Fox. Goal-auxiliary actor-critic for 6d robotic grasp- ing with point clouds. InConference on Robot Learning, pages 70–80. PMLR, 2022. 3
2022
-
[70]
Gensim: Generating robotic simulation tasks via large language models.arXiv preprint arXiv:2310.01361,
Lirui Wang, Yiyang Ling, Zhecheng Yuan, Mohit Shridhar, Chen Bao, Yuzhe Qin, Bailin Wang, Huazhe Xu, and Xiao- long Wang. Gensim: Generating robotic simulation tasks via large language models.arXiv preprint arXiv:2310.01361,
-
[71]
Any-point trajectory modeling for policy learning.arXiv preprint arXiv:2401.00025, 2023
Chuan Wen, Xingyu Lin, John So, Kai Chen, Qi Dou, Yang Gao, and Pieter Abbeel. Any-point trajectory modeling for policy learning.arXiv preprint arXiv:2401.00025, 2023. 3
2023 arXiv
-
[72]
Unleashing large-scale video generative pre- training for visual robot manipulation.arXiv preprint arXiv:2312.13139, 2023
Hongtao Wu, Ya Jing, Chilam Cheang, Guangzeng Chen, Jiafeng Xu, Xinghang Li, Minghuan Liu, Hang Li, and Tao Kong. Unleashing large-scale video generative pre- training for visual robot manipulation.arXiv preprint arXiv:2312.13139, 2023. 6, 8
2023 arXiv
-
[73]
Sapien: A simulated part-based interactive environment
Fanbo Xiang, Yuzhe Qin, Kaichun Mo, Yikuan Xia, Hao Zhu, Fangchen Liu, Minghua Liu, Hanxiao Jiang, Yifu Yuan, He Wang, et al. Sapien: A simulated part-based interactive environment. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1109...
2020
-
[74]
Flow as the cross-domain manipulation interface
Mengda Xu, Zhenjia Xu, Yinghao Xu, Cheng Chi, Gordon Wetzstein, Manuela Veloso, and Shuran Song. Flow as the cross-domain manipulation interface. In8th Annual Confer- ence on Robot Learning, 2024. 3
2024
-
[75]
Set-of-mark prompting unleashes extraordinary visual grounding in gpt-4v.arXiv preprint arXiv:2310.11441, 2023
Jianwei Yang, Hao Zhang, Feng Li, Xueyan Zou, Chunyuan Li, and Jianfeng Gao. Set-of-mark prompting unleashes extraordinary visual grounding in gpt-4v.arXiv preprint arXiv:2310.11441, 2023. 6
2023 arXiv
-
[76]
General flow as foundation affordance for scalable robot learning.arXiv preprint arXiv:2401.11439, 2024
Chengbo Yuan, Chuan Wen, Tong Zhang, and Yang Gao. General flow as foundation affordance for scalable robot learning.arXiv preprint arXiv:2401.11439, 2024. 3
2024 arXiv
-
[77]
Robopoint: A vision-language model for spatial affordance prediction for robotics.arXiv preprint arXiv:2406.10721, 2024
Wentao Yuan, Jiafei Duan, Valts Blukis, Wilbert Pumacay, Ranjay Krishna, Adithyavairavan Murali, Arsalan Mousa- vian, and Dieter Fox. Robopoint: A vision-language model for spatial affordance prediction for robotics.arXiv preprint arXiv:2406.10721, 2024. 5
2024 arXiv
-
[78]
3d diffusion policy.arXiv preprint arXiv:2403.03954, 2024
Yanjie Ze, Gu Zhang, Kangning Zhang, Chenyuan Hu, Muhan Wang, and Huazhe Xu. 3d diffusion policy.arXiv preprint arXiv:2403.03954, 2024. 3
2024 arXiv
-
[79]
Transporter networks: Rearranging the visual world for robotic manipu- lation
Andy Zeng, Pete Florence, Jonathan Tompson, Stefan Welker, Jonathan Chien, Maria Attarian, Travis Armstrong, Ivan Krasin, Dan Duong, Vikas Sindhwani, et al. Transporter networks: Rearranging the visual world for robotic manipu- lation. InConference on Robot Learning, pages 726...
2021
-
[80]
Learning fine-grained bimanual manipulation with low-cost hardware.arXiv preprint arXiv:2304.13705, 2023
Tony Z Zhao, Vikash Kumar, Sergey Levine, and Chelsea Finn. Learning fine-grained bimanual manipulation with low-cost hardware.arXiv preprint arXiv:2304.13705, 2023. 3, 6
2023 arXiv
-
[81]
Vlmbench: A compositional benchmark for vision-and-language manipulation.Advances in Neural In- formation Processing Systems, 35:665–678, 2022
Kaizhi Zheng, Xiaotong Chen, Odest Chadwicke Jenkins, and Xin Wang. Vlmbench: A compositional benchmark for vision-and-language manipulation.Advances in Neural In- formation Processing Systems, 35:665–678, 2022. 3 Supplementary Materials for GENMANIP The supplementary material...
2022
-
[83]
Characterizing the sim-to-real gap is discussed in Sec. 12
-
[84]
Camera setups for modular manipulation systems and learning-based methods in GENMANIP-BENCH
Experimental Setups More Customizable Views Prompt-based Modular Methods Learnning Based Methods Figure 7. Camera setups for modular manipulation systems and learning-based methods in GENMANIP-BENCH. GENMANIPoperates within a tabletop scenario using a single Franka Arm on Isaa...
-
[85]
instruction
Prompts of ToSG Generation The base prompt for generating the task-oriented scene graph is shown in Prompt 1. To generate four types of tasks, we incorporate task-specific prompts into the base prompt. Note that we do not include a long-horizon prompt, as this type of task can...
-
[86]
Algorithm 1 Layout construction pipeline
Pseudo code of Layout Generation based on Scene Graph The pseudo code for the layout generation pipeline is presented in Algorithm 1. Algorithm 1 Layout construction pipeline. 1:Input:Scene GraphGfrom task-oriented scene graph 2:Output:Generated LayoutL 3:InitializeL← ∅ 4:O←To...
-
[87]
Human annotators, with privileged access to the scene graph and USD files, use IsaacSim for detailed inspections
Human-in-the-Loop Corrections of GENMANIP-BENCHScenarios We begin by sampling four instruction types from the generated corpus to ensure comprehensive coverage of object appear- ances, common-sense knowledge, spatial relationships, and long-horizon tasks. Human annotators, wit...
-
[88]
Automatic Simplification
-
[89]
Figure 8.Human-in-the-Loop corrections of benchmark scenarios
Human-in-the-loop Put all cans into the blanket and then put the blanker on the stand. Figure 8.Human-in-the-Loop corrections of benchmark scenarios. for asset retrieval. Subsequently, annotators refine layouts, objects, and scenarios based on GPT-generated data to ensure dail...
-
[90]
Example Visualization of ToSG and Layout We visualize example task-oriented scene graphs and their respective tabletop layouts in Figure A- 9. on near near near near on on near near near front on on near near near near near near near near near on on on on on on near near near ...
-
[91]
Following the approach of Mimicgen [47], we collect primitive skills from human teleoperation trajectories for these articulated objects, as illustrated in Figure A- 11
Articulated Objects And Teleoperation for Primitive Skills Figure A-10 displays several of these objects in Isaac Sim, which require specific manipulations. Following the approach of Mimicgen [47], we collect primitive skills from human teleoperation trajectories for these art...
-
[92]
The BC data collection pipeline is shown in Figure A- 12
Implementation Details about Behavior-Cloning Data Collection Book Right Mug Constrained Randomization Target Scene Graph 2 Target Pose Generation 3 Trajectory Generation MPlib AnyGrasp Zoom In 1 Grasp Generation Grasp V erification Grasp Proposals Figure 12.BC data collection...
-
[93]
In this section, we detail the method for determining spatial relationships among these point clouds, encompassing horizontal, vertical, and multi-object interactions
Evaluation Details To evaluate object relationships, the final scenes post-method execution are converted into point clouds and the point clouds for each object are extracted. In this section, we detail the method for determining spatial relationships among these point clouds,...
-
[94]
Compute the 2D distance between the bounding boxes of the point clouds
-
[95]
If the distance is greater than a thresholdXY DISTANCE CLOSE THRESHOLD, the point clouds are considered separate, and further horizontal relation analysis is skipped
-
[96]
The possible horizontal relationships are: •Left-Right: This relationship is determined when the point clouds overlap along the X-axis but not the Y-axis
If the distance is small enough, check for overlap along both the X and Y axes. The possible horizontal relationships are: •Left-Right: This relationship is determined when the point clouds overlap along the X-axis but not the Y-axis. The objects are positioned side by side al...
-
[97]
Calculate the vertical distance between the point clouds, including the distance from the top of one object to the bottom of the other
-
[98]
•Supporting/Supported by: If the objects are in contact or near each other, the function checks if one object supports the other based on the overlap area ratio
If the point clouds are close enough (within a threshold distanceMAX TO BE TOUCHING DISTANCE), the function evaluates if one object is: •On/Beneath: One object is on top of or below the other. •Supporting/Supported by: If the objects are in contact or near each other, the func...
-
[99]
Compute the centroid of each point cloud:anchor1 center,anchor2 center, andtarget center
-
[100]
Construct vectorsvector1andvector2from the target centroid to each of the anchor centroids
-
[101]
Normalize the vectors and compute the cosine of the angle between them
-
[102]
between”,“between
If the angle is smaller than a predefined thresholdANGLE THRESHOLD, the relationship is labeled asbetween, indicat- ing that the target object is positioned between the two anchor objects. Algorithm 2Infer Spatial Relationship Between Point Clouds Input:Point cloudsP A,P B, (o...
-
[103]
subtasks
Implementation Details and Prompts about Modular Manipulation System In this section, we present the complete prompts of modular manipulation system. Specifically, we first use the prompts from the task decomposition by Prompt 5 to divide the task, then use SoM by Prompt 6 for...
-
[104]
For cross-scene training, each scene provides 1K episodes
Implementation Details about Learning-based Models Both GR-1 and ACT are trained on 1K trajectories per setting. For cross-scene training, each scene provides 1K episodes. The model predicts images from static and gripper cameras, forecasts the next 3 steps, and executes 1 ste...
-
[105]
We present a detailed analysis of agent failures, as illustrated in Figure A-
Failure Case Visualization of Modular Manipulation System appearance long horizon spatial common sense Failed Success Success Failed Motion Planning Error Grounding Error Location Obfuscation Grounding Error Grasp Proposal Error Grasp Error Firefox http://127.0.0.1:37453/ 1 of...
2024
-
[106]
on” from “near
Tasks are categorized into four types: spatial, appearance, common sense, and long horizon. Grasp Failures are classified into three subcat- egories: (1) Grounding Error, resulting from incorrect masks generated by the Scene Object Model (SoM); (2) Grasp Proposal Error, caused...
-
[107]
Pick the tennis ball and place it into the green bowl
Characterizing Sim-to-Real Gap Select a point to grab. Pick the tennis ball and place it into the green bowl. I will pick up mask {13} which is {a tennis ball}. I will grab point {3} because it is {providing the most balanced grip and reducing the chances of slipping.}. Plan a...
-
[2023]
3, 4, 6, 7, 13, 17, 20
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.