SILGJul 8, 2019

Influence maximization in unknown social networks: Learning Policies for Effective Graph Sampling

arXiv:1907.11625v549 citations
Originality Highly original
AI Analysis

This work addresses the challenge of identifying influential actors in social networks with unknown structures, offering a novel approach that outperforms existing methods.

The paper tackles the problem of influence maximization in unknown social networks by proposing a reinforcement learning framework that learns policies for effective graph sampling, achieving a 10-36% improvement over state-of-the-art methods.

A serious challenge when finding influential actors in real-world social networks is the lack of knowledge about the structure of the underlying network. Current state-of-the-art methods rely on hand-crafted sampling algorithms; these methods sample nodes and their neighbours in a carefully constructed order and choose opinion leaders from this discovered network to maximize influence spread in the (unknown) complete network. In this work, we propose a reinforcement learning framework for network discovery that automatically learns useful node and graph representations that encode important structural properties of the network. At training time, the method identifies portions of the network such that the nodes selected from this sampled subgraph can effectively influence nodes in the complete network. The realization of such transferable network structure based adaptable policies is attributed to the meticulous design of the framework that encodes relevant node and graph signatures driven by an appropriate reward scheme. We experiment with real-world social networks from four different domains and show that the policies learned by our RL agent provide a 10-36% improvement over the current state-of-the-art method.

Code Implementations1 repo
Foundations

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

Your Notes