ResearchPod Summary
On-device LLM agents improve by accumulating experience in memory rather than by updating model weights. However, this memory is constrained by limited RAM, energy, and bandwidth, and it is vulnerable to poisoning attacks. The authors ask: can a single, unified governance mechanism manage memory retention, cross-agent sharing, and trust to optimize performance under these strict edge-computing constraints?
The authors propose CURATOR, a framework that evaluates every memory entry using a single metric: net-value-per-byte. This score calculates the expected future value of an entry minus a harm term (which accounts for negative transfer and provenance risk), normalized by the entry's byte size. This single score governs three critical decisions:
The system was evaluated on LLM-agent task-drift benchmarks and a real-world heterogeneous Jetson testbed consisting of robot-arm nodes and a central hub.
CURATOR demonstrates that forgetting is not necessarily detrimental to an agent's capability; rather, it is a form of active editing that improves performance. Key results include:
This research shifts the paradigm of on-device continual learning from 'keeping everything' to 'budget-aware curation.' By providing a unified mathematical framework for memory governance, CURATOR enables edge agents to remain performant and secure without requiring expensive cloud-based retraining or unbounded memory growth.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.