paper-with-me

홈 › Papers

Empowering LLMs to Understand and Generate Complex Vector Graphics

2024-12-15 · CVPR 2025 1 · XiMing Xing, Juncheng Hu, Guotao Liang, Jing Zhang, Dong Xu, Qian Yu

The unprecedented advancements in Large Language Models (LLMs) have profoundly impacted natural language processing but have yet to fully embrace the realm of scalable vector graphics (SVG) generation. While LLMs encode partial knowledge of SVG data from web pages during training, recent findings suggest that semantically ambiguous and tokenized representations within LLMs may result in hallucinations in vector primitive predictions. Additionally, LLM training typically lacks modeling and understanding of the rendering sequence of vector paths, which can lead to occlusion between output vector primitives. In this paper, we present LLM4SVG, an initial yet substantial step toward bridging this gap by enabling LLMs to better understand and generate vector graphics. LLM4SVG facilitates a deeper understanding of SVG components through learnable semantic tokens, which precisely encode these tokens and their corresponding properties to generate semantically aligned SVG outputs. Using a series of learnable semantic tokens, a structured dataset for instruction following is developed to support comprehension and generation across two primary tasks. Our method introduces a modular architecture to existing large language models, integrating semantic tags, vector instruction encoders, fine-tuned commands, and powerful LLMs to tightly combine geometric, appearance, and language information. To overcome the scarcity of SVG-text instruction data, we developed an automated data generation pipeline that collected our SVGX-SFT Dataset, consisting of high-quality human-designed SVGs and 580k SVG instruction following data specifically crafted for LLM training, which facilitated the adoption of the supervised fine-tuning strategy popular in LLM development.

📄 PDF Abstract BibTeX arXiv:2412.11102

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingVector Graphics

Similar Papers 제목 키워드 기반

Genixer: Empowering Multimodal Large Language Models as a Powerful Data Generator

2023-12-11 · Henry Hengyuan Zhao, Pan Zhou, Mike Zheng Shou

Multimodal Large Language Models (MLLMs) demonstrate exceptional problem-solving capabilities, but few research studies aim to gauge the ability to generate visual instruction tuning data. This paper proposes to explore …

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Empowering Large Language Models for Textual Data Augmentation

2024-04-26 · Yichuan Li, Kaize Ding, Jianling Wang, Kyumin Lee

With the capabilities of understanding and executing natural language instructions, Large language models (LLMs) can potentially act as a powerful tool for textual data augmentation. However, the quality of augmented dat…

Data AugmentationDiversityFew-Shot Learning

Empowering Segmentation Ability to Multi-modal Large Language Models

2024-03-21 · YuQi Yang, Peng-Tao Jiang, Jing Wang, Hao Zhang 외

Multi-modal large language models (MLLMs) can understand image-language prompts and demonstrate impressive reasoning ability. In this paper, we extend MLLMs' output by empowering MLLMs with the segmentation ability. The …

Dialogue GenerationReasoning SegmentationSegmentationWord Embeddings

MeshLLM: Empowering Large Language Models to Progressively Understand and Generate 3D Mesh

2025-08-02 · Shuangkang Fang, I-Chao Shen, Yufeng Wang, Yi-Hsuan Tsai 외 arxiv

We present MeshLLM, a novel framework that leverages large language models (LLMs) to understand and generate text-serialized 3D meshes. Our approach addresses key limitations in existing methods, including the limited da…

How Can Large Language Models Understand Spatial-Temporal Data?

2024-01-25 · Lei Liu, Shuo Yu, Runze Wang, Zhenxun Ma 외

While Large Language Models (LLMs) dominate tasks like natural language processing and computer vision, harnessing their power for spatial-temporal forecasting remains challenging. The disparity between sequential text a…

Natural Language Understanding