Datasets:
image
imagewidth (px) 1.02k
3.36k
|
---|
UI-Vision: A Desktop-centric GUI Benchmark for Visual Perception and Interaction
Introduction
Autonomous agents that navigate Graphical User Interfaces (GUIs) to automate tasks like document editing and file management can greatly enhance computer workflows. While existing research focuses on online settings, desktop environments, critical for many professional and everyday tasks, remain underexplored due to data collection challenges and licensing issues. We introduce UI-Vision, the first comprehensive, license-permissive benchmark for offline, fine-grained evaluation of computer use agents in real-world desktop environments. Unlike online benchmarks, UI-Vision provides: (i) dense, high-quality annotations of human demonstrations, including bounding boxes, UI labels, and action trajectories (clicks, drags, and keyboard inputs) across 83 software applications, and (ii) three fine-to-coarse grained tasks-Element Grounding, Layout Grounding, and Action Prediction-with well-defined metrics to rigorously evaluate agents' performance in desktop environments. Our evaluation reveals critical limitations in state-of-the-art models like UI-TARS-72B, including issues with understanding professional software, spatial reasoning, and complex actions like drag-and-drop. These findings highlight the challenges in developing fully autonomous computer use agents. By releasing UI-Vision as open-source, we aim to advance the development of more capable agents for real-world desktop tasks.

Data Structure
To get started with UI-Vision:
- Clone the repository to get the images and annotations:
git clone https://huggingface.co/datasets/ServiceNow/ui-vision
- The repository is organized as follows:
uivision/
βββ annotations/ # Dataset annotations
β βββ element_grounding/
β β βββ element_grounding_basic.json
β β βββ element_grounding_functional.json
β β βββ element_grounding_spatial.json
β βββ layout_grounding/
β βββ layout_grounding.json
βββ images/ # Dataset images
β βββ element_grounding/
β βββ layout_grounding/
βββ assets/ # HuggingFace README assets
βββ README.md
Usage
To run the models:
- Visit our GitHub repository for the latest code
- Make sure to specify the correct paths to:
- Annotation files
- Task image folders
Citation
If you find this work useful in your research, please consider citing:
@misc{nayak2025uivisiondesktopcentricguibenchmark,
title={UI-Vision: A Desktop-centric GUI Benchmark for Visual Perception and Interaction},
author={Shravan Nayak and Xiangru Jian and Kevin Qinghong Lin and Juan A. Rodriguez and
Montek Kalsi and Rabiul Awal and Nicolas Chapados and M. Tamer Γzsu and
Aishwarya Agrawal and David Vazquez and Christopher Pal and Perouz Taslakian and
Spandana Gella and Sai Rajeswar},
year={2025},
eprint={2503.15661},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.15661},
}
License
This project is licensed under the MIT License.
Intended Usage
This dataset is intended to be used by the community to evaluate and analyze their models. We are continuously striving to improve the dataset. If you have any suggestions or problems regarding the dataset, please contact the authors. We also welcome OPT-OUT requests if users want their data removed. To do so, they can either submit a PR or contact the authors directly.
- Downloads last month
- 75