CLAIApr 3, 2025

Boosting Chart-to-Code Generation in MLLM via Dual Preference-Guided Refinement

arXiv:2504.02906v27 citationsh-index: 6Has CodeMM
Originality Highly original
AI Analysis

This work addresses the problem of generating accurate and generalizable plotting code from chart images for users in data visualization and AI, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the chart-to-code generation task by proposing a dual preference-guided refinement framework to address under-constrained mappings, resulting in significant performance enhancements for open-source MLLMs that rival specialized and proprietary systems.

Translating chart images into executable plotting scripts-referred to as the chart-to-code generation task-requires Multimodal Large Language Models (MLLMs) to perform fine-grained visual parsing, precise code synthesis, and robust cross-modal reasoning. However, this task is inherently under-constrained: multiple valid code implementations can produce the same visual chart, and evaluation must consider both code correctness and visual fidelity across diverse dimensions. This makes it difficult to learn accurate and generalizable mappings through standard supervised fine-tuning. To address these challenges, we propose a dual preference-guided refinement framework that combines a feedback-driven, dual-modality reward mechanism with iterative preference learning. Our approach introduces a structured variant generation strategy and a visual reward model to efficiently produce high-quality, aspect-aware preference pairs-making preference collection scalable and supervision more targeted. These preferences are used in an offline reinforcement learning setup to optimize the model toward multi-dimensional fidelity. Experimental results show that our framework significantly enhances the performance of general-purpose open-source MLLMs, enabling them to generate high-quality plotting code that rivals specialized chart-centric models and even some proprietary systems. The code and datasets are publicly available at https://github.com/Zhihan72/Chart2Code.

Code Implementations1 repo
Foundations

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

Your Notes