AltChart: Enhancing VLM-based Chart Summarization Through Multi-Pretext Tasks
Omar Moured, Jiaming Zhang, M. Saquib Sarfraz, Rainer Stiefelhagen
TL;DR
AltChart addresses chart accessibility for blind and visually impaired users by introducing a real-chart dataset with long, semantically rich alt-text and by pretraining vision-language models with multiple pretext tasks to learn fine-grained chart representations. The AltChart dataset contains 10,000 real chart images spanning eight chart types and ten semantic attributes, paired with human-authored, accessibility-compliant summaries. The proposed multi-pretext pretraining framework yields a notable improvement of about $2.5\%$ and achieves state-of-the-art performance across VisText, Chart-2-Text, and AltChart benchmarks, while using a relatively compact model of around 180M parameters. The authors provide public release of dataset and code, discuss limitations such as residual hallucinations on complex charts, and outline future directions like exploring more encoder architectures and end-to-end training.
Abstract
Chart summarization is a crucial task for blind and visually impaired individuals as it is their primary means of accessing and interpreting graphical data. Crafting high-quality descriptions is challenging because it requires precise communication of essential details within the chart without vision perception. Many chart analysis methods, however, produce brief, unstructured responses that may contain significant hallucinations, affecting their reliability for blind people. To address these challenges, this work presents three key contributions: (1) We introduce the AltChart dataset, comprising 10,000 real chart images, each paired with a comprehensive summary that features long-context, and semantically rich annotations. (2) We propose a new method for pretraining Vision-Language Models (VLMs) to learn fine-grained chart representations through training with multiple pretext tasks, yielding a performance gain with ${\sim}2.5\%$. (3) We conduct extensive evaluations of four leading chart summarization models, analyzing how accessible their descriptions are. Our dataset and codes are publicly available on our project page: https://github.com/moured/AltChart.
