paper-with-me

Papers

Privacy-Preserving Learning-Augmented Data Structures

2025-09-30 · Prabhav Goyal, Vinesh Sridhar, Wilson Zheng arxiv

Learning-augmented data structures use predicted frequency estimates to retrieve frequently occurring database elements faster than standard data structures. Recent work has developed data structures that optimally exploit these frequency estimates while maintaining robustness to adversarial prediction errors. However, the privacy and security implications of this setting remain largely unexplored. In the event of a security breach, data structures should reveal minimal information beyond their current contents. This is even more crucial for learning-augmented data structures, whose layout adapts to the data. A data structure is history independent if its memory representation reveals no information about past operations except what is inferred from its current contents. In this work, we take the first step towards privacy and security guarantees in this setting by proposing the first learning-augmented data structure that is strongly history independent, robust, and supports dynamic updates. To achieve this, we introduce two techniques: thresholding, which automatically makes any learning-augmented data structure robust, and pairing, a simple technique that provides strong history independence in the dynamic setting. Our experimental results demonstrate a tradeoff between security and efficiency but are still competitive with the state of the art.

📄 PDF Abstract BibTeX arXiv:2510.00165

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Noise-Augmented Privacy-Preserving Empirical Risk Minimization with Dual-purpose Regularizer and Privacy Budget Retrieval and Recycling

2021-10-16 · Yinan Li, Fang Liu

We propose Noise-Augmented Privacy-Preserving Empirical Risk Minimization (NAPP-ERM) that solves ERM with differential privacy guarantees. Existing privacy-preserving ERM approaches may be subject to over-regularization …

Privacy PreservingRetrievalVariable Selection

Towards nation-wide analytical healthcare infrastructures: A privacy-preserving augmented knee rehabilitation case study

2024-12-30 · Boris Bačić, Claudiu Vasile, Chengwei Feng, Marian G. Ciucă

The purpose of this paper is to contribute towards the near-future privacy-preserving big data analytical healthcare platforms, capable of processing streamed or uploaded timeseries data or videos from patients. The expe…

DiagnosticPose EstimationPrivacy Preserving

Privacy-Preserving Graph Machine Learning from Data to Computation: A Survey

2023-07-10 · Dongqi Fu, Wenxuan Bao, Ross Maciejewski, Hanghang Tong 외

In graph machine learning, data collection, sharing, and analysis often involve multiple parties, each of which may require varying levels of data security and privacy. To this end, preserving privacy is of great importa…

AttributePrivacy Preserving

Efficient Privacy-Preserving Retrieval Augmented Generation with Distance-Preserving Encryption

2026-01-18 · Huanyi Ye, Jiale Guo, Ziyao Liu, Kwok-Yan Lam arxiv

RAG has emerged as a key technique for enhancing response quality of LLMs without high computational cost. In traditional architectures, RAG services are provided by a single entity that hosts the dataset within a truste…

Differentially Private Retrieval-Augmented Generation

2026-02-16 · Tingting Tang, James Flemings, Yongqin Wang, Murali Annavaram arxiv

Retrieval-augmented generation (RAG) is a widely used framework for reducing hallucinations in large language models (LLMs) on domain-specific tasks by retrieving relevant documents from a database to support accurate re…