π€ AI Summary
This paper studies rank aggregation under differential privacy (DP), focusing on the classical Kemeny and Footrule objectives. Methodologically, it integrates combinatorial optimization, privacy mechanism design, and polynomial-time approximation schemes (PTAS) to achieve Ξ΅-differential privacy. It presents the first DP algorithm for Footrule aggregation with a constant approximation ratio of 2. For Kemeny aggregation, it improves the additive error in the central model from O(nΒ²) to O(n^{3/2}) and provides the first private PTAS. All algorithms are rigorously analyzed for privacy and utility guarantees. Experimental results demonstrate that the proposed methods outperform existing approaches in additive error, approximation ratio, and runtime efficiency, while supporting both central and local DP models. The work thus advances both theoretical understanding and practical applicability of differentially private rank aggregation.
π Abstract
Rank aggregation is a task of combining the rankings of items from multiple users into a single ranking that best represents the users'rankings. Alabi et al. (AAAI'22) presents differentially-private (DP) polynomial-time approximation schemes (PTASes) and $5$-approximation algorithms with certain additive errors for the Kemeny rank aggregation problem in both central and local models. In this paper, we present improved DP PTASes with smaller additive error in the central model. Furthermore, we are first to study the footrule rank aggregation problem under DP. We give a near-optimal algorithm for this problem; as a corollary, this leads to 2-approximation algorithms with the same additive error as the $5$-approximation algorithms of Alabi et al. for the Kemeny rank aggregation problem in both central and local models.