
Share
Researchers from Tel Aviv University introduce NeuralSVG, a new system that translates text into intricate vector graphics, enabling designers to create layered, editable SVG files with unprecedented ease.
ICCV 2025
Authors:
Vector graphics are a cornerstone in design, offering resolution-independent and highly editable visual content. Recent advancements in vision-language models and diffusion models have sparked interest in generating vector graphics from text prompts. However, existing approaches often produce over-parameterized outputs and treat the layered structure of SVGs as a secondary goal, limiting their practicality.
NeuralSVG addresses these issues by introducing an implicit neural representation for generating vector graphics from text. Inspired by Neural Radiance Fields (NeRFs), NeuralSVG encodes the entire scene into the weights of a small Multi-Layer Perceptron (MLP) network, optimized using Score Distillation Sampling (SDS). This approach not only ensures a structured and editable SVG but also allows for dynamic conditioning, such as changing background colors or aspect ratios.
Implicit Neural Representation: NeuralSVG learns an implicit representation of the vector graphics by encoding the SVG into the weights of a small MLP network. The model is optimized using Score Distillation Sampling (SDS), which helps in generating high-quality and structured SVGs.
Dropout-Based Regularization: To promote an ordered and meaningful layered structure, NeuralSVG uses a dropout-based regularization technique. This method encourages each shape to have a standalone meaning within the overall scene, ensuring that the generated SVG is both structured and editable.
Inference-Time Control: The neural representation provides inference-time control, allowing users to dynamically adjust aspects of the generated SVG, such as color palettes or aspect ratios, using a single learned representation. This flexibility is crucial for practical applications in design and graphics.

Model Architecture:
Dynamic Conditioning:
NeuralSVG can generate vector graphics from text prompts while maintaining a structured and editable format. For example:
Text Prompt: "A red apple on a white background"
Text Prompt: "A blue car on a yellow road"
NeuralSVG has been evaluated both qualitatively and quantitatively. The results show that it outperforms existing methods in generating structured and flexible SVGs. Key findings include:
NeuralSVG represents a significant step forward in text-to-vector graphics generation. By leveraging an implicit neural representation and dropout-based regularization, it ensures that generated SVGs are structured, editable, and flexible. The ability
Tags
Original Sources
↗ https://sagipolaczek.github.io/NeuralSVG/?utm_source=tldrai
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
10 January 2025
88 articles
Related Articles
Related Articles
More Stories