paper-with-me

홈 › Papers

OmniParser for Pure Vision Based GUI Agent

2024-08-01

The recent success of large vision language models shows great potential in driving the agent system operating on user interfaces. However, we argue that the power multimodal models like GPT-4V as a general agent on multiple operating systems across different applications is largely underestimated due to the lack of a robust screen parsing technique capable of: 1) reliably identifying interactable icons within the user interface, and 2) understanding the semantics of various elements in a screenshot and accurately associate the intended action with the corresponding region on the screen. To fill these gaps, we introduce \textsc{OmniParser}, a comprehensive method for parsing user interface screenshots into structured elements, which significantly enhances the ability of GPT-4V to generate actions that can be accurately grounded in the corresponding regions of the interface. We first curated an interactable icon detection dataset using popular webpages and an icon description dataset. These datasets were utilized to fine-tune specialized models: a detection model to parse interactable regions on the screen and a caption model to extract the functional semantics of the detected elements. \textsc{OmniParser} significantly improves GPT-4V's performance on ScreenSpot benchmark. And on Mind2Web and AITW benchmark, \textsc{OmniParser} with screenshot only input outperforms the GPT-4V baselines requiring additional information outside of screenshot.

📄 PDF Abstract BibTeX arXiv:2408.00203

Code (1)

microsoft/omniparser jax

Tasks

Natural Language Visual Grounding

Similar Papers 제목 키워드 기반

OmniParser: A Unified Framework for Text Spotting Key Information Extraction and Table Recognition

2024-01-01 · CVPR 2024 1 · Jianqiang Wan, Sibo Song, Wenwen Yu, Yuliang Liu 외

Recently visually-situated text parsing (VsTP) has experienced notable advancements driven by the increasing demand for automated document understanding and the emergence of Generative Large Language Models (LLMs) ca…

Decoderdocument understandingKey Information ExtractionTable Recognition+2

OmniParser: A Unified Framework for Text Spotting, Key Information Extraction and Table Recognition

2024-03-28 · Jianqiang Wan, Sibo Song, Wenwen Yu, Yuliang Liu 외

Recently, visually-situated text parsing (VsTP) has experienced notable advancements, driven by the increasing demand for automated document understanding and the emergence of Generative Large Language Models (LLMs) capa…

Decoderdocument understandingKey Information ExtractionTable Recognition+2

OmniParser V2: Structured-Points-of-Thought for Unified Visual Text Parsing and Its Generality to Multimodal Large Language Models

2025-02-22 · Wenwen Yu, Zhibo Yang, Jianqiang Wan, Sibo Song 외

Visually-situated text parsing (VsTP) has recently seen notable advancements, driven by the growing demand for automated document understanding and the emergence of large language models capable of processing document-ba…

document understandingKey Information ExtractionLarge Language ModelMultimodal Large Language Model+2

Screen2AX: Vision-Based Approach for Automatic macOS Accessibility Generation

2025-07-22 · Viktor Muryn, Marta Sumyk, Mariya Hirna, Sofiya Garkot 외 arxiv

Desktop accessibility metadata enables AI agents to interpret screens and supports users who depend on tools like screen readers. Yet, many applications remain largely inaccessible due to incomplete or missing metadata p…

Object Detection

InfantAgent-Next: A Multimodal Generalist Agent for Automated Computer Interaction

2025-05-16 · Bin Lei, Weitai Kang, Zijian Zhang, Winson Chen 외

This paper introduces \textsc{InfantAgent-Next}, a generalist agent capable of interacting with computers in a multimodal manner, encompassing text, images, audio, and video. Unlike existing approaches that either build …