Search papers, labs, and topics across Lattice.
VectorGym is introduced as a new benchmark suite for Scalable Vector Graphics (SVG) tasks, including text-to-SVG, sketch-to-SVG, SVG editing, and SVG captioning, featuring human-authored annotations to reflect realistic design workflows. A multi-task reinforcement learning approach, built on GRPO with curriculum learning, is proposed and used to train a Qwen3-VL 8B model, achieving state-of-the-art performance among open-source models and matching GPT-4o. The benchmark also introduces a VLM-as-a-Judge metric for SVG generation, validated through human correlation studies, and reveals performance gaps in frontier VLMs.
Forget synthetic data: VectorGym offers a new benchmark for SVG code generation, sketching, and editing with gold-standard human annotations, revealing surprising performance gaps in even the most powerful VLMs.
We introduce VectorGym, a comprehensive benchmark suite for Scalable Vector Graphics (SVG) that spans generation from text and sketches, complex editing, and visual understanding. VectorGym addresses the lack of realistic, challenging benchmarks aligned with professional design workflows. Our benchmark comprises four tasks with expert human-authored annotations: the novel Sketch2SVG task (VG-Sketch); a new SVG editing dataset (VG-Edit) featuring complex, multi-step edits with higher-order primitives; Text2SVG generation (VG-Text); and SVG captioning (VG-Cap). Unlike prior benchmarks that rely on synthetic edits, VectorGym provides gold-standard human annotations that require semantic understanding and design intent. We also propose a multi-task reinforcement learning approach that jointly optimizes across all four tasks using rendering-based rewards. Our method, built on GRPO with curriculum learning, trains a Qwen3-VL 8B model that achieves state-of-the-art performance among open-source models, surpassing much larger models including Qwen3-VL 235B and matching GPT-4o. We also introduce a VLM-as-a-Judge metric for SVG generation, validated through human correlation studies. Our evaluation of frontier VLMs reveals significant performance gaps, positioning VectorGym as a rigorous framework for advancing visual code generation. VectorGym is publicly available on huggingface.co/datasets/ServiceNow/VectorGym.