ScoRe-Flow: Complete Distributional Control via Score-Based Reinforcement Learning for Flow Matching

arXiv cs.RO / 4/14/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces ScoRe-Flow, a score-based reinforcement learning approach for fine-tuning flow matching (FM) policies used in robotic control.
  • It addresses a key limitation of prior FM RL methods by modulating the SDE drift using the score (the gradient of log-density) to steer exploration toward high-probability regions and improve stability.
  • ScoRe-Flow leverages a closed-form score computation from the velocity field, avoiding auxiliary networks, and additionally predicts variance to decouple control over the mean and variance of stochastic transitions.
  • Experimental results show 2.4× faster convergence versus prior flow-based state-of-the-art on D4RL locomotion tasks.
  • The method also reports up to 5.4% higher success rates on Robomimic and Franka Kitchen manipulation benchmarks.

Abstract

Flow Matching (FM) policies have emerged as an efficient backbone for robotic control, offering fast and expressive action generation that underpins recent large-scale embodied AI systems. However, FM policies trained via imitation learning inherit the limitations of demonstration data; surpassing suboptimal behaviors requires reinforcement learning (RL) fine-tuning. Recent methods convert deterministic flows into stochastic differential equations (SDEs) with learnable noise injection, enabling exploration and tractable likelihoods, but such noise-only control can compromise training efficiency when demonstrations already provide strong priors. We observe that modulating the drift via the score function, i.e., the gradient of log-density, steers exploration toward high-probability regions, improving stability. The score admits a closed-form expression from the velocity field, requiring no auxiliary networks. Based on this, we propose ScoRe-Flow, a score-based RL fine-tuning method that combines drift modulation with learned variance prediction to achieve decoupled control over the mean and variance of stochastic transitions. Experiments demonstrate that ScoRe-Flow achieves 2.4x faster convergence than flow-based SOTA on D4RL locomotion tasks and up to 5.4% higher success rates on Robomimic and Franka Kitchen manipulation tasks.