Reverse Ranking by Graph Structure: Model and Scalable Algorithms
Eliav Buchnik, Edith Cohen

TL;DR
This paper introduces scalable algorithms for reverse-rank computation and influence maximization in large networks, addressing fundamental challenges with approximate solutions and novel data structures.
Contribution
It presents a Dijkstra-like algorithm for approximate reverse-rank computation, a new influence measure, and near-linear algorithms for influence maximization, along with a novel all-distance sketching method.
Findings
Algorithms scale to graphs with tens of millions of edges.
Approximate methods achieve high accuracy with small errors.
Theoretical hardness results justify the approximation approach.
Abstract
Distances in a network capture relations between nodes and are the basis of centrality, similarity, and influence measures. Often, however, the relevance of a node to a node is more precisely measured not by the magnitude of the distance, but by the number of nodes that are closer to than . That is, by the {\em rank} of in an ordering of nodes by increasing distance from . We identify and address fundamental challenges in rank-based graph mining. We first consider single-source computation of reverse-ranks and design a "Dijkstra-like" algorithm which computes nodes in order of increasing approximate reverse rank while only traversing edges adjacent to returned nodes. We then define {\em reverse-rank influence}, which naturally extends reverse nearest neighbors influence [Korn and Muthukrishnan 2000] and builds on a well studied distance-based influence. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Bayesian Modeling and Causal Inference · Advanced Bandit Algorithms Research
