AI Agents 相关度: 7/10

Decentralized Ranking Aggregation: Gossip Algorithms for Borda and Copeland Consensus

Anna Van Elst, Kerrian Le Caillec, Igor Colin, Stephan Clémençon
arXiv: 2602.22847v1 发布: 2026-02-26 更新: 2026-02-26

AI 摘要

研究了去中心化环境下的排序聚合问题,提出了基于Gossip算法的Borda和Copeland共识方法。

主要贡献

  • 提出了基于Gossip算法的去中心化Borda和Copeland排序聚合方法
  • 提供了严格的收敛性保证,包括明确的速率界限
  • 通过实验验证了算法的快速和可靠收敛性

方法论

使用Gossip算法进行节点间的随机通信,使每个节点通过局部交互实现全局排序共识,无需中心协调。

原文摘要

The concept of ranking aggregation plays a central role in preference analysis, and numerous algorithms for calculating median rankings, often originating in social choice theory, have been documented in the literature, offering theoretical guarantees in a centralized setting, i.e., when all the ranking data to be aggregated can be brought together in a single computing unit. For many technologies (e.g. peer-to-peer networks, IoT, multi-agent systems), extending the ability to calculate consensus rankings with guarantees in a decentralized setting, i.e., when preference data is initially distributed across a communicating network, remains a major methodological challenge. Indeed, in recent years, the literature on decentralized computation has mainly focused on computing or optimizing statistics such as arithmetic means using gossip algorithms. The purpose of this article is precisely to study how to achieve reliable consensus on collective rankings using classical rules (e.g. Borda, Copeland) in a decentralized setting, thereby raising new questions, robustness to corrupted nodes, and scalability through reduced communication costs in particular. The approach proposed and analyzed here relies on random gossip communication, allowing autonomous agents to compute global ranking consensus using only local interactions, without coordination or central authority. We provide rigorous convergence guarantees, including explicit rate bounds, for the Borda and Copeland consensus methods. Beyond these rules, we also provide a decentralized implementation of consensus according to the median rank rule and local Kemenization. Extensive empirical evaluations on various network topologies and real and synthetic ranking datasets demonstrate that our algorithms converge quickly and reliably to the correct ranking aggregation.

标签

排序聚合 去中心化算法 Gossip算法 Borda Copeland

arXiv 分类

cs.LG cs.AI stat.ML