SlideShare a Scribd company logo
Time-Critical Influence Maximization in Social
Networks withTime-Delayed Diffusion Process
Wei Chen Wei Lu Ning Zhang
Microsoft ResearchAsia U. of British Columbia U. of Sci andTech of China
This work was done during the internships of Wei Lu and Ning Zhang at Microsoft Research Asia.
Influence in Social Networks
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.2
 We live in communities
and interact with social
acquaintances
 This forms social
networks
 In social interactions, we
influence each other
Kinect is great
Kinect is great
Kinect is great
Kinect is great
Kinect is great
Kinect is great
Kinect is great
Influence Diffusion & Viral Marketing
3 AAAI 2012,Toronto, Ontario.
Word-of-mouth effects
Social Networks as Directed Graphs
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.4
 Nodes: Individuals in the network
 Edges: Links between individuals
 Edge weight: Influence probability p(u,v) – the probability that v will be
influenced by u
0.8
0.7
0.1
0.13
0.3
0.41
0.27
0.2
0.9
0.01
0.6
0.54
0.1
0.110
0.20.7
A Classical Influence Propagation
Model
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.5
 Independent Cascade (IC) (Kempe, Kleinberg, andTardos 2003)
 Initially some seed nodes are activated
 At each time step (discrete), each newly-activated node u
activates its neighbor v independently with probability p(u,v)
 Influence spread: Expected number of nodes activated
 Other propagation models
 LinearThreshold (LT)
 GeneralThreshold
 etc
Influence Maximization
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.6
Problem
Select k individuals such that by
activating them, the expected
spread of influence is maximized.
Input
Output
A directed graph representing a
social network, with influence
probabilities on edges
Seed set of size k
NP-hard  #P-hard to compute exact influence 
Temporal Aspects in Influence
Diffusion
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.7
 Influence diffusion can be time-delayed
 Heterogeneity of human activities and interactions (Iribarren and
Moro, 2009)
 Network topology and burstiness (Karsai et al., 2011)
 NOT captured in classical propagation models
Temporal Aspects in Influence
Diffusion
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.8
 The task of influence maximization may be time-critical.
 Xbox 360 + Kinect is on sale  inVancouver area BestBuys, for
3 days only !!!!!
 Alice has grabbed this great deal, and wants to inform Bob
 But Bob’s been away for a road trip in Banff National Park
 No stable Internet & cellphone access (Rocky mountains!) &
Uncertain return time 
 Viral marketing campaigns may have limited time horizon,
which affects the spread of word-of-mouth.
 NOT captured in current propagation models
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.9
Our Work
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.10
 Extend the influence maximization problem to have a deadline
constraint:Time-Critical Influence Maximization
 Propose a new propagation model to reflect temporal delays
of influence diffusion: Independent Cascade with Meeting
events (IC-M)
Independent Cascade with Meeting
Events (The IC-M model)
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.11
 Model parameters
 Social networks modeled as directed graphs
 Influence probability p(u,v)
 Meeting probability m(u,v), the probability that u and v
meet in each time step
 Diffusion dynamics
 Initially, a seed set is targeted and activated
 At each time step, u and v meet w.p. m(u,v).
 If u is active & is meeting v for the first time, u influences v with
prob p(u,v)
Time-Critical Influence Maximization
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.12
 Original Influence Maximization
 Diffusion ends only when no more nodes can be activated
 Unconstrained time horizon
 Meeting probabilities not essential
 Time-Critical Influence Maximization
 Given an integer T << |V|, we only consider influence spread
within T time steps
 T: the deadline constraint.
 Representing limited time horizon.
Time-Critical Influence Maximization
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.13
 Problem Formulation
 Input: G=(V, E), k, T
 Objective: find k seeds such that the spread of influence by the
end of time step T is maximized (under the IC-M model)
 NP-hard 
Greedy Approximation Algorithm
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.14
 Under the IC-M model, our objective function (spread of
influence) is monotone and submodular in the seed set.
 Monotonicity:As the seed set grows, influence is non-decreasing
 Submodularity:The law of diminishing marginal returns
 Greedy approximation algorithm
 Repeat k rounds
 In each round, select the node v that provides the largest marginal
