ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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-execution, sacrificing \emph{reactivity}. Replanning more often would restore it, but the perception-to-action pipeline (a large backbone plus multiple denoising steps) is too slow: this \emph{latency} forbids frequent replanning and leaves committed actions stale, making such policies ill-suited for dynamic, closed-loop control. We present $π\mathbf{R}^2$, which makes these policies reactive and real-time while retaining large backbones, expressive multi-modal policies, and multi-action prediction. Built on the per-position noise schedule of diffusion forcing, $π\mathbf{R}^2$ contributes two ideas. First, it splits conditioning into a fast channel (proprioception, fresh every tick) and an asynchronously updated slow channel (vision-language features), so the policy reacts to proprioception within a chunk while tolerating stale vision. Second, a latency-adaptive flow schedule treats in-flight actions as inpainting conditioning and emits actions in one denoising step per call, letting one trained model adapt to varying hardware latency. Requiring minimal modification to existing architectures, $π\mathbf{R}^2$ can be finetuned from a pretrained policy: applied to GR00T-N1.7 on a real xArm6+XHand platform, it replans closed-loop roughly $4\times$ faster than the base policy (~$25$Hz on an A5000 GPU), acting on a fresh observation every $40$ms. Across simulation and real-world manipulation tasks, $π\mathbf{R}^2$ improves the success rate by up to $23\%$ in simulation and $30\%$ in the real world over the strongest baseline. Project page: https://pi-r2-flow.github.io/
Generalist manipulation policies have recently adopted action-chunking flow architectures built on large pretrained backbones. While these models achieve impressive multi-modal action prediction, they execute chunks open-loop, meaning the policy cannot react to new sensory input until the entire chunk finishes. This lack of reactivity makes them unsuitable for dynamic, closed-loop control where fast adaptation is critical. Replanning more frequently would restore reactivity, but the perception-to-action pipeline—a large backbone plus multiple denoising steps—introduces prohibitive latency. πR² directly addresses this tension by making such policies both reactive and real-time without discarding the benefits of large backbones or multi-action prediction.
The paper is significant because it offers a practical, minimal-modification solution that can be applied to existing pretrained policies. By finetuning GR00T-N1.7 on a real robot platform, the authors demonstrate that πR² achieves ~25 Hz closed-loop replanning, a 4× improvement over the base policy. This brings large-scale pretrained manipulation policies closer to real-world deployment where latency and reactivity are paramount.
πR² bridges the gap between large-scale pretrained manipulation policies and real-time reactive control. By enabling frequent replanning without sacrificing model expressiveness, it opens the door for deploying generalist robot policies in dynamic environments where quick adaptation is essential. The approach is architecture-agnostic and can be applied to any action-chunking flow policy, potentially accelerating the adoption of such models in industrial and service robotics. Future work could explore extending the dual-channel idea to other sensory modalities or handling cases where both channels become stale.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba