RoboSVG: A Unified Framework for Interactive SVG Generation with Multi-modal Guidance
Jiuniu Wang, Gongjie Zhang, Quanhao Qian, Junlong Gao, Deli Zhao, Ran Xu
TL;DR
RoboSVG introduces a unified multimodal framework for generating interactive SVGs guided by text, images, and partial SVGs, addressing the challenge of producing semantically accurate and structurally valid vector graphics for robot drawing. It builds RoboDraw, a 1-million-sample dataset with complete, partial SVGs and textual descriptions to support four generation tasks, enabling robust supervised and interactive learning. The model comprises a Guidance Generator that fuses visual, textual, and numerical cues with dedicated SVG generators, achieving state-of-the-art performance on both basic (Text-to-SVG, Image-to-SVG) and interactive (PartialSVG-to-SVG, PartialImage-to-SVG) tasks across RoboDraw and SVGenius benchmarks. The results highlight the benefits of multimodal guidance and specialized generation modules, with practical implications for versatile SVG generation in design and robotics, and the dataset and code will be released publicly soon.
Abstract
Scalable Vector Graphics (SVGs) are fundamental to digital design and robot control, encoding not only visual structure but also motion paths in interactive drawings. In this work, we introduce RoboSVG, a unified multimodal framework for generating interactive SVGs guided by textual, visual, and numerical signals. Given an input query, the RoboSVG model first produces multimodal guidance, then synthesizes candidate SVGs through dedicated generation modules, and finally refines them under numerical guidance to yield high-quality outputs. To support this framework, we construct RoboDraw, a large-scale dataset of one million examples, each pairing an SVG generation condition (e.g., text, image, and partial SVG) with its corresponding ground-truth SVG code. RoboDraw dataset enables systematic study of four tasks, including basic generation (Text-to-SVG, Image-to-SVG) and interactive generation (PartialSVG-to-SVG, PartialImage-to-SVG). Extensive experiments demonstrate that RoboSVG achieves superior query compliance and visual fidelity across tasks, establishing a new state of the art in versatile SVG generation. The dataset and source code of this project will be publicly available soon.
