LGAIMay 29, 2025

Composite Flow Matching for Reinforcement Learning with Shifted-Dynamics Data

arXiv:2505.23062v310 citationsh-index: 8
Originality Highly original
AI Analysis

This addresses the challenge of dynamics discrepancies in RL for practitioners using pre-collected data, offering a novel method with theoretical guarantees.

The paper tackled the problem of improving reinforcement learning sample efficiency by incorporating offline data from a source environment with shifted dynamics, proposing CompFlow to model target dynamics as a conditional flow based on source-domain flow, which outperformed baselines across benchmarks.

Incorporating pre-collected offline data from a source environment can significantly improve the sample efficiency of reinforcement learning (RL), but this benefit is often challenged by discrepancies between the transition dynamics of the source and target environments. Existing methods typically address this issue by penalizing or filtering out source transitions in high dynamics-gap regions. However, their estimation of the dynamics gap often relies on KL divergence or mutual information, which can be ill-defined when the source and target dynamics have disjoint support. To overcome these limitations, we propose CompFlow, a method grounded in the theoretical connection between flow matching and optimal transport. Specifically, we model the target dynamics as a conditional flow built upon the output distribution of the source-domain flow, rather than learning it directly from a Gaussian prior. This composite structure offers two key advantages: (1) improved generalization for learning target dynamics, and (2) a principled estimation of the dynamics gap via the Wasserstein distance between source and target transitions. Leveraging our principled estimation of the dynamics gap, we further introduce an optimistic active data collection strategy that prioritizes exploration in regions of high dynamics gap, and theoretically prove that it reduces the performance disparity with the optimal policy. Empirically, CompFlow outperforms strong baselines across several RL benchmarks with shifted dynamics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes