Journal Article10.1007/S10878-021-00812-3
A general greedy approximation algorithm for finding minimum positive influence dominating sets in social networks
6
TL;DR: In this paper, the authors proposed a general greedy approximation algorithm (GGAA) for the MPIDS problem, which uses a generic real-valued submodular potential function, and enjoys a provable approximation guarantee under a wide condition.
read more
Abstract: In social networks, the minimum positive influence dominating set (MPIDS) problem is NP-hard, which means it is unlikely to be solved precisely in polynomial time. For the purpose of efficiently solving this problem, greedy approximation algorithms seem appealing because they are fast and can provide guaranteed solutions. In this paper, based on the classic greedy algorithm for cardinality submodular cover, we propose a general greedy approximation algorithm (GGAA) for the MPIDS problem, which uses a generic real-valued submodular potential function, and enjoys a provable approximation guarantee under a wide condition. Two existing greedy algorithms, one of which is unknown for having an approximation ratio, both can be viewed as the specific versions of GGAA, and are shown to enjoy an approximation guarantee of the same order. Applying the framework of GGAA, we also design two new greedy approximation algorithms with fractional submodular potential functions. All these greedy algorithms are $$O(\ln \alpha )$$
-approximations where $$\alpha $$
is the maximum node degree of the network graph, while it is shown experimentally that these two new algorithms can yield better solutions on typical real social network instances. In this work, as a by-product, we achieve a new approximation ratio of the classic greedy algorithm for cardinality submodular cover, which slightly generalizes two existing results.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Polynomial time algorithms to find Pareto optimal schedules of bicriteria lot scheduling problems with splitable jobs on a single parallel-batch machine
Haoxuan Shen,Vladimir Šimić,Shuguang Li,Dragan Pamučar +3 more
A unified embedding-based relation completion framework for knowledge graph
Hao Zhong,Weisheng Li,Qi Zhang,Ronghua Lin,Yong Tang +4 more
TL;DR: This paper proposes a unified embedding-based relation completion framework for knowledge graphs, utilizing deep neural networks to learn relation features and submodular optimization to extract key features, outperforming existing approaches on multiple public datasets.
A Self-Adaptive Variant of CMSA: Application to the Minimum Positive Influence Dominating Set Problem
TL;DR: In this paper , a self-adaptive variant of CMSA, called Adapt-CMSA, is proposed to reduce the parameter sensitivity of the original CMSA algorithm in the context of the minimum positive influence dominating set problem.
An efficient local search algorithm for minimum positive influence dominating set problem
TL;DR: Wang et al. as mentioned in this paper proposed an efficient local search algorithm based on three main ideas: a reduction-based initialization method is used to fix portions of vertices inside or outside the candidate solution; it avoids exploring redundant search spaces.
References
•Proceedings Article
Learning to Discover Social Circles in Ego Networks
Jure Leskovec,Julian McAuley +1 more
- 03 Dec 2012
TL;DR: A novel machine learning task of identifying users' social circles is defined as a node clustering problem on a user's ego-network, a network of connections between her friends, and a model for detecting circles is developed that combines network structure as well as user profile information.
An Analysis of the Greedy Algorithm for the Submodular Set Covering Problem
TL;DR: This work generalises earlier results of Dobson and others on the applications of the greedy algorithm to the integer covering problem: min, which includes the problem of finding a minimum weight basis in a matroid.
670
•Posted Content
Multi-scale Attributed Node Embedding
TL;DR: It is proved theoretically that matrices of node-feature pointwise mutual information are implicitly factorized by the embeddings, and computationally efficient and outperform comparable models on social networks and web graphs.
582
Characteristic Functions on Graphs: Birds of a Feather, from Statistical Descriptors to Parametric Models
Benedek Rozemberczki,Rik Sarkar +1 more
- 19 Oct 2020
TL;DR: FEATHER, a computationally efficient algorithm to calculate a specific variant of characteristic functions defined on graph vertices where the probability weights of the characteristic function are defined as the transition probabilities of random walks is introduced.
GEMSEC: graph embedding with self clustering
Benedek Rozemberczki,Ryan Davies,Rik Sarkar,Charles Sutton +3 more
- 27 Aug 2019
TL;DR: GEMSEC is a graph embedding algorithm which learns a clustering of the nodes simultaneously with computing their embedding, and it incorporates known social network properties through a machine learning regularization.