Visual Error Patterns in Multi-Modal AI: A Statistical Approach
Ching-Yi Wang
TL;DR
Problem: Understanding why multi-modal LLMs like GPT-4o misclassify ambiguous geometric stimuli. Approach: a mixed-methods study using a curated dataset of 75 3D/2D stimuli and four statistical models (logistic, ridge, random forest, and XGBoost) with 5-fold cross-validation and $AUC$-based evaluation. Findings: XGBoost achieves the best predictive performance with $AUC=0.85$; feature-importance analyses identify '3D' structure and missing-face configurations as the strongest error drivers, highlighting a reliance on bottom-up processing. Significance: results quantify specific feature-driven error sources and suggest architectural enhancements that integrate top-down/contextual reasoning to improve robustness in visual perception for MLLMs.
Abstract
Multi-modal large language models (MLLMs), such as GPT-4o, excel at integrating text and visual data but face systematic challenges when interpreting ambiguous or incomplete visual stimuli. This study leverages statistical modeling to analyze the factors driving these errors, using a dataset of geometric stimuli characterized by features like 3D, rotation, and missing face/side. We applied parametric methods, non-parametric methods, and ensemble techniques to predict classification errors, with the non-linear gradient boosting model achieving the highest performance (AUC=0.85) during cross-validation. Feature importance analysis highlighted difficulties in depth perception and reconstructing incomplete structures as key contributors to misclassification. These findings demonstrate the effectiveness of statistical approaches for uncovering limitations in MLLMs and offer actionable insights for enhancing model architectures by integrating contextual reasoning mechanisms.
