Pith. sign in

REVIEW 3 major objections 4 minor 72 references

Action chunking's real benefits are delayed prediction plus implicit ensembling, not temporal consistency or horizon reduction.

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 · deepseek-v4-flash

2026-08-04 04:58 UTC pith:KY2RIHDI

load-bearing objection Action chunking's gains mostly come from predicting on stale observations plus an implicit ensemble effect; the paper matches action chunking with randomized-delay deployment, but the 'temporal consistency is unnecessary' claim only holds in the 15–20 Hz regime it tests. the 3 major comments →

arxiv 2608.02547 v1 pith:KY2RIHDI submitted 2026-08-03 cs.RO

Why Does Action Chunking Improve Behavioral Cloning Performance in Robotic Control?

classification cs.RO
keywords action chunkingbehavioral cloningdelayed policiesimplicit ensemblingcompounding errornon-Markovian behaviorrobotic manipulationrandomized delay ensemble
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.

This paper tries to pin down why action chunking—predicting and executing a whole sequence of actions at once rather than one action at a time—makes behavioral cloning work so well in robot control. It runs controlled comparisons on simulated benchmarks and a real robot arm, and finds the usual explanations inadequate: temporal consistency, horizon reduction, and representation learning each fail to account for the gains. Instead, the paper argues that action chunking succeeds because it predicts actions from past observations (which reduces compounding error and captures non-Markovian behavior in human demonstrations) and because a chunked policy implicitly acts as an ensemble, learning several temporal relationships (action given today's observation, given yesterday's, and so on). The payoff is a constructive test: the same chunked policy, deployed as a randomized-delay ensemble, matches full action chunking without playing any chunks, and an explicitly trained ensemble exceeds it.

Core claim

Action chunking succeeds, the paper argues, because of three mechanisms: non-Markovian expressivity, reduced compounding error from predicting on past observations, and implicit ensembling. The first two are already captured by a simple delayed policy predicting a single action from an observation several steps back. The third is the new ingredient: a chunked policy modeling a_t,...,a_{t+k-1}|o_t doubles as a collection of delayed predictors a_t|o_t, a_t|o_{t-1}, ..., a_t|o_{t-k+1}, so aggregating them at test time reproduces ensemble robustness. Randomized delay deployment of the chunked policy matches or exceeds full action chunking in simulation and on a real robot, and explicit ensembles

What carries the argument

The central objects are delayed policies, π(a_t|o_{t-d}), which predict a single action from an observation d steps in the past, and the implicit-ensemble reading of an action-chunked policy: a chunk covering k steps decomposes into k temporal relationships a_t|o_t, a_t|o_{t-1}, ..., a_t|o_{t-k+1}. The load-bearing mechanism is the randomized delay ensemble (RDE): at each step, sample a delay uniformly and act according to the corresponding delayed prediction. Because the chunked policy already contains all these delayed predictors, RDE recreates the ensemble behavior without ever executing a chunk, which is what lets the paper match action chunking without action chunking.

Load-bearing premise

The equivalence between action chunking and randomized-delay ensembles is demonstrated only at the 15–20 Hz control rates used in the experiments; the paper's own Section 8 reports that at 50–60 Hz delayed policies cannot replicate chunking, so the claim that temporal consistency is unnecessary is load-bearing on the low-frequency regime.

What would settle it

Run the same delayed-policy versus action-chunking comparison at 50–60 Hz on a fast manipulation task; if the randomized-delay ensemble fails to match chunking there (as the paper's Section 8 hints), the universality of the claim is refuted and the mechanism is frequency-limited.

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

If this is right

  • Practitioners can match action chunking performance with a single-step delayed policy in low-control-frequency settings, so chunk execution itself is not the source of the gains.
  • Randomized delay deployment of an already-trained chunked policy recovers the ensemble benefit; no retraining is needed to gain robustness.
  • Explicitly ensembling delayed policies goes further, improving success rates on challenging tasks beyond the chunked policy.
  • The failure of the delayed-policy equivalence at 50–60 Hz implies temporal consistency is genuinely needed in that regime, so control frequency should be reported when comparing policies.
  • The three-mechanism account (non-Markovian expressivity, compounding reduction, implicit ensembling) can replace the older hypotheses as the working explanation for chunking.

Where Pith is reading between the lines

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

  • If delayed prediction plus ensembling is the mechanism, then chunk length should be matched to the demonstrator's natural action-update delay (roughly 5–15 steps in the paper's data) rather than treated as a free hyperparameter; this gives a principled tuning rule the paper does not state.
  • The ensemble view suggests that other sources of temporal diversity—for example, training on observation subsampling or dropout over history—might reproduce the chunking benefit, a testable alternative to action chunking.
  • The control-frequency dependence found by the authors implies that benchmark comparisons of imitation-learning methods are confounded by the robot's loop rate; standardizing effective control frequency would make results comparable across labs.
  • One could test the implicit-ensemble hypothesis directly by ablating the delay distribution: if ensembling is causal, performance should degrade when the delay spread is narrowed, holding fixation quality fixed.

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 / 4 minor

