Papers › SVGDreamer: Text Guided SVG Generation with Diffusion Model

SVGDreamer: Text Guided SVG Generation with Diffusion Model

27 Dec 2023CVPR 2024 1arXiv:2312.16476archive 2025-07-28

XiMing Xing, Haitao Zhou, Chuang Wang, Jing Zhang, Dong Xu, Qian Yu

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/

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.16476")

Code

Syntology Ran 7 of 12 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 7 ran; community (archive-listed): 3 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ximinng/SVGDreamer officialmentioned in papermentioned on GitHubpytorchMIT report
ximinng/pytorch-svgrender mentioned on GitHubpytorchMPL-2.0 report
pwc-1/Paper-9 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
5unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

area ximinng/SVGDreamer/svgdreamer/painter/loss.py official repository ran MIT (permissive) · 78b8ac06cdb89338 · report
build_sysout_print_logger ximinng/SVGDreamer/svgdreamer/libs/logging.py official repository ran MIT (permissive) · 17f4407d2b4a1208 · report
channel_saturation_penalty_loss ximinng/SVGDreamer/svgdreamer/painter/loss.py official repository ran fingerprinted MIT (permissive) · 75de0b4f69fd8177 · report
get_circle_coordinates ximinng/SVGDreamer/svgdreamer/painter/component_painter_params.py official repository ran MIT (permissive) · cbc591940d7b4d9c · report
get_optimizer ximinng/SVGDreamer/svgdreamer/libs/optim.py official repository ran MIT (permissive) · f3c20de4690dc924 · report
softmax_t ximinng/SVGDreamer/svgdreamer/painter/component_painter_params.py official repository ran fingerprinted MIT (permissive) · 0b48f28e17fb46c5 · report
triangle_area ximinng/SVGDreamer/svgdreamer/painter/loss.py official repository ran fingerprinted MIT (permissive) · 69b23c90ca4b2659 · report
dictconfig_diff ximinng/SVGDreamer/svgdreamer/libs/model_state.py official repository unverified MIT (permissive) · 99b3f249d01cac0c · report
get_sdf ximinng/SVGDreamer/svgdreamer/painter/painter_params.py official repository unverified MIT (permissive) · de7eae39bfa8797d · report
generate_sample MindSpore-scientific/code-13/QuantExplainNLP_AlgoAnalysis/data_preprocessing.py community (archive-listed) unverified Apache-2.0 (permissive) · 16298c972234921e · report
get_feature_names MindSpore-scientific/code-13/QuantExplainNLP_AlgoAnalysis/explainability.py community (archive-listed) unverified Apache-2.0 (permissive) · 5919a74fc358ee01 · report
maybe_num_nodes MindSpore-scientific/code-13/RGNN/model_simple.py community (archive-listed) unverified Apache-2.0 (permissive) · ef93260b5137f73b · report

Tasks

DiversityVector Graphics

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections