你的AI眼镜终于能记住你昨天把钥匙放哪了
你的手机或AI眼镜一直在看、在听,但问它“我昨天把钥匙放哪了”它答不上来——因为它没有长期记忆。这篇让设备像人一样分层记东西:刚发生的(当前)、几小时内的(短期)、跨天的(长期),你问什么它自动去对应层翻,还能结合视频和音频一起回忆。演示已跑在手机和AI眼镜上,能找东西、回忆对话、总结一天。它不是你明天就能用的产品,但方向很明确:下一波AI助手会记住你。
📄 原文摘要(英文)
Personal AI assistants on mobile and wearable devices continuously perceive users' daily lives through visual and audio streams. However, answering queries about past experiences requires lightweight multimodal memory that can continuously accumulate, organize, and retrieve long-term experiences, which remains challenging. To address this challenge, we present LightMem-Ego, a lightweight streaming multimodal memory system for everyday-life assistance. The system continuously captures egocentric visual and audio streams, aligns them on a shared timeline, and organizes them into a hierarchical memory consisting of current, short-term, and long-term memory. Given a user query, LightMem-Ego dynamically routes retrieval to the appropriate memory level and generates answers grounded in multimodal evidence. The demonstration can be deployed on smartphones and AI glasses, supporting object finding, conversation recall, life summarization, routine discovery, and personalized assistance. Code is available at https://github.com/zjunlp/LightMem-Ego.