paper-with-me

Papers

Rendering-Aware Reinforcement Learning for Vector Graphics Generation

2025-05-27 · Juan A. Rodriguez, Haotian Zhang, Abhay Puri, Aarash Feizi, Rishav Pramanik, Pascal Wichmann, Arnab Mondal, Mohammad Reza Samsami, Rabiul Awal, Perouz Taslakian, Spandana Gella, Sai Rajeswar, David Vazquez, Christopher Pal, Marco Pedersoli

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 problem as a code generation task and leveraging large-scale pretraining. VLMs are particularly suitable for this task as they capture both global semantics and fine-grained visual patterns, while transferring knowledge across vision, natural language, and code domains. However, existing VLM approaches often struggle to produce faithful and efficient SVGs because they never observe the rendered images during training. Although differentiable rendering for autoregressive SVG code generation remains unavailable, rendered outputs can still be compared to original inputs, enabling evaluative feedback suitable for reinforcement learning (RL). We introduce RLRF(Reinforcement Learning from Rendering Feedback), an RL method that enhances SVG generation in autoregressive VLMs by leveraging feedback from rendered SVG outputs. Given an input image, the model generates SVG roll-outs that are rendered and compared to the original image to compute a reward. This visual fidelity feedback guides the model toward producing more accurate, efficient, and semantically coherent SVGs. RLRF significantly outperforms supervised fine-tuning, addressing common failure modes and enabling precise, high-quality SVG generation with strong structural understanding and generalization.

📄 PDF Abstract BibTeX arXiv:2505.20793

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)Vector Graphics

Similar Papers 제목 키워드 기반

Empowering Vector Graphics with Consistently Arbitrary Viewing and View-dependent Visibility

2025-05-27 · CVPR 2025 1 · Yidi Li, Jun Xiao, Zhengda Lu, Yiqun Wang 외

This work presents a novel text-to-vector graphics generation approach, Dream3DVG, allowing for arbitrary viewpoint viewing, progressive detail optimization, and view-dependent occlusion awareness. Our approach is a dual…

3DGSSchedulingVector Graphics

SVGen: Interpretable Vector Graphics Generation with Large Language Models

2025-08-06 · Feiyu Wang, Zhiyuan Zhao, Yuandong Liu, Da Zhang 외 arxiv

Scalable Vector Graphics (SVG) is widely used in front-end development and UI/UX design due to its scalability, editability, and rendering efficiency. However, turning creative ideas into precise vector graphics remains …

Reinforcement LearningData Augmentation

VAnim: Rendering-Aware Sparse State Modeling for Structure-Preserving Vector Animation

2026-05-02 · Guotao Liang, Zhangcheng Wang, Chuang Wang, Juncheng Hu 외 arxiv

Scalable Vector Graphics (SVG) animation generation is pivotal for professional design due to their structural editability and resolution independence. However, this task remains challenging as it requires bridging discr…

Reinforcement LearningMotion Planning

Dual Reinforcement-Based Specification Generation for Image De-Rendering

2021-03-02 · Ramakanth Pasunuru, David Rosenberg, Gideon Mann, Mohit Bansal

Advances in deep learning have led to promising progress in inferring graphics programs by de-rendering computer-generated images. However, current methods do not explore which decoding methods lead to better inductive b…

DecoderInductive Bias

Stroke-based Rendering: From Heuristics to Deep Learning

2022-12-30 · Florian Nolte, Andrew Melnik, Helge Ritter

In the last few years, artistic image-making with deep learning models has gained a considerable amount of traction. A large number of these models operate directly in the pixel space and generate raster images. This is …

Deep LearningNeural RenderingVector Graphics