Differentially private top-k ranking from pairwise comparisons is minimax optimal, with exact rates sqrt(log n/(np)) + log n/(npε) under edge DP and sqrt(n log n/m) + n log n/(mε) under individual DP.
Distributed Differentially Private Ranking Aggregation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Ranking aggregation is commonly adopted in cooperative decision-making to assist in combining multiple rankings into a single representative. To protect the actual ranking of each individual, some privacy-preserving strategies, such as differential privacy, are often used. This, however, does not consider the scenario where the curator, who collects all rankings from individuals, is untrustworthy. This paper proposed a mechanism to solve the above situation using the distribute differential privacy framework. The proposed mechanism collects locally differential private rankings from individuals, then randomly permutes pairwise rankings using a shuffle model to further amplify the privacy protection. The final representative is produced by hierarchical rank aggregation. The mechanism was theoretically analysed and experimentally compared against existing methods, and demonstrated competitive results in both the output accuracy and privacy protection.
citation-role summary
citation-polarity summary
fields
math.ST 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Optimal Differentially Private Ranking from Pairwise Comparisons
Differentially private top-k ranking from pairwise comparisons is minimax optimal, with exact rates sqrt(log n/(np)) + log n/(npε) under edge DP and sqrt(n log n/m) + n log n/(mε) under individual DP.