CVAIGRLGNov 21, 2022

VectorFusion: Text-to-SVG by Abstracting Pixel-Based Diffusion Models

arXiv:2211.11319v1143 citationsh-index: 164
Originality Incremental advance
AI Analysis

This addresses the need for scalable and compact vector graphics in design applications, representing an incremental advance by adapting existing diffusion techniques to a new output format.

The paper tackles the problem of generating vector graphics (SVGs) from text descriptions by leveraging a pretrained pixel-based diffusion model, achieving higher quality results than prior methods across various styles like pixel art and sketches.

Diffusion models have shown impressive results in text-to-image synthesis. Using massive datasets of captioned images, diffusion models learn to generate raster images of highly diverse objects and scenes. However, designers frequently use vector representations of images like Scalable Vector Graphics (SVGs) for digital icons or art. Vector graphics can be scaled to any size, and are compact. We show that a text-conditioned diffusion model trained on pixel representations of images can be used to generate SVG-exportable vector graphics. We do so without access to large datasets of captioned SVGs. By optimizing a differentiable vector graphics rasterizer, our method, VectorFusion, distills abstract semantic knowledge out of a pretrained diffusion model. Inspired by recent text-to-3D work, we learn an SVG consistent with a caption using Score Distillation Sampling. To accelerate generation and improve fidelity, VectorFusion also initializes from an image sample. Experiments show greater quality than prior work, and demonstrate a range of styles including pixel art and sketches. See our project webpage at https://ajayj.com/vectorfusion .

Foundations

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

Your Notes