Exploring the Design Space of Reward Backpropagation for Flow Matching
Abstract
FlowBP addresses limitations in flow matching model alignment by using a surrogate trajectory framework that reduces memory usage and gradient chaining while maintaining performance across multiple text-to-image models.
Aligning text-to-image flow matching models with human preferences via direct reward backpropagation is sample-efficient but hampered by two well-known pathologies: activations cannot be stored across the full sampling trajectory at modern model scale, and chained Jacobian products across steps inflate the reward gradient as it travels back to early indices. Connector-based methods, such as LeapAlign, address these issues by replacing the full backward trajectory with a short pinned path, highlighting a useful decoupling between sampling and optimization. However, the quality of the resulting gradient depends on how accurately this short path approximates the full rollout, especially over long intervals. We propose FlowBP, a unified surrogate-trajectory framework that treats the backward trajectory itself as the design object. FlowBP keeps a no-gradient cached rollout for sampling, then builds a lightweight backward surrogate from cached and selectively re-forwarded velocities. This view separates four choices: the reward-model input, active set, integration weights, and bridge coupling, and recovers prior direct-gradient methods as particular settings. Within this framework, we instantiate three variants: FlowBP-Sparse uses sparse Euler reconstruction, FlowBP-Bridge adds controlled bridge coupling, and FlowBP-Lagrange raises the order of leap quadrature. All three bound memory by the active-set size and limit gradient chaining to at most one Jacobian factor. Across SD3.5-M, FLUX.1-dev, and FLUX.2-Klein-base on preference, quality, and compositional metrics, the three variants improve over direct-gradient baselines on most metrics.
Community
We introduce FlowBP, a unified framework for direct reward backpropagation in flow-matching models. Instead of treating the backward pass as a fixed approximation, FlowBP makes the surrogate backward trajectory itself a design object, exposing four key choices: reward-model input, active denoising steps, integration weights, and bridge coupling.
This perspective unifies prior methods such as ReFL, DRaFT-LV, DRTune, and LeapAlign, while motivating three new variants: FlowBP-Sparse, FlowBP-Bridge, and FlowBP-Lagrange. These methods keep memory proportional to the number of active steps and limit gradient chaining to at most one Jacobian factor, avoiding full-trajectory activation storage and unstable long Jacobian products.
Experiments on SD3.5-M, FLUX.1-dev, and FLUX.2-Klein-base show consistent improvements across preference, image-quality, and compositional-generation metrics, highlighting surrogate-trajectory design as an important direction for efficient flow-model alignment.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Reinforce Adjoint Matching: Scaling RL Post-Training of Diffusion and Flow-Matching Models (2026)
- Drifting Preference Optimization for One-Step Generative Models (2026)
- Reinforcing Few-step Generators via Reward-Tilted Distribution Matching (2026)
- Precise: SDE-Consistent Stochastic Sampling for RL Post-Training of Flow-Matching Models (2026)
- Diff-Instruct with Diffused Reward: Towards Principled One-step Generator RL (2026)
- Offline Preference Optimization for Rectified Flow with Noise-Tracked Pairs (2026)
- Pave-GRPO: Beyond Instantaneous Guidance through Principled Average Velocity Decomposition (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.11075 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper