arXiv:2505.05440cs.AI2025-05AAAI被引 6

EcoAgent让手机与云端协作自动完成任务,更快更省电还保护隐私。

EcoAgent: An Efficient Device-Cloud Collaborative Multi-Agent Framework for Mobile Automation

  • 云端用Dual-ReACT推理,设备端验证结果,形成闭环反馈。
  • 设备端用预理解模块压缩屏幕信息,通信量减少60%以上。
  • 适合做手机自动化且重视隐私与响应速度的开发者。

为应对日益复杂的任务,移动智能体研究转向多智能体协作。现有系统多部署于云端,导致延迟高、成本大。直接构建设备-云端协同系统面临新挑战:(1)依赖云端验证需上传手机截图,损害用户隐私;(2)开环协作缺乏设备到云端的反馈,浪费设备资源并增加延迟。为此,我们提出EcoAgent,一种面向隐私保护、高效响应的闭环设备-云端协同多智能体框架。EcoAgent将新型推理方法Dual-ReACT集成至云端规划智能体,充分调动云端算力弥补设备能力不足,实现设备端验证与轻量反馈。同时,设备端观察智能体通过预理解模块将屏幕内容压缩为简洁文本描述,显著降低令牌使用量与通信开销,保障隐私。在AndroidWorld上的实验表明,EcoAgent在任务成功率上达到全云端系统水平,同时降低资源消耗与响应延迟。项目开源地址:https://github.com/Yi-Biao/EcoAgent。

原文摘要 · Abstract (English)

To tackle increasingly complex tasks, recent research on mobile agents has shifted towards multi-agent collaboration. Current mobile multi-agent systems are primarily deployed in the cloud, leading to high latency and operational costs. A straightforward idea is to deploy a device-cloud collaborative multi-agent system, which is nontrivial, as directly extending existing systems introduces new challenges: (1) reliance on cloud-side verification requires uploading mobile screenshots, compromising user privacy; and (2) open-loop cooperation lacking device-to-cloud feedback, underutilizing device resources and increasing latency. To overcome these limitations, we propose EcoAgent, a closed-loop device-cloud collaborative multi-agent framework designed for privacy-aware, efficient, and responsive mobile automation. EcoAgent integrates a novel reasoning approach, Dual-ReACT, into the cloud-based Planning Agent, fully exploiting cloud reasoning to compensate for limited on-device capacity, thereby enabling device-side verification and lightweight feedback. Furthermore, the device-based Observation Agent leverages a Pre-understanding Module to summarize screen content into concise textual descriptions, significantly reducing token usage and device-cloud communication overhead while preserving privacy. Experiments on AndroidWorld demonstrate that EcoAgent matches the task success rates of fully cloud-based agents, while reducing resource consumption and response latency. Our project is available here: https://github.com/Yi-Biao/EcoAgent.

多智能体手机自动化隐私保护云边协同

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。