paper-with-me

Papers

GUIrilla: A Scalable Framework for Automated Desktop UI Exploration

2025-10-16 · Sofiya Garkot, Maksym Shamrai, Ivan Synytsia, Mariya Hirna arxiv

The performance and generalization of foundation models for interactive systems critically depend on the availability of large-scale, realistic training data. While recent advances in large language models (LLMs) have improved GUI understanding, progress in desktop automation remains constrained by the scarcity of high-quality, publicly available desktop interaction data, particularly for macOS. We introduce GUIRILLA, a scalable data crawling framework for automated exploration of desktop GUIs. GUIRILLA is not an autonomous agent; instead, it systematically collects realistic interaction traces and accessibility metadata intended to support the training, evaluation, and stabilization of downstream foundation models and GUI agents. The framework targets macOS, a largely underrepresented platform in existing resources, and organizes explored interfaces into hierarchical MacApp Trees derived from accessibility states and user actions. As part of this work, we release these MacApp Trees as a reusable structural representation of macOS applications, enabling downstream analysis, retrieval, testing, and future agent training. We additionally release macapptree, an open-source library for reproducible accessibility-driven GUI data collection, along with the full framework implementation to support open research in desktop autonomy.

📄 PDF Abstract BibTeX arXiv:2510.16051

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ScreenSearch: Uncertainty-Aware OS Exploration

2026-05-15 · Michael Solodko, Justin Wagle arxiv

Desktop GUI agents operate under partial observability: visually similar screens can correspond to different underlying workflow states, so locally plausible actions can lead to sharply different outcomes. We frame this …

D2E: Scaling Vision-Action Pretraining on Desktop Data for Transfer to Embodied AI

2025-10-07 · Suhwan Choi, Jaeyoon Jung, Haebin Seong, Minchan Kim 외 arxiv

Large language models leverage internet-scale text data, yet embodied AI remains constrained by the prohibitive costs of physical trajectory collection. Desktop environments -- particularly gaming -- offer a compelling a…

Zero-shot Generalization

ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents

2025-08-19 · Hanyu Lai, Xiao Liu, Yanxiao Zhao, Han Xu 외 arxiv

We introduce ComputerRL, a framework for autonomous desktop intelligence that enables agents to operate complex digital workspaces skillfully. ComputerRL features the API-GUI paradigm, which unifies programmatic API call…

Reinforcement Learning

Dataopsy: Scalable and Fluid Visual Exploration using Aggregate Query Sculpting

2023-08-05 · Md Naimul Hoque, Niklas Elmqvist

We present aggregate query sculpting (AQS), a faceted visual query technique for large-scale multidimensional data. As a "born scalable" query technique, AQS starts visualization with a single visual mark representing an…

Attribute

AUTO-Explorer: Automated Data Collection for GUI Agent

2025-11-09 · Xiangwu Guo, Difei Gao, Mike Zheng Shou arxiv

Recent advancements in GUI agents have significantly expanded their ability to interpret natural language commands to manage software interfaces. However, acquiring GUI data remains a significant challenge. Existing meth…