Search papers, labs, and topics across Lattice.
This paper introduces FlowMPC, a novel framework that enhances Flow Matching (FM) policies by integrating a learned world model to facilitate Model Predictive Path Integral (MPPI) planning. The approach was tested on ManiSkill manipulation tasks, demonstrating that the incorporation of a world model significantly improves the performance of FM policies, particularly in terms of end-of-episode success rates. These findings indicate that world-model-based planning can effectively augment flow-based imitation learning without altering the original FM training objective.
Integrating a learned world model with Flow Matching policies can dramatically boost performance in complex manipulation tasks, achieving higher success rates without changing the training process.
Flow Matching (FM) is a powerful approach for behavior cloning in multimodal action spaces [Jiang et al., 2025], but because it is not trained to directly maximize expected return, there is still room to improve how FM policies act at test time. This work investigates whether a learned world model can improve FM policies by enabling Model Predictive Path Integral (MPPI) planning over candidate action sequences proposed by the policy. Building on TD-MPC2 [Hansen et al., 2024], I introduce FlowMPC, a framework that combines an imitation-learned FM policy with a learned world model for test-time planning in ManiSkill manipulation tasks [Tao et al., 2025]. Across PickCube and PickSingleYCB, adding the world model improved performance over the FM policy alone, with especially clear gains in end-of-episode success. These results suggest that world-model-based planning can effectively complement flow-based imitation policies without modifying the FM training objective.