paper-with-me

Papers

TongUI: Building Generalized GUI Agents by Learning from Multimodal Web Tutorials

2025-04-17 · Bofei Zhang, Zirui Shang, Zhi Gao, Wang Zhang, Rui Xie, Xiaojian Ma, Tao Yuan, Xinxiao wu, Song-Chun Zhu, Qing Li

Building Graphical User Interface (GUI) agents is a promising research direction, which simulates human interaction with computers or mobile phones to perform diverse GUI tasks. However, a major challenge in developing generalized GUI agents is the lack of sufficient trajectory data across various operating systems and applications, mainly due to the high cost of manual annotations. In this paper, we propose the TongUI framework that builds generalized GUI agents by learning from rich multimodal web tutorials. Concretely, we crawl and process online GUI tutorials (such as videos and articles) into GUI agent trajectory data, through which we produce the GUI-Net dataset containing 143K trajectory data across five operating systems and more than 200 applications. We develop the TongUI agent by fine-tuning Qwen2.5-VL-3B/7B models on GUI-Net, which show remarkable performance improvements on commonly used grounding and navigation benchmarks, outperforming baseline agents about 10\% on multiple benchmarks, showing the effectiveness of the GUI-Net dataset and underscoring the significance of our TongUI framework. We will fully open-source the code, the GUI-Net dataset, and the trained models soon.

📄 PDF Abstract BibTeX arXiv:2504.12679

Code (1)

TongUI-agent/TongUI-agent jax

Tasks

Articles

Similar Papers 제목 키워드 기반

Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction

2026-06-28 · Sunqi Fan, Qingle Liu, Runqi Yin, Meng-Hao Guo 외 arxiv

Video understanding is a fundamental capability for multimodal intelligence, and recent Multimodal Large Language Models (MLLMs) have achieved remarkable performance on Video Question Answering (VideoQA) benchmarks. Howe…

Video Question Answering

Demo2Tutorial: From Human Experience to Multimodal Software Tutorials

2026-06-02 · Zechen Bai, Zhiheng Chen, Yiqi Lin, Kevin Qinghong Lin 외 arxiv

Human experience in digital environments offers a vast, underexplored resource of authentic, untrimmed interactions that contain rich procedural knowledge. We introduce Demo2Tutorial, a framework that transforms this exp…

Tutorial on Multimodal Machine Learning

2022-07-01 · NAACL (ACL) 2022 7 · Louis-Philippe Morency, Paul Pu Liang, Amir Zadeh

Multimodal machine learning involves integrating and modeling information from multiple heterogeneous sources of data. It is a challenging yet crucial area with numerous real-world applications in multimedia, affective c…

BIG-bench Machine LearningSurvey

MineDojo: Building Open-Ended Embodied Agents with Internet-Scale Knowledge

2022-06-17 · Linxi Fan, Guanzhi Wang, Yunfan Jiang, Ajay Mandlekar 외

Autonomous agents have made great strides in specialist domains like Atari games and Go. However, they typically learn tabula rasa in isolated environments with limited and manually conceived objectives, thus failing to …

Atari GamesMinecraft

VideoWebArena: Evaluating Long Context Multimodal Agents with Video Understanding Web Tasks

2024-10-24 · Lawrence Jang, Yinheng Li, Charles Ding, Justin Lin 외

Videos are often used to learn or extract the necessary information to complete tasks in ways different than what text and static imagery alone can provide. However, many existing agent benchmarks neglect long-context vi…

Video Understanding