viral marketing without tears limiting the harm caused by
play

Viral marketing without tears: Limiting the harm caused by diffusing - PowerPoint PPT Presentation

Viral marketing without tears: Limiting the harm caused by diffusing information to vulnerable users Huiping Chen huiping.chen@kcl.ac.uk Kings College London Joint work with G. Loukides, J. Fan, H. Chan London Stringology Days/London


  1. Viral marketing without tears: Limiting the harm caused by diffusing information to vulnerable users Huiping Chen huiping.chen@kcl.ac.uk King’s College London Joint work with G. Loukides, J. Fan, H. Chan London Stringology Days/London Algorithmic Workshop February 8, 2019 1 / 24

  2. Motivation (1/2): Social networks and viral marketing Social networks are powerful communication infrastructures Facebook (1.94 billion monthly active users 1 ) Twitter (313 million monthly active users 2 ) They allow diffusing information quickly to many users through word-of-mouth effects good for advertising products or events through viral marketing The success of a viral marketing campaign on a social network can be measured by the number of influenced users 1 http://newsroom.fb.com/company-info/ 2 https://about.twitter.com/company 2 / 24

  3. Motivation (2/2): Influence maximization and its drawback Influence maximization Find k users ( seeds ) that influence the largest number of users, according to a diffusion model Drawback : Some users ( vulnerable users ) may be harmed by information diffusion Promoting alcoholic drinks to people with drinking problems Promoting junk food to obese people How to limit the influence to vulnerable users, while maximizing the influence to the non-vulnerable users (so that users and companies benefit from viral marketing)? 3 / 24

  4. Contributions Influence measure to quantify the quality of a seed-set Additive Smoothing Ratio ( ASR ) Baseline Heuristics for finding an ASR-Maximizing seed-set GR natural greedy heuristic GR MB : a variation of GR (more efficient) Approximation algorithm for finding an ASR-Maximizing seed-set ISS (Iterative Subsample with Spread bounds): an efficient approximation algorithm 4 / 24

  5. Background (1/2): Set functions Monotonicity A function f : 2 U → R is monotone , if f ( X ) ≤ f ( Y ) for all subsets X ⊆ Y ⊆ U , and non-monotone otherwise Submodularity, supermodularity, and modularity A function f : 2 U → R is submodular , if ∀ S ⊆ T ⊆ U and j ∈ U \ T : f ( S ∪ { j } ) − f ( S ) ≥ f ( T ∪ { j } ) − f ( T ) (1) supermodular , if and only if − f is submodular [3] modular , if Eq. 1 holds with equality diminishing returns property 5 / 24

  6. Background(2/2): Graph representation and IC model Social network as a graph Directed graph G ( V , E ) that models a social network (at a certain time) V is partitioned into N (non-vulnerable nodes) and V (vulnerable nodes) and we assume ( N � = ∅ ) Independent Cascade (IC) model [2] Seed nodes are influenced at initial time point 0. At each next time point, each newly influenced node u activates its out-neighbor v independently, with probability p (( u , v )). The process stops when no new nodes are activated. The spread (expected number of influenced users) for a seed-set S in the IC model is denoted with σ ( S ). 6 / 24

  7. Natural influence measures (1/2) Difference The difference σ N ( S ) − σ V ( S ) between the spread of non-vulnerable and vulnerable users Limitations It does not consider what fraction of all influenced users are vulnerable Example It favors promoting an alcoholic beverage to 140 users out of whom 40 have drinking problems , instead of 59 users with no drinking problems, since (140 − 40) − 40 > 59 − 0 . It cannot be used to find a seed-set S with approximately maximum σ N ( S ) − σ V ( S ) [1] 7 / 24

  8. Natural influence measures (2/2) Ratio The ratio σ V ( S ) σ N ( S ) between the spread of vulnerable and non-vulnerable users Limitations It does not favor a seed-set that influences many non-vulnerable users (i.e., is good for viral marketing), among seed-sets that do not influence vulnerable users (does not distinguish seed-sets with σ V ( S ) = 0). Example S 1 and S 2 do not influence users with drinking problems: σ V ( S 1 ) 0 S 1 : 59 users with no drinking problems: σ N ( S 1 ) = 59 = 0 σ V ( S 2 ) σ N ( S 2 ) = 0 S 2 : 2 users with no drinking problems: 2 = 0 It cannot be used to find a seed-set with small or zero σ V ( S ) and large σ N ( S ). 8 / 24

  9. Our influence measure and problem definition Additive Smoothing Ratio ( ASR ) ASR ( S , c ) = σ N ( S )+ c σ V ( S )+ c , where S is a seed-set and c > 0 is a constant Example S 1 : 59 users with no drinking problems, ASR ( S 1 , 1)= σ N ( S 1 )+1 σ V ( S 1 )+1 = 60 1 S 2 : 2 users with no drinking problems, ASR ( S 2 , 1)= σ N ( S 2 )+1 σ V ( S 2 )+1 = 3 1 Problem definition Given G ( V , E ) and c > 0, find a seed-set S ⊆ V of size at most k with maximum ASR ( S , c ) NP-hard Cannot be approximated using algorithms for submodular and/or supermodular maximization because ASR is non-monotone and neither submodular nor supermodular . 9 / 24

  10. Baseline heuristics (1/2) GR (GReedy heuristic) Input : N ⊆ V , V ⊆ V , graph G , parameter k , constant c Output : Subset S ⊆ N of size | S | ≤ k S 0 ← {} ; i ← 0 While i < k σ N ( S i ∪ v ) − σ N ( S i ) + c Find a node u ∈ arg max σ V ( S i ∪ v ) − σ V ( S i ) + c v ∈N \{ S i } S i +1 ← S i ∪ { u } i ← i + 1 Return the subset S ∈ { S 1 , . . . , S k } with the largest ASR Limitation: The computation of σ N and σ V is slow (all paths from S to N or V in the graph need to be considered) 10 / 24

  11. Baseline heuristics (2/2) GR MB Differs from GR in that it estimates the spread efficiently using the MIA (Maximum Influence Arborescence) Batch-update method [6] two orders of magnitude faster on average than GR , but less effective in terms of ASR For any pair of nodes u and v , find the maximum influence path from u to v Estimate influence probability P S ( u ) as the union of maximum influence paths from S to u σ N = � u ∈N P S ( u ) σ V = � u ∈V P S ( u ) 11 / 24

  12. The ISS approximation algorithm (1/3) Main ideas We define submodular (easier to maximize) functions ASR L and ASR U that bound ASR from below and from above: Y , c ( S ) = σ N ( S ) + c σ N ( S ) + c ASR L σ V , Y ( S ) + c = � � � σ V ( Y ) + σ V ( { u } ) − ( σ V ( Y ) − σ V ( Y \ { u } )) + c u ∈ S \ Y u ∈ Y \ S Y ,π Y , c ( S ) = σ N ( S ) + c σ N ( S ) + c ASR U σ V ,π Y ( S ) + c = � � ( σ V , Y ,π Y ( u )) + c u ∈ S because ASR ( S , c ) is non-monotone and non-submodular (difficult to maximize). The bounds are based on the modular bounds for submodular functions in [1]. We select seeds from a sample of N of size approximately |N| k . Iterative construction of a seed-set, until ASR cannot improve. 12 / 24

  13. The ISS approximation algorithm (2/3) Simplified description of ISS Input: N ⊆ V , V ⊆ V , graph G , parameter k , constant c Output: Subset S ⊆ N of size | S | ≤ k S pr ← {} ; S cur ← N While true i ← 0; S O 0 ← {} ; S L 0 ← {} ; S U 0 ← {} While i < k Uniform random sample with approximately |N | nodes k S O i +1 ← add into S O the node with max. marginal gain in ASR i S L i +1 ← add into S L i the node with max. marginal gain in ASR L S pr , c S U i +1 ← add into S U the node with max. marginal gain in ASR U i S pr ,π Spr , c i ← i + 1 S cur ← best seed-set w.r.t ASR among S O k , S L k , S U k If S cur not better than S pr w.r.t. ASR break S pr ← S cur Return S cur 13 / 24

  14. The ISS approximation algorithm (3/3) ISS constructs a seed-set with expected value of ASR no less than M · 23% of the optimal, where M depends on the constants c and k and the ASR L function. Theorem ISS constructs a seed-set S such that: � σ V ( S ∗ ) + c � c E [ ASR ( S , c )] ≥ max · σ V , S pr ( S ∗ ) + c , � c + k · max u ∈N � σ V , S pr ( { u } ) 1 e · (1 − 1 e ) · ASR ( S ∗ , c ) where S ∗ = arg max S ⊆N , | S |≤ k ASR ( S , c ) , � σ V , S pr is the modular upper bound used in ASR L , and the expectation is over every possible S constructed by ISS. 14 / 24

  15. Experimental setup Evaluation of GR , GR MB , ISS Competitors : TIM [5]: a heuristic for maximizing σ N ( S ) − σ V ( S ) , RB : employs Greedy [4] to the subset of non-vulnerable nodes that influence no vulnerable nodes Effectiveness measures : σ N , σ V , ASR , σ N |N | , 1 − σ V |V| Efficiency measure : Runtime Datasets Dataset # of nodes # of edges avg in-degree max in-degree # of vuln. nodes θ ( | V | ) ( | E | ) ( |V| ) WI 7115 103689 13.7 452 100 0.01 TW 235 2479 10.5 52 25 0.01 POL 1490 19090 11.9 305 100 0.003 AB 840 10008 11.9 137 10 0.01 15 / 24

  16. Comparison to RB GR constructs seed-sets that influence at least 5 . 5 and up to 38 times more non-vulnerable nodes than those constructed by RB , for different values of c and k 40 RB σ V RB σ V 200 GR σ V GR σ V Spread σ V and σ N Spread σ V and σ N 30 RB σ N RB σ N 150 GR σ N GR σ N 20 100 10 50 0 0 0.01 0.1 0.5 1 5 0.01 0.1 0.5 1 5 c c POL TW 600 RB σ V 150 RB σ V GR σ V GR σ V Spread σ V and σ N Spread σ V and σ N RB σ N RB σ N GR σ N 400 100 GR σ N 200 50 0 0 5 10 25 50 100 5 10 20 30 40 50 k k POL TW 16 / 24

  17. ASR with c = 1 All our algorithms substantially outperform TIM ISS outperformed all other method 3.5 times on average over all datasets, k value and |V| values 35 GR ISS GR ISS GR MB TIM 30 GR MB TIM 30 25 ASR(S,1) ASR(S,1) 20 20 15 10 10 5 5 10 25 50 100 5 10 20 30 40 50 k k POL TW 150 GR MB GR 80 ISS GR MB ISS ASR(S,1) 100 ASR(S,1) 60 TIM 40 50 20 0 5 10 25 50 100 100 200 300 500 k Number of vulnerable nodes WI POL 17 / 24

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend