Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

Robot action generation can be sparse and context-conditioned so one policy uses optional sensors when present and still acts when they are missing.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.5

2026-07-12 00:37 UTC pith:KPISQA6H

load-bearing objection Solid systems paper: intent- and sensor-gated sparse action experts with real missing-depth robustness; physical-depth gains are a bit confounded but not fatal. the 3 major comments →

arxiv 2607.03693 v1 pith:KPISQA6H submitted 2026-07-04 cs.RO

CoRE-VLA: Towards Scalable and Robust Vision-Language-Action Modeling via Conditional Routing of Experts

classification cs.RO
keywords Vision-Language-Action ModelsRobotic ManipulationConditional RoutingSparse ComputationMultimodal Policy LearningMixture of ExpertsDepth SensingFlow Matching
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Robots in the wild do not share one sensor suite: some have depth or other auxiliaries, others lack them by design, and sensors that exist can fail mid-run. Standard vision-language-action policies still couple action generation to a fixed observation set through shared dense computation, so they over-rely on auxiliaries or cannot specialize across diverse and long-horizon tasks. CoRE-VLA instead treats action generation as sparse computation conditioned on two kinds of context: whether an auxiliary modality is available, and what the language instruction currently requires. Sensor availability gates modality-specialized experts; task intent selects which action-side representations receive expert computation. On multi-task and long-horizon simulation suites and on real dual-arm picking and folding, the same checkpoint gains from depth when it is present and keeps high success when depth is removed, without a second training run.

Core claim

Formulating VLA action generation as context-conditioned sparse computation—task-intent selection and routing of action-side tokens plus availability-gated modality-specialized experts with modality dropout—yields a unified policy that exploits auxiliary depth when available, remains reliable when depth is absent without retraining, and improves multi-task and long-horizon success over a dense action-generator ablation and a strong pretrained VLA baseline.

What carries the argument

Conditional Routing of Experts (CoRE): inside the action diffusion transformer, a task-intent embedding sparsely selects action-side tokens and routes them to general or modality-specialized experts, while a modality indicator masks the specialized experts whenever the auxiliary sensor is off.

Load-bearing premise

The method assumes that depth estimated from RGB during training is close enough to real depth cameras that the modality experts learn transferable geometric skills usable with physical depth or with depth fully removed.

What would settle it

Train the full CoRE model with estimated depth only, then compare the same real dual-arm tasks with depth removed versus with a physical depth camera and versus a dense no-depth action generator; a large drop without depth, or no gain (or harm) from physical depth, would falsify graceful optional-modality routing.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

Share X Bluesky LinkedIn Reddit HN

If this is right

  • An RGB-pretrained VLA can be extended with optional sensors by continued training without redesigning the full action backbone.
  • Missing-sensor deployment no longer needs a separate policy or sensor-specific fine-tuning pass.
  • Long-horizon multi-task learning can reduce interference by assigning different subgoals to different expert paths.
  • A physical depth camera can be enabled at inference even when training used only estimated depth.
  • The same gating pattern is intended to host other optional physical modalities such as touch or force.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If expert mixtures and token-selection patterns track subgoals over a rollout, those routing traces could become a free diagnostic signal for which stage of a long-horizon failure the policy is in.
  • One shared checkpoint with availability masks could serve heterogeneous multi-robot fleets that differ only in which cameras they carry.
  • Keeping activated compute proportional to a fixed selection ratio while growing expert count suggests the design scales more cleanly as action horizons and embodiment action dimensions grow.
  • A small gap between estimated-depth training and physical-depth inference would imply the specialized experts capture geometry-like structure rather than sensor-specific noise—worth testing with other depth estimators.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. CoRE-VLA reformulates VLA action generation as context-conditioned sparse computation inside a flow-matching Action DiT. Task-intent embeddings select a capacity-limited subset of action-side tokens and route them to general or modality-specialized experts, while a modality indicator z_mod (with modality dropout in training and availability-based expert masking) gates auxiliary-modality experts so the same policy can use depth when present and fall back to RGB–language–proprioception when absent. The method is evaluated on LIBERO, RoboCasa GR1 Tabletop, and real dual-arm tasks (Vegetables-Picking, Clothes-Folding, zero-shot Fabric-Folding), with a dense Action DiT ablation and π0.5 as baselines. A detailed LIBERO-Long ablation (Table 12) separates intent routing, naive depth, dropout, and specialized experts; routing visualizations and an efficiency analysis are provided in the appendices.

Significance. The paper addresses a practically important deployment problem—heterogeneous and intermittently missing auxiliary sensors—rather than only scaling a fixed observation interface. Strengths include a clear architecture-and-training formulation (modality-specialized experts + dropout + masking), a carefully factorized LIBERO-Long ablation (Table 12) that isolates over-reliance under naive depth addition, competitive multi-task/long-horizon numbers (LIBERO average 98.7%; Long 97.6% with / 97.0% without depth), real-world with/without depth evaluation with full rollout tables, and qualitative router analyses. If the dual-mode claim holds under cleaner real-world modality matching, the work is a useful template for optional-sensor VLA policies and for intent-adaptive action generators beyond dense shared FFNs.

major comments (3)
  1. [§4.2, Table 3] §4.2 and Table 3: real-world “exploit depth when available” evidence confounds expert gating with a train–test depth domain shift. Training uses only DA-V2 pseudo-depth from RGB; inference with physical Orbbec depth (z_mod=1) improves SR (e.g., Fabric-Folding 70%→80%, Clothes-Folding 50%→65%) relative to depth-off. That lift does not isolate modality-specialized experts learning transferable geometric computation (Eqs. 3–5) from feeding a depth distribution never seen in training. Simulation Table 12 supports matched on/off depth; real-world does not. Please add a matched real-world condition (same checkpoint, DA-V2 depth at inference) and/or qualify claims that physical-depth gains demonstrate learned geometric specialization rather than sensor-domain effects.
  2. [Abstract; Table 12; §3.1] Table 12 and §3.1: the central dual-mode claim is load-bearing and mostly carried by simulation. Rows 3–4 vs 11–12 cleanly show naive depth over-reliance versus CoRE robustness under matched DA-V2, which is the strongest support for the architecture. The manuscript’s abstract and contribution bullets still lean on real-world physical-depth gains as modality analysis. Align the claim hierarchy with the evidence: state that matched-depth robustness is established on LIBERO-Long, and treat physical-depth deployment as a domain-shift stress test whose positive lift is suggestive but not yet causal for E_mod specialization.
  3. [§1 contributions; §2.2–2.3] §4.1 training protocol and contribution 1: “first to explicitly formulate” sensor-heterogeneity as a joint architecture-and-training problem is strong relative to Related Work §2.2–2.3 (auxiliary sensors, ForceVLA-style MoE, ChatVLA MoE). The distinction (availability as an action-generator routing condition with dropout/masking, not only extra inputs) is plausible but should be stated more carefully against concurrent modality-robust and MoE-VLA lines, and limited to the depth instantiation actually studied.
minor comments (5)
  1. [Appendix D] Appendix D gives FLOPs bounds for CoRE vs dense blocks but no wall-clock latency or throughput on the same hardware as the dense Action DiT ablation. For a “scalable / sparse computation” framing, even a short measured comparison (action-generator only and full closed-loop) would help readers.
  2. [§4.2, Tables 3, 9–11] Real-world evaluation uses 20 rollouts per method/task (Tables 9–11). Reporting binomial CIs or noting variance would make Table 3 score/SR differences easier to interpret, especially on Clothes-Folding where depth-off SR is 50%.
  3. [§3.1, Eqs. (1)–(5)] Notation: g is defined as AvgPool(C_text) in Eq. (1) and again in the appendix; C vs C(z_mod) and when auxiliary tokens enter cross-attention could be stated once in the main Method with a pointer to Appendix E.
  4. [§4.2, Figures 3–5] Figures 3–5 are useful qualitative rollouts; adding failure cases or partial-score modes (already tabulated) in the main text would balance the narrative.
  5. [Appendix A.1] Hyperparameters ρ, p_drop, |E_gen|, |E_mod|, CoRE layer indices (Tables 4–5) are free design choices; a short sensitivity note (even one-axis) would strengthen reproducibility claims beyond the fixed settings used.

Circularity Check

0 steps flagged

No circularity: empirical VLA systems paper; success metrics are independent rollouts, not tautological rewrites of training losses or fitted constants.

full rationale

