DeskVision
收藏资源简介:
我们开源了自研的GUI多模态视觉理解模型GUIExplorer以及用于训练该模型的部分DeskVision数据集(完整数据集正在整理中,后续会提供)。该模型基于llava架构,不仅在开源GUI理解基准下达到了与前沿解决方案相似甚至更好的视觉理解效果,还支持视觉定位和在GUI理解功能方面的单步指令执行能力。
We have open-sourced our self-developed GUI multimodal visual understanding model, GUIExplorer, as well as a portion of the DeskVision dataset used for training it (the complete dataset is being compiled and will be provided subsequently). The model is based on the llava architecture and not only achieves similar, if not better, visual understanding performance compared to state-of-the-art solutions on the open-source GUI understanding benchmark but also supports single-step instruction execution for visual localization and GUI understanding capabilities.
DeskVision数据集概述
数据集简介
- 名称:DeskVision
- 类型:大规模桌面区域标注数据集
- 用途:训练高级GUI代理的多模态视觉理解模型
- 关联模型:GUIExplorer(基于llava架构的GUI多模态视觉理解模型)
核心特点
-
区域标注能力:
- 提供桌面区域的详细标注(Region Captions)
- 支持开放源码的OS-Atlas桌面完整图像数据的区域标注
-
数据生成工具:
- 包含Detector和Captioner两个数据生成工具
- 工具使用说明见
./scripts/DeskVision
-
数据格式:
- 部分数据以URL格式呈现(因数据合法性原因)
- 完整数据集正在整理中,后续将提供
基准测试表现
-
ScreenSpot基准:
- GUIExplorer模型在7B规模下取得82.86%平均准确率
- 在移动/桌面/网页的图标组件识别任务中表现最优
-
GUIEnv基准:
- 在Text2Bbox任务中取得多项最优指标:
- IoU@0.5:82.56%
- IoU@0.7:62.17%
- Center@acc:87.66%
- 在Text2Bbox任务中取得多项最优指标:
发布计划
- [x] 推理脚本
- [x] GUI理解预训练模型(7B)
- [x] Gradio演示(支持指定GUI理解功能)
- [x] 技术报告/论文
- [x] 训练数据
- [ ] 复杂指令的多步执行Agent模型
- [ ] 训练脚本
获取方式
- 数据集地址:https://huggingface.co/datasets/caca9527/DeskVision
- 模型地址:https://huggingface.co/caca9527/GUIExplorer
- 论文地址:https://arxiv.org/abs/2503.11170
引用格式
bibtex @misc{xu2025deskvisionlargescaledesktop, title={DeskVision: Large Scale Desktop Region Captioning for Advanced GUI Agents}, author={Yibin Xu and Liang Yang and Hao Chen and Hua Wang and Zhi Chen and Yaohua Tang}, year={2025}, eprint={2503.11170}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2503.11170}, }
免责声明
本项目的开源代码、模型和数据集仅供学术研究使用,项目贡献者与用户之间不存在任何法律关系,不承担用户使用产生的任何责任。




