Enhancing TreePIR for a Single-Server Setting via Resampling
Elian Morel
TL;DR
The paper addresses private information retrieval in a single-server setting using preprocessing under minimal cryptographic assumptions by adapting TreePIR with a dual-table hint structure and a resampling technique. It builds on prior OWF-based schemes (PIANO and PPPS) to achieve a hybrid design that delivers logarithmic upload and $O( ext{sqrt}(n) ext{log} n)$ download, while requiring $O( ext{sqrt}(n) ext{log} n)$ client storage. The main contributions include the two-table hint framework, integration of resampling to refresh hints, and formal privacy and correctness proofs within the wpPRF-based security model. The resulting construction offers a practical, scalable approach for private queries on a single server with preprocessing, improving bandwidth trade-offs over prior single-server schemes and preserving simple OWF assumptions for broad deployment.
Abstract
Private Information Retrieval (PIR) allows a client to retrieve an entry $\text{DB}[i]$ from a public database $\text{DB}$ held by one or more servers, without revealing the queried index $i$. Traditional PIR schemes achieve sublinear server computation only under strong assumptions, such as the presence of multiple non-colluding servers or the use of public-key cryptography. To overcome these limitations, \textit{preprocessing PIR} schemes introduce a query-independent offline phase where the client collects \textit{hints} that enable efficient private queries during the online phase. In this work, we focus on preprocessing PIR schemes relying solely on \textit{One-Way Functions} (OWFs), which provide minimal cryptographic assumptions and practical implementability. We study three main constructions -- TreePIR, PIANO, and PPPS -- that explore different trade-offs between communication, storage, and server trust assumptions. Building upon the mechanisms introduced in PIANO and PPPS, we propose an adaptation of TreePIR to the single-server setting by introducing a dual-table hint structure (primary and backup tables) and a \textit{resampling} technique to refresh hints efficiently. Our proposed scheme achieves logarithmic upload bandwidth and $O(\sqrt{n}\log n)$ download complexity while requiring $O(\sqrt{n}\log n)$ client storage. This represents a significant improvement over prior single-server preprocessing PIR schemes such as PIANO ($O(\sqrt{n})$ bandwidth) and PPPS ($O(n^{1/4})$ bandwidth), while maintaining the simplicity and minimal assumptions of the OWF-based setting.
