iago-suarez commited on
Commit
915bad4
·
verified ·
1 Parent(s): 5bb91e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -7,7 +7,17 @@ tags:
7
  - svg
8
  ---
9
 
10
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
 
 
 
 
 
 
 
 
11
  - Code: https://github.com/TomasGuija/DesigNet
12
  - Paper: https://arxiv.org/abs/2604.06494
13
- - Docs: [More Information Needed]
 
 
 
7
  - svg
8
  ---
9
 
10
+ # DesigNet: Learning to Draw Vector Graphics as Designers Do
11
+
12
+ [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/TomasGuija/DesigNet/blob/main/demo_designet_inference.ipynb) [![arXiv](https://img.shields.io/badge/arXiv-2604.06494-b31b1b.svg)](https://arxiv.org/abs/2604.06494)
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/TomasGuija/DesigNet/tree/main/docs/imgs/overview.jpg" width="500"/>
16
+ </p>
17
+
18
+
19
  - Code: https://github.com/TomasGuija/DesigNet
20
  - Paper: https://arxiv.org/abs/2604.06494
21
+ - Docs: [More Information Needed]
22
+
23
+ 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 C^0, G^1, and C^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 the outputs are easier to refine and integrate into professional design workflows