Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/29 04:00:00
RSMeM: Knowledge-Enhanced Memory Evolution for Remote Sensing Agents with Systematic Evaluation
AI 中文解读
遥感AI迎来“成长型大脑”——RSMeM。这项新研究让遥感智能体不再是一个只会机械执行指令的工具,而是能像人类专家一样,把过往分析中的失败教训转化为可复用的经验,越用越聪明。
简单来说,过去遥感AI遇到复杂的地球观测任务时,经常“翻车”,而且翻车后不会长记性。RSMeM给AI配了两个“法宝”:一是内置了专业的地理知识库,遇到问题能先查资料再动手;二是带一个“错题本”,能把执行失误的每一步都记下来,提炼成操作规则,下次遇到类似情况就知道避开坑。这样,AI通过反复学习,能把宏观的专业知识转化为具体任务中的最佳实践。
这项技术的现实意义很明显:实测显示,在DeepSeek-V3.2等主流模型上,RSMeM只用增加不到1%的额外经验数据,就把任务准确率提升了6%。这意味着,未来用遥感AI分析农田长势、监测森林火险、评估洪涝范围时,结果会更可靠,人工复核的成本会大幅降低,普通人也能更快得到更精准的灾害预警或农业管理信息。
arXiv:2607.24772v1 Announce Type: new
Abstract: Geoscience research requires complex analysis and domain expertise, with remote sensing (RS) observations as a key foundation. However, existing RS agents built on general-purpose LLMs remain largely domain-agnostic, resulting in brittle and error-prone workflows. Moreover, these failures are seldom consolidated into a reusable experience for subsequent analyses. To address this issue, we introduce RSMeM, a knowledge-enhanced memory evolution mechanism that bootstraps RS agents with pre-distilled domain knowledge and iteratively integrates online experience for robust multi-step tool execution. RSMeM is composed of two components: (i) Hierarchical Knowledge Grounding, which performs taxonomy-aware retrieval over a hierarchical domain corpus to guide planning and tool selection; and (ii) Failure-Aware Experience Refinement, which distills failure-annotated tool-use traces into reusable constraints for next-round tool execution. By iteratively employing these two processes, RS agents can evolve to absorb task-level domain knowledge and effectively translate it into instance-level execution experience. Extensive experiments on EarthBench demonstrate that RSMeM consistently improves tool-use performance and end-to-end answer across a diverse set of LLM backbones. Notably, RSMeM achieves a 6% accuracy improvement on DeepSeek-V3.2 with less than 1% additional experience tokens, demonstrating the strong knowledge density of our distilled experience. Our code is available at https://github.com/AI9Stars/RSMeM
分享
阅读原文 ↗