English

RefineSVG: Visual Feedback-Driven Reinforcement Learning for Image-to-SVG Generation

Computer Vision and Pattern Recognition 2026-07-30 v1 Artificial Intelligence

Abstract

We propose RefineSVG, a single-step closed-loop visual feedback framework that enables multimodal large language models (MLLMs) to perform high-fidelity image-to-SVG generation through self-correction. Existing MLLM-based approaches rely on single-pass open-loop inference, where the model receives visual input only once and must generate thousands of SVG code tokens without intermediate verification. This paradigm inevitably leads to geometric drift, error accumulation, and visual hallucination on complex images. RefineSVG overcomes this limitation by invoking an external rendering engine after an initial SVG generation pass to compare the rendered output against the target image. The comparison yields a multi-dimensional visual residual map (Diff-Map) that is fed back to the model as a ReAct-style correction signal, driving a targeted correction step. To support this render-observe-correct interaction, we further introduce an SVG-oriented semantic vocabulary that compresses token sequences by over 52%. A progressive training pipeline spanning supervised fine-tuning, rejection-sampling cold-start data construction, and end-to-end agentic reinforcement learning aligns the model with closed-loop visual correction. Extensive experiments show that RefineSVG consistently outperforms existing baselines in reconstruction fidelity, structural accuracy, and code efficiency.Code is available at https://github.com/liuxiaobo66/RefineSVG.

Cite

@article{arxiv.2607.27699,
  title  = {RefineSVG: Visual Feedback-Driven Reinforcement Learning for Image-to-SVG Generation},
  author = {Shaobo Liu and Feiqiao Mao and Shuaishuai Zhou and Yan Zhan and Weiqi Tan and Zhiqiong Lu and Zhengping Liang},
  journal= {arXiv preprint arXiv:2607.27699},
  year   = {2026}
}

Comments

17 pages, 5 main-paper figures. Accepted at the 34th ACM International Conference on Multimedia (ACM MM 2026). Includes the complete supplementary material