gain in influence spread
 Approximation ratio = 1-1/e ≈ 63% (Nemhauser et al., 1978)
 #P-hard to compute influence spread exactly for IC-M 
 Can use Monte Carlo simulations to estimate, but very costly 
Overcome the Inefficiency of Greedy
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.15
 MIA: Maximum InfluenceArborescence (Chen et al., 2010)
 Heuristic No.1 (MIA-M algorithm)
 Design an efficient algorithm to compute influence spread
exactly in tree structures
 Leverage it to design scalable heuristics for time-critical
influence maximization in general graphs
 Heuristic No.2 (MIA-C algorithm)
 For each pair of nodes (u,v), estimate the probability that
influence will propagate from u to v by combining p(u,v),
m(u,v), and the deadline T
 Convert the problem to one in the classical IC model, and solve
it using MIA
Compute Influence in Directed Trees
(In-Arborescences)
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.16
 Activation probability ap(u,t): the probability that u
becomes active right at time step t
u
Calculating Activation Probability
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.17
 Step 1: For any seed set S, Compute ap(u,t) given S via
dynamic programming
 Base cases
 The recursion: ap(u,t) =
 Step 2: By linearity of expectation, for a given seed set S,
inf(S) =
Computing Influence in General Graphs
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.18
 Utilize the dynamic programming algorithm for trees
 Restrict incoming influence to a node u in a local region
 Influence from nodes far away can be ignored
 “Sparsify” the local region of a node u to an in-arborescence, by
including only the strongest influence path from other nodes
to u
 Dijkstra’s algorithm
Experiments: Network Datasets
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.19
 NetHEPT:A co-authorship network from arxiv.org High Energey
PhysicsTheory section.
 WikiVote:A who-voted-whom network fromWikipedia
 Epinions:A who-trusts-whom network from the customer
reviews site Epinions.com
 DBLP:A co-authorship network from DBLP
NetHEPT WikiVote Epinions DBLP
# Nodes 15K 7.1K 75K 655K
# Edges 62K 101K 509K 2.0M
Avg. degree 4.12 26.6 13.4 6.1
Max. degree 64 1065 3079 588
Experimental Results
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.20
(a). NetHEPT (b). Epinions
Graph parameters:
• Influence probability: p(u,v) = 1.0 / in-degree(v)
• Meeting probability: m(u,v) = 1.0 / out-degree(u)
Fig. Spread of influence (Y-axis) vs. Seed set size (X-axis), T = 5 and 15
Experimental Results
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.21
(a). NetHEPT (b). Epinions
Spread of influence (Y-axis) vs. Seed set size (X-axis), T = 5 and 15
Graph parameters:
• Influence probability: p(u,v) = 1.0 / in-degree(v)
• Meeting probability: m(u,v) chosen uniformly at random from
{0.2, 0.3, … , 0.7, 0.8}
Running Time Comparisons
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.22
 T = 5, Weighted meeting probabilities. DNP = Did Not Complete
(within 72 hours)
 In general, Greedy is too slow to use in practice
 Cannot scale to large graphs
 MIA-M, MIA-C are 2-3 orders of magnitude faster
 MIA-M is a little bit slower than MIA-C, MIA
 But has higher spread of influence
NetHEPT WikiVote Epinions DBLP
Greedy 40m 22m DNP DNP
MIA-M 1.6s 7.9s 41s 6.6m
MIA-C 0.3s 0.4s 2.7s 24s
MIA 0.3s 1.4s 12s 40s
Conclusions, Discussions & Future
Work
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.23
 Conclusions
 Time-Critical Influence Maximization Problem
 Independent Cascade model with meeting Events
 Approximation algorithm & heuristic solutions
 Extensions & Refinements
 LinearThreshold model with Meeting events (LT-M)
 More efficient computation of activation probabilities in tree
structures
 Details available in our full technical report:arXiv 1204.3074
 FutureWork
 Extend classical propagation models to incorporate login events
 Extend to more general propagation models
Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.24
Thanks!!! Questions???
KDD 2012 tutorial on Information and Influence Spread in
Social Networks (Aug 12,Beijing,China)
Carlos Castillo (Qatar Computing Research Institute)
Wei Chen (Microsoft ResearchAsia)
LaksV.S. Lakshmanan (University of British Columbia)
0.8
0.7
0.1
0.1
0.3
0.4
0.2
0.2
0.9
0.1
0.6
0.5
0.1
0.1
1
0
0.20.7

More Related Content

What's hot

Recommendation system using collaborative deep learning
Recommendation system using collaborative deep learningRecommendation system using collaborative deep learning
Recommendation system using collaborative deep learning
Ritesh Sawant
 
25 introduction reinforcement_learning
25 introduction reinforcement_learning25 introduction reinforcement_learning
25 introduction reinforcement_learning
Andres Mendez-Vazquez
 
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer PredictionIterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Alessandro Suglia
 
[PR12] understanding deep learning requires rethinking generalization
[PR12] understanding deep learning requires rethinking generalization[PR12] understanding deep learning requires rethinking generalization
[PR12] understanding deep learning requires rethinking generalization
JaeJun Yoo
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Alessandro Suglia
 
Open-ended Visual Question-Answering
Open-ended  Visual Question-AnsweringOpen-ended  Visual Question-Answering
Open-ended Visual Question-Answering
Universitat Politècnica de Catalunya
 
Variants of GANs - Jaejun Yoo
Variants of GANs - Jaejun YooVariants of GANs - Jaejun Yoo
Variants of GANs - Jaejun Yoo
JaeJun Yoo
 
How to improve the statistical power of the 10-fold cross validation scheme i...
How to improve the statistical power of the 10-fold crossvalidation scheme i...How to improve the statistical power of the 10-fold crossvalidation scheme i...
How to improve the statistical power of the 10-fold cross validation scheme i...
Andrej Kosir
 
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer PredictionIterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Claudio Greco
 
許永真/Crowd Computing for Big and Deep AI
許永真/Crowd Computing for Big and Deep AI許永真/Crowd Computing for Big and Deep AI
許永真/Crowd Computing for Big and Deep AI
台灣資料科學年會
 
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
MLconf
 
Social Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic RulesSocial Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic Rules
Dmitrii Ignatov
 
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
Pierre-Majorique Léger
 
Real-world Reinforcement Learning
Real-world Reinforcement LearningReal-world Reinforcement Learning
Real-world Reinforcement Learning
Max Pagels
 

What's hot (14)

Recommendation system using collaborative deep learning
Recommendation system using collaborative deep learningRecommendation system using collaborative deep learning
Recommendation system using collaborative deep learning
 
25 introduction reinforcement_learning
25 introduction reinforcement_learning25 introduction reinforcement_learning
25 introduction reinforcement_learning
 
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer PredictionIterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer Prediction
 
[PR12] understanding deep learning requires rethinking generalization
[PR12] understanding deep learning requires rethinking generalization[PR12] understanding deep learning requires rethinking generalization
[PR12] understanding deep learning requires rethinking generalization
 
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
Ask Me Any Rating: A Content-based Recommender System based on Recurrent Neur...
 
Open-ended Visual Question-Answering
Open-ended  Visual Question-AnsweringOpen-ended  Visual Question-Answering
Open-ended Visual Question-Answering
 
Variants of GANs - Jaejun Yoo
Variants of GANs - Jaejun YooVariants of GANs - Jaejun Yoo
Variants of GANs - Jaejun Yoo
 
How to improve the statistical power of the 10-fold cross validation scheme i...
How to improve the statistical power of the 10-fold crossvalidation scheme i...How to improve the statistical power of the 10-fold crossvalidation scheme i...
How to improve the statistical power of the 10-fold cross validation scheme i...
 
Iterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer PredictionIterative Multi-document Neural Attention for Multiple Answer Prediction
Iterative Multi-document Neural Attention for Multiple Answer Prediction
 
許永真/Crowd Computing for Big and Deep AI
許永真/Crowd Computing for Big and Deep AI許永真/Crowd Computing for Big and Deep AI
許永真/Crowd Computing for Big and Deep AI
 
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
Sara Hooker & Sean McPherson, Delta Analytics, at MLconf Seattle 2017
 
Social Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic RulesSocial Learning in Networks: Extraction Deterministic Rules
Social Learning in Networks: Extraction Deterministic Rules
 
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
The Learner is Not a Black Box : Measuring Emotion, Engagement and Learning W...
 
