DesigNet: Learning to Draw Vector Graphics as Designers Do
- Code: github.com/TomasGuija/DesigNet
- Published article: Computers & Graphics
- Preprint: arXiv:2604.06494
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 , , and 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},
}