paper-with-me

Papers

VGBench: Evaluating Large Language Models on Vector Graphics Understanding and Generation

2024-07-15 · Bocheng Zou, Mu Cai, Jianrui Zhang, Yong Jae Lee

In the realm of vision models, the primary mode of representation is using pixels to rasterize the visual world. Yet this is not always the best or unique way to represent visual content, especially for designers and artists who depict the world using geometry primitives such as polygons. Vector graphics (VG), on the other hand, offer a textual representation of visual content, which can be more concise and powerful for content like cartoons, sketches and scientific figures. Recent studies have shown promising results on processing vector graphics with capable Large Language Models (LLMs). However, such works focus solely on qualitative results, understanding, or a specific type of vector graphics. We propose VGBench, a comprehensive benchmark for LLMs on handling vector graphics through diverse aspects, including (a) both visual understanding and generation, (b) evaluation of various vector graphics formats, (c) diverse question types, (d) wide range of prompting techniques, (e) under multiple LLMs and (f) comparison with VLMs on rasterized representations. Evaluating on our collected 4279 understanding and 5845 generation samples, we find that LLMs show strong capability on both aspects while exhibiting less desirable performance on low-level formats (SVG). Both data and evaluation pipeline will be open-sourced at https://vgbench.github.io.

📄 PDF Abstract BibTeX arXiv:2407.10972

Code (1)

vgbench/VGBench 공식 구현

Tasks

Vector Graphics

Methods 이 논문이 사용한 방법론

Focus 설명 없음

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

mEOL: Training-Free Instruction-Guided Multimodal Embedder for Vector Graphics and Image Retrieval

2026-04-18 · Kyeong Seon Kim, Baek Seong-Eun, Lee Jung-Mok, Tae-Hyun Oh arxiv

Scalable Vector Graphics (SVGs) function both as visual images and as structured code that encode rich geometric and layout information, yet most methods rasterize them and discard this symbolic organization. At the same…

Visual ReasoningImage Retrieval

Render-in-the-Loop: Vector Graphics Generation via Visual Self-Feedback

2026-04-22 · Guotao Liang, Zhangcheng Wang, Juncheng Hu, Haitao Zhou 외 arxiv

Multimodal Large Language Models (MLLMs) have shown promising capabilities in generating Scalable Vector Graphics (SVG) via direct code synthesis. However, existing paradigms typically adopt an open-loop "blind drawing" …

DVGBench: Implicit-to-Explicit Visual Grounding Benchmark in UAV Imagery with Large Vision-Language Models

2026-01-02 · Yue Zhou, Jue Chen, Zilun Zhang, Penghui Huang 외 arxiv

Remote sensing (RS) large vision-language models (LVLMs) have shown strong promise across visual grounding (VG) tasks. However, existing RS VG datasets predominantly rely on explicit referring expressions-such as relativ…

Reinforcement LearningVisual Grounding

AutomaTikZ: Text-Guided Synthesis of Scientific Vector Graphics with TikZ

2023-09-30 · Jonas Belouadi, Anne Lauscher, Steffen Eger

Generating bitmap graphics from text has gained considerable attention, yet for scientific figures, vector graphics are often preferred. Given that vector graphics are typically encoded using low-level graphics primitive…

Language ModelingLanguage ModellingLarge Language ModelMemorization+1