Real-world Reinforcement Learning
Real-world Reinforcement LearningReal-world Reinforcement Learning
Real-world Reinforcement Learning
 

Viewers also liked

Kdd12 tutorial-inf-part-iii
Kdd12 tutorial-inf-part-iiiKdd12 tutorial-inf-part-iii
Kdd12 tutorial-inf-part-iii
Laks Lakshmanan
 
Digital Brand Monitoring and Management
Digital Brand Monitoring and ManagementDigital Brand Monitoring and Management
Digital Brand Monitoring and Management
Rob Garner
 
Pubcon Google+ Google Plus and Author Markup Panel by Rob Garner
Pubcon Google+ Google Plus and Author Markup Panel by Rob GarnerPubcon Google+ Google Plus and Author Markup Panel by Rob Garner
Pubcon Google+ Google Plus and Author Markup Panel by Rob Garner
Rob Garner
 
Usage-Based vs. Citation-Based Recommenders in a Digital Library
Usage-Based vs. Citation-Based Recommenders in a Digital LibraryUsage-Based vs. Citation-Based Recommenders in a Digital Library
Usage-Based vs. Citation-Based Recommenders in a Digital Library
Andre Vellino
 
Measuring academic influence: Not all citations are equal
Measuring academic influence: Not all citations are equalMeasuring academic influence: Not all citations are equal
Measuring academic influence: Not all citations are equal
Andre Vellino
 
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the ObviousBig-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
Laks Lakshmanan
 
Profit Maximization over Social Networks
Profit Maximization over Social NetworksProfit Maximization over Social Networks
Profit Maximization over Social Networks
Wei Lu
 

Viewers also liked (7)

Kdd12 tutorial-inf-part-iii
Kdd12 tutorial-inf-part-iiiKdd12 tutorial-inf-part-iii
Kdd12 tutorial-inf-part-iii
 
Digital Brand Monitoring and Management
Digital Brand Monitoring and ManagementDigital Brand Monitoring and Management
Digital Brand Monitoring and Management
 
Pubcon Google+ Google Plus and Author Markup Panel by Rob Garner
Pubcon Google+ Google Plus and Author Markup Panel by Rob GarnerPubcon Google+ Google Plus and Author Markup Panel by Rob Garner
Pubcon Google+ Google Plus and Author Markup Panel by Rob Garner
 
Usage-Based vs. Citation-Based Recommenders in a Digital Library
Usage-Based vs. Citation-Based Recommenders in a Digital LibraryUsage-Based vs. Citation-Based Recommenders in a Digital Library
Usage-Based vs. Citation-Based Recommenders in a Digital Library
 
Measuring academic influence: Not all citations are equal
Measuring academic influence: Not all citations are equalMeasuring academic influence: Not all citations are equal
Measuring academic influence: Not all citations are equal
 
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the ObviousBig-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
Big-O(Q) VLDB 2015 Keynote: Social Network Analytics: Beyond the Obvious
 
Profit Maximization over Social Networks
Profit Maximization over Social NetworksProfit Maximization over Social Networks
Profit Maximization over Social Networks
 

Similar to Time Critical Influence Maximization

Toward the Online Visualisation of Algorithm Performance for Parameter Selection
Toward the Online Visualisation of Algorithm Performance for Parameter SelectionToward the Online Visualisation of Algorithm Performance for Parameter Selection
Toward the Online Visualisation of Algorithm Performance for Parameter Selection
djw213
 
Strategies oled optimization jmp 2016 09-19
Strategies oled optimization jmp 2016 09-19Strategies oled optimization jmp 2016 09-19
Strategies oled optimization jmp 2016 09-19
David Lee
 
Strategies for Optimization of an OLED Device
Strategies for Optimization of an OLED DeviceStrategies for Optimization of an OLED Device
Strategies for Optimization of an OLED Device
David Lee
 
Jeffrey xu yu large graph processing
Jeffrey xu yu large graph processingJeffrey xu yu large graph processing
Jeffrey xu yu large graph processing
jins0618
 
Towards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate ComputingTowards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate Computing
Gianluca Aguzzi
 
Collective Response Spike Prediction for Mutually Interacting Consumers
Collective Response Spike Prediction for Mutually Interacting ConsumersCollective Response Spike Prediction for Mutually Interacting Consumers
Collective Response Spike Prediction for Mutually Interacting Consumers
Rikiya Takahashi
 
Data-Driven Recommender Systems
Data-Driven Recommender SystemsData-Driven Recommender Systems
Data-Driven Recommender Systems
recsysfr
 
Management socialnetworksfeb2012
Management socialnetworksfeb2012Management socialnetworksfeb2012
Management socialnetworksfeb2012
Yves Caseau
 
Deeplearning in finance
Deeplearning in financeDeeplearning in finance
Deeplearning in finance
Sebastien Jehan
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Jean-Claude Meteodyn
 
Knowledge Discovery in Environmental Management
Knowledge Discovery in Environmental Management Knowledge Discovery in Environmental Management
Knowledge Discovery in Environmental Management
Dr. Aparna Varde
 
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
Danilo Pianini
 
Don't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptxDon't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptx
Förderverein Technische Fakultät
 
Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1
butest
 
Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1
butest
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Visualizing Social Networks using a Treemap overlaid with a Graph
Visualizing Social Networks using a Treemap overlaid with a Graph Visualizing Social Networks using a Treemap overlaid with a Graph
Visualizing Social Networks using a Treemap overlaid with a Graph
Mithileysh Sathiyanarayanan
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Xiaohan Zeng
 
巨量與開放資料之創新機會與關鍵挑戰-曾新穆
巨量與開放資料之創新機會與關鍵挑戰-曾新穆巨量與開放資料之創新機會與關鍵挑戰-曾新穆
巨量與開放資料之創新機會與關鍵挑戰-曾新穆
台灣資料科學年會
 
Causal impact study
Causal impact studyCausal impact study
Causal impact study
Rajen Choudhari
 

Similar to Time Critical Influence Maximization (20)

Toward the Online Visualisation of Algorithm Performance for Parameter Selection
Toward the Online Visualisation of Algorithm Performance for Parameter SelectionToward the Online Visualisation of Algorithm Performance for Parameter Selection
Toward the Online Visualisation of Algorithm Performance for Parameter Selection
 
Strategies oled optimization jmp 2016 09-19
Strategies oled optimization jmp 2016 09-19Strategies oled optimization jmp 2016 09-19
Strategies oled optimization jmp 2016 09-19
 
Strategies for Optimization of an OLED Device
Strategies for Optimization of an OLED DeviceStrategies for Optimization of an OLED Device
Strategies for Optimization of an OLED Device
 
Jeffrey xu yu large graph processing
Jeffrey xu yu large graph processingJeffrey xu yu large graph processing
Jeffrey xu yu large graph processing
 
Towards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate ComputingTowards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate Computing
 
Collective Response Spike Prediction for Mutually Interacting Consumers
Collective Response Spike Prediction for Mutually Interacting ConsumersCollective Response Spike Prediction for Mutually Interacting Consumers
Collective Response Spike Prediction for Mutually Interacting Consumers
 
Data-Driven Recommender Systems
Data-Driven Recommender SystemsData-Driven Recommender Systems
Data-Driven Recommender Systems
 
Management socialnetworksfeb2012
Management socialnetworksfeb2012Management socialnetworksfeb2012
Management socialnetworksfeb2012
 
Deeplearning in finance
Deeplearning in financeDeeplearning in finance
Deeplearning in finance
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
 
Knowledge Discovery in Environmental Management
Knowledge Discovery in Environmental Management Knowledge Discovery in Environmental Management
Knowledge Discovery in Environmental Management
 
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
 
Don't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptxDon't Treat the Symptom, Find the Cause!.pptx
Don't Treat the Symptom, Find the Cause!.pptx
 
Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1
 
Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1Présentation PowerPoint - Diapositive 1
Présentation PowerPoint - Diapositive 1
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Visualizing Social Networks using a Treemap overlaid with a Graph
Visualizing Social Networks using a Treemap overlaid with a Graph Visualizing Social Networks using a Treemap overlaid with a Graph
Visualizing Social Networks using a Treemap overlaid with a Graph
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
巨量與開放資料之創新機會與關鍵挑戰-曾新穆
巨量與開放資料之創新機會與關鍵挑戰-曾新穆巨量與開放資料之創新機會與關鍵挑戰-曾新穆
巨量與開放資料之創新機會與關鍵挑戰-曾新穆
 
