CLMar 19, 2024

Chart-based Reasoning: Transferring Capabilities from LLMs to VLMs

arXiv:2403.12596v144 citationsNAACL-HLT
Originality Highly original
AI Analysis

This addresses the challenge of enhancing reasoning in VLMs for multimodal tasks like chart understanding, offering a significant improvement over existing models.

The paper tackles the problem of limited reasoning capabilities in smaller vision-language models (VLMs) by proposing a technique to transfer capabilities from large-language models (LLMs), achieving state-of-the-art performance on ChartQA and improved results on PlotQA and FigureQA, with their 5B model outperforming 10x larger models and even Gemini Ultra and GPT-4V when refined.

Vision-language models (VLMs) are achieving increasingly strong performance on multimodal tasks. However, reasoning capabilities remain limited particularly for smaller VLMs, while those of large-language models (LLMs) have seen numerous improvements. We propose a technique to transfer capabilities from LLMs to VLMs. On the recently introduced ChartQA, our method obtains state-of-the-art performance when applied on the PaLI3-5B VLM by \citet{chen2023pali3}, while also enabling much better performance on PlotQA and FigureQA. We first improve the chart representation by continuing the pre-training stage using an improved version of the chart-to-table translation task by \citet{liu2023deplot}. We then propose constructing a 20x larger dataset than the original training set. To improve general reasoning capabilities and improve numerical operations, we synthesize reasoning traces using the table representation of charts. Lastly, our model is fine-tuned using the multitask loss introduced by \citet{hsieh2023distilling}. Our variant ChartPaLI-5B outperforms even 10x larger models such as PaLIX-55B without using an upstream OCR system, while keeping inference time constant compared to the PaLI3-5B baseline. When rationales are further refined with a simple program-of-thought prompt \cite{chen2023program}, our model outperforms the recently introduced Gemini Ultra and GPT-4V.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes