Search papers, labs, and topics across Lattice.
LightMem-Ego is a lightweight streaming multimodal memory system designed for personal AI assistants, enabling them to continuously capture and organize egocentric visual and audio data from users' daily lives. The system aligns these data streams on a shared timeline and categorizes them into hierarchical memory levels, facilitating efficient retrieval based on user queries. Key results show that LightMem-Ego effectively supports various applications, including object finding and conversation recall, while being deployable on mobile devices and AI glasses.
Users can now have a personal AI that remembers and retrieves daily experiences seamlessly, enhancing everyday assistance like never before.
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.