paper-with-me

Papers

IconShop: Text-Guided Vector Icon Synthesis with Autoregressive Transformers

2023-04-27 · Ronghuan Wu, Wanchao Su, Kede Ma, Jing Liao

Scalable Vector Graphics (SVG) is a popular vector image format that offers good support for interactivity and animation. Despite its appealing characteristics, creating custom SVG content can be challenging for users due to the steep learning curve required to understand SVG grammars or get familiar with professional editing software. Recent advancements in text-to-image generation have inspired researchers to explore vector graphics synthesis using either image-based methods (i.e., text -> raster image -> vector graphics) combining text-to-image generation models with image vectorization, or language-based methods (i.e., text -> vector graphics script) through pretrained large language models. However, these methods still suffer from limitations in terms of generation quality, diversity, and flexibility. In this paper, we introduce IconShop, a text-guided vector icon synthesis method using autoregressive transformers. The key to success of our approach is to sequentialize and tokenize SVG paths (and textual descriptions as guidance) into a uniquely decodable token sequence. With that, we are able to fully exploit the sequence learning power of autoregressive transformers, while enabling both unconditional and text-conditioned icon synthesis. Through standard training to predict the next token on a large-scale vector icon dataset accompanied by textural descriptions, the proposed IconShop consistently exhibits better icon synthesis capability than existing image-based and language-based methods both quantitatively and qualitatively. Meanwhile, we observe a dramatic improvement in generation diversity, which is validated by the objective Uniqueness and Novelty measures. More importantly, we demonstrate the flexibility of IconShop with multiple novel icon synthesis tasks, including icon editing, icon interpolation, icon semantic combination, and icon design auto-suggestion.

📄 PDF Abstract BibTeX arXiv:2304.14400

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImage GenerationText to Image GenerationText-to-Image GenerationVector Graphics

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Leveraging Large Language Models For Scalable Vector Graphics Processing: A Review

2025-03-06 · Boris Malashenko, Ivan Jarsky, Valeria Efimova

In recent years, rapid advances in computer vision have significantly improved the processing and generation of raster images. However, vector graphics, which is essential in digital design, due to its scalability and ea…

Vector Graphics

SVGDreamer: Text Guided SVG Generation with Diffusion Model

2023-12-27 · CVPR 2024 1 · XiMing Xing, Haitao Zhou, Chuang Wang, Jing Zhang 외

Recently, text-guided scalable vector graphics (SVGs) synthesis has shown promise in domains such as iconography and sketch. However, existing text-to-SVG generation methods lack editability and struggle with visual qual…

DiversityVector Graphics

SVGDreamer++: Advancing Editability and Diversity in Text-Guided SVG Generation

2024-11-26 · XiMing Xing, Qian Yu, Chuang Wang, Haitao Zhou 외

Recently, text-guided scalable vector graphics (SVG) synthesis has demonstrated significant potential in domains such as iconography and sketching. However, SVGs generated from existing Text-to-SVG methods often lack edi…

DiversityImage SegmentationSemantic SegmentationVector Graphics

Target Concept Guided Medical Concept Normalization in Noisy User-Generated Texts

2020-11-01 · EMNLP (DeeLIO) 2020 11 · Katikapalli Subramanyam Kalyan, Sivanesan Sangeetha

Medical concept normalization (MCN) i.e., mapping of colloquial medical phrases to standard concepts is an essential step in analysis of medical social media text. The main drawback in existing state-of-the-art approach …

Medical Concept NormalizationSentenceSentence EmbeddingSentence-Embedding

Context-Aware Text-Based Binary Image Stylization and Synthesis

2018-10-09 · Shuai Yang, Jiaying Liu, Wenhan Yang, Zongming Guo

In this work, we present a new framework for the stylization of text-based binary images. First, our method stylizes the stroke-based geometric shape like text, symbols and icons in the target binary image based on an in…

Image InpaintingImage StylizationLayout DesignStyle Transfer+1