CoRE-VLA is an architecture-and-training paper. The load-bearing claims are empirical: multi-task/long-horizon success rates, missing-depth robustness, and real-world gains versus dense DiT and π0.5. The training chain (flow-matching L_act / L_FM, selection regularizer L_sel matching capacity ρ, MoE load-balancing L_moe) is standard conditional-computation practice; none of these objectives is algebraically equivalent to the reported success rates or subgoal scores. Ablations (Table 12) and deployment comparisons (Tables 1–3) evaluate held-out closed-loop rollouts under controlled on/off depth and architecture variants, so the outcomes are not forced by construction from the fitted routing scores p_i, π_i or from modality dropout. There is no uniqueness theorem, no load-bearing self-citation that forbids alternatives, and no renaming of a known empirical law as a first-principles derivation. Domain-shift concerns about DA-V2 vs physical depth affect causal interpretation of real-world depth gains, not circularity of the derivation chain.

Axiom & Free-Parameter Ledger

5 free parameters · 5 axioms · 3 invented entities

Load-bearing content is architectural and empirical, not a short formal derivation. Free parameters are the usual ML knobs that control capacity and sparsity. Domain assumptions include flow matching for action chunks, VLM text pooling as task intent, and pseudo-depth as a proxy for optional depth. Invented entities are the CoRE mechanisms themselves—engineering constructs with only in-paper empirical support.

free parameters (5)
  • selection-capacity ratio ρ = 0.5
    Sets Top-K action-token activation fraction (0.5 in experiments); directly controls sparsity and compute path.
  • modality dropout probability p_drop = 0.2
    Bernoulli rate for disabling auxiliary branch and masking modality experts during training.
  • expert inventory (|E_gen|, |E_mod|) and CoRE layer indices = LIBERO: 12 gen + 4 mod; RoboCasa: 32 gen + 8 mod
    Hand-chosen capacity split (e.g., LIBERO 12+4 experts on layers 2/4/6/8; RoboCasa 32+8 on deeper layers).
  • λ_sel and λ_moe = 0.01 each (tables)
    Weights on selection regularizer and MoE load-balancing losses that stabilize routing.
  • inference diffusion/flow steps K = 4
    Euler integration steps for action-chunk generation at test time.
axioms (5)
  • domain assumption Rectified-flow / flow-matching linear path x_τ=(1-τ)ε+τa with target velocity a-ε is a valid training objective for continuous action chunks.
    §3.2 and Appendix E adopt standard flow matching without re-deriving optimality for robotic control.
  • domain assumption Average-pooled VLM text tokens g=AvgPool(C_text) are a sufficient task-intent signal for routing after multimodal attention grounding.
    §3.1 Eq. (1); ablation Row 10 shows full VL pooling underperforms, but sufficiency of text pooling remains an assumption.
  • ad hoc to paper Depth Anything V2 estimates from RGB are adequate noisy proxies for optional depth during multi-task training.
    §4.1 and real-world §4.2 train on DA-V2 pseudo-depth rather than synchronized physical depth at scale.
  • domain assumption Hard Top-K selection and argmax expert assignment remain trainable via continuous gates p_i and π_i along the selected path.
    §3.1 'Differentiable routing path'—standard sparse MoE practice, not proved optimal here.
  • domain assumption Shared dense multi-task action generators suffer gradient conflict / negative transfer that sparse intent routing can mitigate.
    Introduction cites multi-task learning literature [5,6] as motivation for expert specialization.
invented entities (3)
  • CoRE block (intent-conditioned token selection + modality-aware expert routing) no independent evidence
    purpose: Replace dense FFN/cross-attn paths in Action DiT with context-conditioned sparse computation.
    Core architectural invention; evidence is empirical ablations and benchmarks only.
  • Modality-specialized experts E_mod gated by z_mod no independent evidence
    purpose: Isolate auxiliary-modality computation so RGB-only paths remain usable when sensors are absent.
    Defined in §3.1; validated only for depth in experiments.
  • Modality indicator z_mod with availability-based expert masking no independent evidence
    purpose: Train and deploy under full vs missing auxiliary regimes without architecture change.
    Training/inference switch in §3.1; no external formal guarantee.

pith-pipeline@v1.1.0-grok45 · 28145 in / 3752 out tokens · 31445 ms · 2026-07-12T00:37:27.784114+00:00 · methodology

0 comments
Cite this review

Pith. "Pith review of CoRE-VLA: Towards Scalable and Robust Vision-Language-Action Modeling via Conditional Routing of Experts." pith.science (2026). https://pith.science/paper/KPISQA6H

