paper-with-me

홈 › Papers

Mean Flow Policy Optimization

2026-04-16 · Xiaoyi Dong, Xi Sheryl Zhang, Jian Cheng arxiv

Diffusion models have recently emerged as expressive policy representations for online reinforcement learning (RL). However, their iterative generative processes introduce substantial training and inference overhead. To overcome this limitation, we propose to represent policies using MeanFlow models, a class of few-step flow-based generative models, to improve training and inference efficiency over diffusion-based RL approaches. To promote exploration, we optimize MeanFlow policies under the maximum entropy RL framework via soft policy iteration, and address two key challenges specific to MeanFlow policies: action likelihood evaluation and soft policy improvement. Experiments on MuJoCo, DeepMind Control Suite and HumanoidBench benchmarks demonstrate that our method, Mean Flow Policy Optimization (MFPO), achieves performance comparable to or exceeding current diffusion-based baselines while considerably reducing training and inference time. Our code is available at https://github.com/dongxiaoyi-xyz/MFPO.

📄 PDF Abstract BibTeX arXiv:2604.14698

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Score-Based One-step MeanFlow Policy Optimization

2026-05-22 · Kyungyoon Kim, Donghyeon Ki, Hee-Jun Ahn, Byung-Jun Lee arxiv

Diffusion and flow matching have emerged as expressive policy classes in reinforcement learning, but their reliance on multi-step denoising imposes substantial computational overhead at inference time, which is particula…

Reinforcement Learning

One Step Is Enough: Dispersive MeanFlow Policy Optimization

2026-01-28 · Guowei Zou, Haitao Wang, Hejun Wu, Yukun Qian 외 arxiv

Real-time robotic control demands fast action generation. However, existing generative policies based on diffusion and flow matching require multi-step sampling, fundamentally limiting deployment in time-critical scenari…

Knowledge DistillationReinforcement LearningOpenAI Gym

NavCMPO: Critic-Guided MeanFlow Policy Optimization for Adaptive Navigation

2026-07-16 · Junjie An, Yi Wu, Xiao Liu, Yiqun Zhou 외 arxiv

End-to-end diffusion-based policies have demonstrated strong performance in mapless visual navigation, but their iterative denoising process introduces substantial inference latency, while behavior cloning limits perform…

Reinforcement LearningVisual Navigation

A note on convergence of Wasserstein policy optimization

2026-05-21 · David Šiška, Yufei Zhang arxiv

Wasserstein Policy Optimization (WPO) is a recently proposed reinforcement learning algorithm that leverages Wasserstein gradient flows to optimize stochastic policies in continuous action spaces. Despite its empirical s…

Reinforcement Learning

Global optimality of softmax policy gradient with single hidden layer neural networks in the mean-field regime

2020-10-22 · ICLR 2021 1 · Andrea Agazzi, Jianfeng Lu

We study the problem of policy optimization for infinite-horizon discounted Markov Decision Processes with softmax policy and nonlinear function approximation trained with policy gradient algorithms. We concentrate on th…