paper-with-me

홈 › Papers

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

2022-11-21 · CVPR 2023 1 · Ajay Jain, Amber Xie, Pieter Abbeel

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 .

📄 PDF Abstract BibTeX arXiv:2211.11319

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText to 3DVector Graphics

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Fractal Generative Models

2025-02-24 · Tianhong Li, Qinyi Sun, Lijie Fan, Kaiming He

Modularization is a cornerstone of computer science, abstracting complex functions into atomic building blocks. In this paper, we introduce a new level of modularization by abstracting generative models into atomic gener…

Image Generation

A General Bézier Tree Encoding Counterfactual Framework for Retinal-Vessel-Mediated Disease Analysis

2026-05-13 · Tan Su, Ethan Elio Meidinger, Lin Gu, Ruogu Fang arxiv

The geometry of the retinal vessel is a key biomarker of vascular diseases, yet clinical evidence remains primarily observational. Existing generative counterfactuals intervene only at the image-level disease label, fail…

PixelGen: Improving Pixel Diffusion with Perceptual Supervision

2026-02-02 · Zehong Ma, Ruihan Xu, Shiliang Zhang arxiv

Pixel diffusion generates images directly in pixel space, avoiding the VAE artifacts and representational bottlenecks of two-stage latent diffusion. Recent JiT further simplifies pixel diffusion with x-prediction, where …

Text-to-Image Generation

PixelDiT: Pixel Diffusion Transformers for Image Generation

2025-11-25 · Yongsheng Yu, Wei Xiong, Weili Nie, Yichen Sheng 외 arxiv

Latent-space modeling has been the standard for Diffusion Transformers (DiTs). However, it relies on a two-stage pipeline where the pretrained autoencoder introduces lossy reconstruction, leading to error accumulation wh…

Text-to-Image Generation

FrequencyBooster: Full-Frequency Modeling for High-Fidelity Pixel Diffusion

2026-05-18 · Lichen Ma, Zipeng Guo, Yu He, Xiaolong Fu 외 arxiv

To circumvent the inherent fidelity bottlenecks and optimization misalignment of VAE-based latent diffusion, pixel-space diffusion models have emerged as a compelling end-to-end paradigm. However, existing pixel diffusio…

Computational Efficiency