Fast Visuomotor Policy for Robotic Manipulation
Jingkai Jia, Tong Yang, Xueyao Chen, Chenhuan Liu, Wenqiang Zhang
TL;DR
This work introduces Energy Policy, a fast visuomotor policy for robotic manipulation that natively predicts multimodal continuous actions in a single forward pass. By optimizing an energy score with an Energy MLP inside a decoder-only Transformer, the approach learns multimodal action distributions without iterative sampling, enabling parallel decoding and fast inference. Empirical results across Robomimic, Franka Kitchen, MimicGen, and real-world tasks show Energy Policy matches or surpasses state-of-the-art baselines (including diffusion methods and CARP) while achieving substantial speedups (up to tens of times faster in some tasks). The method demonstrates strong multi-task and real-time capabilities, highlighting its potential for resource-constrained, real-time robotic manipulation.
Abstract
We present a fast and effective policy framework for robotic manipulation, named Energy Policy, designed for high-frequency robotic tasks and resource-constrained systems. Unlike existing robotic policies, Energy Policy natively predicts multimodal actions in a single forward pass, enabling high-precision manipulation at high speed. The framework is built upon two core components. First, we adopt the energy score as the learning objective to facilitate multimodal action modeling. Second, we introduce an energy MLP to implement the proposed objective while keeping the architecture simple and efficient. We conduct comprehensive experiments in both simulated environments and real-world robotic tasks to evaluate the effectiveness of Energy Policy. The results show that Energy Policy matches or surpasses the performance of state-of-the-art manipulation methods while significantly reducing computational overhead. Notably, on the MimicGen benchmark, Energy Policy achieves superior performance with at a faster inference compared to existing approaches.