Causal impact study
Causal impact studyCausal impact study
Causal impact study
 

More from Wei Lu

Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
Wei Lu
 
Social Recommendation with Strong and Weak Ties
Social Recommendation with Strong and Weak TiesSocial Recommendation with Strong and Weak Ties
Social Recommendation with Strong and Weak Ties
Wei Lu
 
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
Wei Lu
 
VLDB 2015 poster: Revenue Maximization in Recommender Systems
VLDB 2015 poster: Revenue Maximization in Recommender SystemsVLDB 2015 poster: Revenue Maximization in Recommender Systems
VLDB 2015 poster: Revenue Maximization in Recommender Systems
Wei Lu
 
Revenue Maximization in Recommeder Systems
Revenue Maximization in Recommeder SystemsRevenue Maximization in Recommeder Systems
Revenue Maximization in Recommeder Systems
Wei Lu
 
Optimal Recommendations under Attraction, Aversion, and Social Influence
Optimal Recommendations under Attraction, Aversion, and Social InfluenceOptimal Recommendations under Attraction, Aversion, and Social Influence
Optimal Recommendations under Attraction, Aversion, and Social Influence
Wei Lu
 

More from Wei Lu (6)

Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
Refutations on "Debunking the Myths of Influence Maximization: An In-Depth Be...
 
Social Recommendation with Strong and Weak Ties
Social Recommendation with Strong and Weak TiesSocial Recommendation with Strong and Weak Ties
Social Recommendation with Strong and Weak Ties
 
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
From Competition to Complementarity: Comparative Influence Diffusion and Maxi...
 
VLDB 2015 poster: Revenue Maximization in Recommender Systems
VLDB 2015 poster: Revenue Maximization in Recommender SystemsVLDB 2015 poster: Revenue Maximization in Recommender Systems
VLDB 2015 poster: Revenue Maximization in Recommender Systems
 
Revenue Maximization in Recommeder Systems
Revenue Maximization in Recommeder SystemsRevenue Maximization in Recommeder Systems
Revenue Maximization in Recommeder Systems
 
Optimal Recommendations under Attraction, Aversion, and Social Influence
Optimal Recommendations under Attraction, Aversion, and Social InfluenceOptimal Recommendations under Attraction, Aversion, and Social Influence
Optimal Recommendations under Attraction, Aversion, and Social Influence
 

Recently uploaded

Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
Aditi Bajpai
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
Hitesh Sikarwar
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
İsa Badur
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
Sérgio Sacani
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
David Osipyan
 
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
RASHMI M G
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
University of Hertfordshire
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
MAGOTI ERNEST
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
by6843629
 
Medical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptxMedical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptx
terusbelajar5
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
RASHMI M G
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Texas Alliance of Groundwater Districts
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
Daniel Tubbenhauer
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
pablovgd
 

Recently uploaded (20)

Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.Micronuclei test.M.sc.zoology.fisheries.
Micronuclei test.M.sc.zoology.fisheries.
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
aziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobelaziz sancar nobel prize winner: from mardin to nobel
aziz sancar nobel prize winner: from mardin to nobel
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
 
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
3D Hybrid PIC simulation of the plasma expansion (ISSS-14)
 
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptxANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
ANAMOLOUS SECONDARY GROWTH IN DICOT ROOTS.pptx
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
 
Medical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptxMedical Orthopedic PowerPoint Templates.pptx
Medical Orthopedic PowerPoint Templates.pptx
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptxBREEDING METHODS FOR DISEASE RESISTANCE.pptx
BREEDING METHODS FOR DISEASE RESISTANCE.pptx
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero WaterSharlene Leurig - Enabling Onsite Water Use with Net Zero Water
Sharlene Leurig - Enabling Onsite Water Use with Net Zero Water
 
Equivariant neural networks and representation theory
Equivariant neural networks and representation theoryEquivariant neural networks and representation theory
Equivariant neural networks and representation theory
 
NuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyerNuGOweek 2024 Ghent programme overview flyer
NuGOweek 2024 Ghent programme overview flyer
 

