REVIEW 3 major objections 5 minor 43 references
Group Q-score reweighted matching turns a pretrained navigation diffusion policy into a cross-embodiment agent that recovers from dead ends and hard layouts.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-31 03:40 UTC pith:CVRBUXC4
load-bearing objection Solid systems recipe for RL post-training of navigation diffusion policies: group-normalized reweighting plus structured self-perturbation, with real gains and honest limits. the 3 major comments →
X-NavDP: Generalizing Navigation Diffusion Policy to Novel Behavior and Embodiments with Group Q-score Reweighted Matching
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Stable RL post-training of a navigation diffusion policy is achievable by self-bootstrapped trajectory perturbation plus within-group Q-score reweighted score matching (GQRM), which reallocates probability toward higher-value same-state candidates without backpropagating through the full denoising likelihood. With light embodiment conditioning and chunk-level rewards, one shared policy then generalizes across robot bodies and learns recovery and detour behaviors that pure imitation never showed.
What carries the argument
GQRM (Group Q-score Reweighted Matching): for each state, sample a group of perturbed trajectory chunks from the current policy, normalize their Q-values inside that group, and use the exponential of those normalized scores as weights in a denoising score-matching update so the actor improves locally even when absolute returns are low.
Load-bearing premise
Useful recovery and detour moves already appear among the perturbed candidates drawn from the pretrained policy; group reweighting can only promote what that candidate set contains, not invent actions outside it.
What would settle it
Remove both goal-agnostic mixing and reverse sign flips during exploration (keeping RL and group reweighting): if success collapses as in the paper’s ablation, the claim that structured self-bootstrapped candidates are what unlock hard-state learning is supported; if performance still rises, that premise is false.
If this is right
- Imitation-only navigation diffusion policies can be upgraded with hours of parallel sim RL rather than larger oracle datasets alone.
- Same-state group value normalization is a practical fix when minibatch Q-weighting lets easy states dominate hard recovery states.
- One shared diffusion navigator plus light FiLM robot embeddings can serve wheeled, quadruped, and humanoid bases when low-level locomotion controllers already exist.
- Real deployment of the sim-only post-trained weights can jump hard-layout success without robot-specific real fine-tuning.
- Failure modes that remain (glass, hollow obstacles, long memory around walls, bulky humanoid clearance) point to perception and memory upgrades rather than a different RL objective.
Where Pith is reading between the lines
- The same within-group reweighting idea may transfer to other long-horizon diffusion policies (manipulation, driving) where absolute returns vary wildly across states.
- If candidate groups systematically miss a needed recovery mode, pairing GQRM with a small learned skill library or stronger memory could close the remaining wall-detour and narrow-passage gaps.
- Chunk-level MPC tracking makes the method depend on a competent low-level stack; new morphologies without that stack would need more than the FiLM embedding alone.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes GQRM (Group Q-score Reweighted Matching), an online RL post-training framework for pretrained navigation diffusion policies. It combines (i) self-bootstrapped trajectory perturbation that mixes goal-conditioned and goal-agnostic samples with signed flips (Eqs. 7–8) and (ii) same-state group-normalized Q-score weights for reweighted score matching (Eqs. 9–11), extending DPMD. Embodiment FiLM modulation and RTC-style temporal guidance support cross-robot closed-loop execution. On 40 held-out IsaacLab scenes across wheeled, quadruped, and humanoid embodiments, X-NavDP raises overall SR/SPL from 61.20%/58.95% (NavDP) to 84.28%/77.19% (Table 1); real-world zero-shot hard cases improve from roughly 10% to 65% average success (Table 2). Ablations compare SFT/DPPO/DSRL/DPMD-original, exploration variants, embodiment conditioning, and RTC (Tables 3–7, Fig. 4).
Significance. If the reported gains hold under fuller statistical reporting, this is a strong and timely contribution to visual navigation and diffusion-policy RL. It targets a genuine gap: imitation from oracle global planners yields brittle local reactive behavior and weak cross-embodiment transfer. The technical path—structured self-bootstrapped candidates plus within-group Q reweighting rather than likelihood-ratio gradients through the reverse chain—is well motivated, and Appendix A cleanly derives GQRM from DPMD. Strengths include multi-embodiment held-out simulation, method ablations that isolate exploration collapse and group normalization, qualitative recovery/detour behaviors, zero-shot real deployment on three platforms, public code/model, and an honest limitations section. The work is primarily empirical systems research; significance rests on reproducibility of the large SR gains and on the claim that GQRM plus structured perturbation is a practical recipe for diffusion navigation post-training.
major comments (3)
- [§5.2, Tables 1–3; Appendix B] Tables 1–3 and the real-world Table 2 report only point estimates (SR/SPL) with no seeds, standard errors, or confidence intervals, despite a hierarchical stack (diffusion policy + MPC + embodiment locomotion) and a heavily shaped multi-term reward (Appendix B.1, Table 4). For an RL post-training claim of +23 pp overall SR in simulation and ~10%→65% in real hard cases, multi-seed means and variability are load-bearing. Please add at least 3 independent training seeds for the main X-NavDP vs NavDP/DPMD-original comparisons on the 24- or 56-scene protocol, and clarify how many evaluation episodes underlie each sim cell.
- [§4.2–4.3, Eqs. 7–11; Fig. 4; Table 6; Abstract] The central mechanism only reallocates mass among same-state candidates from self-bootstrapped perturbation (Eqs. 7–11); it cannot invent recovery/detour actions absent from the group. Fig. 4 / Table 6 make this explicit: removing both no-goal perturbation and reverse collapses overall SR/SPL to ~6%/5%. The abstract and Fig. 1 framing (“enables new skills such as failure recovery”) should be tightened to state that new behaviors emerge only when the perturbed pretrained prior already covers them, and GQRM amplifies locally better candidates. A short discussion of failure modes when all group members are non-viable would strengthen the claim’s scope.
- [§5.1–5.2, Table 2; Abstract] Real-world evaluation uses N=10 trials per cell (lab/hall/office × three embodiments) with no uncertainty and a coarse “hard cases ~10%→65%” aggregate in the abstract. Given embodiment-specific perception failures noted in §5.3 (glass, hollow obstacles, G1 bulk/turning), please report per-cell counts with binomial CIs or equivalent, define the “hard case” selection protocol relative to NavDP failures, and state whether any real-world hyperparameter (e.g., η_guide, speed limits) was tuned on the test platforms.
minor comments (5)
- [§4.2–4.3] Notation collision: λ is used both as the signed mixing coefficient in Eq. 7 and as the PMD/GQRM temperature in Eqs. 3–4, 6, and 11. Rename one (e.g., λ_mix vs λ_temp) for clarity.
- [Appendix B.2 vs §4.3] In Appendix B.2 the text says candidate values are “normalized by the value dispersion across the minibatch,” which appears to contradict the same-state group normalization emphasized in §4.3. Please reconcile the implementation description with Eq. 9–10.
- [Table 1] Table 1 leaves several baseline cells as “–” (NavOL, SIDP, NavDP-RL) on embodiments/scenes where X-NavDP is reported. Briefly justify missing entries (unavailable code, embodiment-specific methods) so the SOTA comparison is not over-read.
- [Figure 3] Fig. 3 qualitative trajectories are compelling but would benefit from a short caption note on how scenes/goals were selected (cherry-picked hard cases vs random held-out failures).
- [§5.1; front matter] Minor typos/consistency: arXiv ID line and project URL formatting; “wheeled, quadruped, and humanoid” embodiment naming is consistent, but Dingo vs Turtlebot sim-to-real wheeled mismatch could be stated once in §5.1.
Circularity Check
No significant circularity: empirical RL post-training paper; GQRM modifies external DPMD weights and claims are held-out/real-robot measurements, not tautologies.
full rationale
X-NavDP’s central claims are empirical performance gains (Tables 1–2: SR/SPL on held-out IsaacLab scenes and real lab/hall/office trials) from an RL post-training recipe, not first-principles predictions forced by fitted inputs. Appendix A derives LGQRM from the external DPMD reweighted score-matching objective by substituting same-state group-normalized advantages eQG for raw Q; the policy-improvement target remains the KL-regularized mirror-descent distribution πMD, so the update is a design choice plus Monte Carlo estimation, not X defined as Y. Self-bootstrapped perturbation (Eq. 7–8) and embodiment FiLM are architectural priors validated by ablations (Fig. 4, Tables 3, 5–7), including collapse when exploration is removed—evidence of contingency, not circularity. Citation of NavDP is backbone reuse with independent evaluation against external baselines (iPlanner, ViPlanner, DPPO, DSRL, DPMD), not a load-bearing uniqueness theorem from overlapping authors. No fitted parameter is renamed a prediction; no ansatz is smuggled in as a theorem. Score 0 is appropriate.
Axiom & Free-Parameter Ledger
free parameters (6)
- trajectory mix coefficient λ and Bernoulli flip probability ϵ
- group advantage scale c, clip h, temperature λ, ε floor =
clip to [-3,3]; top-5 positive; other values not uniquely fixed in main text
- multi-term reward weights and thresholds =
see Appendix B.1 Table 4
- macro-step horizon and embodiment reward normalizers κ_e =
3 s; κ_e = 1 / 2.5 / 2.5
- RTC guidance strength η_guide and prefix weights w_t
- optimizer/schedule knobs (lr 2e-5→1e-5, γ=0.99, τ=0.005, candidate N=64, etc.) =
Appendix B.2
axioms (5)
- standard math Denoising score matching recovers the marginal score of the noised action distribution (Tweedie / DSM equivalence).
- domain assumption Policy mirror descent closed form π_MD ∝ π_old exp(Q/λ) is the right improvement target for the actor.
- domain assumption Waypoint-chunk actions tracked by MPC plus embodiment-specific locomotion faithfully realize intended navigation behavior.
- domain assumption IsaacLab/GRScenes rollouts and onboard RGB-D depth are close enough to real hard cases for zero-shot transfer claims.
- ad hoc to paper Same-state group normalization of Q yields a better local improvement direction than batch-global Q normalization in hard states.
invented entities (3)
-
GQRM (Group Q-score Reweighted Matching) objective
no independent evidence
-
Self-bootstrapped mixed trajectory τ_mixed
no independent evidence
-
Embodiment FiLM + action-token shift module
no independent evidence
read the original 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.
Figures
Reference graph
Works this paper leans on
-
[1]
W. Cai, J. Peng, Y . Yang, Y . Zhang, M. Wei, H. Wang, Y . Chen, T. Wang, and J. Pang. Navdp: Learning sim-to-real navigation diffusion policy with privileged information guidance. In2026 International Conference on Robotics and Automation (ICRA), 2026
2026
-
[2]
J. Peng, W. Cai, Y . Yang, T. Wang, Y . Shen, and J. Pang. Logoplanner: Localization grounded navigation policy with metric-aware visual geometry. In2026 International Conference on Robotics and Automation (ICRA), 2026
2026
-
[3]
Y . Zeng, H. Ren, S. Wang, J. Huang, and H. Cheng. Navidiffusor: Cost-guided diffusion model for visual navigation. In2025 IEEE International Conference on Robotics and Automation (ICRA), pages 11994–12001, 2025
2025
-
[4]
X. Wei, C. Gu, and L. Zhang. Navol: Navigation policy with online imitation learning.arXiv preprint arXiv:2605.11762, 2026
Pith/arXiv arXiv 2026
-
[5]
Z. Xie, Z. Liu, Z. Peng, W. Wu, and B. Zhou. Vid2sim: Realistic and interactive simulation from video for urban navigation. InProceedings of the Computer Vision and Pattern Recogni- tion Conference, pages 1581–1591, 2025
2025
-
[6]
M. Wei, C. Wan, J. Peng, X. Yu, Y . Yang, D. Feng, W. Cai, C. Zhu, T. Wang, J. Pang, and X. Liu. Ground slow, move fast: A dual-system foundation model for generalizable vision- language navigation. InThe Fourteenth International Conference on Learning Representa- tions, 2026
2026
-
[7]
H. Ren, Y . Zeng, Z. Bi, Z. Wan, J. Huang, and H. Cheng. Prior does matter: Visual navigation via denoising diffusion bridge models. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 12100–12110, 2025
2025
-
[8]
P. Intelligence, A. Amin, R. Aniceto, A. Balakrishna, K. Black, K. Conley, G. Connors, J. Darpinian, K. Dhabalia, J. DiCarlo, et al. Pi ∗ 0.6: a vla that learns from experience.arXiv preprint arXiv:2511.14759, 2025. 9
Pith/arXiv arXiv 2025
-
[9]
C. Yu, Y . Wang, Z. Guo, H. Lin, S. Xu, H. Zang, Q. Zhang, Y . Wu, C. Zhu, J. Hu, et al. Rlinf: Flexible and efficient large-scale reinforcement learning via macro-to-micro flow transforma- tion.arXiv preprint arXiv:2509.15965, 2025
arXiv 2025
- [10]
-
[11]
C. Xu, J. T. Springenberg, M. Equi, A. Amin, A. Esmail, S. Levine, and L. Ke. Rl token: Bootstrapping online rl with vision-language-action models.arXiv preprint arXiv:2604.23073, 2026
Pith/arXiv arXiv 2026
-
[12]
Y . Chen, S. Tian, S. Liu, Y . Zhou, H. Li, and D. Zhao. Conrft: A reinforced fine-tuning method for vla models via consistency policy.arXiv preprint arXiv:2502.05450, 2025
Pith/arXiv arXiv 2025
-
[13]
Black, M
K. Black, M. Janner, Y . Du, I. Kostrikov, and S. Levine. Training diffusion models with reinforcement learning. InInternational Conference on Learning Representations (ICLR), 2024
2024
-
[14]
A. Z. Ren, J. Lidard, L. L. Ankile, A. Simeonov, P. Agrawal, A. Majumdar, B. Burchfiel, H. Dai, and M. Simchowitz. Diffusion policy policy optimization. InInternational Conference on Learning Representations, pages 77288–77329, 2025
2025
-
[15]
A. Wagenmaker, M. Nakamoto, Y . Zhang, S. Park, W. Yagoub, A. Nagabandi, A. Gupta, and S. Levine. Steering your diffusion policy with latent space reinforcement learning.arXiv preprint arXiv:2506.15799, 2025
Pith/arXiv arXiv 2025
-
[16]
H. Ma, T. Chen, K. Wang, N. Li, and B. Dai. Efficient online reinforcement learning for diffusion policy. InProceedings of the International Conference on Machine Learning (ICML),
-
[17]
J. Ho, A. Jain, and P. Abbeel. Denoising diffusion probabilistic models. InAdvances in Neural Information Processing Systems (NeurIPS), 2020
2020
-
[18]
Y . Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole. Score-based generative modeling through stochastic differential equations. InInternational Conference on Learning Representations (ICLR), 2021
2021
-
[19]
C. Chi, S. Feng, Y . Du, Z. Xu, E. Cousineau, B. Burchfiel, and S. Song. Diffusion policy: Visuomotor policy learning via action diffusion. InRobotics: Science and Systems (RSS), 2023
2023
-
[20]
K. Black, N. Brown, D. Driess, A. Esmail, M. Equi, C. Finn, N. Fusai, L. Groom, K. Hausman, B. Ichter, et al.π 0: A vision-language-action flow model for general robot control.arXiv preprint arXiv:2410.24164, 2024
Pith/arXiv arXiv 2024
-
[21]
Y . Ze, G. Zhang, K. Zhang, C. Hu, M. Wang, and H. Xu. 3d diffusion policy: Generalizable visuomotor policy learning via simple 3d representations.arXiv preprint arXiv:2403.03954, 2024
Pith/arXiv arXiv 2024
-
[22]
T.-W. Ke, N. Gkanatsios, and K. Fragkiadaki. 3d diffuser actor: Policy diffusion with 3d scene representations.arXiv preprint arXiv:2402.10885, 2024
Pith/arXiv arXiv 2024
-
[23]
Sridhar, D
A. Sridhar, D. Shah, C. Glossop, and S. Levine. NoMaD: Goal masked diffusion policies for navigation and exploration. InInternational Conference on Robotics and Automation (ICRA), 2024
2024
-
[24]
H. Li, Y . Zuo, J. Yu, Y . Zhang, Z. Yang, K. Zhang, X. Zhu, Y . Zhang, T. Chen, G. Cui, et al. Simplevla-rl: Scaling vla training via reinforcement learning.arXiv preprint arXiv:2509.09674, 2025. 10
Pith/arXiv arXiv 2025
-
[25]
Shribak, C.-X
D. Shribak, C.-X. Gao, Y . Li, C. Xiao, and B. Dai. Diffusion spectral representation for rein- forcement learning.arXiv preprint, 2024
2024
-
[26]
Schulman, S
J. Schulman, S. Levine, P. Abbeel, M. Jordan, and P. Moritz. Trust region policy optimization. InInternational Conference on Machine Learning (ICML), 2015
2015
-
[27]
J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization algorithms. InarXiv preprint arXiv:1707.06347, 2017
Pith/arXiv arXiv 2017
-
[28]
Tomar, L
M. Tomar, L. Shani, Y . Efroni, and M. Ghavamzadeh. Mirror descent policy optimization. In International Conference on Learning Representations (ICLR), 2022
2022
-
[29]
G. Lan. Policy mirror descent for regularized reinforcement learning: A generalized frame- work with linear convergence.SIAM Journal on Optimization, 33(2):1061–1091, 2023
2023
-
[30]
Rudin, D
N. Rudin, D. Hoeller, P. Reist, and M. Hutter. Learning to walk in minutes using massively parallel deep reinforcement learning. InConference on robot learning, pages 91–100. PMLR, 2022
2022
-
[31]
W. Mayor, J. Obando-Ceron, A. Courville, and P. S. Castro. The impact of on-policy parallelized data collection on deep reinforcement learning networks.arXiv preprint arXiv:2506.03404, 2025
Pith/arXiv arXiv 2025
-
[32]
M. Mittal, P. Roth, J. Tigue, A. Richard, O. Zhang, P. Du, A. Serrano-Munoz, X. Yao, R. Zurbr ¨ugg, N. Rudin, et al. Isaac lab: A gpu-accelerated simulation framework for multi- modal robot learning.arXiv preprint arXiv:2511.04831, 2025
Pith/arXiv arXiv 2025
-
[33]
Perez, F
E. Perez, F. Strub, H. de Vries, V . Dumoulin, and A. Courville. FiLM: Visual reasoning with a general conditioning layer. InAAAI Conference on Artificial Intelligence, 2018
2018
-
[34]
Black, M
K. Black, M. Galliker, and S. Levine. Real-time execution of action chunking flow policies. Advances in Neural Information Processing Systems, 38:33383–33407, 2026
2026
-
[35]
Mittal, C
M. Mittal, C. Yu, Q. Yu, J. Liu, N. Rudin, D. Hoeller, J. L. Yuan, R. Singh, Y . Guo, H. Mazhar, A. Mandlekar, B. Babich, G. State, M. Hutter, and A. Garg. Orbit: A unified simulation framework for interactive robot learning environments. InIEEE Robotics and Automation Letters, 2023
2023
-
[36]
Zhong, P
W. Zhong, P. Cao, Y . Jin, L. Li, W. Cai, J. Lin, Z. Lyu, T. Wang, B. Dai, X. Xu, and J. Pang. In- ternscenes: A large-scale interactive indoor scene dataset with realistic layouts. InConference on Neural Information Processing Systems (NeurIPS), 2025
2025
-
[37]
Contributors
I. Contributors. InternNav: InternRobotics’ open platform for building generalized navigation foundation models.https://github.com/InternRobotics/InternNav, 2025
2025
-
[38]
P. Anderson, A. X. Chang, D. S. Chaplot, A. Dosovitskiy, S. Gupta, V . Koltun, J. Kosecka, J. Malik, R. Mottaghi, M. Savva, and A. R. Zamir. On evaluation of embodied navigation agents. InarXiv preprint arXiv:1807.06757, 2018
Pith/arXiv arXiv 2018
-
[39]
F. Yang, C. Wang, C. Cadena, and M. Hutter. iplanner: Imperative path planning.arXiv preprint arXiv:2302.11434, 2023
arXiv 2023
-
[40]
P. Roth, J. Nubert, F. Yang, M. Mittal, and M. Hutter. Viplanner: Visual semantic impera- tive learning for local navigation. In2024 IEEE International Conference on Robotics and Automation (ICRA), pages 5243–5249. IEEE, 2024
2024
-
[41]
R. Zhang, J. Hou, C. Cheng, Q. Chen, T. Wang, and W. Zhao. Self-imitated diffusion policy for efficient and robust visual navigation.arXiv preprint arXiv:2601.22965, 2026. 11
Pith/arXiv arXiv 2026
-
[42]
J. Wang, M. Chen, S. Zhang, N. Karaev, J. Sch¨onberger, P. Labatut, P. Bojanowski, D. Novotny, A. Vedaldi, and C. Rupprecht. Vggt-omega.arXiv preprint arXiv:2605.15195, 2026
Pith/arXiv arXiv 2026
-
[43]
w/o extrapolation
B. Efron. Tweedie’s formula and selection bias.Journal of the American Statistical Associa- tion, 106(496):1602–1614, 2011. 12 A GroupQ-score Reweighted Matching Derivation We derive the GQRM actor objective by building on the reweighted score-matching framework of DPMD. Starting from the DPMD objective, GQRM replaces the raw Q-score weight with a same-st...
2011
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.