ScrapMem: A Bio-inspired Framework for On-device Personalized Agent Memory via Optical Forgetting
Summary
ScrapMem is a new bio-inspired framework designed to provide long-term personalized memory for multimodal Large Language Model (LLM) agents operating on resource-limited edge devices. Developed by Jiale Chang and Yuxiang Ren, ScrapMem addresses challenges like high storage costs and multimodal complexity by integrating data into "Scrapbook Pages." It employs an "Optical Forgetting" mechanism that progressively reduces the resolution of older memories, achieving up to 93% reduction in memory usage. To maintain semantic consistency, ScrapMem utilizes an Episodic Memory Graph (EM-Graph) that organizes key events into a causal-temporal structure. Experiments on the multimodal ATM-Bench demonstrate that ScrapMem achieves a new state-of-the-art Joint@10 score of 51.0% and improves Recall@10 to 70.3% through structured aggregation.
Key takeaway
For research scientists developing LLM agents for edge devices, ScrapMem offers a compelling solution for long-term memory management. You should consider implementing its optical forgetting and EM-Graph mechanisms to significantly reduce storage costs and enhance recall performance, especially when dealing with multimodal data and limited resources. This approach could lead to more efficient and capable on-device agents.
Key insights
ScrapMem enables efficient, personalized long-term memory for LLM agents on edge devices via optical compression and structured graphs.
Principles
- Progressively reduce older memory resolution.
- Organize key events causally and temporally.
- Integrate multimodal data into unified pages.
Method
ScrapMem integrates multimodal data into "Scrapbook Pages," applies "Optical Forgetting" for resolution reduction, and constructs an Episodic Memory Graph (EM-Graph) to maintain semantic consistency through causal-temporal event organization.
In practice
- Reduce memory usage by up to 93% with optical forgetting.
- Improve recall to 70.3% via structured aggregation.
- Achieve 51.0% Joint@10 score on ATM-Bench.
Topics
- ScrapMem Framework
- Optical Forgetting
- LLM Agent Memory
- On-device AI
- Multimodal Data Compression
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.