{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/navmorph-a-self-evolving-world-model-for","title":"NavMorph: A Self-Evolving World Model for Vision-and-Language Navigation in Continuous Environments","arxiv_id":"2506.23468","date":"2025-06-30","proceeding":null,"authors":["Xuan Yao","Junyu Gao","Changsheng Xu"],"abstract":"Vision-and-Language Navigation in Continuous Environments (VLN-CE) requires agents to execute sequential navigation actions in complex environments guided by natural language instructions. Current approaches often struggle with generalizing to novel environments and adapting to ongoing changes during navigation. Inspired by human cognition, we present NavMorph, a self-evolving world model framework that enhances environmental understanding and decision-making in VLN-CE tasks. NavMorph employs compact latent representations to model environmental dynamics, equipping agents with foresight for adaptive planning and policy refinement. By integrating a novel Contextual Evolution Memory, NavMorph leverages scene-contextual information to support effective navigation while maintaining online adaptability. Extensive experiments demonstrate that our method achieves notable performance improvements on popular VLN-CE benchmarks. Code is available at \\href{https://github.com/Feliciaxyao/NavMorph}{this https URL}.","url_abs":"https://arxiv.org/abs/2506.23468v1","url_pdf":"https://arxiv.org/pdf/2506.23468v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"navmorph-a-self-evolving-world-model-for","repo_url":"https://github.com/feliciaxyao/navmorph","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"decision-making","task_name":"Decision Making"},{"task_slug":"vision-and-language-navigation","task_name":"Vision and Language Navigation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2506.23468","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2506.23468"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/feliciaxyao/navmorph","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/Feliciaxyao/NavMorph","reach":{"status":"ok"}}],"summary":{"ran_violates":1,"ran":4,"ran_fixture":1,"unverified":6},"by_repo_kind":{"official":{"samples":12,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":12,"samples":[{"code_sha256_prefix":"c362aaed2935ceff","entry":"calc_position_distance","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/graph_utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/graph_utils.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c362aaed2935ceff"}},{"code_sha256_prefix":"d1b19a3f10dca79d","entry":"convert_decoder_to_target","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"utils_p/convert.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/utils_p/convert.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d1b19a3f10dca79d"}},{"code_sha256_prefix":"ca50b22abf292757","entry":"convert_encoder_to_target","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"utils_p/convert.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/utils_p/convert.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ca50b22abf292757"}},{"code_sha256_prefix":"dac1993f5ce8e12e","entry":"get_angle_fts","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/graph_utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/graph_utils.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dac1993f5ce8e12e"}},{"code_sha256_prefix":"12b5ba241c136bb3","entry":"jaccard","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"utils_p/metrics.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/utils_p/metrics.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"12b5ba241c136bb3"}},{"code_sha256_prefix":"035dc40fdafe0275","entry":"precision","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"utils_p/metrics.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/utils_p/metrics.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"035dc40fdafe0275"}},{"code_sha256_prefix":"837432476cfe64e7","entry":"angle_feature","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"837432476cfe64e7"}},{"code_sha256_prefix":"26d5d5a3468cc354","entry":"angle_feature_with_ele","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"26d5d5a3468cc354"}},{"code_sha256_prefix":"df8f0387d1b0ba19","entry":"calculate_vp_rel_pos_fts","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/graph_utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/graph_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"df8f0387d1b0ba19"}},{"code_sha256_prefix":"f474c29ed36d8065","entry":"collate_fn","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/dagger_trainer.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/dagger_trainer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f474c29ed36d8065"}},{"code_sha256_prefix":"a85d8587c247d950","entry":"dice","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"utils_p/metrics.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/utils_p/metrics.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a85d8587c247d950"}},{"code_sha256_prefix":"665575483978d979","entry":"dir_angle_feature","repo":"Feliciaxyao/NavMorph","repo_kind":"official","path":"vlnce_baselines/models/utils.py","file_url":"https://github.com/Feliciaxyao/NavMorph/blob/HEAD/vlnce_baselines/models/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"665575483978d979"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}