MESS: Fast and Private Semantic Search on Multi-Graph HNSW

📅 2026-07-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of reconciling privacy and efficiency in semantic search within cloud environments by proposing an efficient privacy-preserving scheme that eschews homomorphic encryption and ORAM. The approach encodes vectors into binary codes, integrates locality-sensitive hashing (LSH) with randomized response for perturbation, and constructs a multi-graph HNSW index augmented by a two-stage query perturbation mechanism to jointly protect data, query, access, and search pattern privacy. Notably, this method achieves, for the first time without relying on complex cryptographic primitives, a unified guarantee of strong privacy, high retrieval accuracy, and low latency: it reduces query latency by up to 15.08× compared to the current state-of-the-art baseline while maintaining excellent recall.
📝 Abstract
Semantic search systems map data to a high-dimensional vector space and support retrieval of similar data via approximate nearest neighbor search. When the system is hosted by a trusted cloud provider, there is no privacy for the data or the query. Our goal is to design a system with three properties: privacy, accuracy, and efficiency. Existing works adopt either homomorphic encryption (HE), oblivious RAM (ORAM), or a differential privacy (DP) approach. They fall short of achieving all three properties. In this paper, we present MESS, a system that realizes our goal. It maps the original vectors into binary codes, applies locality-sensitive hashing (LSH) and randomized response, and constructs a multi-graph Hierarchical Navigable Small World (HNSW) index over the perturbed codes. MESS ensures data, query, and access pattern privacy. It also ensures search pattern privacy via a two-phase query perturbation mechanism. The multi-graph index mitigates the impact of perturbation on result quality, thereby achieving accuracy. MESS is efficient because search is performed directly over perturbed codes, without the overhead of homomorphic encryption or ORAM. We give formal analysis of the system's privacy and extensive evaluation of its performance. The results show that MESS achieves up to 15.08\times lower latency than state-of-the-art baselines.
Problem

Research questions and friction points this paper is trying to address.

privacy
semantic search
approximate nearest neighbor
efficiency
accuracy
Innovation

Methods, ideas, or system contributions that make the work stand out.

multi-graph HNSW
privacy-preserving semantic search
randomized response
locality-sensitive hashing
approximate nearest neighbor
🔎 Similar Papers
No similar papers found.