CVCLNov 27, 2024

Evaluating Vision-Language Models as Evaluators in Path Planning

arXiv:2411.18711v47 citationsh-index: 26CVPR
Originality Incremental advance
AI Analysis

This work addresses the challenge of evaluating path planning for AI systems, but it is incremental as it focuses on benchmarking and identifying bottlenecks in existing VLMs.

The paper tackles the problem of using Vision-Language Models (VLMs) as evaluators in path planning by introducing the PathEval benchmark, revealing that VLMs struggle with low-level visual perception, and showing that task-specific adaptation of vision encoders is necessary for improvement.

Despite their promise to perform complex reasoning, large language models (LLMs) have been shown to have limited effectiveness in end-to-end planning. This has inspired an intriguing question: if these models cannot plan well, can they still contribute to the planning framework as a helpful plan evaluator? In this work, we generalize this question to consider LLMs augmented with visual understanding, i.e., Vision-Language Models (VLMs). We introduce PathEval, a novel benchmark evaluating VLMs as plan evaluators in complex path-planning scenarios. Succeeding in the benchmark requires a VLM to be able to abstract traits of optimal paths from the scenario description, demonstrate precise low-level perception on each path, and integrate this information to decide the better path. Our analysis of state-of-the-art VLMs reveals that these models face significant challenges on the benchmark. We observe that the VLMs can precisely abstract given scenarios to identify the desired traits and exhibit mixed performance in integrating the provided information. Yet, their vision component presents a critical bottleneck, with models struggling to perceive low-level details about a path. Our experimental results show that this issue cannot be trivially addressed via end-to-end fine-tuning; rather, task-specific discriminative adaptation of these vision encoders is needed for these VLMs to become effective path evaluators.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes