Lecture 3-1 Independent Cascade Weili Wu Ding-Zhu Du University of Texas at Dallas.

Slides:



Advertisements
Similar presentations
Competition in VM – Completing the Circle. Previous work in Competitive VM Mainly follower’s perspective: given state (say of seed selection) of previous.
Advertisements

How to Schedule a Cascade in an Arbitrary Graph F. Chierchetti, J. Kleinberg, A. Panconesi February 2012 Presented by Emrah Cem 7301 – Advances in Social.
Minimizing Seed Set for Viral Marketing Cheng Long & Raymond Chi-Wing Wong Presented by: Cheng Long 20-August-2011.
Spread of Influence through a Social Network Adapted from :
Maximizing the Spread of Influence through a Social Network
Maximizing the Spread of Influence through a Social Network
Suqi Cheng Research Center of Web Data Sciences & Engineering
Guest lecture II: Amos Fiat’s Social Networks class Edith Cohen TAU, December 2014.
Least Cost Rumor Blocking in Social networks Lidan Fan Computer Science Department the University of Texas at Dallas.
Ding-Zhu Du │ University of Texas at Dallas │ Lecture 7 Rumor Blocking 0.
Maximizing the Spread of Influence through a Social Network By David Kempe, Jon Kleinberg, Eva Tardos Report by Joe Abrams.
Epidemics in Social Networks
Lecture 3 Power Law Structure Ding-Zhu Du Univ of Texas at Dallas.
Influence Maximization
Maximizing the Spread of Influence through a Social Network
Simpath: An Efficient Algorithm for Influence Maximization under Linear Threshold Model Amit Goyal Wei Lu Laks V. S. Lakshmanan University of British Columbia.
Maximizing Product Adoption in Social Networks
Models of Influence in Online Social Networks
Personalized Influence Maximization on Social Networks
1 1 Stanford University 2 MPI for Biological Cybernetics 3 California Institute of Technology Inferring Networks of Diffusion and Influence Manuel Gomez.
Influence Maximization in Dynamic Social Networks Honglei Zhuang, Yihan Sun, Jie Tang, Jialin Zhang, Xiaoming Sun.
December 7-10, 2013, Dallas, Texas
Jing (Selena) He and Hisham M. Haddad Department of Computer Science, Kennesaw State University Shouling Ji, Xiaojing Liao, and Raheem Beyah School of.
Chapter 2 Greedy Strategy I. Independent System Ding-Zhu Du.
Maximizing the Spread of Influence through a Social Network David Kempe, Jon Kleinberg, Eva Tardos Cornell University KDD 2003.
Maximizing the Spread of Influence through a Social Network Authors: David Kempe, Jon Kleinberg, É va Tardos KDD 2003.
Lecture 1-5 Power Law Structure Weili Wu Ding-Zhu Du Univ of Texas at Dallas.
Problem Setting :Influence Maximization A new product is available in the market. Whom to give free samples to maximize the purchase of the product ? 1.
Online Social Networks and Media
On Bharathi-Kempe-Salek Conjecture about Influence Maximization Ding-Zhu Du University of Texas at Dallas.
1 Latency-Bounded Minimum Influential Node Selection in Social Networks Incheol Shin
Lecture 5-1 Positive Influence Dominating Set Ding-Zhu Du Univ of Texas at Dallas.
Instructor: Shengyu Zhang 1. Location change for the final 2 classes Nov 17: YIA 404 (Yasumoto International Academic Park 康本國際學術園 ) Nov 24: No class.
Lecture 2-1 Submodular Maximization Weili Wu Ding-Zhu Du University of Texas at Dallas.
Lecture 5-2 Target-Influence and Power Law Graphs Ding-Zhu Du Univ of Texas at Dallas.
Lecture 2-3 Deterministic Difussion Weili Wu Ding-Zhu Du University of Texas at Dallas.
Ding-Zhu Du │ University of Texas at Dallas │ Lecture 3 Influence and Profit 1.
1/54 Rumor Source Detection: monitor placement Ding-Zhu Du Department of Computer Science University of Texas at Dallas.
Inferring Networks of Diffusion and Influence
Seed Selection.
Wenyu Zhang From Social Network Group
Nanyang Technological University
Independent Cascade Model and Linear Threshold Model
Heuristic & Approximation
Greedy & Heuristic algorithms in Influence Maximization
│ University of Texas at Dallas │
Influence Maximization
Power Law Structure Weili Wu Ding-Zhu Du Univ of Texas at Dallas
│ University of Texas at Dallas │
Independent Cascade Model and Linear Threshold Model
Influence Maximization
Maximizing the Spread of Influence through a Social Network
Bin Fu Department of Computer Science
Coverage Approximation Algorithms
Detect rumor sources 2019/1/3
Bharathi-Kempe-Salek Conjecture
General Threshold and Cascade Models
Kempe-Kleinberg-Tardos Conjecture A simple proof
at University of Texas at Dallas
Influence Maximization
A Better Approximation for Minimum Total Routing Path Clustering Problem in 2-D Underwater Sensor Networks Wei Wang, Donghyun Kim, and Weili Wu, A Better.
Viral Marketing over Social Networks
Independent Cascade Model and Linear Threshold Model
Survey on Coverage Problems in Wireless Sensor Networks - 2
at University of Texas at Dallas
And Competitive Influence
Lecture 2-6 Complexity for Computing Influence Spread
Multiple Products.
Noncooperative Rumor Blocking
Data-Dependent Approximation
Presentation transcript:

Lecture 3-1 Independent Cascade Weili Wu Ding-Zhu Du University of Texas at Dallas

Outline Influence Max Independent Cascade 2

Given a digraph and k>0, Find k seeds (Kates) to maximize the number of influenced persons. Influence Maximization 3

4 Theorem Proof

Modularity of Influence 5

Submadular Function Max 6

Greedy Algorithm 7

Performance Ratio 8 Theorem (Nemhauser et al. 1978) Proof

Theorem 9

Outline Influence Max Independent Cascade 10

Deterministic Model both 1 and 6 are source nodes. Step 1: 1--2,3; 6--2,4.. 12/13/201511

Step 2: Example 12/13/201512

Models of Influence Diffusion Two basic classes of probabilistic diffusion models: – threshold and cascade General operational view: – A social network is represented as a directed graph, with each person (customer) as a node. – Nodes start either active or inactive. – An active node may trigger activation of neighboring nodes – Monotonicity assumption: active nodes never deactivate.

Independent Cascade (IC) Model When node v becomes active, it has a single chance of activating each currently inactive neighbor w. The activation attempt succeeds with probability p vw. The deterministic model is a special case of IC model. In this case, p vw =1 for all (v,w).

15 Important understanding

Example v w Inactive Node Active Node Newly active node Successful attempt Unsuccessful attempt Stop! U X Y

Influence Maximization Problem Influence spread of node set S: σ(S) – expected number of active nodes at the end of diffusion process, if set S is the initial active set. Problem Definition (by Kempe et al., 2003): (Influence Maximization). Given a directed and edge-weighted social graph G = (V,E, p), a diffusion model m, and an integer k ≤ |V |, find a set S ⊆ V, |S| = k, such that the expected influence spread σ m (S) is maximum.

Known Results Bad news: NP-hard optimization problem for both IC and LT models. Good news: σ m (S) is monotone and submodular. We can use Greedy algorithm! Theorem: The resulting set S activates at least (1-1/e) (>63%) of the number of nodes that any size-k set could activate.

Proof of Submodularity 19

20

Decision Version of InfMax in IC 21 Theorem Corollary Is it in NP?

22 Theorem (Chen et al., 2010) Proof

23

Disadvantage Lack of efficiency. – Computing σ m (S) is # P-hard under both IC and LT models. – Selecting a new vertex u that provides the largest marginal gain σ m (S+u) - σ m (S), which can only be approximated by Monte-Carlo simulations (10,000 trials). Assume a weighted social graph as input. – How to learn influence probabilities from history?

Monte-Carlo Method 25 Buffon's needle

References 26

Editor-in-Chief: Ding-Zhu Du My T. Thai Computational Social Networks 27 A New Springer Journal Welcome to Submit Papers

THANK YOU!

Yuqing Zhu, Zaixin Lu, Yuanjun Bi, Weili Wu, Yiwei Jiang, Deying Li: Influence and Profit: Two Sides of the Coin. ICDM 2013:

Lidan Fan, Zaixin Lu, Weili Wu, Yuanjun Bi, Ailian Wang: A New Model for Product Adoption over Social Networks. COCOON 2013: COCOON

Songsong Li, Yuqing Zhu, Deying Li, Donghyun Kim, Huan Ma, Hejiao Huang: Influence maximization in social networks with user attitude modification. ICC 2014: ICC

Zaixin Lu, Lidan Fan, Weili Wu, Bhavani Thuraisingham and Kai Yang, Efficient influence spread estimation for influence maximization under the linear threshold model, Computational Social Networks, 1 (2014) 32

Zaixin Lu, Wei Zhang, Weili Wu, Bin Fu, Ding- Zhu Du: Approximation and Inapproximation for the Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model. ICDCS Workshops 2011: ICDCS Workshops