SILGOct 14, 2022

ToupleGDD: A Fine-Designed Solution of Influence Maximization by Deep Reinforcement Learning

arXiv:2210.07500v358 citationsh-index: 47
Originality Incremental advance
AI Analysis

This work addresses the scalability and generalization challenges in Influence Maximization for large-scale networks, though it appears incremental as it builds on existing DRL approaches.

The authors tackled the Influence Maximization problem by proposing ToupleGDD, a deep reinforcement learning framework that uses coupled graph neural networks and double deep Q-networks. Their model, trained on small random graphs, achieved results close to IMM and better than OPIM-C on several datasets, demonstrating strong generalization across different networks and budgets.

Aiming at selecting a small subset of nodes with maximum influence on networks, the Influence Maximization (IM) problem has been extensively studied. Since it is #P-hard to compute the influence spread given a seed set, the state-of-the-art methods, including heuristic and approximation algorithms, faced with great difficulties such as theoretical guarantee, time efficiency, generalization, etc. This makes it unable to adapt to large-scale networks and more complex applications. On the other side, with the latest achievements of Deep Reinforcement Learning (DRL) in artificial intelligence and other fields, lots of works have been focused on exploiting DRL to solve combinatorial optimization problems. Inspired by this, we propose a novel end-to-end DRL framework, ToupleGDD, to address the IM problem in this paper, which incorporates three coupled graph neural networks for network embedding and double deep Q-networks for parameters learning. Previous efforts to solve IM problem with DRL trained their models on subgraphs of the whole network, and then tested on the whole graph, which makes the performance of their models unstable among different networks. However, our model is trained on several small randomly generated graphs with a small budget, and tested on completely different networks under various large budgets, which can obtain results very close to IMM and better results than OPIM-C on several datasets, and shows strong generalization ability. Finally, we conduct a large number of experiments on synthetic and realistic datasets, and experimental results prove the effectiveness and superiority of our model.

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