paper-with-me

홈 › Papers

IntentCUA: Learning Intent-level Representations for Skill Abstraction and Multi-Agent Planning in Computer-Use Agents

2026-02-19 · Seoyoung Lee, Seobin Yoon, Seongbeen Lee, Yoojung Chun, Dayoung Park, Doyeon Kim, Joo Yong Sim arxiv

Computer-use agents operate over long horizons under noisy perception, multi-window contexts, evolving environment states. Existing approaches, from RL-based planners to trajectory retrieval, often drift from user intent and repeatedly solve routine subproblems, leading to error accumulation and inefficiency. We present IntentCUA, a multi-agent computer-use framework designed to stabilize long-horizon execution through intent-aligned plan memory. A Planner, Plan-Optimizer, and Critic coordinate over shared memory that abstracts raw interaction traces into multi-view intent representations and reusable skills. At runtime, intent prototypes retrieve subgroup-aligned skills and inject them into partial plans, reducing redundant re-planning and mitigating error propagation across desktop applications. In end-to-end evaluations, IntentCUA achieved a 74.83% task success rate with a Step Efficiency Ratio of 0.91, outperforming RL-based and trajectory-centric baselines. Ablations show that multi-view intent abstraction and shared plan memory jointly improve execution stability, with the cooperative multi-agent loop providing the largest gains on long-horizon tasks. These results highlight that system-level intent abstraction and memory-grounded coordination are key to reliable and efficient desktop automation in large, dynamic environments.

📄 PDF Abstract BibTeX arXiv:2602.17049

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillSpec: Intent-Masked Specification Reasoning for Agent Skill Correctness

2026-09-05 · Yizhuo Zhang, Bo Kang, Yi Yang, Zhiyu Duan 외 hf

Autonomous agent systems increasingly depend on reusable skill abstractions for consolidating experiential knowledge and domain expertise. These artifacts typically bundle free-form instructions with heterogeneous resour…

High-level Features for Resource Economy and Fast Learning in Skill Transfer

2021-06-18 · Alper Ahmetoglu, Emre Ugur, Minoru Asada, Erhan Oztop

Abstraction is an important aspect of intelligence which enables agents to construct robust representations for effective decision making. In the last decade, deep networks are proven to be effective due to their ability…

Decision Making

SkillDiffuser: Interpretable Hierarchical Planning via Skill Abstractions in Diffusion-Based Task Execution

2023-12-18 · CVPR 2024 1 · Zhixuan Liang, Yao Mu, Hengbo Ma, Masayoshi Tomizuka 외

Diffusion models have demonstrated strong potential for robotic trajectory planning. However, generating coherent trajectories from high-level instructions remains challenging, especially for long-range composition tasks…

Trajectory Planning

SkillWrapper: Generative Predicate Invention for Task-level Robot Planning

2025-11-22 · Ziyi Yang, Benned Hedegaard, Ahmed Jaafar, Yichen Wei 외 arxiv

Generalizing from individual skill executions to long-horizon tasks is a core challenge in building autonomous robots. A promising direction is learning high-level, symbolic representations of low-level robot skills, ena…

Representation Learning

PRISE: LLM-Style Sequence Compression for Learning Temporal Action Abstractions in Control

2024-02-16 · Ruijie Zheng, Ching-An Cheng, Hal Daumé III, Furong Huang 외

Temporal action abstractions, along with belief state representations, are a powerful knowledge sharing mechanism for sequential decision making. In this work, we propose a novel view that treats inducing temporal action…

continuous-controlContinuous ControlDecision MakingFew-Shot Imitation Learning+3