MEGA Hub

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

Authors

Do you know Shaobo Liu?You can claim authorship or link another user.Do you know Feiqiao Mao?You can claim authorship or link another user.Do you know Shuaishuai Zhou?You can claim authorship or link another user.Do you know Yan Zhan?You can claim authorship or link another user.Do you know Weiqi Tan?You can claim authorship or link another user.Do you know Zhiqiong Lu?You can claim authorship or link another user.Do you know Zhengping Liang?You can claim authorship or link another user.

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.

Community

00

Publication notes

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