Summary. The paper investigates why action chunking improves behavioral cloning in robotic control. It argues that the commonly cited explanations—temporal consistency, horizon reduction, and representation learning—are inadequate. Instead, it proposes that action-chunked policies succeed primarily through (a) expressing non-Markovian demonstrator behavior by predicting actions from past observations, which also reduces compounding error, and (b) implicitly ensembling over multiple temporal relationships (a_t|o_t, a_t|o_{t-1}, ...). The paper provides theoretical results (Theorems 1–3) and extensive experiments on Libero, Robomimic, and real Franka tasks. The central empirical claim is that deploying an action-chunking policy as a randomized-delay ensemble (RDE) matches or exceeds action chunking without executing chunks, and that explicit delayed-policy ensembles can further improve performance.

Significance. If the paper's central claim holds, it substantially reframes how the community should think about action chunking: chunk execution itself is not the essential ingredient; delayed prediction plus an ensemble-like effect suffices in many settings. The paper has notable strengths: it compares deployment modes of the same policy (AC vs. delayed vs. RDE), providing a controlled test of the mechanism; Appendix D contains self-contained proofs that delayed and chunked policies achieve the same compounding-error bound under explicit Lipschitz assumptions; the real-world experiments extend the conclusions beyond simulation; and the proposed explicit ensemble is a practical, falsifiable contribution. However, the central claim is scoped to 10–20 Hz control in the paper's own Section 8, and the main tables use best-case hyperparameters, so the headline 'temporal consistency is not necessary' needs qualification.

major comments (3)
  1. [§8, 'The Role of Control Frequency'] The paper's own caveat states that at 50–60 Hz control, delayed policies cannot replicate action chunking, while sub-chunking to 10–20 Hz effective actions restores performance. This directly conflicts with the unqualified claim in §4.1 (Takeaway 1) and the abstract that 'temporal consistency is not necessary.' The response that high-frequency correlation is 'simply another form of non-Markovian behavior' is not sufficient: the paper's central equivalence is specifically that a fixed observation delay captures the relevant non-Markovianity, and that equivalence fails in this regime. The claim must be explicitly scoped to roughly human-timescale 10–20 Hz control, or the mechanism must be extended to explain why high-frequency temporal correlation requires chunk execution.
  2. [Tables 1–2 and §5] The main comparison tables report 'best-case' chunk lengths and delays selected post hoc. Appendix A.4.8 shows, for Robomimic, AC(n) was evaluated at n ∈ {1,5,10} and Delay(n) at n ∈ {3,5}, with the main table reporting the best value; Table 2 explicitly says results are 'best-case delay or action chunk length, and ensemble aggregation approach.' This post hoc selection can inflate the reported performance of individual methods and makes the 'matches action chunking' claim less robust. The authors should report results for fixed, pre-specified hyperparameters, or present all configurations with an appropriate multiple-comparison correction or sensitivity analysis.
  3. [Theorem 2 and Lemma D.1] The statement of Theorem 2 does not include the condition k ≥ 1. For k = 0, the delayed policy is a Markovian policy, and the claimed bound O((k+1)^{H/k} ε) is not valid—it would incorrectly suggest only polynomial compounding in H, whereas Theorem 1 and the proof's own recursion give exponential compounding. Lemma D.1 explicitly assumes k ≥ 1. The theorem statement should be corrected to state k ≥ 1, with the k = 0 case handled by Theorem 1.
