paper-with-me

홈 › Papers

Diffusion Model Agnostic Social Influence Maximization in Hyperbolic Space

2025-02-19 · Hongliang Qiao

The Influence Maximization (IM) problem aims to find a small set of influential users to maximize their influence spread in a social network. Traditional methods rely on fixed diffusion models with known parameters, limiting their generalization to real-world scenarios. In contrast, graph representation learning-based methods have gained wide attention for overcoming this limitation by learning user representations to capture influence characteristics. However, existing studies are built on Euclidean space, which fails to effectively capture the latent hierarchical features of social influence distribution. As a result, users' influence spread cannot be effectively measured through the learned representations. To alleviate these limitations, we propose HIM, a novel diffusion model agnostic method that leverages hyperbolic representation learning to estimate users' potential influence spread from social propagation data. HIM consists of two key components. First, a hyperbolic influence representation module encodes influence spread patterns from network structure and historical influence activations into expressive hyperbolic user representations. Hence, the influence magnitude of users can be reflected through the geometric properties of hyperbolic space, where highly influential users tend to cluster near the space origin. Second, a novel adaptive seed selection module is developed to flexibly and effectively select seed users using the positional information of learned user representations. Extensive experiments on five network datasets demonstrate the superior effectiveness and efficiency of our method for the IM problem with unknown diffusion model parameters, highlighting its potential for large-scale real-world social networks.

📄 PDF Abstract BibTeX arXiv:2502.13571

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Model-Independent Online Learning for Influence Maximization

2017-03-01 · ICML 2017 8 · Sharan Vaswani, Branislav Kveton, Zheng Wen, Mohammad Ghavamzadeh 외

We consider influence maximization (IM) in social networks, which is the problem of maximizing the number of users that become aware of a product by selecting a set of "seed" users to expose the product to. While prior w…

model

A Pressure-Based Diffusion Model for Influence Maximization on Social Networks

2025-09-16 · Curt Stutsman, Eliot W. Robson, Abhishek K. Umrawal arxiv

In many real-world scenarios, an individual's local social network carries significant influence over the opinions they form and subsequently propagate. In this paper, we propose a novel diffusion model -- the Pressure T…

Influence Maximization Under Generic Threshold-based Non-submodular Model

2020-12-18 · Liang Ma

As a widely observable social effect, influence diffusion refers to a process where innovations, trends, awareness, etc. spread across the network via the social impact among individuals. Motivated by such social effect,…

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

Provably Efficient Reinforcement Learning for Online Adaptive Influence Maximization

2022-06-29 · Kaixuan Huang, Yu Wu, Xuezhou Zhang, Shenyinying Tu 외

Online influence maximization aims to maximize the influence spread of a content in a social network with unknown network model by selecting a few seed nodes. Recent studies followed a non-adaptive setting, where the see…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)