paper-with-me

Papers

ScreenAgent: A Vision Language Model-driven Computer Control Agent

2024-02-09 · Runliang Niu, Jindong Li, Shiqi Wang, Yali Fu, Xiyu Hu, Xueyuan Leng, He Kong, Yi Chang, Qi Wang

Existing Large Language Models (LLM) can invoke a variety of tools and APIs to complete complex tasks. The computer, as the most powerful and universal tool, could potentially be controlled directly by a trained LLM agent. Powered by the computer, we can hopefully build a more generalized agent to assist humans in various daily digital works. In this paper, we construct an environment for a Vision Language Model (VLM) agent to interact with a real computer screen. Within this environment, the agent can observe screenshots and manipulate the Graphics User Interface (GUI) by outputting mouse and keyboard actions. We also design an automated control pipeline that includes planning, acting, and reflecting phases, guiding the agent to continuously interact with the environment and complete multi-step tasks. Additionally, we construct the ScreenAgent Dataset, which collects screenshots and action sequences when completing a variety of daily computer tasks. Finally, we trained a model, ScreenAgent, which achieved computer control capabilities comparable to GPT-4V and demonstrated more precise UI positioning capabilities. Our attempts could inspire further research on building a generalist LLM agent. The code is available at \url{https://github.com/niuzaisheng/ScreenAgent}.

📄 PDF Abstract BibTeX arXiv:2402.07945

Code (1)

niuzaisheng/screenagent 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

AI-Driven Multi-Stage Computer Vision System for Defect Detection in Laser-Engraved Industrial Nameplates

2025-03-05 · Adhish Anitha Vilasan, Stephan Jäger, Noah Klarmann

Automated defect detection in industrial manufacturing is essential for maintaining product quality and minimizing production errors. In air disc brake manufacturing, ensuring the precision of laser-engraved nameplates i…

Anomaly DetectionDefect Detectionobject-detectionObject Detection+2

A data-driven approach for learning to control computers

2022-02-16 · Peter C Humphreys, David Raposo, Toby Pohlen, Gregory Thornton 외

It would be useful for machines to use computers as humans do so that they can aid us in everyday tasks. This is a setting in which there is also the potential to leverage large-scale expert demonstrations and human judg…

LabOSBench: Benchmarking Computer Use Agents for Scientific Instrument Control

2026-06-15 · Anqi Zou, Han Deng, Chengyu Zhang, Junquan Hu 외 arxiv

Current computer-use benchmarks primarily focus on software operation tasks in virtualized systems, whereas scientific instrumentation scenarios require coordinated control over complex interfaces, and feedback-driven pa…

The Potential and Limitations of Vision-Language Models for Human Motion Understanding: A Case Study in Data-Driven Stroke Rehabilitation

2025-11-21 · Victor Li, Naveenraj Kamalakannan, Avinash Parnandi, Heidi Schambra 외 arxiv

Vision-language models (VLMs) have demonstrated remarkable performance across a wide range of computer-vision tasks, sparking interest in their potential for digital health applications. Here, we apply VLMs to two fundam…

A General Framework for Property-Driven Machine Learning

2025-05-01 · Thomas Flinkow, Marco Casadio, Colin Kessler, Rosemary Monahan 외

Neural networks have been shown to frequently fail to learn critical safety and correctness properties purely from data, highlighting the need for training methods that directly integrate logical specifications. While ad…