minor comments (4)
  1. [Figure 10 (Section 6)] The real-world success-rate bars have no error bars or confidence intervals, despite 50 rollouts per method. Reporting binomial confidence intervals or per-seed variation would strengthen the claim that RDE matches action chunking.
  2. [Section 3 and Theorem 2] The notation for action-chunked policies is inconsistent: pπ_k vs. pπ_n^k and the induced delayed policy notation are introduced informally and then used in theorems. A concise formal definition before Theorem 2 would improve readability.
  3. [Figure 4] The text says there is 'little correlation' between the non-Markovianness proxy ΔL_val and ΔJ, but only a fitted line and scatter are shown. Reporting the correlation coefficient and its uncertainty would make the claim quantitatively precise.
  4. [Section A.5] The real-world experiments use an additional delay of 1 timestep for all policies, so the labels in Figure 10 (e.g., AC(10), Delay(2)) do not exactly match the deployed policies. Clarifying this in the main text or figure legend would avoid confusion.

Circularity Check

0 steps flagged

No significant circularity: theory is proven, RDE is an empirical control, and the high-frequency caveat is a scope limitation.

full rationale

The paper's derivation chain is self-contained and falsifiable. The central theoretical results (Theorems 1 and 2, Section 4.2 and Appendix D) are proven from explicit Lipschitz/smoothness assumptions and do not assume the conclusion; the same compounding-error bound is derived for both chunked and delayed policies, and the lower bound in Theorem 3 rules out a benefit for chunking in that model. The empirical 'implicit ensembling' claim is not asserted by definition: AC(n)-TE and RDE are constructed from the induced delayed policies of a trained AC policy, but whether these deployments match or exceed AC(n) is measured against held-out success/validation data, and in Robomimic delayed policies alone fail to match AC(n)—RDE matching is therefore an empirical result, not a tautology. The paper also contains a genuine limiting check: Section 8 ('The Role of Control Frequency') reports that at 50–60 Hz delayed policies cannot replicate action chunking, which scopes the headline claim but is an external falsification attempt rather than a circular step. Self-citations (e.g., [40], [6]) are peripheral and not load-bearing; the main external baselines and benchmarks (Diffusion Policy, ACT, LIBERO, Robomimic, pi0.5) provide independent grounding. No prediction is a renamed fit, and no uniqueness or ansatz is imported from the authors' prior work.

Axiom & Free-Parameter Ledger

3 free parameters · 4 axioms · 0 invented entities

The paper introduces no new physical entities or forces. Its 'implicit ensemble' is a conceptual mechanism, not a postulated entity. The main untested inputs are the Lipschitz smoothness assumptions, the 15-20 Hz operating regime, and the unimodality of the learned diffusion policies.

free parameters (3)
  • Best-case chunk length and delay for reported results = Chunk/delay n selected from {1,5,10,...} per benchmark; e.g., n=10 for AC and RDE, delay ~5-6 for Delay
    Tables 1-2 report 'best-case delay or action chunk length' chosen after seeing results, so headline numbers are maxima over a hyperparameter grid. RDE uses a fixed n=10 in most cases, making some comparisons uneven.
  • Control frequency = 15-20 Hz
    The delayed-policy equivalence was established at this frequency; Section 8 reports failure at 50-60 Hz, making the operating frequency an effective hand-chosen boundary of the claim.
  • Ensemble size for explicit ensembles = m=5 seeds grouped from 15 trained policies
    The explicit ensemble results in Section 7 depend on this hand-chosen ensemble size; no sensitivity analysis is reported.
axioms (4)
  • domain assumption Environment dynamics and reward/policies are 1-Lipschitz (Assumptions D.1-D.4)
    Required for Theorem 2; authors provide empirical support for smooth dynamics in Appendix B.3, but the assumption is not guaranteed in general robotic settings.
  • domain assumption Human demonstrator behavior at 15-20 Hz contains non-Markovian structure that a single-step delayed policy can capture
    Core to Takeaway 1; contradicted at 50-60 Hz by the authors' own Section 8, so the claim is regime-dependent.
  • domain assumption Diffusion policies trained here are effectively unimodal, so mean-action validation error is a meaningful measure
    The paper argues this in Section 3 and Appendix A.1; if false, the validation-error analysis would miss distributional effects that action chunking might address.
  • domain assumption Independent random seeds yield sufficiently diverse policies for explicit ensembling
    Ensemble results in Section 7 rely on seed diversity, but no diversity measure is reported; if seeds were highly correlated, the ensemble gains would not generalize.

pith-pipeline@v1.3.0-daily-deepseek · 54754 in / 14508 out tokens · 155537 ms · 2026-08-04T04:58:15.113641+00:00 · methodology

0 comments
read the original abstract

