paper-with-me

Papers

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, Yuxuan Yan, Yitong Hong, Zhuotao Tian, Li Jiang 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 typically set as an empirical fixed value, overlooking that predictable free-space motions and precision-critical interaction phases often require different replanning frequencies. In this work, we first show that the denoising process of flow-based policies contains an intrinsic signal of task phases: clean-action estimates remain stable during predictable motion phases, but fluctuate more strongly around contact-rich or precision-sensitive operations. Motivated by this observation, we propose DVAC (Denoising-Variance Adaptive Chunking), a test-time method that adaptively determines how many actions to execute from each predicted chunk. DVAC measures the variance of clean-action estimates over the final denoising steps, executes the stable low-variance prefix, and replans before high-variance future actions are committed. To transfer across tasks and rollouts, DVAC further calibrates the threshold with a rolling estimate of the local variance scale. Experiments on LIBERO, RoboTwin, CALVIN, and real-world manipulation show that DVAC improves task success while reducing replanning frequency. With a $π_{0.5}$-based policy, DVAC improves LIBERO success from 94.75% to 98.00% and reduces replanning by 43.0%, while also yielding aggregate gains on RoboTwin and CALVIN and improving real-world execution efficiency.

📄 PDF Abstract BibTeX arXiv:2606.03847

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal Denoising in Score-Based Generative Models: The Role of Data Regularity

2025-03-17 · Eliot Beyler, Francis Bach

Score-based generative models achieve state-of-the-art sampling performance by denoising a distribution perturbed by Gaussian noise. In this paper, we focus on a single deterministic denoising step, and compare the optim…

Denoising

DriveCache: Action-Aware Caching for Driving World Model Inference

2026-08-17 · Jianchun Yang, Jian Liang, Xianda Guo, Pinhan Fu 외 arxiv

Driving video generation models support autonomous-driving development by predicting controllable future scenes for simulation, planning evaluation, and offline data generation. Diffusion-based driving generators repeate…

Video Generation

Poisson Image Denoising Using Best Linear Prediction: A Post-processing Framework

2018-03-01 · Milad Niknejad, Mario A. T. Figueiredo

In this paper, we address the problem of denoising images degraded by Poisson noise. We propose a new patch-based approach based on best linear prediction to estimate the underlying clean image. A simplified prediction f…

DenoisingImage Denoising

Noise2Same: Optimizing A Self-Supervised Bound for Image Denoising

2020-10-22 · NeurIPS 2020 12 · Yaochen Xie, Zhengyang Wang, Shuiwang Ji

Self-supervised frameworks that learn denoising models with merely individual noisy images have shown strong capability and promising performance in various image denoising tasks. Existing self-supervised denoising frame…

DenoisingImage Denoising

πR^2: Reactive Real-time Flow Policies

2026-07-28 · Sungjae Park, Shubham Tulsiani arxiv

Generalist manipulation policies increasingly take the form of action-chunking flow policies built on large pretrained backbones. Such chunks run open-loop, so the policy cannot react to sensory input arriving mid-execut…