SVGDreamer: Text Guided SVG Generation with Diffusion Model
Abstract
Text-guided scalable vector graphics (SVG) synthesis has broad applications in icon and sketch generation. However, existing text-to-SVG methods often suffer from limited editability, suboptimal visual quality, and low sample diversity. To address these challenges, we propose \textbf{SVGDreamer}, a novel framework for text-guided vector graphics synthesis. Our method introduces a \textbf{semantic-driven image vectorization (SIVE)} process, which decomposes the generation procedure into foreground objects and background elements, thereby improving structural controllability and editability. In particular, SIVE incorporates attention-based primitive control and an attention-mask loss to facilitate fine-grained manipulation of individual vector elements. To further improve generation quality and diversity, we propose \textbf{Vectorized Particle-based Score Distillation (VPSD)}, which models SVGs as distributions over control points and colors. Compared with existing text-to-SVG optimization methods, VPSD alleviates over-smoothed shapes, over-saturated colors, limited diversity, and slow convergence. Moreover, VPSD leverages a reward model to reweight vector particles, leading to better visual aesthetics and faster convergence. Extensive experiments demonstrate that SVGDreamer consistently outperforms existing baselines in editability, visual quality, and diversity. Project page: https://ximinng.github.io/SVGDreamer-project/
Cite
@article{arxiv.2312.16476,
title = {SVGDreamer: Text Guided SVG Generation with Diffusion Model},
author = {Ximing Xing and Haitao Zhou and Chuang Wang and Jing Zhang and Dong Xu and Qian Yu},
journal= {arXiv preprint arXiv:2312.16476},
year = {2026}
}
Comments
Accepted by CVPR 2024. Project Page: https://ximinng.github.io/SVGDreamer-project/