paper-with-me

Papers

Harnessing Webpage UIs for Text-Rich Visual Understanding

2024-10-17 · Junpeng Liu, Tianyue Ou, YiFan Song, Yuxiao Qu, Wai Lam, Chenyan Xiong, Wenhu Chen, Graham Neubig, Xiang Yue

Text-rich visual understanding-the ability to process environments where dense textual content is integrated with visuals-is crucial for multimodal large language models (MLLMs) to interact effectively with structured environments. To enhance this capability, we propose synthesizing general multimodal instructions from webpage UIs using text-based large language models (LLMs). Despite lacking direct visual input, text-based LLMs are able to process structured text representations from webpage accessibility trees. These instructions are then paired with UI screenshots to train multimodal models. We introduce MultiUI, a dataset containing 7.3 million samples from 1 million websites, covering diverse multimodal tasks and UI layouts. Models trained on MultiUI not only excel in web UI tasks-achieving up to a 48% improvement on VisualWebBench and a 19.1% boost in element accuracy on a web agent dataset Mind2Web-but also generalize surprisingly well to non-web UI tasks and even to non-UI domains, such as document understanding, OCR, and chart interpretation. These results highlight the broad applicability of web UI data for advancing text-rich visual understanding across various scenarios.

📄 PDF Abstract BibTeX arXiv:2410.13824

Code (0)

등록된 구현이 없습니다.

Tasks

document understandingOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Hierarchical Multimodal Pre-training for Visually Rich Webpage Understanding

2024-02-28 · Hongshen Xu, Lu Chen, Zihan Zhao, Da Ma 외

The growing prevalence of visually rich documents, such as webpages and scanned/digital-born documents (images, PDFs, etc.), has led to increased interest in automatic document understanding and information extraction ac…

document understandingInformation RetrievalRetrieval

WikiWeb2M: A Page-Level Multimodal Wikipedia Dataset

2023-05-09 · Andrea Burns, Krishna Srinivasan, Joshua Ainslie, Geoff Brown 외

Webpages have been a rich resource for language and vision-language tasks. Yet only pieces of webpages are kept: image-caption pairs, long text articles, or raw HTML, never all in one place. Webpage tasks have resultingl…

ArticlesImage Captioning

A Suite of Generative Tasks for Multi-Level Multimodal Webpage Understanding

2023-05-05 · Andrea Burns, Krishna Srinivasan, Joshua Ainslie, Geoff Brown 외

Webpages have been a rich, scalable resource for vision-language and language only tasks. Yet only pieces of webpages are kept in existing datasets: image-caption pairs, long text articles, or raw HTML, never all in one …

ArticlesImage Captioning

Leopard: A Vision Language Model For Text-Rich Multi-Image Tasks

2024-10-02 · Mengzhao Jia, Wenhao Yu, Kaixin Ma, Tianqing Fang 외

Text-rich images, where text serves as the central visual element guiding the overall understanding, are prevalent in real-world applications, such as presentation slides, scanned documents, and webpage snapshots. Tasks …

Language ModelingLanguage Modelling

Web2Code: A Large-scale Webpage-to-Code Dataset and Evaluation Framework for Multimodal LLMs

2024-06-28 · Sukmin Yun, Haokun Lin, Rusiru Thushara, Mohammad Qazim Bhat 외

Multimodal large language models (MLLMs) have shown impressive success across modalities such as image, video, and audio in a variety of understanding and generation tasks. However, current MLLMs are surprisingly poor at…

Code GenerationCode Translation