TempFlow-GRPO (Temporal Flow GRPO), a principled GRPO framework that captures and exploits the temporal structure inherent in flow-based generation.
<img src="https://github.com/Shredded-Pork/TempFlow-GRPO/raw/main/asset/figure3.jpg" alt="LOGO">
<img src="https://github.com/Shredded-Pork/TempFlow-GRPO/raw/main/asset/teaser.png" alt="LOGO">
TempFlow-GRPO (Temporal Flow GRPO), a principled GRPO framework that captures and exploits the temporal structure inherent in flow-based generation. TempFlow-GRPO introduces two key innovations: (i) a trajectory branching mechanism that provides process rewards by concentrating stochasticity at designated branching points, enabling precise credit assignment without requiring specialized intermediate reward models; and (ii) a noise-aware weighting scheme that modulates policy optimization according to the intrinsic exploration potential of each timestep, prioritizing learning during high-impact early stages while ensuring stable refinement in later phases. These innovations endow the model with temporally-aware optimization that respects the underlying generative dynamics, leading to state-of-the-art performance in human preference alignment and standard text-to-image benchmark.
Welcome Ideas and Contributions. Stay tuned!
We have presented an improved Flow-GRPO method, TempFlow-GRPO. We will release our code recently!🔥🔥🔥 - [2025-08-06] We have released the first version of our paper. 🔥🔥🔥 - [2025-08-11] Thanks Jie Liu's comments for our paper. We will release the 1024 Flux RL model in the month. 🔥🔥🔥 - [2025-08-14] Our method also achieves better performance in FLUX 1024px with HPSv3 (based on Qwen2-VL) as reward. 🔥🔥🔥 - [2025-08-20] We have released the first version of our paper in huggface. 🔥🔥🔥 - [2025-09-12] We will release the second version of our paper in next week. 🔥🔥🔥 - [2025-09-17] We will release the code of our paper. 🔥🔥🔥 - [2025-10-28] Very happy to see TempFlow-GRPO in video RL of meituan's Longcat-Video. 🔥🔥🔥 - [2025-10-28] Very happy to see TempFlow-GRPO in image edit RL of baai's OmniGen2-EditScore. 🔥🔥🔥 - [2025-11-10] Upload the code for QwenImage. 🔥🔥🔥
To support research and the open-source community, we will release the entire project—including datasets, training pipelines, and model weights. Our code is based on Flow-GRPO!. Thank you for your patience and continued support! 🌟 - [x] Release arXiv paper - [x] Release GitHub repo - [x] Release training code - [ ] Release neat training code - [ ] Release model checkpoints
Note that we use branch=4, per branch exploration=6. You can modify them in our code. We will release a neat code verision in next few days.
Seed Group:
Prompt Group: notes the seed group
Batch Group: global_std=True
# Flow-GRPO
bash scripts/multi_node/main.sh
# TempFlow-GRPO
bash scripts/multi_node/train_sd3_pr.sh
# Flow-GRPO
bash scripts/multi_node/train_flux.sh
# TempFlow-GRPO
bash scripts/multi_node/train_flux_pr.sh
# Flow-GRPO
bash scripts/multi_node/train_qwenimage.sh
# TempFlow-GRPO
bash scripts/multi_node/train_qwenimage_pr.sh

Flow-GRPO: The first method integrating online reinforcement learning (RL) into flow matching models.
Work was done at WeChat Vision.
$ claude mcp add TempFlow-GRPO \
-- python -m otcore.mcp_server <graph>