Skip to content

Author

Xikang Chen

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Open access 2026

Vector Calligrapher: Generating Scalable Vector Graphics via Structured Linguistic Supervision

Generating SVG-based fonts requires Multi-modal Large Language Models (MLLMs) to translate high-level linguistic intent into low-level, topologically constrained symbolic sequences. However, current approaches struggle with two fundamental misalignments: the semantic ambiguity of unstructured natural language for precise geometric control, and the inefficiency of generic text tokenizers , which fragment coordinate-dense SVG XML into excessively long sequences with low information density. In this work, we propose Vector Cal-ligrapher , a system that treats SVG generation as a conditional language modeling task optimized for both semantic grounding and representational efficiency. To bridge the semantic gap, we introduce a structured linguistic supervision Font Description Framework that decomposes typo-graphic style into interpretable linguistic dimensions (e.g., historical lineage, affective metaphors), providing structured supervision aligned with the compositional syntax of SVG. To address the tokenization bottleneck, we de-sign a scalable separated-coordinate strategy that bypasses the vocabulary explosion of flattened tokens while significantly compressing sequence length. Supported by Vec-torFont , a dataset of over 10 million hierarchically annotated glyphs, our approach improves CLIP score by +23%, reduces geometric error by ≈48%, and boosts generation efficiency by achieving an 18% Commands-per-Token (C/T) ratio—a 6 × increase in information density over standard baselines. These results demonstrate that combining structured linguistic supervision with efficient symbolic tokenization is essential for reliable, controllable vector graphics synthesis. VectorFont dataset, Code and model weights will be publicly released.

Bo Zhou, Xikang Chen, Yan Gong et al. · 0 citations