paper-with-me

Papers

SEAM: Smooth Execution of Action-Chunked Motion for Vision-Language-Action Policies

2026-07-06 · Dijia Zhan, Xuemiao Xu, Jinyi Li, Jie Tang arxiv

Vision-Language-Action (VLA) policies that execute fixed-length action chunks can exhibit multimodal bifurcation: a cross-chunk inconsistency in which adjacent chunks generated from independent Gaussian latents can converge to incompatible trajectory modes, producing abrupt discontinuities at chunk boundaries. Existing remedies either require backpropagation through the policy at each denoising step, rely on rejection sampling, or require retraining, each trading computational cost or task reliability for smoother transitions. We propose SEAM (Smooth Execution of Action-Chunked Motion), a training-free inference-time method for flow matching VLAs. SEAM exploits a simple synchronous-execution insight: after the robot consumes the executed prefix, the previous chunk's unexecuted tail is already available as an analytic consistency reference. Its core mechanism, Velocity-guided Loss Steering (VLS), derives a time-dependent target from this tail and applies a closed-form correction after each Euler step without backpropagating through the policy network. On LIBERO-10 with pi_0.5, SEAM reduces boundary jerk by 28%, reduces chunk transition discontinuity by 27%, preserves baseline-level task success, and keeps denoising-loop cost near the unguided baseline.

📄 PDF Abstract BibTeX arXiv:2607.04609

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Native Continuation for Action Chunking Flow Policies

2026-02-13 · Yufeng Liu, Hang Yu, Juntu Zhao, Bocheng Li 외 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 exter…

VLA-RAIL: A Real-Time Asynchronous Inference Linker for VLA Models and Robots

2025-12-31 · Yongsheng Zhao, Lei Zhao, Baoping Cheng, Gongxin Yao 외 arxiv

Vision-Language-Action (VLA) models have achieved remarkable breakthroughs in robotics, with the action chunk playing a dominant role in these advances. Given the real-time and continuous nature of robotic motion control…

CompactAttention: Accelerating Chunked Prefill with Block-Union KV Selection

2026-05-16 · Jiwon Song, Dongwon Jo, Beomseok Kang, Jae-Joon Kim arxiv

Chunked prefill has become a widely adopted serving strategy for long-context large language models, but efficient attention computation in this regime remains challenging. Existing sparse attention methods are primarily…

ChainVLA: Chaining Vision-Language-Action Queries through a Unified Execution State for Long-Horizon Manipulation

2026-08-03 · Yuzhi Huang, Weijue Bu, Ziyi Xiong, Jie Wu 외 arxiv

Humans perform long-horizon manipulation by retaining knowledge of what earlier actions have established while continuously adapting the motion underway. By contrast, action-chunked vision-language-action (VLA) policies …

ViPRA: Video Prediction for Robot Actions

2025-11-11 · Sandeep Routray, Hengkai Pan, Unnat Jain, Shikhar Bahl 외 arxiv

Can we turn a video prediction model into a robot policy? Videos, including those of humans or teleoperated robots, capture rich physical interactions. However, most of them lack labeled actions, which limits their use i…

Continuous ControlVideo Prediction