Research Papers 论文研究 3h ago Updated 1h ago 更新于 1小时前 47

RSMeM: Knowledge-Enhanced Memory Evolution for Remote Sensing Agents with Systematic Evaluation RSMeM:知识增强型记忆演化用于遥感代理的系统化评估

RSMeM introduces a knowledge-enhanced memory evolution mechanism for remote sensing (RS) agents, combining hierarchical knowledge grounding and failure-aware experience refinement. Hierarchical Knowledge Grounding uses taxonomy-aware retrieval over a domain corpus to guide planning and tool selection in RS tasks. Failure-Aware Experience Refinement distills failure-annotated tool-use traces into reusable constraints, enabling iterative improvement of multi-step execution. Experiments on EarthBen 提出RSMeM机制,通过预蒸馏领域知识与在线经验迭代融合,提升遥感智能体在多步工具执行中的鲁棒性。 引入分层知识引导与失败感知经验精炼两大模块,实现从任务级知识到实例级经验的转化。 在EarthBench基准上验证,RSMeM可跨多种LLM骨干稳定提升性能,DeepSeek-V3.2准确率提升6%且仅消耗<1%额外token。 强调将错误经验结构化复用,解决通用LLM在专业领域“ brittle and error-prone”的痛点。 提供开源代码支持,推动遥感AI代理的可进化性与领域适配能力发展。

65
Hot 热度
70
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • RSMeM introduces a knowledge-enhanced memory evolution mechanism for remote sensing (RS) agents, combining hierarchical knowledge grounding and failure-aware experience refinement.
  • Hierarchical Knowledge Grounding uses taxonomy-aware retrieval over a domain corpus to guide planning and tool selection in RS tasks.
  • Failure-Aware Experience Refinement distills failure-annotated tool-use traces into reusable constraints, enabling iterative improvement of multi-step execution.
  • Experiments on EarthBench show consistent performance gains across LLM backbones, with a 6% accuracy boost on DeepSeek-V3.2 using minimal additional tokens.

Why It Matters

This work addresses a critical gap in domain-specific AI agents: the lack of reusable, distilled experience from failures in complex workflows like geoscience analysis. By integrating pre-distilled knowledge with iterative learning from errors, RSMeM offers a blueprint for building more robust, adaptable agents in specialized fields where general-purpose LLMs fall short.

Technical Details

  • Hierarchical Knowledge Grounding: Employs a taxonomy-aware retrieval system over a structured domain corpus to inform task planning and tool selection, ensuring alignment with remote sensing best practices.
  • Failure-Aware Experience Refinement: Captures and annotates failed tool-use sequences during execution, converting them into reusable constraints that refine future attempts without requiring full retraining.
  • Iterative Evolution Mechanism: Alternates between knowledge grounding and experience refinement, allowing the agent to progressively absorb task-level domain knowledge and translate it into instance-level execution improvements.
  • Evaluation Framework: Tested on EarthBench, a benchmark for remote sensing tasks, demonstrating consistent improvements across diverse LLM backbones (e.g., DeepSeek-V3.2).
  • Efficiency: Achieves significant accuracy gains (6%) with minimal overhead (<1% additional tokens), highlighting the high knowledge density of the distilled experience.

Industry Insight

  • The approach underscores the value of embedding domain-specific knowledge directly into agent workflows rather than relying solely on general-purpose models, a trend likely to grow in specialized industries like geoscience, healthcare, or finance.
  • Iterative learning from failures could become a standard practice for deploying reliable AI systems in high-stakes environments where errors are costly and hard to predict.
  • The success of RSMeM suggests that lightweight, modular enhancements (e.g., memory mechanisms) can yield substantial performance gains without requiring massive model retraining, making it accessible for resource-constrained teams.

TL;DR

  • 提出RSMeM机制,通过预蒸馏领域知识与在线经验迭代融合,提升遥感智能体在多步工具执行中的鲁棒性。
  • 引入分层知识引导与失败感知经验精炼两大模块,实现从任务级知识到实例级经验的转化。
  • 在EarthBench基准上验证,RSMeM可跨多种LLM骨干稳定提升性能,DeepSeek-V3.2准确率提升6%且仅消耗<1%额外token。
  • 强调将错误经验结构化复用,解决通用LLM在专业领域“ brittle and error-prone”的痛点。
  • 提供开源代码支持,推动遥感AI代理的可进化性与领域适配能力发展。

为什么值得看

该工作针对遥感领域智能体缺乏领域记忆与错误复用的核心问题,提出了一套可迭代的记忆演化框架,对构建垂直领域自主Agent具有重要参考价值。其“知识+经验”双轮驱动的设计思路,为其他专业领域的Agent开发提供了可迁移的技术范式。

技术解析

  • Hierarchical Knowledge Grounding:基于层级领域语料库进行 taxonomy-aware 检索,辅助规划生成与工具选择,增强初始决策的领域合理性。
  • Failure-Aware Experience Refinement:自动标注工具使用轨迹中的失败案例,将其转化为约束规则并注入后续执行流程,形成闭环优化。
  • Memory Evolution Loop:交替运行上述两个模块,使智能体在每次任务后吸收新经验并更新内部知识库,逐步积累领域专长。
  • 实验设置:在EarthBench平台上测试多个主流LLM(包括DeepSeek-V3.2),评估指标涵盖工具使用准确率与端到端答案正确率;新增经验token占比低于1%,体现高知识密度。
  • 架构特点:不修改底层模型参数,纯靠外部记忆机制增强,兼容性强且易于部署于现有Agent系统。

行业启示

  • 专业领域Agent的成功不仅依赖大模型能力,更需构建可持续进化的记忆体系,建议企业在垂直场景中优先设计“失败反馈—经验固化”机制。
  • 低开销的知识注入(如<1% token增量)即可带来显著性能跃升,表明轻量级微调或提示工程结合外部存储是高效可行的优化路径。
  • 未来应向“自进化智能体”方向发展,即系统能自主识别错误、抽象规律、更新策略,减少对人工干预的依赖,尤其在地质勘探、环境监测等高风险领域具备巨大应用潜力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Evaluation 评测 Research 科学研究