REVIEW 3 major objections 6 minor 51 references
This paper claims that jointly optimizing reward-driven exploration and imitation learning on corrected rollouts — rather than running them in sequence — sets a new state of the art in vision-and-language navigation, reaching 69.9% success
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 · deepseek-v4-flash
2026-08-02 05:07 UTC pith:QPHCFXIT
load-bearing objection A strong R2R SOTA with a clear staged recipe, but the headline gain rests partly on an unaablated trajectory-selection heuristic that borrows a token-level idea without proof it transfers. the 3 major comments →
Joint On-and-Off Policy Learning for Vision-and-Language Navigation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, JOP-VLN's central claim is that the on-policy reinforcement objective and the off-policy imitation objective reinforce each other when optimized jointly with a decaying weight schedule: the imitation term keeps early RL updates stable, and the RL term keeps the agent from overfitting to off-policy expert data. Concretely, the paper reports that adding this joint stage to an already strong imitation-trained model raises SR from 64.4% to 69.9% on R2R Val-Unseen, with each component — high-entropy trajectory sampling, error-correction-prioritized sorting, and the joint weighting — contributing to the final number. The authors additionally claim that a single-RGB agent trained
What carries the argument
The central mechanism is a combined training objective that dynamically weights a group-relative policy-optimization loss and an imitation-learning loss, with the weight µ decaying from 0.5 to 0.05 over 200 training steps. The RL term is computed on only the top-20%-highest-entropy rollouts collected during dataset aggregation, while the IL term is cross-entropy on oracle-corrected demonstrations, reordered so that trajectories with many oracle corrections are seen first. The two schedules work together so the model starts with balanced supervision and gradually shifts toward exploration.
Load-bearing premise
The final-stage gain rests on the untested transfer of a token-level 'top 20% high-entropy' sampling rule to whole navigation trajectories; if that filter instead discards useful rollouts, the reported RL and state-of-the-art improvements could be a sampling artifact rather than evidence for the joint-learning mechanism.
What would settle it
Run Stage 3 with group-relative policy optimization on all collected trajectories and on a randomly chosen 20% subset, comparing R2R Val-Unseen SR against the top-20%-entropy version; if either control matches or beats the filtered version, the high-entropy sampling claim is not supported.
If this is right
- If the reported results are correct, JOP-VLN sets the new state of the art on R2R Val-Unseen among single-RGB observation methods, 4.8 SR points above the previous best.
- The ablation trajectory implies that DAgger-style imitation and reward-driven exploration are complementary: the largest single jump comes from Stage-2 imitation (49.9 to 64.4 SR), and the joint Stage-3 adds a further gain to reach 69.9 SR.
- The method's performance on RxR (68.0 SR, 59.3 SPL) suggests the joint training scheme scales to longer, more ambiguous instructions, not just the shorter R2R routes.
- The real-world 10-shot adaptation results, if they hold up, indicate the trained policy is a practical starting point for physical deployment rather than only a simulator artifact.
Where Pith is reading between the lines
- The paper transfers a token-level sampling rule (train on only the top 20% high-entropy tokens) to whole trajectories without an ablation that compares group-relative policy optimization on all trajectories against the filtered 20%; that comparison is the natural next experiment to pin down where the RL gain really comes from.
- If high-entropy trajectories correlate with difficult or ambiguous instructions, the entropy filter could be acting as a curriculum rather than as a general efficiency booster; separating the two explanations would require matching on instruction difficulty.
- The same dynamically weighted IL+RL recipe could be tried on continuous-control navigation or other embodied tasks where off-policy rollouts are expensive; the paper's discrete action-chunk setting leaves that transfer untested.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes JOP-VLN, a three-stage training pipeline for VLM-based vision-and-language navigation in continuous environments. Stage 1 combines action-prediction imitation learning with trajectory summarization; Stage 2 fine-tunes on DAgger-collected trajectories with oracle re-labeling; Stage 3 applies CHORD-style joint optimization of GRPO and IL on DAgger trajectories, adding a high-entropy trajectory filter and an error-correction-prioritized sorting strategy. On the R2R Val-Unseen split the authors report 69.9% SR with single RGB observations, surpassing CorrectNav by 4.8 SR; on RxR they report 68.0% SR, below CorrectNav's 69.3% SR. The central claims are the new R2R state of the art and the benefit of jointly combining off-policy DAgger imitation with on-policy GRPO.
Significance. If the reported numbers are robust, this is a meaningful systems-level advance: it gives a concrete recipe for integrating off-policy DAgger imitation and on-policy GRPO in VLN-CE, with a staged ablation showing a large Stage-2 gain (49.9% to 64.4% SR) and additional gains from Stage-3 joint learning. The paper is positioned against strong recent baselines, uses standard benchmarks, and includes qualitative real-world validation. The staged ablation in Table II is a strength, isolating trajectory summarization, DAgger IL, GRPO, CHORD, and error-correction sorting. The main risk is that the high-entropy trajectory sampling component — one of the two named technical contributions — is not directly ablated and relies on an extrapolation from token-level LLM-RL results, so the causal attribution of the SOTA result to the proposed mechanism is not yet established. No circularity concern is present: the CHORD framework is cited as an external method with no author overlap.
major comments (3)
- [§IV.C.1 / Table II] The top-20% high-entropy trajectory filter is not ablated. Rows 5–7 of Table II all apply GRPO/CHORD to the high-entropy subset; there is no row using all DAgger trajectories, nor a random 20% subset. This is load-bearing because the paper's motivating citations [33,34] establish token-level filtering in LLM reasoning, whereas Eq. (5) computes normalized advantages per response. Low entropy does not by itself imply zero advantage unless all G rewards coincide. Please add ablations: CHORD on all trajectories, CHORD on a random 20% subset, and CHORD on the high-entropy subset; also report how token entropies are aggregated to a trajectory-level score and whether the subset is selected once before Stage 3 even though the policy changes during GRPO. Without these, the 69.9% SR cannot be causally attributed to the high-entropy mechanism.
- [§V-C, Tables I–II] All benchmark numbers appear to come from a single run. The SOTA claim rests on a 4.8 SR margin over CorrectNav, and the final ablation increment (Table II rows 6 vs 7) is 1.2 SR. In VLN-CE these gaps can be within seed noise. Please report means and standard deviations over at least three seeds for the final model and the key ablations, or provide another statistical comparison. If multi-seed evaluation is infeasible, state the compute budget and explicitly flag the single-run caveat.
- [§IV.C.1, Eq. (5)] The 'zero-gradient' motivation for entropy filtering is imprecise. Eq. (5) yields zero advantage only when all G responses have equal reward, not merely when the model is confident/low-entropy. A confidently correct trajectory can still produce nonzero advantages if the reward group is mixed. If the real mechanism is increased reward variance, the paper should report reward statistics or gradient norms for filtered versus unfiltered subsets. Otherwise the filtering rationale rests on an unverified extrapolation from token-level LLM-RL findings.
minor comments (6)
- [§II-A, §III-A, §IV-C] Typos: 'incresing', 'histroy', and 'Fiture 4' should be fixed.
- [§IV.C.1] Clarify the definition of trajectory-level entropy. The text records 'entropy of each model-predicted action token' but then filters 'top 20% of samples': specify whether the trajectory score is the mean, sum, or maximum token entropy, and what the 20% threshold is relative to.
- [Eq. (5)] Add a small epsilon to the standard deviation in the advantage normalization to avoid division by zero when all G responses receive the same reward.
- [§V-C, Table I] The sentence claiming JOP-VLN 'even outperforms methods employing panoramic views' is only true on R2R SR; on RxR, OmniNav reports higher SR. Please qualify the claim by benchmark and metric.
- [References] Reference entries are duplicated: [14] and [16] are the same paper, and [15] and [18] are the same paper. The author list of [31] also contains a stray formatting artifact.
- [Figure 3] The caption uses the same arrow symbol for model-predicted and oracle-corrected actions; distinguish the two with different symbols or explicit labels.
Circularity Check
No significant circularity: the pipeline is an empirical recipe and all reported gains are measured on held-out splits; the CHORD loss is explicitly attributed and the high-entropy filter is an unaablated heuristic, not a fitted prediction.
full rationale
JOP-VLN does not claim a mathematical derivation that reduces to its inputs. The central result is a training recipe (IL -> DAgger -> CHORD-style joint optimization) evaluated on R2R/RxR Val-Unseen, which is held out, so the 69.9% SR number is not produced by fitting a parameter to that split. The joint loss in Eq. (8) is the CHORD loss, explicitly cited to [13], and the paper's own contribution is the two VLN-specific data-selection heuristics, not a claimed first-principles derivation. The high-entropy trajectory filter (Section IV.C.1) is a borrowing of a token-level empirical result [33,34] to the trajectory level; it is unaablated (Table II rows 5-7 never compare against 'CHORD without the entropy filter' or a random 20% subset), and the transfer is logically unsupported, but this is a missing-ablation/correctness concern, not circularity: the top-20% selection is not defined in terms of the R2R success rate it is supposed to explain. The error-correction-prioritized sorting strategy (Section IV.C.3) sorts trajectories by proportion of corrected tokens, so the statement that it exposes the model to past mistakes is tautological, but the ablation claim that this improves SR is empirical and not forced by the sorting definition. No uniqueness theorem is imported from the authors, and the only apparent author-overlap citation ([1], which shares co-author L. Zhao) appears in related-work context and is not load-bearing. The strongest critique is that the high-entropy filter is never ablated, which weakens the causal attribution, but that is a validation gap, not a circular derivation.
Axiom & Free-Parameter Ledger
free parameters (5)
- high_entropy_fraction =
0.2 (top 20%)
- mu_schedule =
0.5 -> 0.05 cosine decay over first 200 steps
- dagger_oracle_intervention_threshold =
not specified
- reward_combination_weights =
not specified
- grpo_hyperparameters =
G=8, beta=0.1, epsilon=0.2
axioms (4)
- domain assumption DAgger oracle labels, obtained by replaying visited states, are correct and sufficient as off-policy supervision.
- domain assumption Qwen3-VL-8B-Instruct provides adequate visual-language priors for navigation.
- ad hoc to paper Token-level high-entropy sampling transfers to trajectory-level sampling in VLN.
- ad hoc to paper Trajectory 'learning value' is well proxied by the proportion of oracle-corrected action tokens.
read the original abstract
Vision-and-Language Navigation (VLN) necessitates an embodied agent to navigate in the physical world by adhering to natural language instructions. Recent advancements in Vision-Language Models (VLM) have propelled the development of VLM-based VLN methods with two predominant paradigms: (1) imitation learning (IL) on expert demonstrations, followed by the Dataset Aggregation (DAgger) algorithm to bolster error recovery capabilities; (2) reinforcement learning (RL) driven by verifiable rewards to enhance reasoning and exploration. A notable gap is the absence of integration between these two distinct paradigms. This paper introduces JOP-VLN, a novel VLN framework that synergistically combines off-policy imitation learning and on-policy exploration within a three-stage training pipeline. Initially, IL is employed on expert demonstrations to acquire basic navigation skills. Subsequently, the DAgger algorithm is utilized to generate heuristic exploration trajectories, which are then used for imitation learning to improve error recovery capabilities. Finally, a joint on-and-off policy learning framework is implemented, featuring high-entropy trajectory sampling to enhance RL training efficiency and an error-correction-prioritized trajectory sorting strategy for effective error correction. Extensive experiments demonstrate the efficacy of JOP-VLN, achieving success rates of 69.9% and 68.0% on the VLN-CE R2R and RxR benchmarks, respectively, setting a new state-of-the-art on R2R. Project page: https://qingrongh.github.io/JOP-VLN.
Figures
Reference graph
Works this paper leans on
-
[1]
Towards learning a generalist model for embodied navigation,
D. Zheng, S. Huang, L. Zhao, Y . Zhong, and L. Wang, “Towards learning a generalist model for embodied navigation,” inCVPR, 2024
2024
-
[2]
Navila: Legged robot vision-language- action model for navigation,
A.-C. Cheng, Y . Ji, Z. Yang, Z. Gongye, X. Zou, J. Kautz, E. Bıyık, H. Yin, S. Liu, and X. Wang, “Navila: Legged robot vision-language- action model for navigation,”Robotics: Science and Systems, 2025
2025
-
[3]
Navid: Video-based vlm plans the next step for vision-and-language navigation,
J. Zhang, K. Wang, R. Xu, G. Zhou, Y . Hong, X. Fang, Q. Wu, Z. Zhang, and H. Wang, “Navid: Video-based vlm plans the next step for vision-and-language navigation,”Robotics: Science and Systems, 2024
2024
-
[4]
Uni-navid: A video-based vision-language- action model for unifying embodied navigation tasks,
J. Zhang, K. Wang, S. Wang, M. Li, H. Liu, S. Wei, Z. Wang, Z. Zhang, and H. Wang, “Uni-navid: A video-based vision-language- action model for unifying embodied navigation tasks,”Robotics: Science and Systems, 2025
2025
-
[5]
Streamvln: Streaming vision-and- language navigation via slowfast context modeling,
M. Wei, C. Wan, X. Yu, T. Wang, Y . Yang, X. Mao, C. Zhu, W. Cai, H. Wang, Y . Chen,et al., “Streamvln: Streaming vision-and- language navigation via slowfast context modeling,”arXiv preprint arXiv:2507.05240, 2025
Pith/arXiv arXiv 2025
-
[6]
A reduction of imitation learning and structured prediction to no-regret online learning,
S. Ross, G. Gordon, and D. Bagnell, “A reduction of imitation learning and structured prediction to no-regret online learning,” inProceedings of the fourteenth international conference on artificial intelligence and statistics, pp. 627–635, JMLR Workshop and Conference Proceedings, 2011
2011
-
[7]
Deepseekmath: Pushing the limits of mathematical reasoning in open language models,
Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, M. Zhang, Y . Li, Y . Wu, and D. Guo, “Deepseekmath: Pushing the limits of mathematical reasoning in open language models,”arXiv preprint arXiv:2402.03300, 2024
Pith/arXiv arXiv 2024
-
[8]
Dapo: An open-source llm reinforcement learning system at scale,
Q. Yu, Z. Zhang, R. Zhu, Y . Yuan, X. Zuo, Y . Yue, W. Dai, T. Fan, G. Liu, L. Liu,et al., “Dapo: An open-source llm reinforcement learning system at scale,”arXiv preprint arXiv:2503.14476, 2025
Pith/arXiv arXiv 2025
-
[9]
Group sequence policy optimization,
C. Zheng, S. Liu, M. Li, X.-H. Chen, B. Yu, C. Gao, K. Dang, Y . Liu, R. Men, A. Yang, J. Zhou, and J. Lin, “Group sequence policy optimization,”arXiv preprint arXiv:2507.18071, 2025
Pith/arXiv arXiv 2025
-
[10]
Soft adaptive policy optimization,
C. Gao, C. Zheng, X.-H. Chen, K. Dang, S. Liu, B. Yu, A. Yang, S. Bai, J. Zhou, and J. Lin, “Soft adaptive policy optimization,”arXiv preprint arXiv:2511.20347, 2025
Pith/arXiv arXiv 2025
-
[11]
Vln-r1: Vision- language navigation via reinforcement fine-tuning,
Z. Qi, Z. Zhang, Y . Yu, J. Wang, and H. Zhao, “Vln-r1: Vision- language navigation via reinforcement fine-tuning,”arXiv preprint arXiv:2506.17221, 2025
Pith/arXiv arXiv 2025
-
[12]
Octonav: Towards generalist embodied navigation,
C. Gao, L. Jin, X. Peng, J. Zhang, Y . Deng, A. Li, H. Wang, and S. Liu, “Octonav: Towards generalist embodied navigation,”arXiv preprint arXiv:2506.09839, 2025
Pith/arXiv arXiv 2025
-
[13]
On-policy rl meets off-policy experts: Harmonizing super- vised fine-tuning and reinforcement learning via dynamic weighting,
W. Zhang, Y . Xie, Y . Sun, Y . Chen, G. Wang, Y . Li, B. Ding, and J. Zhou, “On-policy rl meets off-policy experts: Harmonizing super- vised fine-tuning and reinforcement learning via dynamic weighting,” inICLR, 2026
2026
-
[15]
Room- across-room: Multilingual vision-and-language navigation with dense spatiotemporal grounding,
A. Ku, P. Anderson, R. Patel, E. Ie, and J. Baldridge, “Room- across-room: Multilingual vision-and-language navigation with dense spatiotemporal grounding,”arXiv preprint arXiv:2010.07954, 2020
Pith/arXiv arXiv 2010
-
[16]
Vision-and-language navigation: Interpreting visually-grounded navigation instructions in real environments,
P. Anderson, Q. Wu, D. Teney, J. Bruce, M. Johnson, N. S ¨underhauf, I. Reid, S. Gould, and A. Van Den Hengel, “Vision-and-language navigation: Interpreting visually-grounded navigation instructions in real environments,” inCVPR, 2018
2018
-
[17]
Beyond the nav-graph: Vision and language navigation in continuous environ- ments,
J. Krantz, E. Wijmans, A. Majundar, D. Batra, and S. Lee, “Beyond the nav-graph: Vision and language navigation in continuous environ- ments,” inECCV, 2020
2020
-
[18]
Room- across-room: Multilingual vision-and-language navigation with dense spatiotemporal grounding,
A. Ku, P. Anderson, R. Patel, E. Ie, and J. Baldridge, “Room- across-room: Multilingual vision-and-language navigation with dense spatiotemporal grounding,” inEMNLP, 2020
2020
-
[19]
Reverie: Remote embodied visual referring expression in real indoor environments,
Y . Qi, Q. Wu, P. Anderson, X. Wang, W. Y . Wang, C. Shen, and A. v. d. Hengel, “Reverie: Remote embodied visual referring expression in real indoor environments,” inCVPR, 2020
2020
-
[20]
Vision- and-dialog navigation,
J. Thomason, M. Murray, M. Cakmak, and L. Zettlemoyer, “Vision- and-dialog navigation,” inCoRL, PMLR, 2020
2020
-
[21]
Babywalk: Going farther in vision-and-language navigation by taking baby steps,
W. Zhu, H. Hu, J. Chen, Z. Deng, V . Jain, E. Ie, and F. Sha, “Babywalk: Going farther in vision-and-language navigation by taking baby steps,” inACL, 2020
2020
-
[22]
Curriculum learning for vision-and- language navigation,
J. Zhang, J. Fan, J. Peng,et al., “Curriculum learning for vision-and- language navigation,” inNeurIPS, 2021
2021
-
[23]
Landmark-rxr: Solving vision-and-language navigation with fine- grained alignment supervision,
K. He, Y . Huang, Q. Wu, J. Yang, D. An, S. Sima, and L. Wang, “Landmark-rxr: Solving vision-and-language navigation with fine- grained alignment supervision,” inNeurIPS, 2021
2021
-
[24]
Reinforced cross-modal matching and self-supervised imitation learning for vision-language navigation,
X. Wang, Q. Huang, A. Celikyilmaz, J. Gao, D. Shen, Y .-F. Wang, W. Y . Wang, and L. Zhang, “Reinforced cross-modal matching and self-supervised imitation learning for vision-language navigation,” in CVPR, 2019
2019
-
[25]
Activevln: Towards active exploration via multi-turn rl in vision-and- language navigation,
Z. Zhang, W. Zhu, H. Pan, X. Wang, R. Xu, X. Sun, and F. Zheng, “Activevln: Towards active exploration via multi-turn rl in vision-and- language navigation,”arXiv preprint arXiv:2509.12618, 2025
arXiv 2025
-
[26]
Mobilevla-r1: Reinforcing vision-language-action for mobile robots,
T. Huang, D. Li, R. Yang, Z. Zhang, Z. Yang, and H. Tang, “Mobilevla-r1: Reinforcing vision-language-action for mobile robots,” arXiv preprint arXiv:2511.17889, 2025
arXiv 2025
-
[27]
Instructnav: Zero-shot system for generic instruction navigation in unexplored environment,
Y . Long, W. Cai, H. Wang, G. Zhan, and H. Dong, “Instructnav: Zero-shot system for generic instruction navigation in unexplored environment,”arXiv preprint arXiv:2406.04882, 2024
Pith/arXiv arXiv 2024
-
[28]
Dynam3d: Dynamic layered 3d tokens empower vlm for vision-and-language navigation,
Z. Wang, S. Lee, and G. H. Lee, “Dynam3d: Dynamic layered 3d tokens empower vlm for vision-and-language navigation,” inNeurIPS, 2025
2025
-
[29]
Navgpt: Explicit reasoning in vision- and-language navigation with large language models,
G. Zhou, Y . Hong, and Q. Wu, “Navgpt: Explicit reasoning in vision- and-language navigation with large language models,” inAAAI, 2024
2024
-
[30]
Correctnav: Self-correction flywheel empowers vision- language-action navigation model,
Z. Yu, Y . Long, Z. Yang, C. Zeng, H. Fan, J. Zhang, and H. Dong, “Correctnav: Self-correction flywheel empowers vision- language-action navigation model,” inAAAI, 2026
2026
-
[31]
S. Bai, Y . Cai, R. Chen, K. Chen, X. Chen, othersZesen Cheng, L. Deng, W. Ding, C. Gao, C. Ge, W. Ge, Z. Guo, Q. Huang, J. Huang, F. Huang, B. Hui, S. Jiang, Z. Li, M. Li, M. Li, K. Li, Z. Lin, J. Lin, X. Liu, J. Liu, C. Liu, Y . Liu, D. Liu, S. Liu, D. Lu, R. Luo, C. Lv, R. Men, L. Meng, X. Ren, X. Ren, S. Song, Y . Sun, J. Tang, J. Tu, J. Wan, P. Wang,...
Pith/arXiv arXiv 2025
-
[32]
Efficient-vln: A training-efficient vision-language navigation model,
D. Zheng, S. Huang, Y . Li, and L. Wang, “Efficient-vln: A training-efficient vision-language navigation model,”arXiv preprint arXiv:2512.10310, 2025
Pith/arXiv arXiv 2025
-
[33]
Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for LLM reasoning,
S. Wang, L. Yu, C. Gao, C. Zheng, S. Liu, R. Lu, K. Dang, X.-H. Chen, J. Yang, Z. Zhang, Y . Liu, A. Yang, A. Zhao, Y . Yue, S. Song, B. Yu, G. Huang, and J. Lin, “Beyond the 80/20 rule: High-entropy minority tokens drive effective reinforcement learning for LLM reasoning,” in NeurIPS, 2025
2025
-
[34]
No prompt left behind: Exploiting zero-variance prompts in LLM reinforcement learning via entropy-guided advantage shaping,
T.-L. V . Le, M. Jeon, K. Vu, V . D. Lai, and E. Yang, “No prompt left behind: Exploiting zero-variance prompts in LLM reinforcement learning via entropy-guided advantage shaping,” inICLR, 2026
2026
-
[35]
Matterport3d: Learning from rgb-d data in indoor environments,
A. Chang, A. Dai, T. Funkhouser, M. Halber, M. Niessner, M. Savva, S. Song, A. Zeng, and Y . Zhang, “Matterport3d: Learning from rgb-d data in indoor environments,”arXiv preprint arXiv:1709.06158, 2017
Pith/arXiv arXiv 2017
-
[36]
Habitat 2.0: Training home assistants to rearrange their habitat,
A. Szot, A. Clegg, E. Undersander, E. Wijmans, Y . Zhao, J. Turner, N. Maestre, M. Mukadam, D. Chaplot, O. Maksymets, A. Gokaslan, V . V ondrus, S. Dharur, F. Meier, W. Galuba, A. Chang, Z. Kira, V . Koltun, J. Malik, M. Savva, and D. Batra, “Habitat 2.0: Training home assistants to rearrange their habitat,” inNeurIPS, 2021
2021
-
[37]
Learning to navigate unseen environ- ments: Back translation with environmental dropout,
H. Tan, L. Yu, and M. Bansal, “Learning to navigate unseen environ- ments: Back translation with environmental dropout,” inProceedings of NAACL-HLT, 2019
2019
-
[38]
Scaling data generation in vision-and-language navigation,
Z. Wang, J. Li, Y . Hong, Y . Wang, Q. Wu, M. Bansal, S. Gould, H. Tan, and Y . Qiao, “Scaling data generation in vision-and-language navigation,” inICCV, 2023
2023
-
[39]
Bridging the gap between learning in discrete and continuous environments for vision-and- language navigation,
Y . Hong, Z. Wang, Q. Wu, and S. Gould, “Bridging the gap between learning in discrete and continuous environments for vision-and- language navigation,” inCVPR, 2022
2022
-
[40]
Waypoint models for instruction-guided navigation in continuous environments,
J. Krantz, A. Gokaslan, D. Batra, S. Lee, and O. Maksymets, “Waypoint models for instruction-guided navigation in continuous environments,” inICCV, 2021
2021
-
[41]
Sim-2-sim transfer for vision-and-language navigation in continuous environments,
J. Krantz and S. Lee, “Sim-2-sim transfer for vision-and-language navigation in continuous environments,” inECCV, 2022
2022
-
[42]
Gridmm: Grid memory map for vision-and-language navigation,
Z. Wang, X. Li, J. Yang, Y . Liu, and S. Jiang, “Gridmm: Grid memory map for vision-and-language navigation,” inICCV, 2023
2023
-
[43]
Etpnav: Evolving topological planning for vision-language navigation in continuous environments,
D. An, H. Wang, W. Wang, Z. Wang, Y . Huang, K. He, and L. Wang, “Etpnav: Evolving topological planning for vision-language navigation in continuous environments,”arXiv preprint arXiv:2304.03047, 2023
Pith/arXiv arXiv 2023
-
[44]
Topological planning with transformers for vision-and-language nav- igation,
K. Chen, J. K. Chen, J. Chuang, M. V ´azquez, and S. Savarese, “Topological planning with transformers for vision-and-language nav- igation,” inCVPR, 2021
2021
-
[45]
S. Raychaudhuri, S. Wani, S. Patel, U. Jain, and A. X. Chang, “Language-aligned waypoint (law) supervision for vision-and- language navigation in continuous environments,”arXiv preprint arXiv:2109.15207, 2021
Pith/arXiv arXiv 2021
-
[46]
Cross-modal map learning for vision and language navigation,
G. Georgakis, K. Schmeckpeper, K. Wanchoo, S. Dan, E. Miltsakaki, D. Roth, and K. Daniilidis, “Cross-modal map learning for vision and language navigation,” inCVPR, 2022
2022
-
[47]
Weakly-supervised multi-granularity map learning for vision-and- language navigation,
P. Chen, D. Ji, K. Lin, R. Zeng, T. H. Li, M. Tan, and C. Gan, “Weakly-supervised multi-granularity map learning for vision-and- language navigation,”arXiv preprint arXiv:2210.07506, 2022
Pith/arXiv arXiv 2022
-
[48]
Sim-to-real transfer via 3d feature fields for vision-and-language navigation,
Z. Wang, X. Li, J. Yang, Y . Liu, and S. Jiang, “Sim-to-real transfer via 3d feature fields for vision-and-language navigation,”arXiv preprint arXiv:2406.09798, 2024
Pith/arXiv arXiv 2024
-
[49]
Embodied navigation foundation model,
J. Zhang, A. Li, Y . Qi, M. Li, J. Liu, S. Wang, H. Liu, G. Zhou, Y . Wu, X. Li,et al., “Embodied navigation foundation model,”arXiv preprint arXiv:2509.12129, 2025
arXiv 2025
-
[50]
Omninav: A unified framework for prospective exploration and visual-language navigation,
X. Xue, J. Hu, M. Luo, S. Xie, J. Chen, Z. Xie, K. Quan, W. Guo, M. Xu, and Z. Chu, “Omninav: A unified framework for prospective exploration and visual-language navigation,” inICLR, 2025
2025
-
[51]
Janusvln: Decoupling semantics and spatiality with dual implicit memory for vision-language navigation,
S. Zeng, D. Qi, X. Chang, F. Xiong, S. Xie, X. Wu, S. Liang, M. Xu, and X. Wei, “Janusvln: Decoupling semantics and spatiality with dual implicit memory for vision-language navigation,” inICLR, 2026
2026
-
[52]
Ground slow, move fast: A dual-system foundation model for generalizable vision-and-language navigation,
M. Wei, C. Wan, J. Peng, X. Yu, Y . Yang, D. Feng, W. Cai, C. Zhu, T. Wang, J. Pang,et al., “Ground slow, move fast: A dual-system foundation model for generalizable vision-and-language navigation,” inICLR, 2025
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.