可缩放矢量图形的潜在空间
文章背景与核心概要
长期以来,尽管变分自编码器(VAE)等架构为光栅图像(Raster Images)提供了连续、稠密且可逆的潜在空间,但深度学习领域在可缩放矢量图形(SVG)方面一直缺乏同等水平的基础构建模块。
为了弥补这一空白,本文作者推出了 SLS (SVG Latent Space)。这是一个基于 Transformer 的自编码器,能够学习构成任意矢量图形的原子级视觉元素——单个 SVG 路径(SVG paths)的紧凑稠密表示。通过利用基于字节对编码(BPE)的统一标记词汇表来建模 SVG 命令、坐标数据和视觉属性,SLS 能够生成固定大小的潜在嵌入,从而联合捕捉结构与外观特征。
📌 Summary
While Variational Autoencoders (VAEs) and similar architectures have long provided continuous, dense, and invertible latent spaces for raster images, the deep learning community has lacked a comparable foundational building block for Scalable Vector Graphics (SVGs).
长期以来,尽管变分自编码器(VAE)等架构为光栅图像提供了连续、稠密且可逆的潜在空间,但深度学习领域在可缩放矢量图形(SVG)方面一直缺乏同等水平的基础构建模块。
To bridge this gap, the authors introduce SLS (SVG Latent Space), a Transformer-based autoencoder that learns compact, dense representations of individual SVG paths—the atomic visual elements that compose any vector graphic. By utilizing a unified Byte Pair Encoding (BPE)-based token vocabulary to model SVG commands, coordinate data, and visual properties, SLS generates fixed-size latent embeddings that jointly capture both structure and appearance.
为了弥补这一空白,作者推出了 SLS (SVG Latent Space)。这是一个基于 Transformer 的自编码器,能够学习构成任意矢量图形的原子级视觉元素——单个 SVG 路径的紧凑稠密表示。通过利用基于字节对编码(BPE)的统一标记词汇表来建模 SVG 命令、坐标数据和视觉属性,SLS 能够生成固定大小的潜在嵌入,从而联合捕捉结构与外观特征。
Key features and achievements of SLS include: * High-Fidelity Reconstruction: Decodes latent representations back into valid, style-consistent SVG paths. * Structured Latent Space: Embeddings reside on a unit hypersphere, enabling efficient similarity search, composition, and downstream conditioning via simple vector-space operations. * Efficiency: Generalizes across diverse tasks, reducing computational FLOPs by over 150 times compared to traditional token-based approaches. * Foundation for Vector Graphics: Establishes a robust, invertible, and general-purpose latent foundation for future vector graphics research.
SLS 的主要特点和成就包括: * 高保真重建: 将潜在表示解码回有效且风格一致的 SVG 路径。 * 结构化潜在空间: 嵌入位于单位超球面上,能够通过简单的向量空间操作实现高效的相似性搜索、组合以及下游条件控制。 * 高效性: 能够泛化至各种任务,与传统的基于标记的方法相比,计算 FLOPs 减少了 150 倍以上。 * 矢量图形的基础: 为未来的矢量图形研究奠定了稳健、可逆且通用的潜在基础。
🔗 Links and Resources
- Full-Text Access:
- View PDF
- HTML (Experimental)
- TeX Source
- License: Creative Commons Attribution 4.0 International
- External Citations & Tools:
- NASA ADS
- Google Scholar
全文访问:
- 查看 PDF
- HTML(实验性)
- TeX 源码
- 许可证: 知识共享署名 4.0 国际版
- 外部引用与工具:
- NASA ADS
- Google 学术
- Semantic Scholar
