paper-with-me

Papers

Autonomous Computer Vision Development with Agentic AI

2025-06-11 · Jin Kim, Muhammad Wahi-Anwa, Sangyun Park, Shawn Shin, John M. Hoffman, Matthew S. Brown

Agentic Artificial Intelligence (AI) systems leveraging Large Language Models (LLMs) exhibit significant potential for complex reasoning, planning, and tool utilization. We demonstrate that a specialized computer vision system can be built autonomously from a natural language prompt using Agentic AI methods. This involved extending SimpleMind (SM), an open-source Cognitive AI environment with configurable tools for medical image analysis, with an LLM-based agent, implemented using OpenManus, to automate the planning (tool configuration) for a particular computer vision task. We provide a proof-of-concept demonstration that an agentic system can interpret a computer vision task prompt, plan a corresponding SimpleMind workflow by decomposing the task and configuring appropriate tools. From the user input prompt, "provide sm (SimpleMind) config for lungs, heart, and ribs segmentation for cxr (chest x-ray)"), the agent LLM was able to generate the plan (tool configuration file in YAML format), and execute SM-Learn (training) and SM-Think (inference) scripts autonomously. The computer vision agent automatically configured, trained, and tested itself on 50 chest x-ray images, achieving mean dice scores of 0.96, 0.82, 0.83, for lungs, heart, and ribs, respectively. This work shows the potential for autonomous planning and tool configuration that has traditionally been performed by a data scientist in the development of computer vision applications.

📄 PDF Abstract BibTeX arXiv:2506.11140

Code (1)

jink-ucla/OpenManus-SimpleMind 공식 구현

Tasks

Medical Image Analysis

Similar Papers 제목 키워드 기반

Magentic-UI: Towards Human-in-the-loop Agentic Systems

2025-07-30 · Hussein Mozannar, Gagan Bansal, Cheng Tan, Adam Fourney 외 arxiv

AI agents powered by large language models are increasingly capable of autonomously completing complex, multi-step tasks using external tools. Yet, they still fall short of human-level performance in most domains includi…

CUA-Skill: Develop Skills for Computer Using Agent

2026-01-28 · Tianyi Chen, Yinheng Li, Michael Solodko, Sen Wang 외 arxiv

Computer-Using Agents (CUAs) aim to autonomously operate computer systems to complete real-world tasks. However, existing agentic systems remain difficult to scale and lag behind human performance. A key limitation is th…

SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from Experience

2025-08-06 · Zeyi Sun, Ziyu Liu, Yuhang Zang, Yuhang Cao 외 arxiv

Repurposing large vision-language models (LVLMs) as computer use agents (CUAs) has led to substantial breakthroughs, primarily driven by human-labeled data. However, these models often struggle with novel and specialized…

Preference Redirection via Attention Concentration: An Attack on Computer Use Agents

2026-04-09 · Dominik Seip, Matthias Hein arxiv

Advancements in multimodal foundation models have enabled the development of Computer Use Agents (CUAs) capable of autonomously interacting with GUI environments. As CUAs are not restricted to certain tools, they allow t…

Agentic AI in Remote Sensing: Foundations, Taxonomy, and Emerging Systems

2026-01-05 · Niloufar Alipour Talemi, Julia Boone, Fatemeh Afghah arxiv

The paradigm of Earth Observation analysis is shifting from static deep learning models to autonomous agentic AI. Although recent vision foundation models and multimodal large language models advance representation learn…

Representation Learning