Navigating the Nuances: A Fine-grained Evaluation of Vision-Language Navigation
Zehao Wang, Minye Wu, Yixin Cao, Yubo Ma, Meiqi Chen, Tinne Tuytelaars
TL;DR
This paper argues that VLN evaluation has been overly coarse and proposes a fine-grained framework based on a context-free grammar (CFG) to decompose instructions into atomic categories. The NavNuances dataset, built from 90 Matterport environments, covers five atomic instruction categories (Direction Change, Vertical Movement, Numerical Comprehension, Landmark Recognition, Region Recognition) and uses an iterative CFG-LMM workflow with human refinement. Benchmarking diverse models, including zero-shot GPT-4-vision variants, reveals strong gains in directional and landmark tasks but persistent challenges in numerical comprehension and region understanding, as well as biases in turning decisions. The work highlights the need for better integration of numeric, layout, and directional reasoning and suggests avenues for automated CFG induction to advance VLN evaluation and system design.
Abstract
This study presents a novel evaluation framework for the Vision-Language Navigation (VLN) task. It aims to diagnose current models for various instruction categories at a finer-grained level. The framework is structured around the context-free grammar (CFG) of the task. The CFG serves as the basis for the problem decomposition and the core premise of the instruction categories design. We propose a semi-automatic method for CFG construction with the help of Large-Language Models (LLMs). Then, we induct and generate data spanning five principal instruction categories (i.e. direction change, landmark recognition, region recognition, vertical movement, and numerical comprehension). Our analysis of different models reveals notable performance discrepancies and recurrent issues. The stagnation of numerical comprehension, heavy selective biases over directional concepts, and other interesting findings contribute to the development of future language-guided navigation systems.
