CHAOS: Chart Analysis with Outlier Samples
Omar Moured, Yufan Chen, Ruiping Liu, Simon Reiß, Philip Torr, Jiaming Zhang, Rainer Stiefelhagen
TL;DR
CHAOS addresses the problem of chart understanding robustness in Multimodal Large Language Models by introducing a comprehensive perturbation benchmark with 5 textual and 10 visual perturbations across three human-derived severities. It evaluates 13 state-of-the-art MLLMs on two chart-centric tasks, ChartQA and Chart-to-Text, using ChartQA's Relaxed Accuracy and Chart-to-Text's BLEU-4 and Content Selection, while proposing a new robustness metric $\mathcal{R}$ that balances relative degradation with absolute drop. Key findings show that even minor perturbations can cause measurable degradation, textual perturbations can be as impactful as visual ones, and chart-specific models do not automatically achieve higher robustness; PoT-based strategies can improve resilience. The work provides a practical, public benchmark and analysis framework to drive robust chart understanding in real-world applications, with implications for accessibility, data analysis, and downstream chart-centric tasks.
Abstract
Charts play a critical role in data analysis and visualization, yet real-world applications often present charts with challenging or noisy features. However, "outlier charts" pose a substantial challenge even for Multimodal Large Language Models (MLLMs), which can struggle to interpret perturbed charts. In this work, we introduce CHAOS (CHart Analysis with Outlier Samples), a robustness benchmark to systematically evaluate MLLMs against chart perturbations. CHAOS encompasses five types of textual and ten types of visual perturbations, each presented at three levels of severity (easy, mid, hard) inspired by the study result of human evaluation. The benchmark includes 13 state-of-the-art MLLMs divided into three groups (i.e., general-, document-, and chart-specific models) according to the training scope and data. Comprehensive analysis involves two downstream tasks (ChartQA and Chart-to-Text). Extensive experiments and case studies highlight critical insights into robustness of models across chart perturbations, aiming to guide future research in chart understanding domain. Data and code are publicly available at: http://huggingface.co/datasets/omoured/CHAOS.
