Pith. sign in

REVIEW 3 cited by

Responsive Noise-Relaying Diffusion Policy: Responsive and Efficient Visuomotor Control

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2502.12724 v2 pith:YM5NTH3J submitted 2025-02-18 cs.RO

Responsive Noise-Relaying Diffusion Policy: Responsive and Efficient Visuomotor Control

classification cs.RO
keywords actionsdiffusionresponsivenoise-relayingpolicytasksdenoisingrnr-dp
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Imitation learning is an efficient method for teaching robots a variety of tasks. Diffusion Policy, which uses a conditional denoising diffusion process to generate actions, has demonstrated superior performance, particularly in learning from multi-modal demonstrates. However, it relies on executing multiple actions predicted from the same inference step to retain performance and prevent mode bouncing, which limits its responsiveness, as actions are not conditioned on the most recent observations. To address this, we introduce Responsive Noise-Relaying Diffusion Policy (RNR-DP), which maintains a noise-relaying buffer with progressively increasing noise levels and employs a sequential denoising mechanism that generates immediate, noise-free actions at the head of the sequence, while appending noisy actions at the tail. This ensures that actions are responsive and conditioned on the latest observations, while maintaining motion consistency through the noise-relaying buffer. This design enables the handling of tasks requiring responsive control, and accelerates action generation by reusing denoising steps. Experiments on response-sensitive tasks demonstrate that, compared to Diffusion Policy, ours achieves 18% improvement in success rate. Further evaluation on regular tasks demonstrates that RNR-DP also exceeds the best acceleration method (DDIM) by 6.9% in success rate, highlighting its computational efficiency advantage in scenarios where responsiveness is less critical. Our project page is available at https://rnr-dp.github.io

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Spatial Attention: Adapting Execution Horizons for Diffusion Policies via Observation Sensitivity

    cs.RO 2026-07 conditional novelty 6.5

    Under a fixed sampling budget, execution horizons that minimize disturbance-induced likelihood drop should shorten as Spatial Attention rises; forecasting it yields higher success rates than fixed horizons.

  2. SegDiff: Segmented Trajectory Diffusion for Consistent and Adaptive Robot Manipulation

    cs.RO 2026-07 conditional novelty 6.0

    SegDiff predicts continuous trajectories anchored to the next keypose and uses DDIM inversion for dynamic temporal ensembling, outperforming continuous and keypose baselines on RLBench, RoboMimic, and five real tasks.

  3. Sparse ActionGen: Accelerating Diffusion Policy with Real-time Pruning

    cs.RO 2026-01 unverdicted novelty 5.0

    Sparse ActionGen accelerates diffusion policies up to 4x for robot control via rollout-adaptive pruning and zig-zag activation reuse without performance loss.