NeuralSVG: An Implicit Representation for Text-to-Vector Generation
Sagi Polaczek, Yuval Alaluf, Elad Richardson, Yael Vinker, Daniel, Cohen-Or

TL;DR
NeuralSVG introduces an implicit neural approach inspired by NeRFs for generating layered, editable SVG vector graphics from text prompts, enabling high-quality, flexible, and controllable vector image creation.
Contribution
The paper presents NeuralSVG, a novel implicit neural representation for text-to-vector generation that emphasizes layered SVG structure and inference-time control, outperforming prior methods.
Findings
Outperforms existing methods in structured SVG generation
Enables dynamic SVG editing based on user input
Effectively encodes layered vector graphics with a small neural network
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsDiffusion
