MEGA Hub

If, Then, Otherwise: Diagnosing Conditional Branching in Vision-Language Navigation

Authors

Do you know Seoyoung Lee?You can claim authorship or link another user.Do you know Neel P. Bhatt?You can claim authorship or link another user.Do you know Pranay Samineni?You can claim authorship or link another user.Do you know Cong Liu?You can claim authorship or link another user.Do you know S P Sharan?You can claim authorship or link another user.Do you know Timothy Barclay?You can claim authorship or link another user.Do you know Gregory M. Wagner?You can claim authorship or link another user.Do you know Daniel Milan?You can claim authorship or link another user.Do you know Sandeep Chinchali?You can claim authorship or link another user.Do you know Ufuk Topcu?You can claim authorship or link another user.Do you know Atlas Wang?You can claim authorship or link another user.

Abstract

Vision-language navigation agents are often evaluated on their ability to follow route-like instructions toward a fixed goal. Yet, real navigation instructions often depend on observed states of the environment: if a condition holds, then follow one path, otherwise take another. Such instructions require an agent to evaluate scene evidence, select the correct logical branch, and execute the corresponding navigation behavior. Existing evaluations provide limited control over conditional branch execution, making it difficult to determine whether agents fail because of perception, grounding, navigation, or logical decision-making. We introduce CondVLN, a scene-graph-grounded benchmark for diagnosing conditional branching in vision-language navigation. CondVLN programmatically generates instructions whose branch conditions are grounded in verifiable 3D scene-graph predicates, with controlled variation in branch depth, dependency chain length, spatial composition, evidence observability, and instruction horizon. CondVLN contains over 11,500 generated conditional instructions across AI2-THOR, Matterport3D, Gibson, and ReplicaCAD, and evaluates agents using standard VLN metrics and branch-specific diagnostics: Branch Selection Accuracy and Conditional Success Rate. Evaluating four state-of-the-art VLN agents (VLN-Zero, NaVid, NaVILA, and Open-Nav) shows that conditional branching exposes failures that are not captured by standard success rate or path length alone: agents can navigate plausibly while committing to a branch inconsistent with the observed scene condition. We also present a lightweight neurosymbolic branch-selection model that separates condition grounding from navigation execution, improving performance by 2x. CondVLN provides a reusable testbed for measuring whether embodied agents can not only follow instructions, but follow the right instruction under the right condition.

Community

00

Publication notes

Author note
11 pages, 1 figure, 3 tables. Project page: https://condvln.github.io/