WHOM TO BEFRIEND TO INFLUENCE PEOPLE Manuel Lafond (University of - - PowerPoint PPT Presentation

whom to befriend to influence people
SMART_READER_LITE
LIVE PREVIEW

WHOM TO BEFRIEND TO INFLUENCE PEOPLE Manuel Lafond (University of - - PowerPoint PPT Presentation

WHOM TO BEFRIEND TO INFLUENCE PEOPLE Manuel Lafond (University of Montreal) Lata Narayanan (Concordia University) Kangkang Wu (Concordia University) The plan Introduction MinLinks problem: diffusion by giving links Hardness of MinLinks Basic


slide-1
SLIDE 1

WHOM TO BEFRIEND TO INFLUENCE PEOPLE

Manuel Lafond (University of Montreal) Lata Narayanan (Concordia University) Kangkang Wu (Concordia University)

slide-2
SLIDE 2

The plan

Introduction

MinLinks problem: diffusion by giving links

Hardness of MinLinks

Basic idea behind the reduction

Some cases we can handle

Trees, cycles, cliques

Conclusion

slide-3
SLIDE 3

Viral marketing

Influencers

GOAL: make a network adopt a product/idea through the word-of-mouth effect, starting with a small set of influencers. QUESTION: how do we find this small set of influencers?

slide-4
SLIDE 4

Alice wants to be loved by all

1 2 2 3 1 Nodes = people Edges = friendship links

slide-5
SLIDE 5

Alice wants to be loved by all

Influence threshold:

  • nce 2 friends tell this node how

great Alice is, it will:

  • become "activated"
  • tell its friends how great Alice is

1 2 2 3 1

slide-6
SLIDE 6

Alice wants to be loved by all

Influence threshold:

  • nce 2 friends tell this node how

great Alice is, it will:

  • become "activated"
  • tell its friends how great Alice is

1 2 2 3 1 Alice can buy links to friends, and tell them how great she is. GOAL: activate the entire network with a minimum number of links.

slide-7
SLIDE 7

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-8
SLIDE 8

Alice wants to be loved by all

1 2 2 3 1 Alice is great ! Threshold is met. Node gets activated.

slide-9
SLIDE 9

Alice wants to be loved by all

1 2 2 3 1 Alice is great ! Threshold is met. Node gets activated.

slide-10
SLIDE 10

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-11
SLIDE 11

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-12
SLIDE 12

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-13
SLIDE 13

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-14
SLIDE 14

Alice wants to be loved by all

1 2 2 3 1 Alice is great !

slide-15
SLIDE 15

Alice wants to be loved by all

1 2 2 3 1 Alice is great ! Adding a link to these two individuals activates the whole network. They form what we call a pervading link set.

slide-16
SLIDE 16

The model

Each individual has a different given threshold for activation – some people are easily influenced, while others are more resilient to new ideas. Unit weights assumption: each friend of a given individual has the same influence. Limited external incentives: the external influencer (i.e. Alice) has the same weight as every individual – Alice can only reduce a person's threshold by 1.

slide-17
SLIDE 17

The MinLinks problem

Given: a network G = (V, E, t)

where t(v) is an integer defining the threshold node v

Find: a pervading link set S of minimum size

i.e. a subset S of V such that adding a link to each node in S activates the entire network.

slide-18
SLIDE 18

Related work

k-target set problem: choose k nodes that influence a maximum number of nodes upon activation.

  • Question posed by Domingos and Richardson (2001).
  • Modeled as a discrete optimization problem by Kempe,

Kleinberg, Tardos (2003).

Probabilistic model of thresholds/influence, the goal is to maximize expected number of activated nodes. NP-hard, but admits good constant factor approximation.

slide-19
SLIDE 19

Related work

Minimum target set problem: activate a minimum number of nodes to activate the whole network.

  • Hard to approximate within a polylog factor (Chen, 2004).
  • Admits FPT algorithm for graphs of bounded treewidth (Ben-

Zwi & al., 2014).

Some issues with the minimum target set:

  • A node can be activated at cost 1, regardless of its
  • threshold. But some people cannot be influenced

by external incentives only.

  • No partial incentive can be given: we either activate

a node, or we don't. (In our work, we allow nodes to be activated by a mix of internal and external influences.)

slide-20
SLIDE 20

Related work

Minimum target set problem

1 2 2 3 1 This guy activates the whole network.

slide-21
SLIDE 21

Related work

Demaine & al. (2015) introduce a model allowing partial incentives.

  • Maximization of influence using a fixed budget.
  • Thresholds are chosen uniformly at random.
  • Any amount of external influence can be applied to a

node.

slide-22
SLIDE 22

Feasibility of MinLinks

Given a network G, can Alice activate the whole network? This can easily be checked in polynomial time (actually O(|E(G)|) time):

  • give a link to everyone
  • propagate the influence
  • check if the network is activated
slide-23
SLIDE 23

Hardness of MinLinks

Reduction from set cover. Set cover Given: a ground set U of size m, and a collection S = {S1, …, Sn} of subsets of U; Find: a subcollection S' of S such that each element of U is in some set of S'.

slide-24
SLIDE 24

Hardness of MinLinks

Constructing a MinLinks instance from S:

1) To each element of U corresponds a node of G. 2) To each set Si corresponds a node of G which

activates the elements of Si.

3) If each element of U gets activated, the whole

network gets activated. Objective: S has a set cover of size k iff k links are enough the corresponding MinLinks instance.

slide-25
SLIDE 25

Hardness of MinLinks

S1 = {1,2,3} S2 = {3, 4} 1 2 3 4 m

… …

{

m elements t = 1 t = m activate everything !

{

n sets t = 1

slide-26
SLIDE 26

Hardness of MinLinks

S1 = {1,2,3} S2 = {3, 4} 1 2 3 4 m

… …

{

m elements t = 1 t = m

… …

to S1 to S2

… … …

{

n sets t = 1

slide-27
SLIDE 27

Hardness of MinLinks

S1 = {1,2,3} S2 = {3, 4} 1 2 3 4 m

… …

{

m elements t = 1 t = m

… …

to S1 to S2

… … …

{

n sets t = 1 If there is a set cover S1, …, Sk activating the nodes corresponding to S1, …, Sk activate the m elements, then the supernode, then everything!

slide-28
SLIDE 28

Hardness of MinLinks

S1 = {1,2,3} S2 = {3, 4} 1 2 3 4 m

… …

{

m elements t = 1 t = m

… …

to S1 to S2

… … …

{

n sets t = 1 If there is a set cover S1, …, Sk activating the nodes corresponding to S1, …, Sk activate the m elements, then the supernode, then everything! Problem: S1 activates 3, then 3 activates S2

slide-29
SLIDE 29

Hardness of MinLinks

S1 = {1,2,3} S2 = {3, 4} 1 2 3 4 m

… …

{

m elements t = 1 t = m

… …

to S1 to S2

… … …

{

n sets t = 1 If there is a set cover S1, …, Sk activating the nodes corresponding to S1, …, Sk activate the m elements, then the supernode, then everything!

t = m2 Problem: S1 activates 3, then 3 activates S2. Add a blocking node of high threshold (say m2). Now 3 cannot activate S2 by itself. Repeat for every set element.

slide-30
SLIDE 30

Hardness of MinLinks

With some work, and some more transformations, the

  • ther direction can be made to

work (from a size k MinLinks we can construct a size k set cover) S1 = {1,2,3} S2 = {3, 4} 1 2 3 4

{

m elements t = 1 t = m

… …

to S1 to S2

{

n sets t = 1 m

t = m2

slide-31
SLIDE 31

Hardness of MinLinks

This reduction can be extended to show the hardness

  • f this restricted version of MinLinks:
  • all nodes have threshold 1 or 2
  • each node has at most 3 neighbors

Since SetCover is O(log n)-hard to approximate, and we preserve the instance size and optimality value, MinLinks is also O(log n)-hard to approximate.

slide-32
SLIDE 32

Set nodes => binary trees Element nodes => binary trees Super activator => binary trees

slide-33
SLIDE 33

Trees

Theorem: if T has a pervading link set, then for any node v, there is an optimal solution in which v gets a link.

slide-34
SLIDE 34

Trees

Theorem: if T has a pervading link set, then for any node v, there is an optimal solution in which v gets a link. Leads to the following O(n) algorithm:

  • Give a link to any leaf v of T
  • If v gets activated, propagate its influence
  • Remove v and all activated nodes
  • Repeat on each component
slide-35
SLIDE 35

Trees

Theorem: The minimum number of links required to activate a tree T is ML(T) = 1 + Σv in V(T) (t(v) – 1)

slide-36
SLIDE 36

Cycles

Lemma: a cycle has a pervading link set iff

  • t(v) ≤ 3 for every node
  • there is at least one node of threshold 1
  • between any two consecutive nodes of threshold 3,

there is at least one node of threshold 1

1 3 3 2 1 3 2 2 1

slide-37
SLIDE 37

Cycles

Lemma: a cycle has a pervading link set iff

  • t(v) ≤ 3 for every node
  • there is at least one node of threshold 1
  • between any two consecutive nodes of threshold 3,

there is at least one node of threshold 1 Theorem: if a cycle C has a pervading link set, then for any node v of threshold 1, there is an optimal solution in which v gets a link.

slide-38
SLIDE 38

Cycles

Leads to the following O(n) algorithm:

  • Give a link to a threshold 1 node
  • Propagate the influence and remove activated nodes
  • The result is a path. Apply the tree algorithm on it.

1 3 3 2 1 3 2 2 1 1 3 2 2 1 3 2 1

slide-39
SLIDE 39

Cycles

Theorem: The minimum number of links required to activate a cycle C is ML(C) = max(1, Σv in V(T) (t(v) – 1))

slide-40
SLIDE 40

Cliques

Theorem: suppose that G is a clique. Order the vertices (v1, v2, …, vn) by threshold in increasing order. Then G has a pervading link set iff t(vi) ≤ i for each i.

1 1 3 3 4

slide-41
SLIDE 41

Cliques

Theorem: suppose that G is a clique. Order the vertices (v1, v2, …, vn) by threshold in increasing order. Then G has a pervading link set iff t(vi) ≤ i for each i. Leads to the following O(n) algorithm:

  • Give any threshold 1 node a link.
  • Propagate the influence, remove activated nodes.
  • Repeat on the resulting clique until nothing remains.

1 1 3 3 4 1 1 2

slide-42
SLIDE 42

Cliques

Theorem: suppose that G is a clique. Order the vertices (v1, v2, …, vn) by threshold in increasing order. Then the minimum number of links required to activate G is equal to the number of vi such that t(vi) = i.

1 1 3 3 4 1 1 2

slide-43
SLIDE 43

Conclusion

What if we allow multiple influencers?

Allows buying multiple links to a single node Given k influencers, how many links are needed?

What if the "link budget" is limited?

Maximize the number of activated nodes by using k links. NP-Hardness follows from our results, but approximability/FPT is unknown.