Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models
arXiv · HuggingFace · ▲31
Abstract (verbatim)
Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples suggest that existing benchmarks may under-measure persistent blind spots in current systems. We introduce blind-spots-bench, a benchmark designed to expose such blind spots through tasks that appear simple for humans but remain challenging for modern AI. We collect raw questions from students in an AI course, clean and annotate them with structured reference solutions, and propose a task taxonomy tailored to the resulting dataset of 235 samples. We further develop an automated grading pipeline to evaluate a wide range of models, including open-weight and closed-source language, vision-language, and image-generation models. Our analysis on blind-spots-bench reveals that closed-source frontier models can substantially outperform open-weight models with even approx10% gap, even when they attain comparable performance on existing benchmarks. A more fine-grained analysis shows that no single model dominates across all task types, and that some tasks remain challenging for all evaluated models. These results highlight the value of blind-spots-bench as a diagnostic stress test for identifying concrete weaknesses in current modern models.
Background
Background Analysis
1. Technical Context
Recent advances in large language models (LLMs) and multimodal models have enabled strong performance in tasks like mathematics, coding, and vision. These models are widely used in education, healthcare, and content creation—for example, assisting students with math problems, helping doctors analyze medical images, or generating high-quality text and images. However, they often fail at tasks that are trivial for humans, such as generating a string of a specific length, drawing an image with unusual details (e.g., a dog with five legs), or solving a basic Sudoku. This discrepancy highlights "blind spots" in AI systems, particularly in areas like spatial reasoning, logical consistency, and character-level manipulation.
2. Previous Limitations
While existing benchmarks (e.g., MMLU, ImageNet) show models performing near or above human levels, they often focus on broad task categories rather than fine-grained weaknesses. For instance, a benchmark might test if a model can recognize a cat but not if it can generate a cat with exactly four eyes—a task humans complete easily. Additionally, many benchmarks rely on automated scoring, which struggles to capture subtle failures in open-ended tasks. This creates a need for more targeted methods to expose these "hidden weaknesses."
3. Proposed Solution
To address this, the paper introduces "Blind-Spots-Bench," a dataset of 235 manually curated tasks collected from AI students’ submissions about problems current models fail to solve. These tasks cover three main categories: object-centric tasks (e.g., counting, spatial reasoning), abstract reasoning (e.g., math and logic), and language/knowledge tasks (e.g., linguistic understanding). Each task includes structured reference solutions and an automated grading pipeline to evaluate 38 models (including LLMs, VLMs, and image-generation models). This approach quantifies model weaknesses while revealing performance differences across task types.
4. Key Differences from Prior Work
Compared to existing research, this work stands out by:
- Task Design: Focusing on "easy for humans, hard for AI" scenarios rather than traditional benchmarks.
- Evaluation Method: Combining automated grading with manual auditing for reliability.
- Task Taxonomy: Introducing a fine-grained classification system to analyze model strengths and weaknesses in detail.
- Model Coverage: Comparing open-source and closed-source models, revealing significant performance gaps (e.g., closed-source models outperform open-source ones by ~10% on some tasks).
This approach provides a systematic tool to identify and address multimodal models' hidden limitations.








