paper-with-me

홈 › Papers

Render-in-the-Loop: Vector Graphics Generation via Visual Self-Feedback

2026-04-22 · Guotao Liang, Zhangcheng Wang, Juncheng Hu, Haitao Zhou, Ziteng Xue, Jing Zhang, Dong Xu, Qian Yu arxiv

Multimodal Large Language Models (MLLMs) have shown promising capabilities in generating Scalable Vector Graphics (SVG) via direct code synthesis. However, existing paradigms typically adopt an open-loop "blind drawing" approach, where models generate symbolic code sequences without perceiving intermediate visual outcomes. This methodology severely underutilizes the powerful visual priors embedded in MLLMs vision encoders, treating SVG generation as a disjointed textual sequence modeling task rather than an integrated visuo-spatial one. Consequently, models struggle to reason about partial canvas states and implicit occlusion relationships, which are visually explicit but textually ambiguous. To bridge this gap, we propose Render-in-the-Loop, a novel generation paradigm that reformulates SVG synthesis as a step-wise, visual-context-aware process. By rendering intermediate code states into a cumulative canvas, the model explicitly observes the evolving visual context at each step, leveraging on-the-fly feedback to guide subsequent generation. However, we demonstrate that applying this visual loop naively to off-the-shelf models is suboptimal due to their inability to leverage incremental visual-code mappings. To address this, we first utilize fine-grained path decomposition to construct dense multi-step visual trajectories, and then introduce a Visual Self-Feedback (VSF) training strategy to condition the next primitive generation on intermediate visual states. Furthermore, a Render-and-Verify (RaV) inference mechanism is proposed to effectively filter degenerate and redundant primitives. Our framework, instantiated on a multimodal foundation model, outperforms strong open-weight baselines on the standard MMSVGBench. This result highlights the remarkable data efficiency and generalization capability of our Render-in-the-Loop paradigm for both Text-to-SVG and Image-to-SVG tasks.

📄 PDF Abstract BibTeX arXiv:2604.20730

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rendering-Aware Reinforcement Learning for Vector Graphics Generation

2025-05-27 · Juan A. Rodriguez, Haotian Zhang, Abhay Puri, Aarash Feizi 외

Scalable Vector Graphics (SVG) offer a powerful format for representing visual designs as interpretable code. Recent advances in vision-language models (VLMs) have enabled high-quality SVG generation by framing the probl…

Code Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

IntroSVG: Learning from Rendering Feedback for Text-to-SVG Generation via an Introspective Generator-Critic Framework

2026-03-10 · Feiyu Wang, Jiayuan Yang, Zhiyuan Zhao, Da Zhang 외 arxiv

Scalable Vector Graphics (SVG) are central to digital design due to their inherent scalability and editability. Despite significant advancements in content generation enabled by Visual Language Models (VLMs), existing te…

StarVector: Generating Scalable Vector Graphics Code from Images and Text

2023-12-17 · CVPR 2025 1 · Juan A. Rodriguez, Abhay Puri, Shubham Agarwal, Issam H. Laradji 외

Scalable Vector Graphics (SVGs) are vital for modern image rendering due to their scalability and versatility. Previous SVG generation methods have focused on curve-based vectorization, lacking semantic understanding, of…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+2

SVGThinker: Instruction-Aligned and Reasoning-Driven Text-to-SVG Generation

2025-09-29 · Hanqi Chen, Zhongyin Zhao, Ye Chen, Zhujin Liang 외 arxiv

Scalable Vector Graphics (SVG) is a code-based representation for 2D visuals. Leveraging recent advances in large language models (LLMs), we study text-to-SVG generation and address two persistent gaps: weak generalizati…

Symbolic Graphics Programming with Large Language Models

2025-09-05 · Yamei Chen, Haoquan Zhang, Yangyi Huang, Zeju Qiu 외 arxiv

Large language models (LLMs) excel at program synthesis, yet their ability to produce symbolic graphics programs (SGPs) that render into precise visual content remains underexplored. We study symbolic graphics programmin…

Reinforcement LearningProgram Synthesis