要旨で参照されている関連研究は明示されていませんが、同分野の定番として、チャート理解やベクトル化に関する研究(例:ChartOCR、ChartQA、Vectorization of Raster Images)や、マルチモーダル大規模言語モデル(例:LLaVA、GPT-4V)が挙げられます。また、SVG生成や編集に関する研究(例:SVG generation with transformers)も関連します。
We present Chart2SVG, a multimodal large language model that converts static raster charts into structurally organized, semantically enriched SVGs that support programmatic editing. By incorporating chart-specific semantic tokens into a vision-language model, Chart2SVG captures both geometric primitives and their functional roles. To support robust structural recovery, we introduce Beagle+, a dataset of 33K canonicalized and structurally distilled chart samples. Our approach combines specialized training objectives with a rendering-aware post-training phase, producing SVGs that are both visually accurate and structurally consistent. To facilitate higher-level manipulations, we construct a Chart Structure Graph (CSG) that exposes visual dependencies, enabling tasks such as interactive exploration, chart repurposing, and layout reuse. Experiments show that Chart2SVG substantially outperforms baselines in reconstruction fidelity and downstream editing utility, advancing the development of intelligent and interactive visualization tools.