作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 移动互联与通信技术 • 上一篇    下一篇

基于信任度的并行化社区发现算法

余紫丹1,2,虞慧群1,2   

  1. (1. 华东理工大学计算机科学与工程系,上海200237; 2. 上海市计算机软件评测重点实验室,上海201112)
  • 收稿日期:2014-04-02 出版日期:2015-04-15 发布日期:2015-04-15
  • 作者简介:余紫丹(1990 - ),女,硕士研究生,主研方向:复杂网络;虞慧群(通讯作者),教授、博士生导师。
  • 基金资助:
    国家自然科学基金资助项目(61173048, 61300041);中央高校基本科研业务费专项基金资助项目(WH1314038);高等学校博 士学科点专项科研基金资助项目(20130074110015)。

Parallel Algorithm for Community Detection Based on Trust Degree

YU Zidan 1,2,YU Huiqun 1,2   

  1. (1. Department of Computer Science and Engineering,East China University of Science and Technology,Shanghai 200237,China;2. Shanghai Key Laboratory of Computer Software Evaluating and Testing,Shanghai 201112,China)
  • Received:2014-04-02 Online:2015-04-15 Published:2015-04-15

摘要: 现有的社交网络快速划分社区算法存在质量低、不能充分利用节点链接信息的问题,而效果较好的划分算法也存在时间复杂度高、无法应用于大规模社交网络的问题。为此,提出一种基于MapReduce 的社区发现算法。利用PGP 算法内信任者推荐模型迭代计算用户之间的信任强度,通过社区传播的方式聚合节点。在经典数据集上和大规模新浪微博数据集上进行实验,结果表明,该算法能有效度量用户间的信任度,得到准确的社区发现结果。

关键词: 社交网络, 社区发现, 信任度, 并行化, 信任推荐, 微博

Abstract: In the research area of community detection in social network,there exists problem that some fast algorithms for large scale network are resulting in low quality community results,and lacking of model and mechanism to express user link attributes,some algorithms for with comparatively satisfactory detection result having high time complexity. This paper proposes a community detection algorithm for massive-scale social networks using MapReduce. This paper uses a new recommend trust model,which is evolved from PGP(Pretty Good Privacy),to compute the trust degree between users iteratively. More importantly, it proposes a community propagation model to assign nodes into communities. Finally,it conducts experiments with some typical network datasets and Sina microblog datasets,which shows the model this paper proposed can availably compute the trust degree between users,and a better result of community detection is gained.

Key words: social network, community detection, trust degree, parallel, trust recommendation, microblog

中图分类号: