paper-with-me

Papers

Visually Descriptive Language Model for Vector Graphics Reasoning

2024-04-09 · Zhenhailong Wang, Joy Hsu, Xingyao Wang, Kuan-Hao Huang, Manling Li, Jiajun Wu, Heng Ji

Despite significant advancements, large multimodal models (LMMs) still struggle to bridge the gap between low-level visual perception -- focusing on shapes, sizes, and layouts -- and high-level language reasoning, such as semantics and logic. This limitation is evident in tasks that require precise visual perception, like comparing geometric properties or solving visual reasoning problems. To study this failure mode, we focus on vector graphics -- images composed of 2D objects and shapes, prevalent in LMM-based tasks in web, design, and OS environments. We identify two key research questions: how can we enable precise visual perception, and how can we facilitate high-level reasoning based on such low-level perceptions? To capture fine visual details, we use Scalable Vector Graphics (SVG) for accurate encoding of visual scenes. However, SVGs are not readily interpretable by LMMs in a zero-shot manner. To tackle this, we propose the Visually Descriptive Language Model (VDLM), which introduces a Primal Visual Description (PVD) as an intermediate textual representation. PVD translates SVGs into a text-based abstraction consisting of primitive attributes (e.g., shape, position, measurement) and their corresponding values. PVD can be learned using task-agnostic synthesized data and represents visual primitives that are universal across vector graphics. This abstraction is more structured, allowing for direct interpretation by foundation models for zero-shot generalization. Without human-annotated data, empirical results show that VDLM significantly improves state-of-the-art LMMs like GPT-4o on various multimodal perception and reasoning tasks. Extensive analyses of VDLM show improved interpretability due to its disentangled perception and reasoning. We also demonstrate a positive correlation between PVD quality and task performance. Project page: https://mikewangwzhl.github.io/VDLM/

📄 PDF Abstract BibTeX arXiv:2404.06479

Code (1)

visioncortex/vtracer

Tasks

DescriptiveLanguage ModelingLanguage ModellingQuestion AnsweringVector GraphicsVisual ReasoningZero-shot Generalization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ReasonCLIP-58M: Visually Grounded Commonsense Reasoning Supervision for CLIP

2026-06-25 · Sicheng Zhang, Muzammal Naseer, Binzhu Xie, Naufal Suryanto 외 arxiv

CLIP and its variants are widely adopted visual backbones in multimodal systems, but their pretraining remains dominated by descriptive image-text alignment. As downstream applications increasingly demand visually ground…

Continual Pretraining

Reason-SVG: Hybrid Reward RL for Aha-Moments in Vector Graphics Generation

2025-05-30 · XiMing Xing, Yandong Guan, Jing Zhang, Dong Xu 외

Generating high-quality Scalable Vector Graphics (SVGs) is challenging for Large Language Models (LLMs), as it requires advanced reasoning for structural validity, semantic faithfulness, and visual coherence -- capabilit…

Reinforcement Learning (RL)Vector Graphics

Vector Prism: Animating Vector Graphics by Stratifying Semantic Structure

2025-12-16 · Jooyeol Yun, Jaegul Choo arxiv

Scalable Vector Graphics (SVG) are central to modern web design, and the demand to animate them continues to grow as web environments become increasingly dynamic. Yet automating the animation of vector graphics remains c…

Code GenerationMotion Planning

Defining Visually Descriptive Language

2015-09-01 · WS 2015 9 · Robert Gaizauskas, Josiah Wang, Arnau Ramisa
DescriptiveImage CaptioningImage Retrieval

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