paper-with-me

Papers

Learning Native Continuation for Action Chunking Flow Policies

2026-02-13 · Yufeng Liu, Hang Yu, Juntu Zhao, Bocheng Li, Di Zhang, Mingzhu Li, Wenxuan Wu, Yingdong Hu, Junyuan Xie, Junliang Guo, Dequan Wang, Yang Gao arxiv

Action chunking enables Vision Language Action (VLA) models to run in real time, but naive chunked execution often exhibits discontinuities at chunk boundaries. Real-Time Chunking (RTC) alleviates this issue but is external to the policy, leading to spurious multimodal switching and trajectories that are not intrinsically smooth. We propose Legato, a training-time continuation method for action-chunked flow-based VLA policies. Specifically, Legato initializes denoising from a schedule-shaped mixture of known actions and noise, exposing the model to partial action information. Moreover, Legato reshapes the learned flow dynamics to ensure that the denoising process remains consistent between training and inference under per-step guidance. Legato further uses randomized schedule condition during training to support varying inference delays and achieve controllable smoothness. Empirically, Legato produces smoother trajectories and reduces spurious multimodal switching during execution, leading to less hesitation and shorter task completion time. Extensive real-world experiments show that Legato consistently outperforms RTC across five manipulation tasks, achieving approximately 10% improvements in both trajectory smoothness and task completion time.

📄 PDF Abstract BibTeX arXiv:2602.12978

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Real-Time Execution of Action Chunking Flow Policies

2025-06-09 · Kevin Black, Manuel Y. Galliker, Sergey Levine

Modern AI systems, especially those interacting with the physical world, increasingly require real-time performance. However, the high latency of state-of-the-art generalist models, including recent vision-language actio…

ChunkingVision-Language-Action

Denoising Tells When to Replan: Denoising-Variance Adaptive Chunking for Flow-Based Robot Policies

2026-06-02 · Xiangdong Feng, Yuxuan Cheng, Chen Shi, Boyao Han 외 arxiv

Action chunking has become a common inference strategy for flow-based robot policies, improving action coherence by modeling multi-step temporal dependencies in demonstrations. However, the execution horizon is still typ…

Start Right, Arrive Right: Asynchronous Execution via Initial Noise Selection

2026-06-18 · Trong-Bao Ho, Quang-Tan Nguyen, Thien-Loc Ha, Gia-Binh Nguyen 외 arxiv

Action chunking enables robot policies to produce temporally coherent behavior, but generating multi-step action sequences with flow-based policies incurs latency that is incompatible with real-time control. Under asynch…

Dynamic Execution Horizon Prediction for Chunk-based Robot Policies

2026-06-09 · Yuchi Zhao, Miroslav Bogdanovic, Arjun Sohal, Liyu Tao 외 arxiv

Action chunking has become a standard design in modern robot policies, from diffusion/flow policies to vision-language-action models, where the policy predicts a sequence of actions and executes a fixed number of them in…

Reinforcement Learning

DREAM-Chunk: Reactive Action Chunking with Latent World Model

2026-06-17 · Wenxi Chen, Kaidi Zhang, Chi Lin, Zhiyuan Zhang 외 arxiv

Action chunking has become a common interface for vision-language-action (VLA) models, enabling low-frequency policy inference to drive high-frequency robot execution. However, once an action chunk is committed, its open…