DesigNet: Learning to Draw Vector Graphics as Designers Do

Open in Colab arXiv Journal DOI

Overview of the DesigNet architecture

Overview

AI-driven content generation has made remarkable progress in recent years. However, neural networks and human designers operate in fundamentally different ways, making collaboration between them challenging. We address this gap for Scalable Vector Graphics (SVG) by equipping neural networks with tools commonly used by designers, such as axis alignment and explicit continuity control at command junctions. We introduce DesigNet, a hierarchical Transformer-VAE that operates directly on SVG sequences with a continuous command parameterization. Our main contributions are two differentiable modules: a continuity self-refinement module that predicts C0C^{0}, G1G^{1}, and C1C^{1} continuity for each curve point and enforces it by modifying Bézier control points, and an alignment self-refinement module with snapping capabilities for horizontal or vertical lines. DesigNet produces editable outlines and achieves competitive results against state-of-the-art methods, with notably higher accuracy in continuity and alignment. These properties ensure that the outputs are easier to refine and integrate into professional design workflows.

Citation

@article{GUIJAVALIENTE2026104627,
  title = {DesigNet: Learning to draw vector graphics as designers do},
  journal = {Computers & Graphics},
  volume = {137},
  pages = {104627},
  year = {2026},
  issn = {0097-8493},
  doi = {https://doi.org/10.1016/j.cag.2026.104627},
  url = {https://www.sciencedirect.com/science/article/pii/S0097849326000981},
  author = {Tomas Guija-Valiente and Iago Suárez},
  keywords = {Scalable vector graphics, Font generation, Transformer, Variational Autoencoder, Generative AI},
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Safetensors
Model size
13.8M params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for TomasGuija/DesigNet