paper-with-me

홈 › Papers

VCode: a Multimodal Coding Benchmark with SVG as Symbolic Visual Representation

2025-11-04 · Kevin Qinghong Lin, Yuhao Zheng, Hangyu Ran, Dantong Zhu, Dongxing Mao, Linjie Li, Philip Torr, Alex Jinpeng Wang arxiv

Code has emerged as a precise and executable medium for reasoning and action in the agent era. Yet, progress has largely focused on language-centric tasks such as program synthesis and debugging, leaving visual-centric coding underexplored. Inspired by how humans reason over sketches, we advocate SVG code as a compact, interpretable, and executable visual representation. We introduce VCode, a benchmark that reframes multimodal understanding as code generation: given an image, a model must produce SVG that preserves symbolic meaning for downstream reasoning. VCode covers three domains - general commonsense (MM-Vet), professional disciplines (MMMU), and visual-centric perception (CV-Bench). To assess symbolic fidelity, we propose CodeVQA, a novel evaluation protocol in which a policy model answers questions over rendered SVGs; correct answers indicate faithful symbolic preservation. Empirically, frontier VLMs struggle to generate faithful SVGs, revealing a persistent gap between language-centric and visual-centric coding. To close this gap, we introduce VCoder, an agentic framework that augments VLMs along two axes: (i) Thinking with Revision, which iteratively analyzes discrepancies and refines SVG code; and (ii) Acting with Visual Tools, where detectors and parsers supply structured cues such as objects, shapes, and text beyond the model's intrinsic capacity. Across benchmarks, frontier VLMs with strong reasoning capabilities score well overall yet remain limited in professional knowledge and 3D reasoning. VCoder delivers a 12.3-point overall gain over the top-performing Claude-4-Opus. Human studies show that both humans and VLMs perform worse on rendered SVGs, their consistency reveals the promise of symbolic visual representation. The benchmark and code are available at https://github.com/CSU-JPG/VCode.

📄 PDF Abstract BibTeX arXiv:2511.02778

Code (0)

등록된 구현이 없습니다.

Tasks

Program SynthesisCode Generation

Similar Papers 제목 키워드 기반

VCoder: Versatile Vision Encoders for Multimodal Large Language Models

2023-12-21 · CVPR 2024 1 · Jitesh Jain, Jianwei Yang, Humphrey Shi

Humans possess the remarkable skill of Visual Perception, the ability to see and understand the seen, helping them make sense of the visual world and, in turn, reason. Multimodal Large Language Models (MLLM) have recentl…

Image CaptioningImage GenerationObjectQuestion Answering+2

ConvCodeWorld: Benchmarking Conversational Code Generation in Reproducible Feedback Environments

2025-02-27 · Hojae Han, Seung-won Hwang, Rajhans Samdani, Yuxiong He

Large language models (LLMs) have proven invaluable for code generation, particularly in interactive settings. However, existing code generation benchmarks fail to capture the diverse feedback encountered in multi-turn i…

BenchmarkingCode Generation

AutoVCoder: A Systematic Framework for Automated Verilog Code Generation using LLMs

2024-07-21 · Mingzhe Gao, Jieru Zhao, Zhe Lin, Wenchao Ding 외

Recently, the use of large language models (LLMs) for software code generation, e.g., C/C++ and Python, has proven a great success. However, LLMs still suffer from low syntactic and functional correctness when it comes t…

Code GenerationDataset GenerationRAGRetrieval-augmented Generation

Efficient Remote KV Cache Reuse with GPU-native Video Codec

2026-02-10 · Liang Mi, Weijun Wang, Jinghan Chen, Ting Cao 외 arxiv

Remote KV cache reuse fetches KV cache for identical contexts from remote storage, avoiding recomputation, accelerating LLM inference. While it excels in high-speed networks, its performance degrades significantly in ban…

Omni-I2C: A Holistic Benchmark for High-Fidelity Image-to-Code Generation

2026-03-18 · Jiawei Zhou, Chi Zhang, Xiang Feng, Qiming Zhang 외 arxiv

We present Omni-I2C, a comprehensive benchmark designed to evaluate the capability of Large Multimodal Models (LMMs) in converting complex, structured digital graphics into executable code. We argue that this task repres…

Code Generation