Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 14:07:12
Beyond Retrieval: Analytic Memory for Multimodal Agents
AI 中文解读
多模态AI的记忆能力要升级了!以往智能助手只能“翻旧账”,找到聊过或看过的片段,现在科学家开发了名为AdaMM的新框架,让它能像整理账单一样,把跨次对话、图片里的信息自动提取出来,做成可筛可查的表格。这意味着AI不仅记得你上周说过什么,还能直接回答“我和家人六月的合照有多少张”“最近哪次推荐的餐厅得分最高”这类需要对比、统计的问题。在门萨级专业测试中,该项技术的综合表现提升了最高11.3%。对普通人来说,未来的AI助手将不再只是回忆碎片信息的“备忘录”,而是能主动帮你分析、汇总跨时段的多媒体记录,无论是计划旅行还是管理生活,AI都会变得更像一位真正贴心的私人助理。
Long-term multimodal memory must support not only retrieving relevant information but also computing over observations accumulated across interactions. Existing systems largely emphasize \emph{retrieval memory}, organizing interaction histories through summaries and indexes to return query-relevant information at multiple granularities, from high-level abstractions to underlying records. In this paper, we formulate \emph{analytic memory} as a complementary abstraction that organizes recurring multimodal observations into queryable structures supporting filtering, aggregation, ranking, and temporal comparison. We present AdaMM, a framework that jointly supports retrieval and analytic memory. Rather than relying on application-defined schemas, AdaMM extracts provenance-linked attribute-value observations from dialogue, images, and contextual metadata, discovers recurring field structures, and materializes them for analytical access. At inference time, a memory-aware planner decomposes queries into retrieval and analytic operations and routes each operation to the appropriate tools. Experiments on two long-term multimodal memory benchmarks, MemEye and MemGallery, show that AdaMM improves performance by up to 11.3\% and 7.3\%, respectively.
分享
阅读原文 ↗