Are Large Vision Language Models Good Game Players?
Xinyu Wang, Bohan Zhuang, Qi Wu
TL;DR
The paper introduces LVLM-Playground, a game-based framework to evaluate Large Vision Language Models on perception, reasoning, decision-making, and adversarial skills using six board games across four tasks. It addresses limitations of traditional LVLM benchmarks by integrating visual inputs with structured game states and automated metrics, and by incorporating a search-based opponent to simulate adversarial play. Empirical results reveal that commercial LVLMs generally excel in perception and rule-following for simple tasks but struggle with dense visual perception, complex rule comprehension, and sustained end-to-end gameplay, often exhibiting stochastic or misaligned behaviors. The framework provides a comprehensive, multimodal method for comparing LVLMs and highlights directions for improving visual-language alignment and long-horizon strategic reasoning in future work.
Abstract
Large Vision Language Models (LVLMs) have demonstrated remarkable abilities in understanding and reasoning about both visual and textual information. However, existing evaluation methods for LVLMs, primarily based on benchmarks like Visual Question Answering and image captioning, often fail to capture the full scope of LVLMs' capabilities. These benchmarks are limited by issues such as inadequate assessment of detailed visual perception, data contamination, and a lack of focus on multi-turn reasoning. To address these challenges, we propose \method{}, a game-based evaluation framework designed to provide a comprehensive assessment of LVLMs' cognitive and reasoning skills in structured environments. \method{} uses a set of games to evaluate LVLMs on four core tasks: Perceiving, Question Answering, Rule Following, and End-to-End Playing, with each target task designed to assess specific abilities, including visual perception, reasoning, decision-making, etc. Based on this framework, we conduct extensive experiments that explore the limitations of current LVLMs, such as handling long structured outputs and perceiving detailed and dense elements. Code and data are publicly available at https://github.com/xinke-wang/LVLM-Playground.
