CVAIDec 27, 2023

SVGDreamer: Text Guided SVG Generation with Diffusion Model

arXiv:2312.16476v688 citationsh-index: 7CVPR
AI Analysis

This work addresses the need for better text-to-SVG generation in domains like iconography and sketch, offering incremental improvements in editability and quality.

The paper tackles the problem of generating high-quality, editable, and diverse scalable vector graphics (SVGs) from text, proposing SVGDreamer which improves editability through semantic-driven decomposition and enhances visual quality and diversity via a vectorized particle-based approach, achieving superior results over baseline methods.

Recently, text-guided scalable vector graphics (SVGs) synthesis has shown promise in domains such as iconography and sketch. However, existing text-to-SVG generation methods lack editability and struggle with visual quality and result diversity. To address these limitations, we propose a novel text-guided vector graphics synthesis method called SVGDreamer. SVGDreamer incorporates a semantic-driven image vectorization (SIVE) process that enables the decomposition of synthesis into foreground objects and background, thereby enhancing editability. Specifically, the SIVE process introduces attention-based primitive control and an attention-mask loss function for effective control and manipulation of individual elements. Additionally, we propose a Vectorized Particle-based Score Distillation (VPSD) approach to address issues of shape over-smoothing, color over-saturation, limited diversity, and slow convergence of the existing text-to-SVG generation methods by modeling SVGs as distributions of control points and colors. Furthermore, VPSD leverages a reward model to re-weight vector particles, which improves aesthetic appeal and accelerates convergence. Extensive experiments are conducted to validate the effectiveness of SVGDreamer, demonstrating its superiority over baseline methods in terms of editability, visual quality, and diversity. Project page: https://ximinng.github.io/SVGDreamer-project/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes