Multiclass MinMax Rank Aggregation

Pan Li,Olgica Milenkovic
DOI: https://doi.org/10.48550/arXiv.1701.08305
2017-01-29
Abstract:We introduce a new family of minmax rank aggregation problems under two distance measures, the Kendall {\tau} and the Spearman footrule. As the problems are NP-hard, we proceed to describe a number of constant-approximation algorithms for solving them. We conclude with illustrative applications of the aggregation methods on the Mallows model and genomic data.
Machine Learning,Artificial Intelligence,Quantitative Methods
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the multi - class minmax ranking aggregation problem. Specifically, the author introduced a new class of minmax ranking aggregation problems based on Kendall τ - distance and Spearman footrule distance, and proposed a series of constant - approximation algorithms to solve these problems. ### Problem Background Ranking data has received extensive attention in the field of machine learning, especially in applications such as recommendation systems, social voting, and product ranking platforms. Rank aggregation is one of the main tasks for processing ranking data, which usually involves calculating the median of a set of permutations or partial rankings and evaluating using an appropriate distance function. ### Specific Problem Description The minmax ranking aggregation problem proposed in this paper can be described as follows: Given a set of rankings of multiple classes, find a ranking π such that it minimizes the maximum weighted distance to the rankings in different classes. Formally, the optimization problem can be expressed as: \[ \text{MinMax: } \min_{\pi} \max_{k} \lambda_k d(\pi, \Sigma_k) \] where: - \( \lambda_k>0 \) represents the cost of violating the ranking consistency of the k - th class. - \( d(\pi, \Sigma_k) \) represents the distance between the ranking π and the set of rankings Σ_k in class k, and the median distance or the minimum distance can be selected. ### Problem Challenges Since this problem has been proven to be NP - hard, the author proposed several constant - approximation algorithms to solve this problem. These algorithms include: 1. **Pick - Rnd - Perm** and **Pick - Opt - Perm** algorithms for solving the problem under the median distance. 2. **mmKT - Conv** and **mmSP - Conv** algorithms, which solve more complex cases through convex optimization and rounding methods. 3. **min - Pick - Perm** algorithm for solving the problem under the minimum distance. ### Application Examples The author also demonstrated the applications of these aggregation methods on the Mallows model and genomic data, especially for the ancestral genome reconstruction problem of mitochondrial DNA (mtDNA). In conclusion, this paper aims to solve the multi - class minmax ranking aggregation problem and provides a series of effective approximation algorithms to deal with the complexity and computational difficulty in practical applications.