Action chunking---predicting and executing multiple actions instead of a single action---has proven to be a critical component for learning effective robotic control policies. However, our precise understanding of why action chunking improves performance has remained limited. In this work we seek to close this gap. Through rigorous experimental evaluations in both simulated and real-world settings, we show that existing hypotheses for the success of action chunking---temporal consistency, horizon reduction, and representation learning---fail to explain the success of action chunking. Instead, we find that action chunking benefits from greater non-Markovian expressivity and reduced compounding error compared to Markovian policies, but, in many settings of interest, these effects can be fully captured by delayed policies, which at each step predict a single action based on the observation $k$ steps in the past. We then show that there exists an additional benefit of action chunking that we refer to as implicit ensembling. In particular, by learning a diversity of temporal relationships (that is, $a_t | o_t, a_t | o_{t-1}, \ldots$), action-chunked policies exhibit behavior matching that of a model ensemble, increasing their robustness and generalization ability over policies that only learn a single temporal relationship. Building on these insights, we show that in simulated and real-world robotic control settings, we can match the performance of action chunking without action chunking---by deploying an action chunking policy as an ensemble of policies with randomized delays. Furthermore, we propose a policy class that amplifies the benefits of action chunking by explicitly instantiating an ensemble, and which we show significantly improves over the performance of action chunking in many domains.

Figures

Figures reproduced from arXiv: 2608.02547 by Alberto Maria Metelli, Andrew Wagenmaker, Filippo Lazzati, Kyle Stachowicz, Sergey Levine, William Chen.

Figure 1
Figure 1. Figure 1: In this work we investigate why action chunking improves the performance of behavioral [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Action prediction val￾idation error of delayed policies and action chunking policies, aggregated over Libero-90. 1 5 10 15 20 Chunk size/Delay n 0.6 0.7 0.8 0.9 1.0 Success Rate J Delay(n) AC(n) Markov [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 6
Figure 6. Figure 6: Action prediction validation error vs. episode timestep. The demonstrator pauses near timestep 80 while opening the drawer. To illustrate where non-Markovian behavior can arise in practice, we consider Task 6 of Libero-90, “open the bottom drawer of the cabinet”, which we illustrate in [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Success of Marko￾vian and delayed policies trained with and without ac￾tion chunks, aggregated over Libero-90. 1 5 10 15 20 Chunk size/Delay n 0.00 0.25 0.50 0.75 1.00 Success Rate J Delay(n) AC(n) Markov [PITH_FULL_IMAGE:figures/full_fig_p010_7.png] view at source ↗
Figure 10
Figure 10. Figure 10: Comparison of success rates across the three real-world tasks considered. While action chunking significantly outperforms Markovian policies, delayed policies capture much of the performance of action chunking, and randomized delays (RDE) fully captures the performance of action chunking. 6 Randomized Delay Ensembles Match the Performance of Action Chunking in Real-World Robotic Control We next test wheth… view at source ↗
Figure 11
Figure 11. Figure 11: Real-world evaluation tasks. Our results are given in [PITH_FULL_IMAGE:figures/full_fig_p012_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Comparison of Markovian, action chunking and delayed policies for increasing dataset [PITH_FULL_IMAGE:figures/full_fig_p027_12.png] view at source ↗
Figure 15
Figure 15. Figure 15: Action component for translation along the third axis. Task Markovian ACpnq Delaypnq ACpnq-RDE ACpnq-TE ACpnq-Ens Delaypnq-Ens Robomimic Can MH 77.8 ˘0.7 93.9 ˘0.4 90.9 ˘0.5 94.3 ˘0.4 93.7 ˘0.4 97.7 ˘0.8 96.9 ˘0.1 Robomimic Square MH 43.4 ˘0.9 75.2 ˘0.7 63.4 ˘0.7 75.0 ˘0.6 67.7 ˘0.5 81.1 ˘0.9 79.2 ˘0.6 Robomimic Transport MH 0.4 ˘0.1 4.7 ˘0.3 2.8 ˘0.2 4.9 ˘0.3 4.9 ˘0.3 30.0 ˘0.9 24.5 ˘0.9 [PITH_FULL_IMAG… view at source ↗
Figure 16
Figure 16. Figure 16: Illustrative example of random-walk behavior on a 1D line-world with [PITH_FULL_IMAGE:figures/full_fig_p030_16.png] view at source ↗
Figure 17
Figure 17. Figure 17: Construction for lower bound on performance of Markovian policy (Theorem [PITH_FULL_IMAGE:figures/full_fig_p035_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Validation loss for each Libero task from 0 to 35 (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p037_18.png] view at source ↗
Figure 19
Figure 19. Figure 19: Validation loss for each Libero task from 36 to 67 (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p038_19.png] view at source ↗
Figure 20
Figure 20. Figure 20: Validation loss for each Libero task from 68 to 89 (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p039_20.png] view at source ↗
Figure 21
Figure 21. Figure 21: Success rate for each Libero task from 0 to 35 (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p040_21.png] view at source ↗
Figure 22
Figure 22. Figure 22: Success rate for each [PITH_FULL_IMAGE:figures/full_fig_p041_22.png] view at source ↗
Figure 23
Figure 23. Figure 23: Success rate for each Libero task from 68 to 89 (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p042_23.png] view at source ↗
Figure 24
Figure 24. Figure 24: Val loss for each Robomimic task in this order from left to right: can, square, transport, tool hang (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p042_24.png] view at source ↗
Figure 25
Figure 25. Figure 25: Success rate for each Robomimic task in this order from left to right: can, square, transport, tool hang (corresponding to [PITH_FULL_IMAGE:figures/full_fig_p042_25.png] view at source ↗

discussion (0)

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

Reference graph

Works this paper leans on

72 extracted references · 32 linked inside Pith

  1. [1]

    T. Z. Zhao, V . Kumar, S. Levine, and C. Finn. Learning fine-grained bimanual manipulation with low-cost hardware, 2023. URLhttps://arxiv.org/abs/2304.13705

  2. [2]

    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, page 02783649241273668, 2023

  3. [4]

    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, 2025. URL https://arxiv.org/abs/2501.09747

  4. [5]

    T. Z. Zhao, J. Tompson, D. Driess, P. Florence, K. Ghasemipour, C. Finn, and A. Wahid. Aloha unleashed: A simple recipe for robot dexterity.arXiv preprint arXiv:2410.13126, 2024

  5. [6]

    Q. Li, Z. Zhou, and S. Levine. Reinforcement learning with action chunking.arXiv preprint arXiv:2507.07969, 2025

  6. [7]

    Torne, A

    M. Torne, A. Tang, Y . Liu, and C. Finn. Learning long-context diffusion policies via past-token prediction.arXiv preprint arXiv:2505.09561, 2025

  7. [8]

    Krogh and J

    A. Krogh and J. Vedelsby. Neural network ensembles, cross validation, and active learning. Advances in neural information processing systems, 7, 1994

  8. [9]

    T. K. Ho. The random subspace method for constructing decision forests.IEEE transactions on pattern analysis and machine intelligence, 20(8):832–844, 1998

  9. [10]

    L. Breiman. Random forests.Machine learning, 45(1):5–32, 2001

  10. [11]

    D. A. Pomerleau. Alvinn: An autonomous land vehicle in a neural network. In D. Touretzky, editor,Advances in Neural Information Processing Systems, volume 1. Morgan-Kaufmann,

  11. [12]

    B. D. Argall, S. Chernova, M. Veloso, and B. Browning. A survey of robot learning from demonstration.Robotics and autonomous systems, 57(5):469–483, 2009

  12. [13]

    S. Ross, G. Gordon, and D. Bagnell. A reduction of imitation learning and structured prediction to no-regret online learning. In G. Gordon, D. Dunson, and M. Dud ´ık, editors,Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, volume 15 ofProceedings of Machine Learning Research, pages 627–635, Fort Lauderdale...

  13. [14]

    Bojarski

    M. Bojarski. End to end learning for self-driving cars.arXiv preprint arXiv:1604.07316, 2016. 15

  14. [15]

    Zhang, Z

    T. Zhang, Z. McCarthy, O. Jow, D. Lee, X. Chen, K. Goldberg, and P. Abbeel. Deep imita- tion learning for complex manipulation tasks from virtual reality teleoperation. In2018 IEEE international conference on robotics and automation (ICRA), pages 5628–5635. IEEE, 2018

  15. [16]

    Rahmatizadeh, P

    R. Rahmatizadeh, P. Abolghasemi, L. B ¨ol¨oni, and S. Levine. Vision-based multi-task manip- ulation for inexpensive robots using end-to-end learning from demonstration. In2018 IEEE international conference on robotics and automation (ICRA), pages 3758–3765. IEEE, 2018

  16. [18]

    H. R. Walke, K. Black, T. Z. Zhao, Q. Vuong, C. Zheng, P. Hansen-Estruch, A. W. He, V . My- ers, M. J. Kim, M. Du, et al. Bridgedata v2: A dataset for robot learning at scale. InConference on Robot Learning, pages 1723–1736. PMLR, 2023

  17. [19]

    O’Neill, A

    A. O’Neill, A. Rehman, A. Maddukuri, A. Gupta, A. Padalkar, A. Lee, A. Pooley, A. Gupta, A. Mandlekar, A. Jain, et al. Open x-embodiment: Robotic learning datasets and rt-x models: Open x-embodiment collaboration 0. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 6892–6903. IEEE, 2024

  18. [20]

    Khazatsky, K

    A. Khazatsky, K. Pertsch, S. Nair, A. Balakrishna, S. Dasari, S. Karamcheti, S. Nasiriany, M. K. Srirama, L. Y . Chen, K. Ellis, P. D. Fagan, J. Hejna, M. Itkina, M. Lepert, Y . J. Ma, P. T. Miller, J. Wu, S. Belkhale, S. Dass, H. Ha, A. Jain, A. Lee, Y . Lee, M. Memmel, S. Park, I. Radosavovic, K. Wang, A. Zhan, K. Black, C. Chi, K. B. Hatch, S. Lin, J. ...

  19. [21]

    N. M. Shafiullah, Z. Cui, A. A. Altanzaya, and L. Pinto. Behavior transformers: Cloningk modes with one stone.Advances in neural information processing systems, 35:22955–22968, 2022

  20. [22]

    Z. J. Cui, Y . Wang, N. M. M. Shafiullah, and L. Pinto. From play to policy: Conditional behavior generation from uncurated robot data.arXiv preprint arXiv:2210.10047, 2022

  21. [23]

    Dasari, O

    S. Dasari, O. Mees, S. Zhao, M. K. Srirama, and S. Levine. The ingredients for robotic diffu- sion transformers.arXiv preprint arXiv:2410.10088, 2024

  22. [24]

    Ankile, A

    L. Ankile, A. Simeonov, I. Shenfeld, and P. Agrawal. Juicer: Data-efficient imitation learning for robotic assembly. In2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 5096–5103. IEEE, 2024

  23. [25]

    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

  24. [26]

    Sridhar, D

    A. Sridhar, D. Shah, C. Glossop, and S. Levine. Nomad: Goal masked diffusion policies for navigation and exploration. In2024 IEEE International Conference on Robotics and Automa- tion (ICRA), pages 63–70. IEEE, 2024. 16

  25. [27]

    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

  26. [28]

    J. Gu, S. Kirmani, P. Wohlhart, Y . Lu, M. G. Arenas, K. Rao, W. Yu, C. Fu, K. Gopalakrishnan, Z. Xu, et al. Rt-trajectory: Robotic task generalization via hindsight trajectory sketches.arXiv preprint arXiv:2311.01977, 2023

  27. [29]

    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

  28. [30]

    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

  29. [31]

    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

  30. [32]

    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

  31. [33]

    Intelligence, K

    P. 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

  32. [34]

    L. Zha, A. J. Hancock, M. Zhang, T. Yin, Y . Huang, D. Shah, A. Z. Ren, and A. Majum- dar. Lap: Language-action pre-training enables zero-shot cross-embodiment transfer.arXiv preprint arXiv:2602.10556, 2026

  33. [35]

    H. Fang, J. Duan, D. Clay, S. Wang, S. Liu, W. Huang, X. Fan, W.-C. Tsai, S. Chen, Y . R. Wang, S. Xing, J. Cho, J. S. Park, A. Eftekhar, P. Sushko, K. Farley, A. Wadhwa, C. Harrison, W. Han, Y .-C. Lee, E. VanderBilt, R. Hendrix, S. Ellawela, L. Ngoo, J. Chai, Z. Ren, A. Farhadi, D. Fox, and R. Krishna. Molmoact2: Action reasoning models for real-world d...

  34. [36]

    Gemini robotics: Bringing ai into the physical world.arXiv preprint arXiv:2503.20020, 2025

    Gemini Robotics Team. Gemini robotics: Bringing ai into the physical world.arXiv preprint arXiv:2503.20020, 2025

  35. [37]

    A careful examination of large behavior models for multitask dexterous manipulation.arXiv preprint arXiv:2507.05331, 2025

    TRI LBM Team. A careful examination of large behavior models for multitask dexterous manipulation.arXiv preprint arXiv:2507.05331, 2025. URLhttps:// toyotaresearchinstitute.github.io/lbm1/

  36. [38]

    J. Pai, L. Achenbach, V . Montesinos, B. Forrai, O. Mees, and E. Nava. mimic-video: Video- action models for generalizable robot control beyond vlas.arXiv preprint arXiv:2512.15692,

  37. [39]

    T. Z. Zhao, J. Tompson, D. Driess, P. Florence, K. Ghasemipour, C. Finn, and A. Wahid. Aloha unleashed: A simple recipe for robot dexterity. InProceedings of The 8th Conference on Robot Learning, volume 270 ofProceedings of Machine Learning Research. PMLR, 2025. URLhttps://proceedings.mlr.press/v270/zhao25b.html

  38. [40]

    Wagenmaker, P

    A. Wagenmaker, P. Dong, R. Tsao, C. Finn, and S. Levine. Posterior behavioral cloning: Pretraining bc policies for efficient rl finetuning.arXiv preprint arXiv:2512.16911, 2025

  39. [41]

    Janner, Y

    M. Janner, Y . Du, J. B. Tenenbaum, and S. Levine. Planning with diffusion for flexible behavior synthesis.arXiv preprint arXiv:2205.09991, 2022. 17

  40. [42]

    Y . Liu, J. Hamid, A. Xie, Y . Lee, M. Du, and C. Finn. Bidirectional decoding: Improving action chunking via guided test-time sampling. InInternational Conference on Learning Rep- resentations, volume 2025, pages 4594–4627, 2025

  41. [43]

    Malhotra, Y

    R. Malhotra, Y . Liu, and C. Finn. Self-guided action diffusion.arXiv preprint arXiv:2508.12189, 2025

  42. [44]

    M. Park, K. Kim, J. Hyung, H. Jang, H. Jin, J. Yun, H. Lee, and J. Choo. Acg: Action coherence guidance for flow-based vla models.arXiv preprint arXiv:2510.22201, 2025

  43. [45]

    Black, M

    K. Black, M. Galliker, and S. Levine. Real-time execution of action chunking flow policies. Advances in Neural Information Processing Systems, 38:33383–33407, 2026

  44. [46]

    Black, A

    K. Black, A. Z. Ren, M. Equi, and S. Levine. Training-time action conditioning for efficient real-time chunking.arXiv preprint arXiv:2512.05964, 2025

  45. [47]

    D. Jing, G. Wang, J. Liu, W. Tang, Z. Sun, Y . Yao, Z. Wei, Y . Liu, Z. Lu, and M. Ding. Mixture of horizons in action chunking.arXiv preprint arXiv:2511.19433, 2025

  46. [48]

    Y . Weng, X. Zhang, Y . Mu, Y . Zhu, and Y . Li. Temporal action selection for action chunking. arXiv preprint arXiv:2511.04421, 2025

  47. [49]

    W. Chen, K. Zhang, C. Lin, Z. Zhang, Y . She, Y . Liu, R. A. Yeh, S. Mou, and Y . Gu. Dream- chunk: Reactive action chunking with latent world model.arXiv preprint arXiv:2606.18589, 2026

  48. [50]

    Simchowitz, D

    M. Simchowitz, D. Pfrommer, and A. Jadbabaie. The pitfalls of imitation learning when actions are continuous.arXiv preprint arXiv:2503.09722, 2025

  49. [51]

    T. T. Zhang, D. Pfrommer, N. Matni, and M. Simchowitz. Imitation learning in continuous action spaces: mitigating compounding error without interaction.arXiv preprint arXiv, 2507, 2025

  50. [52]

    C. Pan, G. Anantharaman, N.-C. Huang, C. Jin, D. Pfrommer, C. Yuan, F. Permenter, G. Qu, N. Boffi, G. Shi, et al. Much ado about noising: Dispelling the myths of generative robotic control.arXiv preprint arXiv:2512.01809, 2025

  51. [53]

    B. Liu, Y . Zhu, C. Gao, Y . Feng, Q. Liu, Y . Zhu, and P. Stone. Libero: Benchmarking knowl- edge transfer for lifelong robot learning.arXiv preprint arXiv:2306.03310, 2023

  52. [54]

    Mandlekar, D

    A. Mandlekar, D. Xu, J. Wong, S. Nasiriany, C. Wang, R. Kulkarni, L. Fei-Fei, S. Savarese, Y . Zhu, and R. Mart´ın-Mart´ın. What matters in learning from offline human demonstrations for robot manipulation. InarXiv preprint arXiv:2108.03298, 2021

  53. [55]

    D. J. Foster, A. Block, and D. Misra. Is behavior cloning all you need? understanding hori- zon in imitation learning.Advances in Neural Information Processing Systems, 37:120602– 120666, 2024

  54. [56]

    T. T. Zhang, D. Pfrommer, C. Pan, N. Matni, and M. Simchowitz. Action chunking and ex- ploratory data collection yield exponential improvements in behavior cloning for continuous control, 2025. URLhttps://arxiv.org/abs/2507.09061

  55. [57]

    Torne, K

    M. Torne, K. Pertsch, H. Walke, K. Vedder, S. Nair, B. Ichter, A. Z. Ren, H. Wang, J. Tang, K. Stachowicz, et al. Mem: Multi-scale embodied memory for vision language action models. arXiv preprint arXiv:2603.03596, 2026

  56. [58]

    M. S. Mark, J. Liang, M. Attarian, C. Fu, D. Dwibedi, D. Shah, and A. Kumar. Bpp: Long-context robot imitation learning by focusing on key history frames.arXiv preprint arXiv:2602.15010, 2026. 18

  57. [59]

    Day and I

    B. Day and I. Lyon. V oluntary modification of automatic arm movements evoked by motion of a visual target.Experimental Brain Research, 130(2):159–168, 2000

  58. [60]

    Susilaradeya, W

    D. Susilaradeya, W. Xu, T. M. Hall, F. Galan, K. Alter, and A. Jackson. Extrinsic and intrinsic dynamics in movement intermittency.Elife, 8:e40145, 2019

  59. [61]

    Black, M

    K. Black, M. Y . Galliker, and S. Levine. Real-time execution of action chunking flow policies,

  60. [62]

    Y . Zhu, J. Wong, A. Mandlekar, R. Mart´ın-Mart´ın, A. Joshi, K. Lin, A. Maddukuri, S. Nasiri- any, and Y . Zhu. robosuite: A modular simulation framework and benchmark for robot learn- ing, 2025. URLhttps://arxiv.org/abs/2009.12293

  61. [63]

    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, 2023

  62. [64]

    URLhttps://arxiv.org/abs/2506.07339

  63. [65]

    Dosovitskiy, L

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. De- hghani, M. Minderer, G. Heigold, S. Gelly, J. Uszkoreit, and N. Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale. InInternational Con- ference on Learning Representations, 2021. URLhttps://openreview.net/forum?id= YicbFdNTTy

  64. [66]

    D. Misra. Mish: A self regularized non-monotonic activation function, 2020. URLhttps: //arxiv.org/abs/1908.08681

  65. [67]

    J. Ho, A. Jain, and P. Abbeel. Denoising diffusion probabilistic models. In H. Larochelle, M. Ranzato, R. Hadsell, M. Balcan, and H. Lin, editors,Advances in Neural In- formation Processing Systems, volume 33, pages 6840–6851. Curran Associates, Inc.,

  66. [68]

    Loshchilov and F

    I. Loshchilov and F. Hutter. SGDR: Stochastic gradient descent with warm restarts. InInter- national Conference on Learning Representations, 2017. URLhttps://openreview.net/ forum?id=Skq89Scxx

  67. [69]

    200successful trajectories collected by a “single, experienced teleoperator

    R. Laroche and R. Tachet Des Combes. On the occupancy measure of non-Markovian policies in continuous MDPs. In A. Krause, E. Brunskill, K. Cho, B. Engelhardt, S. Sabato, and J. Scarlett, editors,Proceedings of the 40th International Conference on Machine Learning, volume 202 ofProceedings of Machine Learning Research, pages 18548–18562. PMLR, 23– 29 Jul 2...

  68. [71]

    Loshchilov and F

    I. Loshchilov and F. Hutter. Decoupled weight decay regularization, 2019. URLhttps: //arxiv.org/abs/1711.05101

  69. [74]

    Note that this fine-tuned policy has an overall chunk size of 10

    As you can see, they are compatible with those we obtained by training our own DDPM [64] policies. Note that this fine-tuned policy has an overall chunk size of 10. We also conjecture that the performance of the Markovian policy is much better here because, i.a., a pre-processing of the demonstration data removing pauses has been applied. 28 Algorithm SR ...

  70. [1988]

    URLhttps://proceedings.neurips.cc/paper_files/paper/1988/file/ 812b4ba287f5ee0bc9d43bbf5bbe87fb-Paper.pdf

  71. [2020]

    URLhttps://proceedings.neurips.cc/paper_files/paper/2020/file/ 4c5bcfec8584af0d967f1ab10179ca4b-Paper.pdf

  72. [2025]

    URLhttps://mimic-video.github.io/