Federated Aggregation of Mallows Rankings: A Comparative Analysis of Borda and Lehmer Coding
Jin Sima, Vishal Rana, Olgica Milenkovic
TL;DR
This work proposes Federated Rank Aggregation (FRA) to privately learn a global ranking from distributed, non-shared data under the Mallows model, using two mechanisms: Borda scoring and Lehmer codes. It provides rigorous sample- and communication-complexity guarantees for each approach, with precise conditions on the number of rankings per client and the total communication cost, along with secure-aggregation-compatible quantization strategies. The authors prove concentration and recovery results for both methods and validate them on synthetic Mallows data and real-world datasets (Sushi, Jester, TCGA, and Maine elections), showing near-centralized performance, especially for Borda FRA. Collectively, the paper advances principled FRA with provable guarantees and practical privacy-preserving mechanisms, enabling scalable, distributed rank aggregation in privacy-sensitive domains.
Abstract
Rank aggregation combines multiple ranked lists into a consensus ranking. In fields like biomedical data sharing, rankings may be distributed and require privacy. This motivates the need for federated rank aggregation protocols, which support distributed, private, and communication-efficient learning across multiple clients with local data. We present the first known federated rank aggregation methods using Borda scoring and Lehmer codes, focusing on the sample complexity for federated algorithms on Mallows distributions with a known scaling factor $φ$ and an unknown centroid permutation $σ_0$. Federated Borda approach involves local client scoring, nontrivial quantization, and privacy-preserving protocols. We show that for $φ\in [0,1)$, and arbitrary $σ_0$ of length $N$, it suffices for each of the $L$ clients to locally aggregate $\max\{C_1(φ), C_2(φ)\frac{1}{L}\log \frac{N}δ\}$ rankings, where $C_1(φ)$ and $C_2(φ)$ are constants, quantize the result, and send it to the server who can then recover $σ_0$ with probability $\geq 1-δ$. Communication complexity scales as $NL \log N$. Our results represent the first rigorous analysis of Borda's method in centralized and distributed settings under the Mallows model. Federated Lehmer coding approach creates a local Lehmer code for each client, using a coordinate-majority aggregation approach with specialized quantization methods for efficiency and privacy. We show that for $φ+φ^2<1+φ^N$, and arbitrary $σ_0$ of length $N$, it suffices for each of the $L$ clients to locally aggregate $\max\{C_3(φ), C_4(φ)\frac{1}{L}\log \frac{N}δ\}$ rankings, where $C_3(φ)$ and $C_4(φ)$ are constants. Clients send truncated Lehmer coordinate histograms to the server, which can recover $σ_0$ with probability $\geq 1-δ$. Communication complexity is $\sim O(N\log NL\log L)$.
