今日速览
| 序号 | 标题 | 来源 | 日期 | 主题 | 推荐等级 |
|---|---|---|---|---|---|
| 1 | Human-Robot Interaction in GenAI Architectures via the Agent-Client Protocol | arXiv | 2026-07-16 | MCP | 高 |
| 2 | SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning | arXiv | 2026-07-16 | AI-Agent | 高 |
重点论文与技术动态
1. Human-Robot Interaction in GenAI Architectures via the Agent-Client Protocol
- 来源:arXiv
- 日期:2026-07-16
- 作者/机构:Jesus Moncada-Ramirez, Jose-Raul Ruiz-Sarmiento, Javier Gonzalez-Jimenez
- 主题标签:
MCP,arXiv - 推荐等级:高
- 分类:cs.RO
一句话结论
该研究提出Agent-Client Protocol (ACP)作为统一通信协议,有效解决人机交互层碎片化问题,实现高效实时人机协作。
核心内容
- 采用ACP(源自软件工程的通信标准)作为HRI层统一通信合同,替代现有碎片化专有接口,应对GenAI和LLMs驱动的机器人架构演进。
- 构建完全解耦的三层次架构(分离人机交互、推理编排与物理执行),消除刚性依赖,支持异构用户界面无缝连接同一机器人系统。
- 提供原生协作功能如实时观测、显式人类授权和即时任务中断,验证底层机器人平台可替换且无需客户端特定集成。
方法与数据
- 方法:结合ACP于接口-代理链路和MCP于代理-执行链路,形成三层次架构。
- 实验:在物理移动机器人上验证,展示跨三个异构用户界面的互操作性,实时工作流延迟可忽略。
价值判断
- 值得关注:解决HRI层标准化缺失,显著提升实时人机协作效率。
- 可复用点:三层次架构设计可推广至其他Agent-Client系统,支持灵活接口集成与平台替换。
- 局限/待核查:摘要未明确提及局限性。
摘要
Recent advances in Generative Artificial Intelligence (GenAI), particularly Large Language Models (LLMs), are driving robotic architectures toward agent-based high-level orchestration, in which natural-language instructions can be translated into context-aware action sequences. While the integration of these agents and robotic capabilities is increasingly converging toward standardization through the Model Context Protocol (MCP), the upper Human-Robot Interaction (HRI) layer remains fragmented by proprietary, ad hoc interfaces that hinder real-time human-in-the-loop collaboration. To address this fragmentation, this paper proposes the adoption of the Agent-Client Protocol (ACP) -- a communication standard originally introduced for coding agents in software engineering -- as a unified communication contract for the HRI layer in agent-based robotic systems. By combining ACP at the interface-agent link and MCP at the agent-execution link, we formulate a fully decoupled three-layer architecture that separates human interaction, deliberative orchestration, and physical execution. This topology removes rigid architectural dependencies, enabling heterogeneous user interfaces to connect to the same robotic system and allowing the underlying robotic platform to be replaced without requiring client-specific integration changes. Moreover, it provides native support for collaborative HRI capabilities such as real-time observability, explicit human authorization, and immediate task interruption. We experimentally evaluate the proposed architecture on a physical mobile robot, demonstrating interoperability across three heterogeneous user interfaces and validating real-time human-in-the-loop workflows with negligible latency overhead.2. SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
- 来源:arXiv
- 日期:2026-07-16
- 作者/机构:Jinyang Wu, Shuo Yang, Zhengxi Lu, Fan Zhang, Yuhao Shen, Lang Feng
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.CL
一句话结论
SEED通过自进化框架将完成轨迹转化为训练时hindsight skills,弥合RL中轨迹级奖励与token级策略学习的监督间隙。
一段话。
SEED首先微调策略分析完成轨迹生成自然语言技能(如可重用工作流、关键观察),随后在RL中策略同时收集轨迹并作为分析器提取技能,使监督随策略进化。它重评分动作以生成密集token级蒸馏信号,与结果RL联合优化,实验表明在文本和视觉代理任务上一致提升性能和样本效率。
核心内容
- 将完成轨迹分析为自然语言技能,捕获可重用工作流、关键观察或失败避免规则。
- 策略同时收集轨迹并分析提取hindsight skills,使监督随策略进化。
- 通过重评分动作,将技能诱导的概率变化转化为密集的token-level蒸馏信号。
方法与数据
- 方法:自进化框架,包括策略微调、技能生成和重评分。
- 数据:摘要未明确。
价值判断
- 值得关注:解决RL中稀疏轨迹级奖励导致的中间决策监督间隙问题。
- 可复用点:框架可推广至其他长周期代理任务,提升样本效率。
- 局限/待核查:摘要未明确。