paper-with-me

홈 › Papers

Training-Time Action Conditioning for Efficient Real-Time Chunking

2025-12-05 · Kevin Black, Allen Z. Ren, Michael Equi, Sergey Levine arxiv

Real-time chunking (RTC) enables vision-language-action models (VLAs) to generate smooth, reactive robot trajectories by asynchronously predicting action chunks and conditioning on previously committed actions via inference-time inpainting. However, this inpainting method introduces computational overhead that increases inference latency. In this work, we propose a simple alternative: simulating inference delay at training time and conditioning on action prefixes directly, eliminating any inference-time overhead. Our method requires no modifications to the model architecture or robot runtime, and can be implemented with only a few additional lines of code. In simulated experiments, we find that training-time RTC outperforms inference-time RTC at higher inference delays. In real-world experiments on box building and espresso making tasks with the $π_{0.6}$ VLA, we demonstrate that training-time RTC maintains both task performance and speed parity with inference-time RTC while being computationally cheaper. Our results suggest that training-time action conditioning is a practical drop-in replacement for inference-time inpainting in real-time robot control.

📄 PDF Abstract BibTeX arXiv:2512.05964

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Action-Prior Denoising for Smooth Real-Time Chunking

2026-05-25 · Dongyang Liu, Zhaowen Zheng, Yu Sun, Longxu Zhang 외 arxiv

Real-time chunking (RTC) lets chunked action policies operate under inference delay by conditioning a newly generated action chunk on actions already committed by the previous chunk. Training-time RTC simulates this dela…

TacForcing: Streaming Action Generation with Execution-Time Tactile Feedback

2026-08-26 · Jianbo Zhou, Boyuan Zhao, Yuzheng Zhang, Yiyang Chen 외 arxiv

Contact-rich manipulation requires adapting to contact states that can evolve substantially within an action horizon. However, chunk-based vision-language-action models predict complete action chunks from observations co…

Conditioning Autoencoder Latent Spaces for Real-Time Timbre Interpolation and Synthesis

2020-01-30 · Joseph T Colonel, Sam Keene

We compare standard autoencoder topologies' performances for timbre generation. We demonstrate how different activation functions used in the autoencoder's bottleneck distributes a training corpus's embedding. We show th…

Timbre Interpolation

Improving Text-to-Music Generation with Human Preference Rewards

2026-06-19 · Yonghyun Kim, Junwon Lee, Haiwen Xia, Yinghao Ma 외 arxiv

We describe our entry to the efficiency track of the Academic Text-to-Music (ATTM) Grand Challenge at ICME 2026. Beyond the challenge protocol's FAD-CLAP and CLAP score, we add a learned human-preference reward from Tune…

Text-to-Music Generation

What Time Is It? How Data Geometry Makes Time Conditioning Optional for Flow Matching

2026-05-08 · Alec Helbling, Sebastian Gutierrez Hernandez, Benjamin Hoover, Duen Horng Chau 외 arxiv

Recent work has shown that models flow matching models can be trained without explicit time conditioning, challenging the standard view that the interpolation time is needed to disambiguate velocity targets. But why shou…