Leveraging Large Language Models For Scalable Vector Graphics Processing: A Review
By: Boris Malashenko, Ivan Jarsky, Valeria Efimova
Potential Business Impact:
Lets computers create and fix drawings perfectly.
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 ease of editing, have been relatively understudied. Traditional vectorization techniques, which are often used in vector generation, suffer from long processing times and excessive output complexity, limiting their usability in practical applications. The advent of large language models (LLMs) has opened new possibilities for the generation, editing, and analysis of vector graphics, particularly in the SVG format, which is inherently text-based and well-suited for integration with LLMs. This paper provides a systematic review of existing LLM-based approaches for SVG processing, categorizing them into three main tasks: generation, editing, and understanding. We observe notable models such as IconShop, StrokeNUWA, and StarVector, highlighting their strengths and limitations. Furthermore, we analyze benchmark datasets designed for assessing SVG-related tasks, including SVGEditBench, VGBench, and SGP-Bench, and conduct a series of experiments to evaluate various LLMs in these domains. Our results demonstrate that for vector graphics reasoning-enhanced models outperform standard LLMs, particularly in generation and understanding tasks. Furthermore, our findings underscore the need to develop more diverse and richly annotated datasets to further improve LLM capabilities in vector graphics tasks.
Similar Papers
From Text to Visuals: Using LLMs to Generate Math Diagrams with Vector Graphics
Artificial Intelligence
Makes math pictures for learning automatically.
SVGenius: Benchmarking LLMs in SVG Understanding, Editing and Generation
CV and Pattern Recognition
Helps computers draw better pictures from words.
SVGen: Interpretable Vector Graphics Generation with Large Language Models
Machine Learning (CS)
Turns words into perfect computer drawings.