Faster Differentially Private Top-$k$ Selection: A Joint Exponential Mechanism with Pruning
Hao WU, Hanwen Zhang

TL;DR
This paper introduces a faster differentially private top-$k$ selection algorithm that maintains high accuracy while significantly reducing computational complexity, making it more practical for large datasets.
Contribution
The authors propose a novel joint exponential mechanism with pruning, improving time and space complexity from previous methods while preserving empirical accuracy.
Findings
Our algorithm is orders of magnitude faster than previous approaches.
It achieves similar empirical accuracy despite reduced complexity.
The method is scalable to larger datasets with high-dimensional data.
Abstract
We study the differentially private top- selection problem, aiming to identify a sequence of items with approximately the highest scores from items. Recent work by Gillenwater et al. (ICML '22) employs a direct sampling approach from the vast collection of possible length- sequences, showing superior empirical accuracy compared to previous pure or approximate differentially private methods. Their algorithm has a time and space complexity of . In this paper, we present an improved algorithm with time and space complexity , where denotes the privacy parameter. Experimental results show that our algorithm runs orders of magnitude faster than their approach, while achieving similar empirical accuracy.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Complexity and Algorithms in Graphs · Machine Learning and Algorithms
