HyperAIHyperAI

Command Palette

Search for a command to run...

Blind-Spots-Bench: 멀티모달 모델의 맹점 평가

Matteo Santelmo Xiuying Wei Israa Fakih Felix Bauer Juan Garcia Giraldo Chengkun Li Etienne Bamas Emmanuel Abbe

초록

현대 AI 모델은 많은 기존 벤치마크에서 높은 성능을 달성하지만, 문자열 조작이나 다리가 다섯 개인 개를 그리는 것과 같이 인간에게는 거의 사소한 작업에서 여전히 실패한다. 이러한 예는 기존 벤치마크가 현재 시스템의 지속적인 맹점을 충분히 측정하지 못할 수 있음을 시사한다. 우리는 인간에게는 단순해 보이지만 현대 AI에게는 여전히 도전적인 작업을 통해 이러한 맹점을 드러내도록 설계된 벤치마크인 blind-spots-bench를 소개한다. AI 강좌의 학생들로부터 원시 질문을 수집하고, 이를 정제하여 구조화된 참조 솔루션으로 주석을 달았으며, 결과적으로 235개 샘플로 구성된 데이터셋에 맞춘 작업 분류 체계를 제안한다. 또한 오픈 웨이트 및 클로즈드 소스 언어, 비전-언어, 이미지 생성 모델을 포함한 광범위한 모델을 평가하기 위한 자동 채점 파이프라인을 개발한다. blind-spots-bench에 대한 분석 결과, 클로즈드 소스 최첨단 모델이 기존 벤치마크에서 비슷한 성능을 달성할 때에도 오픈 웨이트 모델을 약 10% 차이로 크게 능가할 수 있음을 보여준다. 더 세분화된 분석에서는 어떤 단일 모델도 모든 작업 유형에서 우위를 점하지 못하며, 일부 작업은 평가된 모든 모델에게 여전히 도전적인 과제로 남아 있음을 보여준다. 이러한 결과는 현재 현대 모델의 구체적인 약점을 식별하기 위한 진단적 스트레스 테스트로서 blind-spots-bench의 가치를 강조한다.

One-sentence Summary

Researchers at EPFL introduce blind-spots-bench, a diagnostic benchmark of 235 human-trivial tasks with a structured taxonomy and automated grading, revealing that closed-source multimodal models outperform open-weight ones by a 10%\approx 10\%10% margin on these blind spots yet no single model dominates all task types, exposing persistent weaknesses that existing benchmarks fail to detect.

Key Contributions

  • blind-spots-bench is introduced, a benchmark of 235 tasks that are simple for humans but challenging for modern AI, built from student-generated questions and annotated with structured reference solutions and a fine-grained task taxonomy.
  • An automated grading pipeline is developed to evaluate a diverse set of models, including open-weight and closed-source language, vision-language, and image-generation models, enabling consistent and scalable assessment.
  • Empirical analysis shows that closed-source frontier models outperform open-weight models by roughly 10%, that no single model dominates all task types, and that taxonomy-level failure analysis reveals distinct patterns of model weaknesses, with scaling model size or enabling tool use not consistently improving performance.

Introduction

Large language and vision-language models now achieve near-human or superhuman scores on many benchmarks, yet they still exhibit surprising failures on tasks that are trivial for people, such as counting objects in images or generating a string of a specific length. Existing evaluation suites typically aggregate performance into broad scores, obscuring these fine-grained reasoning gaps, and prior taxonomies lack the granularity needed to analyze specific failure modes. To systematically probe these blind spots, the authors introduce blind-spots-bench, a manually curated benchmark of 235 problems sourced from graduate students, accompanied by a structured task taxonomy and an automated grading pipeline. They evaluate 38 frontier models, uncovering persistent weaknesses in object-centric perception and highlighting divergent strengths across model families.

Dataset

The authors construct the blind-spots-bench dataset to probe reasoning failures in frontier AI models. Here is a concise overview of its sources, composition, processing, and usage.

  • Source and collection

  • Raw questions were collected from students in a graduate-level AI course. Each student proposed five questions that appeared easy to humans but were failed by frontier models around October 2025.

  • The initial pool contained approximately 287 questions.

  • Cleaning, filtering, and quality control

  • A systematic pipeline removed overly difficult or duplicate entries, normalized formats, and ensured clarity.

  • A three-stage review was applied: manual verification of task clarity, difficulty thresholding (removing questions too easy for models or too hard for humans), and refinement of linguistic ambiguities.

  • The final dataset, blind-spots-bench, contains 235 samples.

  • Annotations and metadata

  • Solution annotation: Each question includes a structured reference solution specifying the expected answer, correctness conditions, and common failure modes. Failure modes were drawn from student interactions with AI agents and from annotator contributions.

  • Question format: Every example is labeled as text-only, image generation, or multi-to-text (image+text input, text output). This enables assigning examples to models that support the relevant modality.

  • Task taxonomy: Questions are categorized into three main types: Object-centric (e.g., attribute/pattern recognition, spatial reasoning, perceptual counting, generative counting), Abstract reasoning (e.g., geometric/graph reasoning, logical reasoning), and Language and knowledge (e.g., character-level manipulation). Sub-tasks further detail the required ability.

  • Dataset composition

  • By format: text-only (46.2%), image generation (35.6%), multi-to-text (18.2%).

  • By sub-task frequency: spatial reasoning appears most often (53 times), followed by perceptual counting, generative counting, logical reasoning, and character-level manipulation. These frequencies reflect known weaknesses of current models and were not artificially balanced.

  • How the paper uses the data

  • The dataset is a zero-shot evaluation benchmark. It is not split into training/validation/test; all 235 samples serve as a test set to measure model blind spots.

  • The format labels allow comparing models only on the subsets they support, while the taxonomy supports fine-grained error analysis.

  • No cropping or training-specific preprocessing is applied; the benchmark is used as-is for inference and evaluation against the provided reference solutions.

Experiment

The benchmark is constructed from student-generated questions that probe blind spots of frontier models, covering object-centric, abstract reasoning, and language/knowledge tasks with annotated solutions. An automated evaluation pipeline uses a grader model to score responses across text-only, multi-to-text, and image generation formats, validated against human judgments. Results reveal that closed-source models achieve higher accuracy, though open-weight models offer better cost-effectiveness; scaling model size does not uniformly improve performance, and tool use yields mixed benefits. Fine-grained visual perception remains a major bottleneck, and different model families exhibit complementary strengths rather than a single dominant pattern across all subtask categories.

Open-weight models show steady improvement across generations, with GLM-5.2 reaching 73.8% text-only accuracy, but closed-source models Gemini-3.1-Pro and GPT-5.5 remain ahead overall, especially on multimodal problems. Cost efficiency varies widely: DeepSeek-V4-Flash achieves competitive accuracy at only 0.29 USD per 100 samples, while GLM-5.2 offers higher performance at a higher cost. Longer output tokens, as seen with Qwen3.5-397B, correlate with stronger text-only results but do not fully close the multimodal gap. DeepSeek-V4-Flash costs 0.29 USD per 100 samples, roughly a quarter of GLM-5.2's cost, while still attaining 67.6% text-only accuracy. Successive GLM versions show consistent accuracy gains, with GLM-5.2 improving to 73.8% from 61.3% in GLM-4.7, along with a jump in pass@4 from 75.9% to 84.3%.

Image-generation models exhibit a trade-off between accuracy and cost. The top Gemini models achieve the highest accuracy, with Gemini-3.1-flash-image offering a more cost-effective alternative to the pro version, while GPT models provide lower-cost options with reduced accuracy. Task analysis reveals complementary strengths: Gemini excels at abstract reasoning, GPT at language and knowledge. Gemini-3-pro-image leads in accuracy but incurs the highest generation cost per sample. Gemini-3.1-flash-image closely matches the pro model's accuracy while costing less than half. GPT-image-1.5 is less accurate than both Gemini models but costs substantially less. The cheapest model, GPT-image-1-mini, records the lowest accuracy. Gemini and GPT models show complementary strengths, with Gemini better on abstract reasoning and GPT better on language and knowledge tasks.

Enabling code execution for text-only problems changes accuracy and token usage differently across models. While some models like Gemini-3.1-pro and GLM-5.2 gain accuracy with fewer tokens, others like GPT-5.4 lose accuracy even though token count drops. The mixed results show that tool-use does not uniformly improve performance or efficiency. Gemini-3.1-pro improved accuracy by 2.78 percentage points and used 199 fewer tokens. GPT-5.4 lost 5.32 percentage points of accuracy while using 451 fewer tokens. Kimi-K2.6 required 3,314 more tokens but only gained 6.25 percentage points in accuracy. GLM-5.2 reduced token usage by 1,712 tokens with a slight accuracy increase of 1.16 percentage points.

The evaluation across text-only, multimodal, and image-generation tasks reveals that closed-source models continue to lead overall, especially on multimodal problems, while open-weight models are steadily improving with notable cost efficiency differences. Image generation exhibits a clear accuracy-cost trade-off, with Gemini models excelling at abstract reasoning and GPT models providing more affordable options stronger in language and knowledge. Enabling code execution for text-only problems yields mixed results, as accuracy and token usage changes vary widely across models, indicating that tool-use is not uniformly beneficial.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp