Search papers, labs, and topics across Lattice.
To prevent cross-user data leakage in shared agent architectures, Bio-MemArt integrates physical-user access control into persistent KV-cache memory by binding normalized biometric templates directly to stored blocks. This hardware-efficient design filters candidate memory pools via biometric probes before executing latent-space retrieval and cache reuse with decoupled position encodings. Evaluated on face and palmprint benchmarks, the system achieves up to 97.60% authorized retrieval with non-owner access rates restricted to 0.86%–2.00%, while slashing average prefill compute from 18,782 to 28.6 tokens.
Shared KV caches inherently leak private context when gated by semantic relevance alone, but binding biometric probes directly to cache blocks caps unauthorized memory access below 2% without sacrificing sub-30-token prefill speeds.
KV cache is evolving from a serving optimization into an external memory substrate for long-term LLM agents. In a shared multi-user deployment, however, reusable KV blocks introduce a missing access-control question: semantic relevance alone cannot determine whether a memory block is authorized for the current physical user. We propose Bio-MemArt, a biometric-aware KV-cache memory framework for multi-user LLM agents. Bio-MemArt attaches a normalized biometric template to each stored KV memory block, filters the shared memory pool with the current user's biometric probe, and then runs the original MemArt retrieval and KV reuse pipeline only inside the authorized candidate pool. This design preserves latent-space retrieval, direct cache reuse, and decoupled position encoding while adding physical-user access control to shared KV memory. We evaluate Bio-MemArt under Owner and Non-owner query conditions on long-term dialogue QA with face and palmprint benchmarks. Across face benchmarks, the average owner and non-owner biometric success rates are 95.71% and 0.86%; across palmprint benchmarks, they are 97.60% and 2.00%. In the efficiency study, average prefill tokens drop from 18,781.96 under full-context prompting to 28.57 with Bio-MemArt, showing that biometric gating preserves the low-token operating regime of KV-cache memory.