ArXiv

GQRM (Group Q-score Reweighted Matching) is a data-efficient RL post-training…

Authors
Tianyu Yang, Yiming Zeng, Wenzhe Cai...
Categories
cs.RO
arXiv
https://arxiv.org/abs/2607.28560v1
PDF
https://arxiv.org/pdf/2607.28560v1

Brief

X-NavDP addresses limited generalization of diffusion-based navigation policies pretrained on oracle planners by introducing GQRM, which stabilizes diffusion-policy RL via self-bootstrapped exploration (behavior perturbation) and group Q-score normalization for reweighted score matching. The approach substantially raises visual navigation success (61.20%→84.28% sim; 10%→65% real hard cases), outperforming prior RL-for-diffusion efforts.

Why it matters

GQRM (Group Q-score Reweighted Matching) is a data-efficient RL post-training framework for diffusion navigation policies that combines (i) self-bootstrapped exploration with behavior perturbation to preserve the pretrained policy prior and (ii) group Q-score normalization for per-trajectory value computation and efficient reweighted score matching.

Key details

  • The fine-tuned policy X-NavDP, trained with distributed online RL across heterogeneous embodiments, improves cross-embodiment visual navigation success from 61.20% to 84.28% in simulation and from 10% to 65% on real-world hard cases; code and models released at https://yty-sky.github.io/x-navdp-project-page.
  • Paper by Tianyu Yang et al., arXiv:2607.28560v1 (published 2026-07-30), 20 pages and 4 figures.
Source evidence

Abstract

Pretraining navigation diffusion policies rely on large-scale expert demonstrations. These data are typically generated by a fully-informed oracle planner suited to a single nominal robot. This limits the policy's generalization to diverse embodiments and challenging scenarios (e.g., escaping dead ends or detouring long obstacles) that demand diverse local reactive behaviors with only onboard local observations. Post-training the policy with reinforcement learning (RL) offers a principled remedy. However, previous RL for diffusion approaches lead to only marginal improvements. This is because the intractable likelihood of diffusion policies renders policy gradients unstable in addition to inefficient policy exploration. To address these challenges, we propose a data-efficient diffusion RL post-training framework - GQRM (Group Q-score Reweighted Matching). Our framework introduces two complementary designs: (i) a self-bootstrapped exploration strategy with behavior perturbation that preserves the pretrained policy prior, and (ii) a group Q-score normalization mechanism that computes per-trajectory values on each state for efficient reweighted score matching. By conducting distributed online RL training across heterogeneous embodiments, the resulting fine-tuned policy, X-NavDP, achieves state-of-the-art cross-embodiment visual navigation performance, improving the overall success rate from 61.20% to 84.28% in simulation and 10% to 65% in real-world hard cases. The code and model are publicly available at https://yty-sky.github.io/x-navdp-project-page.

Comment: 20 pages, 4 figures