AIAny
Icon for item

LightMem-Ego: Your AI Memory for Everyday Life

Continuously records egocentric visual and audio streams into a lightweight streaming memory that organizes experiences into current, short-term, and long-term tiers and retrieves multimodal evidence to answer queries about past events. Built for on-device use (smartphones/AI glasses) with dynamic retrieval routing.

Introduction

Everyday personal assistants must recall detailed past events from continuous visual and audio inputs, but maintaining an efficient, retrievable long-term multimodal memory on constrained devices is challenging. This work argues that a streaming, hierarchical memory with dynamic routing can provide accurate, grounded answers about past experiences while staying light enough for deployment on phones and AI glasses.

Key Findings
  • Hierarchical memory tiers (current, short-term, long-term): stores and indexes egocentric visual/audio streams at multiple temporal scales, so queries are routed to the appropriate timescale instead of searching an undifferentiated archive.
  • Dynamic retrieval routing: at query time the system decides which memory tier(s) to consult, reducing latency and irrelevant matches — so what: faster, more precise retrieval on-device.
  • Multimodal grounding for answers: retrieved visual and audio evidence is used to generate responses that reference concrete sensory inputs (object sightings, conversations, activities), enabling tasks like object finding, conversation recall, life summarization and routine discovery.
  • Lightweight streaming design: engineered for continuous capture and incremental indexing with resource constraints in mind, so what: feasible deployment on smartphones and wearable AI glasses rather than requiring server-side logging of all data.
Who It's For and Tradeoffs

Great fit if you need an on-device personal memory assistant that continuously records first-person visual and audio streams and returns evidence-grounded answers (e.g., personal journaling, object-finding, behavior summaries). Look elsewhere if you require strong privacy guarantees via formal verification, extremely high-fidelity long-term archival (petabyte-scale), or advanced cross-user aggregation — the design prioritizes resource efficiency and per-user streaming utility over large centralized corpora.

How It Works (brief)

The system aligns egocentric video and audio on a shared timeline, incrementally encodes segments into compact multimodal representations, and maintains indices at each memory tier. A lightweight router uses the query and temporal cues to select tiers and candidate evidence, and a generator composes answers grounded in returned multimodal snippets. The project also provides a demo pipeline intended for smartphone and AI-glasses prototypes.

Information

  • Websitearxiv.org
  • AuthorsYijun Chen, Boyi Xiao, Yixian Zhao, Haoting Xia, Buqiang Xu, Jizhan Fang, Yanya Li, Yaqi Zheng, Xuehai Wang, Zirui Xue
  • Published date2026/07/13

More Items

Provides a real-scale 3D Hong Kong sandbox to evaluate whether multimodal LLM agents can turn local street-view perception into sustained spatial action, supporting closed-loop first-person interaction, an interactive map, and controlled tests of grounding, long-range navigation, and robustness.

Trains compact conversational agents to adapt at runtime to changing 'Harness' configurations (Skills, Hooks, prompts, tools) using Harness-Aware Training (HAT): Harness-State Augmentation, on-policy distillation, and RL to preserve generality while meeting low-latency deployment constraints.

Analyzes how to generate useful interaction data for LLM agents and proposes the ACE lens — Accuracy, Complexity, divErsity — while factorizing agentic data as (E, q, τ, v). Surveys verification, difficulty calibration, and coverage strategies and outlines implications for training and benchmarks.