paper-with-me

Papers

Opal: Private Memory for Personal AI

2026-04-02 · Darya Kaviani, Alp Eren Ozdarendeli, Jinhao Zhu, Yu Ding, Raluca Ada Popa arxiv

Personal AI systems increasingly retain long-term memory of user activity, including documents, emails, messages, meetings, and ambient recordings. Trusted hardware can keep this data private, but struggles to scale with a growing datastore. This pushes the data to external storage, which exposes retrieval access patterns that leak private information to the application provider. Oblivious RAM (ORAM) is a cryptographic primitive that can hide these patterns, but it requires a fixed access budget, precluding the query-dependent traversals that agentic memory systems rely on for accuracy. We present Opal, a private memory system for personal AI. Our key insight is to decouple all data-dependent reasoning from the bulk of personal data, confining it to the trusted enclave. Untrusted disk then sees only fixed, oblivious memory accesses. This enclave-resident component uses a lightweight knowledge graph to capture personal context that semantic search alone misses and handles continuous ingestion by piggybacking reindexing and capacity management on every ORAM access. Evaluated on a comprehensive synthetic personal-data pipeline driven by stochastic communication models, Opal improves retrieval accuracy by 13 percentage points over semantic search and achieves 29x higher throughput with 15x lower infrastructure cost than a secure baseline. Opal is under consideration for deployment to millions of users at a major AI provider.

📄 PDF Abstract BibTeX arXiv:2604.02522

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoPal: Autonomous Adaptation to Users for Personal AI Companionship

2024-06-20 · Yi Cheng, Wenge Liu, Kaishuai Xu, Wenjun Hou 외

Previous research has demonstrated the potential of AI agents to act as companions that can provide constant emotional support for humans. In this paper, we emphasize the necessity of autonomous adaptation in personal AI…

OPAL: Outlier-Preserved Microscaling Quantization Accelerator for Generative Large Language Models

2024-09-06 · Jahyun Koo, Dahoon Park, Sangwoo Jung, Jaeha Kung

To overcome the burden on the memory size and bandwidth due to ever-increasing size of large language models (LLMs), aggressive weight quantization has been recently studied, while lacking research on quantizing activati…

DecoderQuantization

DP-MemView: A Memory Interface for Attribute-Level Transcript Privacy in Long-Term LLM Agents

2026-08-04 · Jong Wook Kim, Byoungjae Min, Kennedy Edemacu, Yoonhyuk Choi 외 arxiv

Long-term memory enables persistent personalization in LLM agents, but repeated memory-conditioned responses can cumulatively reveal protected attributes even when they are never stated explicitly. We formalize this thre…

SloPal: A 60-Million-Word Slovak Parliamentary Corpus with Aligned Speech and Fine-Tuned ASR Models

2025-09-23 · Erik Božík, Marek Šuppa arxiv

Slovak remains a low-resource language for automatic speech recognition (ASR), with fewer than 100 hours of publicly available training data. We present SloPal, a comprehensive Slovak parliamentary corpus comprising 330,…

Speech Recognition

COPAL-ID: Indonesian Language Reasoning with Local Culture and Nuances

2023-11-02 · Haryo Akbarianto Wibowo, Erland Hilman Fuadi, Made Nindyatama Nityasya, Radityo Eko Prasojo 외

We present COPAL-ID, a novel, public Indonesian language common sense reasoning dataset. Unlike the previous Indonesian COPA dataset (XCOPA-ID), COPAL-ID incorporates Indonesian local and cultural nuances, and therefore,…

Common Sense Reasoning