DCIRJun 10

Efficient and Robust Online Learning to Rank in Decentralized Systems

arXiv:2606.12246v16.5h-index: 53
Predicted impact top 54% in DC · last 90 daysOriginality Highly original
AI Analysis

For decentralized ranking systems, RankGuard addresses the critical problem of poisoning attacks without a central server, offering robust and efficient collaborative learning.

RankGuard is a decentralized online learning-to-rank framework that defends against poisoning attacks by evaluating incoming model updates against the user's private click history, achieving up to 62x efficiency gains over competitors while providing the first formal convergence guarantee for decentralized OLTR.

In Online Learning to Rank (OLTR), ranking models are trained directly from live user interactions, but existing systems rely on a trusted central server to collect and process these interactions. This leaves operators free to introduce biases that conflict with user interests. Decentralized learning offers an attractive alternative, allowing users to collaboratively train a shared ranking model by exchanging model updates directly with one another, without any central authority. In such settings, however, malicious nodes can send poisoned model updates that degrade the ranking quality of honest nodes. We introduce RankGuard, a decentralized OLTR framework in which users collaboratively train ranking models and exchange model updates directly with other nodes. RankGuard defends against poisoning attacks by carefully evaluating incoming models against the user's own private click history, corrected for position bias. An incoming model is only aggregated if it better explains the user's past interactions than the current local model, making it fundamentally hard for malicious nodes to craft updates that pass this test without also genuinely helping the user. We derive a theoretical convergence guarantee of RankGuard. To the best of our knowledge, this is the first formal convergence analysis of a decentralized OLTR algorithm. We evaluate RankGuard against four poisoning attacks, including a powerful adaptive attack, using four standard benchmarks and three click models. RankGuard outperforms all baselines in most settings while being up to 62x more efficient than its closest competitors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes