BOPIM: Bayesian Optimization for influence maximization on temporal networks
Eric Yanchenko

TL;DR
This paper introduces BOPIM, a Bayesian Optimization approach for influence maximization on temporal networks, addressing complex objective functions and combinatorial spaces, and demonstrating superior speed and competitive influence spread.
Contribution
The paper presents a novel BO algorithm with custom kernels and uncertainty quantification for influence maximization on temporal networks, outperforming existing methods.
Findings
BOPIM outperforms competing methods in real-world networks.
BOPIM achieves influence spreads comparable to greedy algorithms.
Hamming kernel generally performs better than Jaccard kernel.
Abstract
The goal of influence maximization (IM) is to select a small set of seed nodes which maximizes the spread of influence on a network. In this work, we propose BOPIM, a Bayesian Optimization (BO) algorithm for IM on temporal networks. The IM task is well-suited for a BO solution due to its expensive and complicated objective function. There are at least two key challenges, however, that must be overcome, primarily due to the inputs coming from a cardinality-constrained, non-Euclidean, combinatorial space. The first is constructing the kernel function for the Gaussian Process regression. We propose two kernels, one based on the Hamming distance between seed sets and the other leveraging the Jaccard coefficient between node's neighbors. The second challenge is the acquisition function. For this, we use the Expected Improvement function, suitably adjusting for noise in the observations, and…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Multi-Objective Optimization Algorithms · Air Quality Monitoring and Forecasting
