paper-with-me

Papers

dFlowGRPO: Rate-Aware Policy Optimization for Discrete Flow Models

2026-05-10 · Zhengyan Wan, Yidong Ouyang, Panwen Hu, Qiang Sun arxiv

Discrete flow models (DFMs) are a class of flexible generative models for generating discrete data, and diffusion large language models (dLLMs) can be viewed as a special case with a specific choice of mixture path and a masked source distribution. While several recent works have explored reinforcement learning into dLLMs, its application to more general discrete flow models remains underexplored. In this work, we present discrete Flow-GRPO (dFlowGRPO), a unified reinforcement learning framework for discrete flow models that supports a broad family of probability paths and non-masked source distributions. We derive the full trajectory probability for DFMs and formulate denoising as a Markov decision process, enabling dFlowGRPO to incorporate information from both the associated conditional transition rates and the posterior model during reinforcement learning. We apply dFlowGRPO to FUDOKI, a recent multimodal discrete flow model, and evaluate it on both image generation and multimodal understanding tasks. Empirical results show that dFlowGRPO outperforms existing GRPO-type methods for dLLMs on text-to-image generation tasks and achieves performance competitive with continuous flow-based models trained using FlowGRPO, while also demonstrating strong capabilities on understanding tasks.

📄 PDF Abstract BibTeX arXiv:2605.09291

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Image GenerationReinforcement Learning

Similar Papers 제목 키워드 기반

Receding Horizon Optimization for Disturbance-aware Predictive Control of Power Electronic Inverters

2020-12-22 · Zhengxi Chen, Xun Shen

A disturbance-aware predictive control policy is proposed for DC-AC power inverters with the receding horizon optimization approach. First, a discrete event-driven hybrid automaton model has been constructed for the nonl…

Discretizing Continuous Action Space for On-Policy Optimization

2019-01-29 · Yunhao Tang, Shipra Agrawal

In this work, we show that discretizing action space for continuous control is a simple yet powerful technique for on-policy optimization. The explosion in the number of discrete actions can be efficiently addressed by a…

continuous-controlContinuous ControlInductive Bias

Extending Group Relative Policy Optimization to Continuous Control: A Theoretical Framework for Robotic Reinforcement Learning

2025-07-25 · Rajat Khanda, Mohammad Baqar, Sambuddha Chakrabarti, Satyasaran Changdar arxiv

Group Relative Policy Optimization (GRPO) has shown promise in discrete action spaces by eliminating value function dependencies through group-based advantage estimation. However, its application to continuous control re…

Reinforcement LearningContinuous Control

Fine-Tuning Discrete Diffusion Models with Policy Gradient Methods

2025-02-03 · Oussama Zekri, Nicolas Boullé

Discrete diffusion models have recently gained significant attention due to their ability to process complex discrete structures for language modeling. However, fine-tuning these models with policy gradient methods, as i…

Language ModelingLanguage ModellingPolicy Gradient Methods

SofT-GRPO: Surpassing Discrete-Token LLM Reinforcement Learning via Gumbel-Reparameterized Soft-Thinking Policy Optimization

2025-11-09 · Zhi Zheng, Yu Gu, Wei Liu, Yee Whye Teh 외 arxiv

The soft-thinking paradigm for Large Language Model (LLM) reasoning can outperform the conventional discrete-token Chain-of-Thought (CoT) reasoning in some scenarios, underscoring its research and application value. Howe…

Reinforcement Learning