@misc{pith2026260703693,
  author       = {Pith},
  title        = {Pith review of: CoRE-VLA: Towards Scalable and Robust Vision-Language-Action Modeling via Conditional Routing of Experts},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KPISQA6H}},
  note         = {Machine review of arXiv:2607.03693}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Vision-language-action (VLA) models have advanced generalist robotic manipulation, yet real-world deployment reveals a fundamental challenge: robots are equipped with diverse and heterogeneous sensor configurations, auxiliary sensors can fail unexpectedly during operation, and different robot embodiments often lack certain sensors by design. A unified policy that can exploit auxiliary perceptual inputs when available while remaining reliable under sensor absence, whether incidental or by design, is therefore essential for practical deployment. However, existing VLA policies couple action generation to a fixed sensor set through shared dense computation, making them brittle when sensors are missing and limiting their ability to specialize across diverse tasks and long-horizon behaviors. We propose CoRE-VLA, a scalable and robust VLA framework that formulates action generation as context-conditioned sparse computation. Sensor availability gates modality-specialized experts, enabling graceful degradation under missing sensors without retraining. Task intent further routes action-side representations to task-relevant experts, improving specialization across diverse tasks and long-horizon subgoals. While the framework is designed to accommodate different auxiliary sensors, we focus on depth as a representative and practically important auxiliary modality in our experiments. Experiments on LIBERO, RoboCasa GR1 Tabletop, and real-world dual-arm manipulation show that CoRE-VLA achieves strong results on long-horizon and multi-task benchmarks, and outperforms both a dense-action-generator ablation and a strong pretrained VLA baseline, including in zero-shot generalization to unseen scenarios. Modality analysis shows that CoRE-VLA can exploit auxiliary depth when available while remaining robust when depth is unavailable during deployment.

Figures

Figures reproduced from arXiv: 2607.03693 by Chunhua Shen, Hao Chen, Haozhe Zhang, Jingjing Gong, Sixian Li, Xipeng Qiu, Yifei Zhang, Zezheng Huai.

