Search papers, labs, and topics across Lattice.
To prevent unauthorized context leakage in shared-agent settings, Bio-Memory integrates biometric verification directly into the agent memory retrieval pipeline. Addressing the failure of purely semantic retrieval to enforce user boundaries, the system uses biometric matching to filter candidate memory pools before executing semantic ranking on atomic memory notes. Evaluated in a 10-user setup across 7 face and 10 palmprint benchmarks on LoCoMo, the architecture effectively isolates user states, yielding owner vs. non-owner retrieval gaps of up to 27.29% F1 on CALFW and 25.75% F1 on MS_Blue.
Pure semantic similarity is insufficient for multi-user agent privacy, but pre-filtering retrieval candidate pools with physical biometrics creates an effective 27% performance barrier against non-owner data access.
Personalized memory helps LLM agents deliver stable, tailored assistance by storing and reusing user-specific data across interactions. In multi-user scenarios, however, retrieval must consider not only semantic similarity but also whether the current requester matches the identity associated with the stored memory. We propose Bio-Memory, a biometric-aware memory architecture that conditions memory retrieval on both semantic similarity and biometric matching. Built on top of A-Mem, Bio-Memory augments each atomic memory note with a biometric embedding and uses biometric matching to form the retrieval candidate pool before semantic ranking. We evaluate Bio-Memory on LoCoMo in a 10-user shared-agent setting over 7 face benchmarks and 10 palmprint protocols. Across datasets, Bio-Memory consistently separates owner and non-owner queries. Under face-based personalization, the largest average gap reaches 27.29% / 21.15% in F1 / BLEU-1 on CALFW; under palmprint-based personalization, the corresponding gap is 25.75% / 19.22% on MS_Blue. These results support biometrics as a practical control signal for personalized memory retrieval in shared environments.