🤖 AI Summary
This work addresses the limitations of existing robotic manipulation methods, which often suffer from trajectory jitter, discontinuous segments, and execution pauses due to synchronous inference, thereby compromising motion smoothness and environmental responsiveness. To overcome these issues, the authors propose an asynchronous flow-matching strategy that generates trajectories in the B-spline control-point action space. By integrating bidirectional action prediction with refitting-based optimization, the approach ensures both intra-segment and inter-segment motion continuity while enabling truly real-time responsiveness. Combining B-spline representation, asynchronous inference, and a flow-matching framework, the method significantly reduces trajectory jerk across seven static and dynamic tasks, markedly improving motion smoothness and task success rates.
📝 Abstract
Robotic manipulation requires policies that are smooth and responsive to evolving observations. However, synchronous inference in the raw action space introduces several challenges, including intra-chunk jitter, inter-chunk discontinuities, and stop-and-go execution. These issues undermine a policy's smoothness and its responsiveness to environmental changes. We propose ABPolicy, an asynchronous flow-matching policy that operates in a B-spline control-point action space. First, the B-spline representation ensures intra-chunk smoothness. Second, we introduce bidirectional action prediction coupled with refitting optimization to enforce inter-chunk continuity. Finally, by leveraging asynchronous inference, ABPolicy delivers real-time, continuous updates. We evaluate ABPolicy across seven tasks encompassing both static settings and dynamic settings with moving objects. Empirical results indicate that ABPolicy reduces trajectory jerk, leading to smoother motion and improved performance. Project website: https://teee000.github.io/ABPolicy/.