paper-with-me

Papers

Aligning Flow Map Policies with Optimal Q-Guidance

2026-05-12 · Christos Ziakas, Alessandra Russo, Avishek Joey Bose arxiv

Generative policies based on expressive model classes, such as diffusion and flow matching, are well-suited to complex control problems with highly multimodal action distributions. Their expressivity, however, comes at a significant inference cost: generating each action typically requires simulating many steps of the generative process, compounding latency across sequential decision-making rollouts. We introduce flow map policies, a novel class of generative policies designed for fast action generation by learning to take arbitrary-size jumps including one-step jumps-across the generative dynamics of existing flow-based policies. We instantiate flow map policies for offline-to-online reinforcement learning (RL) and formulate online adaptation as a trust-region optimization problem that improves the critic's Q-value while remaining close to the offline policy. We theoretically derive FLOW MAP Q-GUIDANCE (FMQ), a principled closed-form learning target that is optimal for adapting offline flow map policies under a critic-guided trust-region constraint. We further introduce Q-GUIDED BEAM SEARCH (QGBS), a stochastic flow-map sampler that combines renoising with beam search to enable iterative inference-time refinement. Across 12 challenging robotic manipulation and locomotion tasks from OGBench and RoboMimic, FMQ achieves state-of-the-art performance in offline-to-online RL, outperforming the previous one-step policy MVP by a relative improvement of 21.3% on the average success rate.

📄 PDF Abstract BibTeX arXiv:2605.12416

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Value Gradient Guidance for Flow Matching Alignment

2025-12-04 · Zhen Liu, Tim Z. Xiao, Carles Domingo-Enrich, Weiyang Liu 외 arxiv

While methods exist for aligning flow matching models--a popular and effective class of generative models--with human preferences, existing approaches fail to achieve both adaptation efficiency and probabilistically soun…

FlowQ: Energy-Guided Flow Policies for Offline Reinforcement Learning

2025-05-20 · Marvin Alles, Nutan Chen, Patrick van der Smagt, Botond Cseke

The use of guidance to steer sampling toward desired outcomes has been widely explored within diffusion models, especially in applications such as image and trajectory generation. However, incorporating guidance during t…

reinforcement-learningReinforcement Learning

Minimum-Excess-Work Guidance

2025-05-19 · Christopher Kolloff, Tobias Höppe, Emmanouil Angelis, Mathias Jacob Schreiner 외

We propose a regularization framework inspired by thermodynamic work for guiding pre-trained probability flow generative models (e.g., continuous normalizing flows or diffusion models) by minimizing excess work, a concep…

Generative Modeling by Value-Driven Transport

2026-05-21 · Pablo Moreno-Muñoz, Adrian Müller, Gergely Neu arxiv

We propose a new framework for generative modeling based on a discrete-time stochastic control formulation of measure transport. Adapting classic results from control theory, we formulate our problem as a linear program …

Guided Streaming Stochastic Interpolant Policy

2026-05-11 · Puming Jiang, Meiyi Wang, Kelvin Lin, Ce Hao 외 arxiv

Inference-time guidance is essential for steering generative robot policies toward dynamic objectives without retraining, yet existing methods are largely confined to chunk-based architectures that exhibit high latency a…