CVJan 7, 2025

NeuralSVG: An Implicit Representation for Text-to-Vector Generation

arXiv:2501.03992v114 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the need for practical text-to-vector graphics generation with layered structures for artists and designers, though it is incremental as it builds on existing neural representation techniques.

The paper tackled the problem of generating vector graphics from text prompts by proposing NeuralSVG, an implicit neural representation that encodes scenes into a small MLP network, resulting in outperforming existing methods in generating structured and flexible SVGs.

Vector graphics are essential in design, providing artists with a versatile medium for creating resolution-independent and highly editable visual content. Recent advancements in vision-language and diffusion models have fueled interest in text-to-vector graphics generation. However, existing approaches often suffer from over-parameterized outputs or treat the layered structure - a core feature of vector graphics - as a secondary goal, diminishing their practical use. Recognizing the importance of layered SVG representations, we propose NeuralSVG, an implicit neural representation for generating vector graphics from text prompts. Inspired by Neural Radiance Fields (NeRFs), NeuralSVG encodes the entire scene into the weights of a small MLP network, optimized using Score Distillation Sampling (SDS). To encourage a layered structure in the generated SVG, we introduce a dropout-based regularization technique that strengthens the standalone meaning of each shape. We additionally demonstrate that utilizing a neural representation provides an added benefit of inference-time control, enabling users to dynamically adapt the generated SVG based on user-provided inputs, all with a single learned representation. Through extensive qualitative and quantitative evaluations, we demonstrate that NeuralSVG outperforms existing methods in generating structured and flexible SVG.

Code Implementations1 repo
Foundations

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

Your Notes