Cortex: A Bidirectionally Aligned Embodied Agent Framework for Long-horizon Manipulation
Reviewed by Pith2026-07-07 13:44 UTCglm-5.2pith:FX44TQ2Aopen to challenge →
The pith
Dual-system robot hits 65% on 14-step chemistry tasks
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that the bottleneck in long-horizon robotic manipulation is temporal-semantic ambiguity at subtask transitions, not motor execution capability. By constraining a VLM planner to a 32-skill vocabulary with actively updated text memory, conditioning the VLA executor on single subtask commands, and training with event-balanced sampling that densifies supervision around transition boundaries, the system resolves the ambiguity that causes monolithic VLAs to loop or skip stages. The proof point is that this planner can be paired with a VLA fine-tuned on generic subtask-to-action data and then complete entirely unseen 14-step real-world chemistry tasks at 65% success, a
What carries the argument
The bidirectionally aligned subtask interface: 32 canonical skill primitives with strict language templates, an actively updated text-based semantic memory log, event-balanced sampling with asymmetric temporal margins around subtask boundaries, and a deployment harness that normalizes planner output to executor-compatible commands and applies timeout-driven kinematic resets.
If this is right
- If the bidirectional alignment thesis holds, the path to longer-horizon robot autonomy runs through better planner-executor interfaces and transition-focused training data, not through scaling monolithic VLA models alone.
- The 32-skill vocabulary could become a standard API layer: any VLM that outputs these primitives could swap between different VLA executors or robot embodiments without retraining the planner.
- Event-balanced sampling suggests that data curation for robotic foundation models should prioritize transition frames over steady-state execution frames — a shift from volume-driven to event-driven data scaling.
- The timeout-driven reset mechanism implies that perceptual deadlocks, not motor failures, may be the dominant failure mode in real-world long-horizon deployment, and that controlled physical perturbation is a viable recovery strategy.
Where Pith is reading between the lines
- The zero-shot claim likely applies to the planning level but not the motor-execution level: the VLA executor was fine-tuned on ~10 hours of subtask-to-action data from the same platform with the same object types, so its motor patterns may be specialized to that embodiment and scene distribution. The paper does not make this distinction explicit.
- If text-based memory is the bottleneck for spatial precision (as the authors acknowledge in their limitations), then tasks requiring pixel-level object-instance disambiguation — such as distinguishing two visually identical beakers — would expose a ceiling that the current architecture cannot break without adding visual memory retrieval.
- The 32-skill vocabulary may be sufficient for tabletop chemistry and kitchen tasks but could be too coarse for domains requiring continuous force-controlled skills (e.g., deburring, suturing, assembly with tight tolerances), where the discrete subtask abstraction breaks down.
- The event-balanced sampling result — that fewer transition-focused samples outperform more steady-state samples — suggests a general principle for data-efficient robot learning that could extend beyond the dual-system paradigm to any sequential decision-making model trained on demonstration data.
Load-bearing premise
The zero-shot transfer claim depends on the VLA executor being a general reactive policy, but the executor was fine-tuned on about 10 hours of subtask-to-action data collected on the same robot platform with the same object types, so its motor execution may be implicitly specialized to that scene distribution rather than truly zero-shot.
What would settle it
Run Cortex's VLM planner paired with a VLA executor fine-tuned on a genuinely different embodiment or object domain (e.g., a different arm morphology handling objects never seen in the executor's training data). If the 65% success rate on chemistry tasks drops to near zero, the zero-shot claim is specific to the planning layer and the executor is not generalizing.
Figures
read the original abstract
While recent Vision-Language-Action (VLA) models show promise toward generalist manipulation policies, they struggle with long-horizon tasks due to their Markovian nature-relying solely on current observations. Hierarchical dual-system methods address this but suffer from a gap between high-level planning semantics and low-level execution kinematics. We introduce Cortex, a bidirectionally aligned embodied agent framework with a customized planning interface that conveys executable and tractable subtask plans from high-level VLM to low-level VLA. Specifically, we standardize manipulation subtasks into 32 canonical skill primitives and inject tractability principles, such as representative object attributes and improved trajectory reachability, into the data generation pipeline. This enables automatic annotation of over 4k hours of open-source video data and generation of 30 hours of simulation data. We further devise an event-balanced sampling strategy to construct training data for fine-tuning the framework to better handle planning ambiguity during subtask transitions, enhanced by carefully designed harness engineering from task contexts to skill constraints during inference. Both open-loop VLM and closed-loop system evaluations demonstrate Cortex's efficacy, e.g., it outperforms monolithic baselines by 3.1% on Libero-long and 4.1% on RoboTwin. Notably, Cortex's generalist VLM enables zero-shot completion of unseen real-world long-horizon tasks, such as multi-stage chemistry experiments, by simply combining with a fine-tuned VLA-a capability infeasible through VLA fine-tuning alone.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Cortex, a dual-system framework for long-horizon robotic manipulation that bidirectionally aligns a VLM planner (System-2) with a VLA executor (System-1) via a structured subtask interface. The framework standardizes manipulation into 32 canonical skill primitives, constructs training data through automatic annotation of 4k+ hours of video and 30 hours of simulation, and introduces an event-balanced sampling strategy for subtask transitions. Evaluations include open-loop VLM planning (Table 1), closed-loop simulation benchmarks (LIBERO-Long 95.5%, RoboTwin 86.8%), and real-world chemistry/kitchen tasks (Table 3: 65%/55% success). The central claim is that Cortex's generalist VLM enables zero-shot completion of unseen real-world long-horizon tasks infeasible through VLA fine-tuning alone.
Significance. The paper makes several solid contributions: (1) a scalable automatic annotation pipeline using dynamic programming for subtask boundary inference (Appendix A.1), (2) the event-balanced sampling strategy with a controlled ablation (Table 5) showing improved sample efficiency, (3) strong simulation results on LIBERO-Long and RoboTwin with component-wise ablations, and (4) real-world deployment on complex 14-step chemistry tasks. The harness engineering and timeout-driven recovery mechanism are practical contributions. However, the central real-world claim rests on a comparison whose experimental controls are insufficiently specified, which weakens the contribution's load-bearing evidence.
major comments (3)
- §4.3, Table 3: The central real-world claim — that Cortex enables zero-shot task completion 'infeasible through VLA fine-tuning alone' — rests on the 0% vs 65% comparison between end-to-end baselines (π0.5, π_mem) and Cortex. However, the experimental setup confounds two variables. Appendix A.5.2 states that π_sub_mem was fine-tuned on 'about 10 hours of automatically segmented subtask-to-action data collected in the target robot setup.' The paper states π_mem has 'the same short-memory design' as π_sub_mem but does not explicitly confirm whether π_mem and π0.5 were trained on the same 10 hours of same-platform data. If they were not, the 0% vs 65% gap reflects both (a) the Cortex planning interface and (b) same-platform motor adaptation. Even if π_mem was trained on the same data, the comparison still conflates subtask-level conditioning with the full Cortex planning loop. Without an ab
- §4.3 and Abstract: The 'zero-shot' label is applied to the full system but Appendix A.5.2 reveals that System-1 (π_sub_mem) was fine-tuned on same-platform, same-object-type data (beakers, funnels, flasks). The system is zero-shot at the planning level but not at the motor-execution level. This distinction is not made explicit in the main text. The abstract's claim of 'zero-shot completion of unseen real-world long-horizon tasks' overstates the generalization: the executor has potentially memorized scene-specific motor patterns. The authors should clarify that 'zero-shot' refers specifically to the VLM planner's deployment without task-specific planning fine-tuning, and that the VLA executor was fine-tuned on same-platform data.
- §4.1, Table 1: The LLM-as-a-Judge evaluation uses Qwen-3.5-9B to score a system (Cortex) built on Qwen3-VL-8B. This creates a same-family bias risk: the judge may systematically favor outputs from the Qwen family over those from GPT-5 or Gemini. The paper does not discuss this potential bias or report any robustness check (e.g., cross-model judge agreement, human evaluation on a subset). This undermines the open-loop evaluation's validity as evidence for the interface design. The authors should either (a) use a judge from a different model family, (b) report human-annotated scores on a subset for calibration, or (c) explicitly acknowledge this limitation and justify why same-family judging is acceptable here.
minor comments (7)
- §3.2: The 32 canonical skill primitives are listed in Appendix A.3 but the main text does not explain how this vocabulary was derived — whether through clustering of existing datasets, manual task analysis, or coverage analysis. A brief justification for the choice of 32 and the specific skills would strengthen the design.
- Table 1: The scoring scale (out of 5 for subtask/memory, out of 10 for total) and the discrete judge ratings {0, 0.4, 0.9, 1.0} make interpretation difficult. The mapping from discrete ratings to the reported scale should be stated explicitly in the main text or table caption, not only in the appendix.
- §3.3: The temporal margins ε₁ and ε₂ are described qualitatively (ε₂ > ε₁, ~1 second total) but concrete values are only given in Appendix A.2 (ε = 0.5s for RoboCerebra, 1.5s for Galaxea). The main text should include concrete values.
- Figure 6: The RoboTwin results are presented as a bar chart with numerical values embedded. A table format (as in Table 8 in the appendix) would be easier to read and reference. Currently, cross-referencing between Figure 6 and Table 8 is cumbersome.
- §4.2: The paper states Cortex uses 'π0.5 and maintains an exceptionally high success rate (88.00%)' — the sentence structure is slightly broken here and should be revised for clarity.
- Appendix A.5.2, Table 10: The weight decay is listed as 1×10⁻², which differs from the simulation configuration in Table 7 (1×10⁻¹⁰). This large discrepancy should be explained or corrected.
- The paper references GPT-5.4 [42] and Gemini-3.1-Pro [14] with future dates (2026). These appear to be preview/pre-release models. The exact versions and access dates should be noted for reproducibility.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive review. The three major comments identify legitimate gaps in our experimental controls and terminology. We address each below and commit to concrete revisions in all three cases: (1) clarifying and strengthening the baseline comparison for the real-world claim, (2) correcting the 'zero-shot' terminology to distinguish planner-level from executor-level generalization, and (3) adding robustness checks for the LLM-as-a-Judge evaluation including cross-model judge agreement and human-annotated calibration on a subset.
read point-by-point responses
-
Referee: [MAJOR-1] The central real-world claim (0% vs 65%) confounds Cortex's planning interface with same-platform motor adaptation, because it is unclear whether pi_mem and pi0.5 were trained on the same 10 hours of same-platform data as pi_sub_mem. Even if they were, the comparison conflates subtask-level conditioning with the full Cortex planning loop.
Authors: The referee is correct that the main text does not explicitly state the training data configuration for the end-to-end baselines. To clarify: pi0.5 is the pretrained foundation model without any same-platform fine-tuning, while pi_mem was fine-tuned on the same 10 hours of same-platform subtask-to-action data as pi_sub_mem, with the only architectural difference being that pi_mem receives the full long-horizon task instruction rather than per-subtask commands. We agree this should have been stated explicitly in the main text and will add it. Regarding the deeper concern about confounding subtask-level conditioning with the full Cortex planning loop: we acknowledge that the 0% vs 65% comparison does not isolate the VLM planner's contribution from the subtask-conditioning benefit alone. The Human+pi_sub_mem row (75% success) partially addresses this by showing that even with a human providing optimal subtask commands, the executor alone achieves 75%, while Cortex's autonomous planning achieves 65%, demonstrating the planning loop closes most of the gap. However, we agree a cleaner ablation, pi_sub_mem with a non-Cortex planner (e.g., GPT-5 as planner), would further isolate the contribution. We will add this experiment and also revise the claim language to specify that the comparison is between end-to-end monolithic VLA execution and the full Cortex dual-system, not between subtask-conditioning alone and the full system. revision: partial
-
Referee: [MAJOR-2] The 'zero-shot' label overstates generalization because System-1 (pi_sub_mem) was fine-tuned on same-platform, same-object-type data. The system is zero-shot at the planning level but not at the motor-execution level.
Authors: This is a fair and accurate criticism. The abstract and main text use 'zero-shot' in a way that conflates two distinct generalization claims: the VLM planner operates zero-shot (no task-specific planning fine-tuning for the real-world chemistry tasks), while the VLA executor was fine-tuned on same-platform data with overlapping object types. We will revise the abstract and Section 4.3 to explicitly state that 'zero-shot' refers specifically to the VLM planner's deployment without task-specific planning fine-tuning, and that the VLA executor was fine-tuned on same-platform motor data. The revised phrasing will clarify that the contribution is the zero-shot transfer of the planning interface to unseen task compositions, not zero-shot motor execution. We appreciate the referee catching this overstatement. revision: yes
-
Referee: [MAJOR-3] The LLM-as-a-Judge evaluation uses Qwen-3.5-9B to score a system (Cortex) built on Qwen3-VL-8B, creating same-family bias risk. No robustness check is reported.
Authors: The referee raises a valid methodological concern. Using a Qwen-family judge to evaluate a Qwen-family system does introduce potential same-family bias. We will address this in revision through two additions: (1) We will report human-annotated scores on a randomly sampled subset (approximately 100 samples across all three evaluation buckets) to calibrate the automated judge. (2) We will add a cross-model judge agreement check using a non-Qwen model (e.g., GPT-5) as a secondary judge on the same subset, reporting inter-judge agreement. If the human and cross-model scores are consistent with the Qwen-3.5-9B judge, this would indicate the same-family bias is not materially affecting conclusions. If discrepancies emerge, we will report them transparently. We will also add an explicit limitation paragraph acknowledging the same-family judge risk. We note that the judge evaluates structured JSON outputs (subtask text and memory text) against ground-truth references using a discrete rubric, which is less susceptible to stylistic preference bias than free-form generation judging, but we agree this does not fully eliminate the concern. revision: yes
Circularity Check
No significant circularity found; the derivation chain is self-contained against external benchmarks.
full rationale
The paper's central claims rest on external benchmarks (LIBERO-Long, RoboTwin) and real-world task evaluations that are not constructed by the authors. The LLM-as-a-Judge evaluation (Table 1) uses Qwen-3.5-9B to score a system built on Qwen3-VL-8B — a same-family evaluator that introduces potential evaluation bias, but the judge scores are not fed back as inputs to the system's design or used to define any claimed output, so this is a correctness risk rather than circularity. The data annotation pipeline uses Qwen3-VL-235B to label data that fine-tunes Qwen3-VL-8B, which is intra-family distillation but not circular. The Table 3 comparison (Cortex 65% vs end-to-end 0%) has a potential experimental confound — whether π_mem was trained on the same 10 hours of data as π_sub_mem is not explicitly confirmed — but this is an experimental design concern, not a step where a prediction reduces to its inputs by construction. The self-citation to [23] (Wei et al., sharing authors) is cited as related work for navigation and is not load-bearing for any derivation. No step in the paper's chain exhibits X defined in terms of Y and then Y 'derived' from X.
Axiom & Free-Parameter Ledger
free parameters (6)
- 32 canonical skill primitives =
32 skills (Pick, Place, Pour, etc.)
- Temporal margins ε₁, ε₂ =
ε₂ > ε₁, total ~1 second; ε=0.5s for RoboCerebra, ε=1.5s for Galaxea
- Event-balanced sampling ratio =
~76% intra-task, ~24% boundary (ratio 2.23:1)
- Duration prior ρ_k =
Not specified numerically
- Cost weights λ_s, λ_v, λ_d, λ_m =
Not specified numerically
- Training mixture instruction ratios =
42.5% procedural, 20.0% subtask lists, 37.5% coarse goals
axioms (5)
- domain assumption Long-horizon manipulation tasks can be decomposed into sequences from a fixed vocabulary of 32 skill primitives.
- domain assumption Text-based semantic memory is a sufficient temporal bridge for subtask sequencing in manipulation.
- domain assumption Subtask boundaries in video data can be reliably detected by multimodal feature matching and dynamic programming.
- ad hoc to paper An LLM from the same model family as the system backbone can serve as an unbiased judge of system outputs.
- ad hoc to paper The VLA executor fine-tuned on subtask-segmented data from the target platform constitutes a 'general' reactive policy.
invented entities (3)
-
32 canonical skill primitives vocabulary
independent evidence
-
Event-balanced sampling phases (boundary transition, intra-task execution, final tail)
independent evidence
-
Timeout-driven kinematic reset mechanism
no independent evidence
Reference graph
Works this paper leans on
-
[1]
A. Hurst, A. Lerer, A. P. Goucher, A. Perelman, A. Ramesh, A. Clark, A. Ostrow, A. Welihinda, A. Hayes, A. Radford, et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[2]
Z. Chen, J. Wu, W. Wang, W. Su, G. Chen, S. Xing, M. Zhong, Q. Zhang, X. Zhu, L. Lu, et al. Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 24185–24198, 2024
work page 2024
-
[3]
GR00T N1: An Open Foundation Model for Generalist Humanoid Robots
J. Bjorck, F. Casta ˜neda, N. Cherniadev, X. Da, R. Ding, L. Fan, Y . Fang, D. Fox, F. Hu, S. Huang, et al. Gr00t n1: An open foundation model for generalist humanoid robots.arXiv preprint arXiv:2503.14734, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[4]
M. J. Kim, K. Pertsch, S. Karamcheti, T. Xiao, A. Balakrishna, S. Nair, R. Rafailov, E. Foster, G. Lam, P. Sanketi, et al. Openvla: An open-source vision-language-action model.arXiv preprint arXiv:2406.09246, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
- [5]
-
[6]
Long-Horizon Manipulation via Trace-Conditioned VLA Planning
I. Liu, A.-C. Cheng, R. Yan, G. Chen, R.-Z. Qiu, X. Zou, S. Yi, H. Yin, X. Wang, and S. Liu. Long-horizon manipulation via trace-conditioned vla planning.arXiv preprint arXiv:2604.21924, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[7]
H. Shi, B. Xie, Y . Liu, L. Sun, F. Liu, T. Wang, E. Zhou, H. Fan, X. Zhang, and G. Huang. Memoryvla: Perceptual-cognitive memory in vision-language-action models for robotic ma- nipulation.arXiv preprint arXiv:2508.19236, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[8]
H. Li, S. Yang, Y . Chen, Y . Tian, X. Yang, X. Chen, H. Wang, T. Wang, F. Zhao, D. Lin, et al. Cronusvla: Transferring latent motion across time for multi-frame prediction in manipulation. arXiv e-prints, pages arXiv–2506, 2025
work page 2025
-
[9]
M. Ahn, A. Brohan, N. Brown, Y . Chebotar, O. Cortes, B. David, C. Finn, C. Fu, K. Gopalakr- ishnan, K. Hausman, et al. Do as i can, not as i say: Grounding language in robotic affordances. arXiv preprint arXiv:2204.01691, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[10]
Inner Monologue: Embodied Reasoning through Planning with Language Models
W. Huang, F. Xia, T. Xiao, H. Chan, J. Liang, P. Florence, A. Zeng, J. Tompson, I. Mordatch, Y . Chebotar, et al. Inner monologue: Embodied reasoning through planning with language models.arXiv preprint arXiv:2207.05608, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[11]
A. Sridhar, J. Pan, S. Sharma, and C. Finn. Memer: Scaling up memory for robot control via experience retrieval.arXiv preprint arXiv:2510.20328, 2025
- [12]
-
[13]
OpenAI. Gpt-5 system card, 2025. URLhttps://arxiv.org/abs/2601.03267. Released: August 7, 2025; arXiv published: August 13, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
- [14]
-
[15]
B. Zitkovich, T. Yu, S. Xu, P. Xu, T. Xiao, F. Xia, J. Wu, P. Wohlhart, S. Welker, A. Wahid, et al. Rt-2: Vision-language-action models transfer web knowledge to robotic control. In Conference on Robot Learning, pages 2165–2183. PMLR, 2023. 10
work page 2023
-
[16]
PaLM-E: An Embodied Multimodal Language Model
D. Driess, F. Xia, M. S. Sajjadi, C. Lynch, A. Chowdhery, B. Ichter, A. Wahid, J. Tompson, Q. Vuong, T. Yu, et al. Palm-e: An embodied multimodal language model.arXiv preprint arXiv:2303.03378, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[17]
O. M. Team, D. Ghosh, H. Walke, K. Pertsch, K. Black, O. Mees, S. Dasari, J. Hejna, T. Kreiman, C. Xu, et al. Octo: An open-source generalist robot policy.arXiv preprint arXiv:2405.12213, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[18]
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
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[19]
$\pi_{0.5}$: a Vision-Language-Action Model with Open-World Generalization
D. Driess, K. Black, N. Brown, J. Darpinian, K. Dhabalia, A. Esmail, M. Equi, C. Finn, N. Fu- sai, et al.π 0.5: A vision-language-action model with open-world generalization, 2025. URL https://arxiv.org/abs/2504.16054
work page internal anchor Pith review Pith/arXiv arXiv 2025
- [20]
-
[21]
Q. Bu, H. Li, L. Chen, J. Cai, J. Zeng, H. Cui, M. Yao, and Y . Qiao. Towards synergistic, gen- eralized, and efficient dual-system for robotic manipulation.arXiv preprint arXiv:2410.08001, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[22]
HiRT: Enhancing Robotic Control with Hierarchical Robot Transformers
J. Zhang, Y . Guo, X. Chen, Y .-J. Wang, Y . Hu, C. Shi, and J. Chen. Hirt: Enhancing robotic control with hierarchical robot transformers.arXiv preprint arXiv:2410.05273, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
- [23]
-
[24]
L. P. Kaelbling and T. Lozano-P ´erez. Hierarchical task and motion planning in the now. In 2011 IEEE international conference on robotics and automation, pages 1470–1477. IEEE, 2011
work page 2011
-
[25]
C. R. Garrett, R. Chitnis, R. Holladay, B. Kim, T. Silver, L. P. Kaelbling, and T. Lozano-P´erez. Integrated task and motion planning.Annual review of control, robotics, and autonomous systems, 4(1):265–293, 2021
work page 2021
- [26]
-
[27]
P. Xu, J. Zheng, and Y . Mu. Roboagent: Chaining basic capabilities for embodied task plan- ning.arXiv preprint arXiv:2604.07774, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[28]
S. Srivastava, E. Fang, L. Riano, R. Chitnis, S. Russell, and P. Abbeel. Combined task and motion planning through an extensible planner-independent interface layer. In2014 IEEE international conference on robotics and automation (ICRA), pages 639–646. IEEE, 2014
work page 2014
-
[29]
K. Fang, A. Toshev, L. Fei-Fei, and S. Savarese. Scene memory transformer for embodied agents in long-horizon tasks. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 538–547, 2019
work page 2019
-
[30]
Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks
Y . Zhang, J. Shu, Y . Ma, X. Lin, S. Wu, and J. Sang. Memory as action: Autonomous context curation for long-horizon agentic tasks.arXiv preprint arXiv:2510.12635, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[31]
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. 11
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[32]
A. Team. Agibot world 2026, 2026. URLhttps://huggingface.co/datasets/ agibot-world/AgiBotWorld2026. Open-source real-world embodied AI dataset
work page 2026
-
[33]
Galaxea Open-World Dataset and G0 Dual-System VLA Model
T. Jiang, T. Yuan, Y . Liu, C. Lu, J. Cui, X. Liu, S. Cheng, J. Gao, H. Xu, and H. Zhao. Galaxea open-world dataset and g0 dual-system vla model.arXiv preprint arXiv:2509.00576, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[34]
C. Li, R. Zhang, J. Wong, C. Gokmen, S. Srivastava, R. Mart ´ın-Mart´ın, C. Wang, G. Levine, M. Lingelbach, J. Sun, et al. Behavior-1k: A benchmark for embodied ai with 1,000 everyday activities and realistic simulation. InConference on Robot Learning, pages 80–93. PMLR, 2023
work page 2023
-
[35]
S. Han, B. Qiu, Y . Liao, S. Huang, C. Gao, S. Yan, and S. Liu. Robocerebra: A large-scale benchmark for long-horizon robotic manipulation evaluation.Advances in Neural Information Processing Systems, 38, 2026
work page 2026
-
[36]
S. Bai, Y . Cai, R. Chen, K. Chen, X. Chen, Z. Cheng, L. Deng, W. Ding, C. Gao, C. Ge, W. Ge, Z. Guo, Q. Huang, J. Huang, F. Huang, B. Hui, S. Jiang, Z. Li, M. Li, M. Li, K. Li, Z. Lin, J. Lin, X. Liu, J. Liu, C. Liu, Y . Liu, D. Liu, S. Liu, D. Lu, R. Luo, C. Lv, R. Men, L. Meng, X. Ren, X. Ren, S. Song, Y . Sun, J. Tang, J. Tu, J. Wan, P. Wang, P. Wang,...
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[37]
T. Chen, Z. Chen, B. Chen, Z. Cai, Y . Liu, Z. Li, Q. Liang, X. Lin, Y . Ge, Z. Gu, et al. Robotwin 2.0: A scalable data generator and benchmark with strong domain randomization for robust bimanual robotic manipulation.arXiv preprint arXiv:2506.18088, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[38]
Qwen 3.5: Open multimodal models, February 2026
Qwen Team. Qwen 3.5: Open multimodal models, February 2026. URLhttps://qwen.ai/ blog?id=qwen3.5. Qwen 3.5-9B, accessed: 2026-05-26
work page 2026
-
[39]
$\pi_0$: A Vision-Language-Action Flow Model for General Robot Control
K. Black, N. Brown, D. Driess, A. Esmail, M. Equi, C. Finn, N. Fusai, L. Groom, K. Hausman, B. Ichter, et al.π 0: A vision-language-action flow model for general robot control, 2024. URL https://arxiv.org/abs/2410.24164
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[40]
M. J. Kim, C. Finn, and P. Liang. Fine-tuning vision-language-action models: Optimizing speed and success.arXiv preprint arXiv:2502.19645, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
- [41]
-
[42]
Gpt-5.4 thinking system card, 3 2026
OpenAI. Gpt-5.4 thinking system card, 3 2026. URLhttps://deploymentsafety. openai.com/gpt-5-4-thinking/gpt-5-4-thinking.pdf. Official safety and model documentation
work page 2026
-
[43]
T. Z. Zhao, V . Kumar, S. Levine, and C. Finn. Learning fine-grained bimanual manipulation with low-cost hardware.arXiv preprint arXiv:2304.13705, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[44]
S. Liu, L. Wu, B. Li, H. Tan, H. Chen, Z. Wang, K. Xu, H. Su, and J. Zhu. Rdt-1b: a diffu- sion foundation model for bimanual manipulation. InInternational Conference on Learning Representations, volume 2025, pages 29982–30009, 2025
work page 2025
-
[45]
Y . Ze, G. Zhang, K. Zhang, C. Hu, M. Wang, and H. Xu. 3d diffusion policy: Generalizable visuomotor policy learning via simple 3d representations.arXiv preprint arXiv:2403.03954, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[46]
X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model
J. Zheng, J. Li, Z. Wang, D. Liu, X. Kang, Y . Feng, Y . Zheng, J. Zou, Y . Chen, J. Zeng, et al. X- vla: Soft-prompted transformer as scalable cross-embodiment vision-language-action model. arXiv preprint arXiv:2510.10274, 2025. 12
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[47]
C. Chi, Z. Xu, S. Feng, E. Cousineau, Y . Du, B. Burchfiel, R. Tedrake, and S. Song. Diffusion policy: Visuomotor policy learning via action diffusion.The International Journal of Robotics Research, 44(10-11):1684–1704, 2025. 13 A Appendix This appendix provides supplementary implementation details, evaluation protocols, and qualitative analyses for Corte...
work page 2025
-
[48]
subtask 2 ... K. subtask K Candidate Atomic Skills: [skill 1, ..., skill 32], Current Observation Images (in order): Image 1 (view 1): [image 1] ... Image N (view N): [image N] Choose exactly one atomic skill from the candidate list when the task is in progress; if the task is already completed, set current skill to null and current subtask to task comple...
work page 2048
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.