Papers › Vision-and-Language Navigation via Causal Learning

Vision-and-Language Navigation via Causal Learning

16 Apr 2024CVPR 2024 1arXiv:2404.10241archive 2025-07-28

Liuyi Wang, Zongtao He, Ronghao Dang, Mengjiao Shen, Chengju Liu, Qijun Chen

In the pursuit of robust and generalizable environment perception and language understanding, the ubiquitous challenge of dataset bias continues to plague vision-and-language navigation (VLN) agents, hindering their performance in unseen environments. This paper introduces the generalized cross-modal causal transformer (GOAT), a pioneering solution rooted in the paradigm of causal inference. By delving into both observable and unobservable confounders within vision, language, and history, we propose the back-door and front-door adjustment causal learning (BACL and FACL) modules to promote unbiased learning by comprehensively mitigating potential spurious correlations. Additionally, to capture global confounder features, we propose a cross-modal feature pooling (CFP) module supervised by contrastive learning, which is also shown to be effective in improving cross-modal representations during pre-training. Extensive experiments across multiple VLN datasets (R2R, REVERIE, RxR, and SOON) underscore the superiority of our proposed method over previous state-of-the-art approaches. Code is available at https://github.com/CrystalSixone/VLN-GOAT.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.10241")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

crystalsixone/vln-goat officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
10ran
3unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from CrystalSixone/VLN-GOAT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

TransformerEncoder CrystalSixone/VLN-GOAT/map_nav_src/models/vilmodel_GOAT.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · c6f7f9ff10d5a6e4 · report
TransformerEncoderLayer CrystalSixone/VLN-GOAT/map_nav_src/models/vilmodel_GOAT.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 810d160bafcc6c89 · report
create_transformer_encoder CrystalSixone/VLN-GOAT/map_nav_src/models/vilmodel_GOAT.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 8f9b89f6d752d797 · report
distributed_init crystalsixone/vln-goat/map_nav_src/fairseq/distributed_utils.py official repository ran Apache-2.0 (permissive) · 07969f7041022050 · report
is_master crystalsixone/vln-goat/map_nav_src/fairseq/distributed_utils.py official repository ran Apache-2.0 (permissive) · 90b79fe15491de83 · report
load_viewpoint_ids crystalsixone/vln-goat/map_nav_src/do_utils/extract_room_type.py official repository ran Apache-2.0 (permissive) · bdab7c5a8cff5650 · report
pad_tensors_wgrad CrystalSixone/VLN-GOAT/map_nav_src/models/vilmodel_GOAT.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 96c2b643194ca603 · report
parse_with_config crystalsixone/vln-goat/pretrain_src/parser.py official repository ran Apache-2.0 (permissive) · f46bad6811c75514 · report
postprocess_args crystalsixone/vln-goat/pretrain_src/parser.py official repository ran Apache-2.0 (permissive) · 73127ee43d90bbd0 · report
readUnseenScan crystalsixone/vln-goat/map_nav_src/do_utils/do_intervention.py official repository ran Apache-2.0 (permissive) · 86116165dc99a9a6 · report
read_instr_tsv crystalsixone/vln-goat/map_nav_src/do_utils/do_intervention.py official repository ran Apache-2.0 (permissive) · af6f3aa26f7f9738 · report
safe_readline crystalsixone/vln-goat/map_nav_src/fairseq/binarizer.py official repository ran Apache-2.0 (permissive) · 82bdf940665aeeb4 · report
CausalImageEmbeddings CrystalSixone/VLN-GOAT/map_nav_src/models/vilmodel_GOAT.py official repository unverified Apache-2.0 (permissive) · f446dce9e2e63b44 · report
all_reduce crystalsixone/vln-goat/map_nav_src/fairseq/distributed_utils.py official repository unverified Apache-2.0 (permissive) · 199e96db5edd0edd · report
build_feature_extractor crystalsixone/vln-goat/map_nav_src/do_utils/extract_room_type.py official repository unverified Apache-2.0 (permissive) · a22399a1ec12c22c · report

Tasks

Causal InferenceContrastive LearningVision and Language NavigationVisual Navigation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections