Menu

Tree [c50276] master /
 History

HTTPS access


File Date Author Commit
 csharp 2020-07-20 Planet-B612 Planet-B612 [f3c22b] Update README.md
 fig 2020-07-20 Planet-B612 Planet-B612 [c50276] Add files via upload
 python 2020-07-20 Planet-B612 Planet-B612 [5f13c7] Update README.md
 results 2020-07-19 Planet-B612 Planet-B612 [bee3d1] Update README.md
 README.md 2020-07-20 Planet-B612 Planet-B612 [25205d] Update README.md

Read Me

Neighborhood Matters: Influence Maximization in Social Networks with Limited Access

  • Proposed a two-stage seeding model to overcome the access limitation commercial advertising, utilizing friendship paradox to reach crucial nodes through trivial seeds. Notably, we mathematically prove the existence of set-wise friendship paradox, providing theoretical fundation for our seeding model.
  • Proposed both non-adaptive and adaptive algorithms to maximize the influence spread. Specifically, in the non-adaptive case, a two-stage coordinate descent framework is designed to decide the discount allocation. In the adaptive case, a series of algorithms are devised with performance guarantee. Notably, our best algorithm achieves greater approximation ratio than previous work, even under our harsher settings.
  • Implemented the proposed algorithms along with previous baselines. Adaptive approaches generally extend diffusion coverage by 20% compared with non-adaptive counterparts
  • Switched to C# after completing the Python version. Improved data structures reduced mean memory consumption by 40% and accelerated the same algorithms by 10 times

Running Environment

  • We ran the algorithms on a Linux x64 server (Intel Xeon E5-2650 v2 @2.6Ghz, 128GB RAM) with Mono, showing that the implementations are executable and produce corresponding results.

Four datasets are included for test, which are obtained from Stanford Network Analysis Project, covering networks that scale from thousands of nodes to millions of nodes.

  1. Wikipedia vote network (7115 nodes, 103689 edges)
  2. Condense Matter collaboration network (23133 nodes, 93497 edges)
  3. DBLP collaboration network and ground-truth communities (317080 nodes, 1049866 edges)
  4. LiveJournal social network (4847571 nodes, 68993773 edges)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.