Proportional Selection in Networks
Georgios Papasotiropoulos, Oskar Skibski, Piotr Skowron, Tomasz Wąs
TL;DR
The paper addresses selecting a fixed number $k$ of nodes from a network to both maximize influence and reflect the network's diversity proportionally. It develops two families of methods that extend centrality measures into proportional group selection: an Election-Based approach using the Method of Equal Shares to yield MesRank/MesKatz, and Absorbing rules such as AbsorbRank/AbsorbKatz that base scores on remaining support after absorbing chosen nodes. The authors present axioms of proportionality (e.g., Clique-Entitlement, Subgraph-Entitlement) and show theoretical properties, including NP-hardness for AbsorbRank/AbsorbKatz and polynomial-time computability for the MES-based variants in key graph classes. Empirically, MesRank/MesKatz and especially the BOS variants produce more representative committees across bipartite, functional, and real-world networks, with PageRank-based methods generally offering better proportionality than Katz in many scenarios. The results highlight a robust, versatile framework for proportional representation in networked elections and group selection, with practical implications for selecting diverse yet influential sets of nodes.
Abstract
We address the problem of selecting $k$ representative nodes from a network, aiming to achieve two objectives: identifying the most influential nodes and ensuring the selection proportionally reflects the network's diversity. We propose two approaches to accomplish this, analyze them theoretically, and demonstrate their effectiveness through a series of experiments.