Figure 1
Figure 1. Figure 1: Overview of the CoRE-VLA architecture. CoRE-VLA encodes RGB observations and [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Details of the CoRE block in the Action DiT. Guided by task intent, CoRE first sparsely se [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Temporal snapshots of CoRE-VLA real-world rollouts on the [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Temporal snapshots of CoRE-VLA real-world rollouts on the [PITH_FULL_IMAGE:figures/full_fig_p007_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Temporal snapshots of CoRE-VLA real-world rollouts on the [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Temporal evolution of expert utilization during policy rollout on LIBERO-Long. Each [PITH_FULL_IMAGE:figures/full_fig_p021_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Overall expert utilization across LIBERO-Long tasks. Expert usage is computed as the [PITH_FULL_IMAGE:figures/full_fig_p022_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Long-horizon CoRE routing dynamics with video-aligned visualization on LIBERO-Long. [PITH_FULL_IMAGE:figures/full_fig_p023_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Expert utilization heatmap of diverse tasks on LIBERO-Long. [PITH_FULL_IMAGE:figures/full_fig_p024_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Expert utilization heatmap of diverse tasks on LIBERO-Spatial. [PITH_FULL_IMAGE:figures/full_fig_p024_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Expert utilization heatmap of diverse tasks on LIBERO-Object. [PITH_FULL_IMAGE:figures/full_fig_p024_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Expert utilization heatmap of diverse tasks on LIBERO-Goal. [PITH_FULL_IMAGE:figures/full_fig_p024_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Long-horizon CoRE routing dynamics with video-aligned visualization on RoboCasa [PITH_FULL_IMAGE:figures/full_fig_p025_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Temporal evolution of expert utilization during policy rollout on RoboCasa GR1 Table [PITH_FULL_IMAGE:figures/full_fig_p026_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Overall expert utilization on RoboCasa GR1 Tabletop task [PITH_FULL_IMAGE:figures/full_fig_p026_15.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ETA: A New Agentic Paradigm for Embodied Tasks

    cs.RO 2026-08 conditional novelty 5.0

    A general-purpose LLM planner using only observe, mark_point, and move_to solves 90% of 130 LIBERO manipulation tasks when allowed five attempts per task, with no robot-policy training.

Reference graph

Works this paper leans on

33 extracted references · 12 linked inside Pith · cited by 1 Pith paper

  1. [1]

    M. J. Kim, K. Pertsch, S. Karamcheti, T. Xiao, A. Balakrishna, S. Nair, R. Rafailov, E. P. Foster, P. R. Sanketi, Q. Vuong, et al. OpenVLA: An open-source vision-language-action model. InConference on Robot Learning, pages 2679–2713. PMLR, 2025

  2. [2]

    Black, N

    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.arXiv preprint arXiv:2410.24164, 2024

  3. [3]

    Black, N

    Physical Intelligence, K. Black, N. Brown, J. Darpinian, K. Dhabalia, D. Driess, A. Esmail, M. Equi, C. Finn, N. Fusai, et al.π 0.5: A vision-language-action model with open-world generalization.arXiv preprint arXiv:2504.16054, 2025

  4. [4]

    Bjorck, F

    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

  5. [5]

    T. Yu, S. Kumar, A. Gupta, S. Levine, K. Hausman, and C. Finn. Gradient surgery for multi- task learning.Advances in neural information processing systems, 33:5824–5836, 2020

  6. [6]

    Standley, A

    T. Standley, A. Zamir, D. Chen, L. Guibas, J. Malik, and S. Savarese. Which tasks should be learned together in multi-task learning? InInternational conference on machine learning, pages 9120–9132. PMLR, 2020

  7. [7]

    Brohan, N

    A. Brohan, N. Brown, J. Carbajal, Y . Chebotar, J. Dabis, C. Finn, K. Gopalakrishnan, K. Haus- man, A. Herzog, J. Hsu, et al. RT-1: Robotics transformer for real-world control at scale.arXiv preprint arXiv:2212.06817, 2022

  8. [8]

    Zitkovich, T

    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

  9. [9]

    Ghosh, H

    Octo Model 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

  10. [10]

    Shridhar, L

    M. Shridhar, L. Manuelli, and D. Fox. Perceiver-Actor: A multi-task transformer for robotic manipulation. InConference on Robot Learning, pages 785–799. PMLR, 2023

  11. [11]

    Goyal, J

    A. Goyal, J. Xu, Y . Guo, V . Blukis, Y .-W. Chao, and D. Fox. RVT: Robotic view transformer for 3D object manipulation. InConference on Robot Learning, pages 694–710. PMLR, 2023

  12. [12]

    Y . Chen, M. Van der Merwe, A. Sipos, and N. Fazeli. Visuo-tactile transformers for manipula- tion. InConference on Robot Learning, pages 2026–2040. PMLR, 2023

  13. [13]

    J. Yu, H. Liu, Q. Yu, J. Ren, C. Hao, H. Ding, G. Huang, G. Huang, Y . Song, P. Cai, et al. ForceVLA: Enhancing VLA models with a force-aware MoE for contact-rich manipulation. Advances in Neural Information Processing Systems, 38:93409–93439, 2026

  14. [14]

    R. A. Jacobs, M. I. Jordan, S. J. Nowlan, and G. E. Hinton. Adaptive mixtures of local experts. Neural computation, 3(1):79–87, 1991

  15. [15]

    Shazeer, A

    N. Shazeer, A. Mirhoseini, K. Maziarz, A. Davis, Q. Le, G. Hinton, and J. Dean. Outra- geously large neural networks: The sparsely-gated mixture-of-experts layer.arXiv preprint arXiv:1701.06538, 2017

  16. [16]

    Lepikhin, H

    D. Lepikhin, H. Lee, Y . Xu, D. Chen, O. Firat, Y . Huang, M. Krikun, N. Shazeer, and Z. Chen. GShard: Scaling giant models with conditional computation and automatic sharding.arXiv preprint arXiv:2006.16668, 2020. 9

  17. [17]

    Fedus, B

    W. Fedus, B. Zoph, and N. Shazeer. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity.Journal of Machine Learning Research, 23(120):1–39, 2022

  18. [18]

    Raposo, S

    D. Raposo, S. Ritter, B. Richards, T. Lillicrap, P. C. Humphreys, and A. Santoro. Mixture- of-Depths: Dynamically allocating compute in transformer-based language models.arXiv preprint arXiv:2404.02258, 2024

  19. [19]

    Z. Zhou, Y . Zhu, M. Zhu, J. Wen, N. Liu, Z. Xu, W. Meng, Y . Peng, C. Shen, F. Feng, et al. ChatVLA: Unified multimodal understanding and robot control with vision-language-action model. InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 5377–5395, 2025

  20. [20]

    Z. Zhou, Y . Zhu, X. Liu, Z. Tang, J. Wen, Y . Peng, C. Shen, and Y . Xu. ChatVLA-2: Vision- language-action model with open-world reasoning.Advances in Neural Information Process- ing Systems, 38:45537–45559, 2026

  21. [21]

    B. Liu, Y . Zhu, C. Gao, Y . Feng, Q. Liu, Y . Zhu, and P. Stone. LIBERO: Benchmarking knowledge transfer for lifelong robot learning.Advances in Neural Information Processing Systems, 36:44776–44791, 2023

  22. [22]

    Nasiriany, A

    S. Nasiriany, A. Maddukuri, L. Zhang, A. Parikh, A. Lo, A. Joshi, A. Mandlekar, and Y . Zhu. RoboCasa: Large-scale simulation of everyday tasks for generalist robots.arXiv preprint arXiv:2406.02523, 2024

  23. [23]

    L. Yang, B. Kang, Z. Huang, Z. Zhao, X. Xu, J. Feng, and H. Zhao. Depth Anything V2. Advances in Neural Information Processing Systems, 37:21875–21911, 2024

  24. [24]

    S. Bai, Y . Cai, R. Chen, K. Chen, X. Chen, Z. Cheng, L. Deng, W. Ding, C. Gao, C. Ge, et al. Qwen3-VL technical report.arXiv preprint arXiv:2511.21631, 2025

  25. [25]

    M. J. Kim, C. Finn, and P. Liang. Fine-tuning vision-language-action models: Optimizing speed and success.arXiv preprint arXiv:2502.19645, 2025

  26. [26]

    Pertsch, K

    K. Pertsch, K. Stachowicz, B. Ichter, D. Driess, S. Nair, Q. Vuong, O. Mees, C. Finn, and S. Levine. FAST: Efficient action tokenization for vision-language-action models.arXiv preprint arXiv:2501.09747, 2025

  27. [27]

    GR00T N1.5: Official libero fine-tuning and evaluation results

    NVIDIA. GR00T N1.5: Official libero fine-tuning and evaluation results. GitHub repository, commit6a477aa39f2fd6bc59b13c227e28003a374f3cb3, 2025. URLhttps://github. com/NVIDIA/Isaac-GR00T/tree/6a477aa39f2fd6bc59b13c227e28003a374f3cb3/ examples/Libero. Accessed: 2026-05-16

  28. [28]

    GR00T N1.7: Official libero fine-tuning and evaluation results

    NVIDIA. GR00T N1.7: Official libero fine-tuning and evaluation results. GitHub repository, commit23ace64f17aa5015259b8609d371eb61a357c776, 2026. URLhttps://github. com/NVIDIA/Isaac-GR00T/tree/23ace64f17aa5015259b8609d371eb61a357c776/ examples/LIBERO. Accessed: 2026-05-16

  29. [29]

    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

  30. [30]

    GR00T N1.5: Official robocasa tabletop fine-tuning and evaluation re- sults

    NVIDIA. GR00T N1.5: Official robocasa tabletop fine-tuning and evaluation re- sults. GitHub repository, commit6a477aa39f2fd6bc59b13c227e28003a374f3cb3,

  31. [31]

    Accessed: 2026-05-16

    URLhttps://github.com/NVIDIA/Isaac-GR00T/tree/ 6a477aa39f2fd6bc59b13c227e28003a374f3cb3/examples/RoboCasa. Accessed: 2026-05-16. 10

  32. [32]

    GR00T N1.6: Official robocasa gr1 tabletop tasks evaluation results

    NVIDIA. GR00T N1.6: Official robocasa gr1 tabletop tasks evaluation results. GitHub repository, commit4e62473d5226c55784697944a5c9606a51927bfc,

  33. [33]

    Accessed: 2026-05-16

    URLhttps://github.com/NVIDIA/Isaac-GR00T/ tree/4e62473d5226c55784697944a5c9606a51927bfc/examples/ robocasa-gr1-tabletop-tasks. Accessed: 2026-05-16. 11 A Details of Experiments A.1 Training Configurations We provide detailed implementation and reproducibility information for LIBERO and RoboCasa GR1 in Tables 4 and 5. These tables summarize the dataset set...