CVLGApr 21, 2024

MARVEL: Multidimensional Abstraction and Reasoning through Visual Evaluation and Learning

arXiv:2404.13591v235 citationsh-index: 17NIPS
Originality Incremental advance
AI Analysis

This work addresses the need for better evaluation of abstract reasoning in AI models, which is crucial for advancing general AI capabilities, but it is incremental as it builds on existing AVR benchmarks by expanding their scope.

The paper tackles the problem of evaluating abstract visual reasoning (AVR) abilities in multi-modal large language models (MLLMs) by introducing MARVEL, a comprehensive benchmark with 770 puzzles across multiple patterns and configurations. The result shows that all tested MLLMs perform near-random on AVR tasks, with a 40% performance gap compared to humans, and struggle with basic perception like counting panels (<45% accuracy).

While multi-modal large language models (MLLMs) have shown significant progress on many popular visual reasoning benchmarks, whether they possess abstract visual reasoning abilities remains an open question. Similar to the Sudoku puzzles, abstract visual reasoning (AVR) problems require finding high-level patterns (e.g., repetition constraints) that control the input shapes (e.g., digits) in a specific task configuration (e.g., matrix). However, existing AVR benchmarks only considered a limited set of patterns (addition, conjunction), input shapes (rectangle, square), and task configurations (3 by 3 matrices). To evaluate MLLMs' reasoning abilities comprehensively, we introduce MARVEL, a multidimensional AVR benchmark with 770 puzzles composed of six core knowledge patterns, geometric and abstract shapes, and five different task configurations. To inspect whether the model accuracy is grounded in perception and reasoning, MARVEL complements the general AVR question with perception questions in a hierarchical evaluation framework. We conduct comprehensive experiments on MARVEL with nine representative MLLMs in zero-shot and few-shot settings. Our experiments reveal that all models show near-random performance on the AVR question, with significant performance gaps (40%) compared to humans across all patterns and task configurations. Further analysis of perception questions reveals that MLLMs struggle to comprehend the visual features (near-random performance) and even count the panels in the puzzle ( <45%), hindering their ability for abstract reasoning. We release our entire code and dataset.

Code Implementations1 repo
Foundations

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

Your Notes