paper-with-me

Papers

Network Inference and Influence Maximization from Samples

2021-06-07 · Zhijie Zhang, Wei Chen, Xiaoming Sun, Jialin Zhang

Influence maximization is the task of selecting a small number of seed nodes in a social network to maximize the influence spread from these seeds. It has been widely investigated in the past two decades. In the canonical setting, the social network and its diffusion parameters are given as input. In this paper, we consider the more realistic sampling setting where the network is unknown and we only have a set of passively observed cascades that record the sets of activated nodes at each diffusion step. We study the task of influence maximization from these cascade samples (IMS) and present constant approximation algorithms for it under mild conditions on the seed set distribution. To achieve the optimization goal, we also provide a novel solution to the network inference problem, that is, learning diffusion parameters and the network structure from the cascade data. Compared with prior solutions, our network inference algorithms require weaker assumptions and do not rely on maximum-likelihood estimation and convex programming. Our IMS algorithms enhance the learning-and-then-optimization approach by allowing a constant approximation ratio even when the diffusion parameters are hard to learn, and we do not need any assumption related to the network structure or diffusion parameters.

📄 PDF Abstract BibTeX arXiv:2106.03403

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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

Robust Influence Maximization

2016-01-25 · Wei Chen, Tian Lin, Zihan Tan, Mingfei Zhao 외

In this paper, we address the important issue of uncertainty in the edge influence probability estimates for the well studied influence maximization problem --- the task of finding $k$ seed nodes in a social network to m…

Multi-task Learning for Influence Estimation and Maximization

2019-04-18 · George Panagopoulos, Fragkiskos D. Malliaros, Michalis Vazirgiannis

We address the problem of influence maximization when the social network is accompanied by diffusion cascades. In prior works, such information is used to compute influence probabilities, which is utilized by stochastic …

Multi-Task LearningRepresentation Learning

Online Learning with Cumulative Oversampling: Application to Budgeted Influence Maximization

2020-04-24 · Shatian Wang, Shuoguang Yang, Zhen Xu, Van-Anh Truong

We propose a cumulative oversampling (CO) method for online learning. Our key idea is to sample parameter estimations from the updated belief space once in each round (similar to Thompson Sampling), and utilize the cumul…

Thompson Sampling

RIM: Reliable Influence-based Active Learning on Graphs

2021-10-28 · NeurIPS 2021 12 · Wentao Zhang, Yexin Wang, Zhenbang You, Meng Cao 외

Message passing is the core of most graph models such as Graph Convolutional Network (GCN) and Label Propagation (LP), which usually require a large number of clean labeled data to smooth out the neighborhood over the gr…

Active Learning