paper-with-me

Papers

Graph Bayesian Optimization for Multiplex Influence Maximization

2024-03-25 · Zirui Yuan, Minglai Shao, Zhiqian Chen

Influence maximization (IM) is the problem of identifying a limited number of initial influential users within a social network to maximize the number of influenced users. However, previous research has mostly focused on individual information propagation, neglecting the simultaneous and interactive dissemination of multiple information items. In reality, when users encounter a piece of information, such as a smartphone product, they often associate it with related products in their minds, such as earphones or computers from the same brand. Additionally, information platforms frequently recommend related content to users, amplifying this cascading effect and leading to multiplex influence diffusion. This paper first formulates the Multiplex Influence Maximization (Multi-IM) problem using multiplex diffusion models with an information association mechanism. In this problem, the seed set is a combination of influential users and information. To effectively manage the combinatorial complexity, we propose Graph Bayesian Optimization for Multi-IM (GBIM). The multiplex diffusion process is thoroughly investigated using a highly effective global kernelized attention message-passing module. This module, in conjunction with Bayesian linear regression (BLR), produces a scalable surrogate model. A data acquisition module incorporating the exploration-exploitation trade-off is developed to optimize the seed set further. Extensive experiments on synthetic and real-world datasets have proven our proposed framework effective. The code is available at https://github.com/zirui-yuan/GBIM.

📄 PDF Abstract BibTeX arXiv:2403.18866

Code (1)

zirui-yuan/gbim 공식 구현 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

REM: A Scalable Reinforced Multi-Expert Framework for Multiplex Influence Maximization

2025-01-01 · Huyen Nguyen, Hieu Dam, Nguyen Do, Cong Tran 외

In social online platforms, identifying influential seed users to maximize influence spread is a crucial as it can greatly diminish the cost and efforts required for information dissemination. While effective, traditiona…

Mixture-of-Experts

MIM-Reasoner: Learning with Theoretical Guarantees for Multiplex Influence Maximization

2024-02-24 · Nguyen Do, Tanmoy Chowdhury, Chen Ling, Liang Zhao 외

Multiplex influence maximization (MIM) asks us to identify a set of seed users such as to maximize the expected number of influenced users in a multiplex network. MIM has been one of central research topics, especially i…

A Bayesian and Machine Learning approach to estimating Influence Model parameters for IM-RO

2018-03-08 · Trisha Lawrence

The rise of Online Social Networks (OSNs) has caused an insurmountable amount of interest from advertisers and researchers seeking to monopolize on its features. Researchers aim to develop strategies for determining how …

BIG-bench Machine Learning

Robust Influence Maximization for Hyperparametric Models

2019-03-09 · Dimitris Kalimeris, Gal Kaplun, Yaron Singer

In this paper, we study the problem of robust influence maximization in the independent cascade model under a hyperparametric assumption. In social networks users influence and are influenced by individuals with similar …

Hierarchical Aggregations for High-Dimensional Multiplex Graph Embedding

2023-12-28 · Kamel Abdous, Nairouz Mrabah, Mohamed Bouguessa

We investigate the problem of multiplex graph embedding, that is, graphs in which nodes interact through multiple types of relations (dimensions). In recent years, several methods have been developed to address this prob…

Graph EmbeddingLink PredictionNode Classification