Time Critical Influence Maximization

  • 1. Time-Critical Influence Maximization in Social Networks withTime-Delayed Diffusion Process Wei Chen Wei Lu Ning Zhang Microsoft ResearchAsia U. of British Columbia U. of Sci andTech of China This work was done during the internships of Wei Lu and Ning Zhang at Microsoft Research Asia.
  • 2. Influence in Social Networks Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.2  We live in communities and interact with social acquaintances  This forms social networks  In social interactions, we influence each other
  • 3. Kinect is great Kinect is great Kinect is great Kinect is great Kinect is great Kinect is great Kinect is great Influence Diffusion & Viral Marketing 3 AAAI 2012,Toronto, Ontario. Word-of-mouth effects
  • 4. Social Networks as Directed Graphs Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.4  Nodes: Individuals in the network  Edges: Links between individuals  Edge weight: Influence probability p(u,v) – the probability that v will be influenced by u 0.8 0.7 0.1 0.13 0.3 0.41 0.27 0.2 0.9 0.01 0.6 0.54 0.1 0.110 0.20.7
  • 5. A Classical Influence Propagation Model Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.5  Independent Cascade (IC) (Kempe, Kleinberg, andTardos 2003)  Initially some seed nodes are activated  At each time step (discrete), each newly-activated node u activates its neighbor v independently with probability p(u,v)  Influence spread: Expected number of nodes activated  Other propagation models  LinearThreshold (LT)  GeneralThreshold  etc
  • 6. Influence Maximization Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.6 Problem Select k individuals such that by activating them, the expected spread of influence is maximized. Input Output A directed graph representing a social network, with influence probabilities on edges Seed set of size k NP-hard  #P-hard to compute exact influence 
  • 7. Temporal Aspects in Influence Diffusion Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.7  Influence diffusion can be time-delayed  Heterogeneity of human activities and interactions (Iribarren and Moro, 2009)  Network topology and burstiness (Karsai et al., 2011)  NOT captured in classical propagation models
  • 8. Temporal Aspects in Influence Diffusion Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.8  The task of influence maximization may be time-critical.  Xbox 360 + Kinect is on sale  inVancouver area BestBuys, for 3 days only !!!!!  Alice has grabbed this great deal, and wants to inform Bob  But Bob’s been away for a road trip in Banff National Park  No stable Internet & cellphone access (Rocky mountains!) & Uncertain return time   Viral marketing campaigns may have limited time horizon, which affects the spread of word-of-mouth.  NOT captured in current propagation models
  • 9. Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.9
  • 10. Our Work Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.10  Extend the influence maximization problem to have a deadline constraint:Time-Critical Influence Maximization  Propose a new propagation model to reflect temporal delays of influence diffusion: Independent Cascade with Meeting events (IC-M)
  • 11. Independent Cascade with Meeting Events (The IC-M model) Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.11  Model parameters  Social networks modeled as directed graphs  Influence probability p(u,v)  Meeting probability m(u,v), the probability that u and v meet in each time step  Diffusion dynamics  Initially, a seed set is targeted and activated  At each time step, u and v meet w.p. m(u,v).  If u is active & is meeting v for the first time, u influences v with prob p(u,v)
  • 12. Time-Critical Influence Maximization Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.12  Original Influence Maximization  Diffusion ends only when no more nodes can be activated  Unconstrained time horizon  Meeting probabilities not essential  Time-Critical Influence Maximization  Given an integer T << |V|, we only consider influence spread within T time steps  T: the deadline constraint.  Representing limited time horizon.
  • 13. Time-Critical Influence Maximization Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.13  Problem Formulation  Input: G=(V, E), k, T  Objective: find k seeds such that the spread of influence by the end of time step T is maximized (under the IC-M model)  NP-hard 
  • 14. Greedy Approximation Algorithm Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.14  Under the IC-M model, our objective function (spread of influence) is monotone and submodular in the seed set.  Monotonicity:As the seed set grows, influence is non-decreasing  Submodularity:The law of diminishing marginal returns  Greedy approximation algorithm  Repeat k rounds  In each round, select the node v that provides the largest marginal gain in influence spread  Approximation ratio = 1-1/e ≈ 63% (Nemhauser et al., 1978)  #P-hard to compute influence spread exactly for IC-M   Can use Monte Carlo simulations to estimate, but very costly 
  • 15. Overcome the Inefficiency of Greedy Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.15  MIA: Maximum InfluenceArborescence (Chen et al., 2010)  Heuristic No.1 (MIA-M algorithm)  Design an efficient algorithm to compute influence spread exactly in tree structures  Leverage it to design scalable heuristics for time-critical influence maximization in general graphs  Heuristic No.2 (MIA-C algorithm)  For each pair of nodes (u,v), estimate the probability that influence will propagate from u to v by combining p(u,v), m(u,v), and the deadline T  Convert the problem to one in the classical IC model, and solve it using MIA
  • 16. Compute Influence in Directed Trees (In-Arborescences) Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.16  Activation probability ap(u,t): the probability that u becomes active right at time step t u
  • 17. Calculating Activation Probability Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.17  Step 1: For any seed set S, Compute ap(u,t) given S via dynamic programming  Base cases  The recursion: ap(u,t) =  Step 2: By linearity of expectation, for a given seed set S, inf(S) =
  • 18. Computing Influence in General Graphs Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.18  Utilize the dynamic programming algorithm for trees  Restrict incoming influence to a node u in a local region  Influence from nodes far away can be ignored  “Sparsify” the local region of a node u to an in-arborescence, by including only the strongest influence path from other nodes to u  Dijkstra’s algorithm
  • 19. Experiments: Network Datasets Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.19  NetHEPT:A co-authorship network from arxiv.org High Energey PhysicsTheory section.  WikiVote:A who-voted-whom network fromWikipedia  Epinions:A who-trusts-whom network from the customer reviews site Epinions.com  DBLP:A co-authorship network from DBLP NetHEPT WikiVote Epinions DBLP # Nodes 15K 7.1K 75K 655K # Edges 62K 101K 509K 2.0M Avg. degree 4.12 26.6 13.4 6.1 Max. degree 64 1065 3079 588
  • 20. Experimental Results Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.20 (a). NetHEPT (b). Epinions Graph parameters: • Influence probability: p(u,v) = 1.0 / in-degree(v) • Meeting probability: m(u,v) = 1.0 / out-degree(u) Fig. Spread of influence (Y-axis) vs. Seed set size (X-axis), T = 5 and 15
  • 21. Experimental Results Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.21 (a). NetHEPT (b). Epinions Spread of influence (Y-axis) vs. Seed set size (X-axis), T = 5 and 15 Graph parameters: • Influence probability: p(u,v) = 1.0 / in-degree(v) • Meeting probability: m(u,v) chosen uniformly at random from {0.2, 0.3, … , 0.7, 0.8}
  • 22. Running Time Comparisons Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.22  T = 5, Weighted meeting probabilities. DNP = Did Not Complete (within 72 hours)  In general, Greedy is too slow to use in practice  Cannot scale to large graphs  MIA-M, MIA-C are 2-3 orders of magnitude faster  MIA-M is a little bit slower than MIA-C, MIA  But has higher spread of influence NetHEPT WikiVote Epinions DBLP Greedy 40m 22m DNP DNP MIA-M 1.6s 7.9s 41s 6.6m MIA-C 0.3s 0.4s 2.7s 24s MIA 0.3s 1.4s 12s 40s
  • 23. Conclusions, Discussions & Future Work Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.23  Conclusions  Time-Critical Influence Maximization Problem  Independent Cascade model with meeting Events  Approximation algorithm & heuristic solutions  Extensions & Refinements  LinearThreshold model with Meeting events (LT-M)  More efficient computation of activation probabilities in tree structures  Details available in our full technical report:arXiv 1204.3074  FutureWork  Extend classical propagation models to incorporate login events  Extend to more general propagation models
  • 24. Thursday, July 26, 2012AAAI 2012,Toronto, Ontario.24 Thanks!!! Questions??? KDD 2012 tutorial on Information and Influence Spread in Social Networks (Aug 12,Beijing,China) Carlos Castillo (Qatar Computing Research Institute) Wei Chen (Microsoft ResearchAsia) LaksV.S. Lakshmanan (University of British Columbia) 0.8 0.7 0.1 0.1 0.3 0.4 0.2 0.2 0.9 0.1 0.6 0.5 0.1 0.1 1 0 0.20.7