paper-with-me

홈 › Papers

Beyond Pixels: Exploring Human-Readable SVG Generation for Simple Images with Vision Language Models

2023-11-27 · Tong Zhang, Haoyang Liu, Peiyan Zhang, Yuxuan Cheng, Haohan Wang

In the field of computer graphics, the use of vector graphics, particularly Scalable Vector Graphics (SVG), represents a notable development from traditional pixel-based imagery. SVGs, with their XML-based format, are distinct in their ability to directly and explicitly represent visual elements such as shape, color, and path. This direct representation facilitates a more accurate and logical depiction of graphical elements, enhancing reasoning and interpretability. Recognizing the potential of SVGs, the machine learning community has introduced multiple methods for image vectorization. However, transforming images into SVG format while retaining the relational properties and context of the original scene remains a key challenge. Most vectorization methods often yield SVGs that are overly complex and not easily interpretable. In response to this challenge, we introduce our method, Simple-SVG-Generation (S\textsuperscript{2}VG\textsuperscript{2}). Our method focuses on producing SVGs that are both accurate and simple, aligning with human readability and understanding. With simple images, we evaluate our method with reasoning tasks together with advanced language models, the results show a clear improvement over previous SVG generation methods. We also conducted surveys for human evaluation on the readability of our generated SVGs, the results also favor our methods.

📄 PDF Abstract BibTeX arXiv:2311.15543

Code (0)

등록된 구현이 없습니다.

Tasks

Vector Graphics

Similar Papers 제목 키워드 기반

The Legislative Recipe: Syntax for Machine-Readable Legislation

2021-08-19 · Megan Ma, Bryan Wilson

Legal interpretation is a linguistic venture. In judicial opinions, for example, courts are often asked to interpret the text of statutes and legislation. As time has shown, this is not always as easy as it sounds. Matte…

Decision Making

LUMOS: A Semantic Operating-System Layer for Accessibility-Grounded AI Agents

2026-06-29 · Yogeswar Reddy Thota hf

Current operating systems expose interfaces optimized for human users but not for AI agents. Humans benefit from pixels, icons, windows, visual grouping, mouse movement, and keyboard shortcuts; AI agents instead need com…

Beyond Human-Readable: Rethinking Software Engineering Conventions for the Agentic Development Era

2026-04-08 · Dmytro Ustynov arxiv

For six decades, software engineering principles have been optimized for a single consumer: the human developer. The rise of agentic AI development, where LLM-based agents autonomously read, write, navigate, and debug co…

Questions beyond Pixels: Integrating Commonsense Knowledge in Visual Question Generation for Remote Sensing

2026-02-22 · Siran Li, Li Mi, Javiera Castillo-Navarro, Devis Tuia arxiv

With the rapid development of remote sensing image archives, asking questions about images has become an effective way of gathering specific information or performing semantic image retrieval. However, current automatica…

Question GenerationQuestion AnsweringImage CaptioningImage Retrieval

Even with AI, Bijection Discovery is Still Hard: The Opportunities and Challenges of OpenEvolve for Novel Bijection Construction

2025-11-26 · Davis Brown, Jesse He, Helen Jenne, Henry Kvinge 외 arxiv

Evolutionary program synthesis systems such as AlphaEvolve, OpenEvolve, and ShinkaEvolve offer a new approach to AI-assisted mathematical discovery. These systems utilize teams of large language models (LLMs) to generate…

Program Synthesis