AME: An Efficient Heterogeneous Agentic Memory Engine for Smartphones
Xinkui Zhao, Qingyu Ma, Yifan Zhang, Hengxuan Lou, Guanjie Cheng, Shuiguang Deng, Jianwei Yin

TL;DR
This paper introduces AME, a specialized memory engine for smartphones that efficiently manages evolving vector data for on-device AI, addressing hardware and workload constraints to improve performance.
Contribution
AME is a novel on-device agentic memory engine co-designed with smartphone hardware, featuring a hardware-aware pipeline and scheduling scheme for efficient vector data management.
Findings
Up to 1.4x query throughput improvement at matched recall
Up to 7x faster index construction
Up to 6x higher insertion throughput under concurrent workloads
Abstract
On-device agents on smartphones increasingly require continuously evolving memory to support personalized, context-aware, and long-term behaviors. To meet both privacy and responsiveness demands, user data is embedded as vectors and stored in a vector database for fast similarity search. However, most existing vector databases target server-class environments. When ported directly to smartphones, two gaps emerge: (G1) a mismatch between mobile SoC constraints and vector-database assumptions, including tight bandwidth budgets, limited on-chip memory, and stricter data type and layout constraints; and (G2) a workload mismatch, because on-device usage resembles a continuously learning memory, in which queries must coexist with frequent inserts, deletions, and ongoing index maintenance. To address these challenges, we propose AME, an on-device Agentic Memory Engine co-designed with modern…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Parallel Computing and Optimization Techniques · Advanced Data Storage Technologies
