paper-with-me

홈 › Papers

Action-Prior Denoising for Smooth Real-Time Chunking

2026-05-25 · Dongyang Liu, Zhaowen Zheng, Yu Sun, Longxu Zhang, Yixuan Liu, Hao Wan 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 delay during learning and avoids expensive guidance at deployment, but its binary prefix mask treats all non-prefix tokens as fully unconstrained. This under-models asynchronous execution: early overlap actions are fixed, while later overlap actions remain editable but should still stay close to the previous plan. We propose Soft RTC, a training-time RTC generalization based on action-prior denoising. Soft RTC constructs corrupted overlap tokens from partially denoised states instead of pure noise and injects the aligned previous chunk as the same prior during inference through a lightweight token-wise blending rule. On the 12 released large Kinetix levels, a short soft window nearly matches hard training-time RTC in overall solve rate (0.809 vs. 0.815), while a medium window reduces high-delay action delta and jerk by 9.1% and 9.6% relative to hard RTC. Both variants keep near-naive runtime, unlike inference-time RTC baselines. A small preliminary real-robot sorting study provides additional evidence that training-time RTC can improve completion and that Soft RTC gives the lowest commanded-action finite-difference metrics among the tested policies.

📄 PDF Abstract BibTeX arXiv:2605.25537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Real-time Controllable Denoising for Image and Video

2023-03-29 · CVPR 2023 1 · Zhaoyang Zhang, Yitong Jiang, Wenqi Shao, Xiaogang Wang 외

Controllable image denoising aims to generate clean samples with human perceptual priors and balance sharpness and smoothness. In traditional filter-based denoising methods, this can be easily achieved by adjusting the f…

DenoisingImage DenoisingVideo Denoising

Contrastive Blind Denoising Autoencoder for Real-Time Denoising of Industrial IoT Sensor Data

2020-04-14 · Saúl Langarica, Felipe Núñez

In an industrial IoT setting, ensuring the quality of sensor data is a must when data-driven algorithms operate on the upper layers of the control system. Unfortunately, the common place in industrial facilities is to fi…

DenoisingSelf-Supervised LearningTime SeriesTime Series Analysis

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…

Towards Robust Time-of-Flight Depth Denoising with Confidence-Aware Diffusion Model

2025-03-25 · Changyong He, Jin Zeng, Jiawei Zhang, Jiajie Guo

Time-of-Flight (ToF) sensors efficiently capture scene depth, but the nonlinear depth construction procedure often results in extremely large noise variance or even invalid areas. Recent methods based on deep neural netw…

Denoising

FASTER: Rethinking Real-Time Flow VLAs

2026-03-19 · Yuxiang Lu, Zhe Liu, Xianzhe Fan, Zhenya Yang 외 arxiv

Real-time execution is crucial for deploying Vision-Language-Action (VLA) models in the physical world. Existing asynchronous inference methods primarily optimize trajectory smoothness, but neglect the critical latency i…