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

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

Converts completed on-policy trajectories into natural-language 'hindsight skills' and converts the skill-induced action probability shifts into a dense token-level on-policy distillation signal, jointly optimized with outcome-based RL to improve sample efficiency and long-horizon agent behavior.