Streaming Flow Policy: Simplifying diffusion/flow-matching policies by treating action trajectories as flow trajectories
Sunshine Jiang, Xiaolin Fang, Nicholas Roy, Tom\'as Lozano-P\'erez, Leslie Pack Kaelbling, Siddharth Ancha

TL;DR
The paper introduces Streaming Flow Policy, a method that simplifies diffusion/flow-matching policies by treating action trajectories as flow trajectories, enabling real-time streaming of actions during policy execution.
Contribution
It proposes a novel approach that allows streaming actions during flow sampling, reducing computation and enabling faster, on-the-fly robot control while maintaining multi-modal behavior modeling.
Findings
Outperforms prior methods in imitation learning tasks.
Enables faster policy execution and real-time streaming of actions.
Retains the ability to model complex, multi-modal behaviors.
Abstract
Recent advances in diffusionflow-matching policies have enabled imitation learning of complex, multi-modal action trajectories. However, they are computationally expensive because they sample a trajectory of trajectories: a diffusionflow trajectory of action trajectories. They discard intermediate action trajectories, and must wait for the sampling process to complete before any actions can be executed on the robot. We simplify diffusionflow policies by treating action trajectories as flow trajectories. Instead of starting from pure noise, our algorithm samples from a narrow Gaussian around the last action. Then, it incrementally integrates a velocity field learned via flow matching to produce a sequence of actions that constitute a single trajectory. This enables actions to be streamed to the robot on-the-fly during the flow sampling process, and is well-suited for receding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobot Manipulation and Learning · Reinforcement Learning in Robotics · Human Motion and Animation
