paper-with-me

홈 › Papers

IW-Bench: Evaluating Large Multimodal Models for Converting Image-to-Web

2024-09-14 · Hongcheng Guo, Wei zhang, JunHao Chen, Yaonan Gu, Jian Yang, Junjia Du, Binyuan Hui, Tianyu Liu, Jianxin Ma, Chang Zhou, Zhoujun Li

Recently advancements in large multimodal models have led to significant strides in image comprehension capabilities. Despite these advancements, there is a lack of the robust benchmark specifically for assessing the Image-to-Web conversion proficiency of these large models. Primarily, it is essential to ensure the integrity of the web elements generated. These elements comprise visible and invisible categories. Previous evaluation methods (e.g., BLEU) are notably susceptible to significant alterations due to the presence of invisible elements in Web. Furthermore, it is crucial to measure the layout information of web pages, referring to the positional relationships between elements, which is overlooked by previous work. To address challenges, we have curated and aligned a benchmark of images and corresponding web codes (IW-Bench). Specifically, we propose the Element Accuracy, which tests the completeness of the elements by parsing the Document Object Model (DOM) tree. Layout Accuracy is also proposed to analyze the positional relationships of elements by converting DOM tree into a common subsequence. Besides, we design a five-hop multimodal Chain-of-Thought Prompting for better performance, which contains five hop: 1) SoM prompt injection. 2) Inferring Elements. 3) Inferring Layout. 4) Inferring Web code. 5) Reflection. Our benchmark comprises 1200 pairs of images and web codes with varying levels of difficulty. We have conducted extensive experiments on existing large multimodal models, offering insights into their performance and areas for improvement in image-to-web domain.

📄 PDF Abstract BibTeX arXiv:2409.18980

Code (0)

등록된 구현이 없습니다.

Tasks

Image Comprehension

Methods 이 논문이 사용한 방법론

SOM The Self-Organizing Map (SOM), commonly also known as Kohonen network (Kohonen 1982, Kohonen 2001) is a computational method for the visualization and analysis of…

Similar Papers 제목 키워드 기반

PathView-Bench: Can Multimodal Large Language Models Achieve Fine-grained Multiscale Understanding of Pathology Images?

2026-07-30 · Zongyi Chen, Yu Liang, Jie Lin, Liansheng Wang arxiv

Multimodal large language models (MLLMs) are increasingly used to analyze pathology images. However, dominant multimodal benchmarks in pathology mainly score final diagnostic answers, captions, or reports. These evaluati…

Spatial Reasoning

NPHardEval4V: A Dynamic Reasoning Benchmark of Multimodal Large Language Models

2024-03-04 · Lizhou Fan, Wenyue Hua, Xiang Li, Kaijie Zhu 외

Understanding the reasoning capabilities of Multimodal Large Language Models (MLLMs) is an important area of research. In this study, we introduce a dynamic benchmark, NPHardEval4V, aimed at addressing the existing gaps …

Instruction Following

What Is a Good Caption? A Comprehensive Visual Caption Benchmark for Evaluating Both Correctness and Thoroughness

2025-02-19 · Zhihang Liu, Chen-Wei Xie, Bin Wen, Feiwu Yu 외

Visual captioning benchmarks have become outdated with the emergence of modern multimodal large language models (MLLMs), as the brief ground-truth sentences and traditional metrics fail to assess detailed captions effect…

Image CaptioningKeyword Extraction

MMCode: Benchmarking Multimodal Large Language Models for Code Generation with Visually Rich Programming Problems

2024-04-15 · Kaixin Li, Yuchen Tian, Qisheng Hu, Ziyang Luo 외

Programming often involves converting detailed and complex specifications into code, a process during which developers typically utilize visual aids to more effectively convey concepts. While recent developments in Large…

BenchmarkingCode GenerationVisual Reasoning

Graph-MLLM: Harnessing Multimodal Large Language Models for Multimodal Graph Learning

2025-06-12 · Jiajin Liu, Dongzhe Fan, Jiacheng Shen, Chuanhao Ji 외

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in representing and understanding diverse modalities. However, they typically focus on modality alignment in a pairwise manner while over…

Graph LearningIn-Context LearningRecommendation Systems