大规模图中图性质求解的低复杂度分布式算法研究
项目介绍
AI项目解读
基本信息
- 批准号:61572216
- 项目类别:面上项目
- 资助金额:66.0万
- 负责人:
- 依托单位:
- 学科分类:F0201.计算机科学的基础理论
- 结题年份:2019
- 批准年份:2015
- 项目状态:已结题
- 起止时间:2016-01-01 至2019-12-31
- 项目参与者:刘智满; 贾林; 陈飞; 周放; 王新猴; 翁启政; 牛超; 戴小海; 赵新宇;
- 关键词:
项目摘要
Graph Diameter, Radius, Girth, Centralities (including Closeness Centrality and Betweenness Centrality) and Clustering Coefficient are the key graph properties of large scale graphs. Due to the tremendous data volume (typical PB or EB level) and the rapid change of the data itself (such as the rapid change of the topology and weights), we need to solve the graph properties as quick as possible. The state-of-the-art centralized algorithms can only compute these graph properties either in Cubic or Subcubic time. As a result, this project aims at designing either linear or even sub-linear time low complexity distributed algorithms or distributed approximation algorithms for computing the key graph properties. We target on both unweighted and weighted large-scale graphs. In addition, we employ a system model like the mainstream distributed large-scale graph processing system called Pregel, i.e., we employ synchronous communications and message passing. Because the network bandwidth is limited and the message transmissions dominate the overal time complexity, we employ a standard CONGEST model which restricts that each link (edge) can only transmit O(log n) bits size message where n is the graph size. The CONGEST model poses the greatest challenge for designing linear or sub-linear time distributed algorithms or distributed approximation algorithms. We believe this project will not only enrich the theoretical studies of distributed algorithms but also give a good opportunity for combining distributed computing theory and practical large-scale graph applications.
图的直径、半径、围长(Girth)、中心度(Centralities)及聚类系数(Clustering Coefficient)是大规模图重要性质。大规模图由于数据量大(PB级)和数据变化快(如拓扑变化),如何快速求解这些图性质是大规模图应用核心问题。集中式算法求解这些图性质需要立方或者亚立方时间。本项目旨在为这些图性质求解设计线性甚至亚线性时间低复杂度分布式算法或分布式近似算法。项目不仅针对无权图也针对有权图。算法采用大图主流处理系统Pregel模型,即同步通信和消息传递。由于网络带宽有限且大图处理系统中消息传递主导分布式算法运行时间,本项目采用经典的拥塞模型(CONGEST),即限定每条链路(边)仅能传递O(log n)位(n为大图节点个数)大小消息。该拥塞模型的限制是设计低复杂度分布式算法或分布式近似算法最大挑战。本项目开展不仅对分布式算法理论研究而且对大规模图实际应用都有重要意义。
结项摘要
大规模图计算是大数据处理领域的核心问题,而面向大规模图设计低复杂度图性质求解算法是大图计算研究的关键挑战。课题组从并行分布式处理角度对大图分析中常用图性质,包括图的直径、半径、围长、介数中心度、聚类系数以及k-核中心性等设计了一系列基于拥塞模型(CONGEST Model)的低轮数复杂度,特别是线性和亚线性轮数复杂度分布式算法。此外,课题组还从图性质分布式计算难度方面进行了深入研究,针对最短路径介数中心度、随机游走介数中心度、图的围长等给出了国际上首个分布式计算下界,从而验证了所提相关分布式图性质求解算法为最优或近似最优。.课题组以上研究成果均发表于网络和并行与分布式计算理论和系统领域的顶级期刊和会议,包括CCF A类IEEE Transactions on Parallel and Distributed Systems期刊论文3篇,CCF A类INFOCOM会议论文2篇,CCF B类World Wide Web Journal论文1篇,CCF B类ICDCS会议论文3篇(其中1篇为短文),以及CCF B类SPAA会议短文1篇。课题组还受邀在国内期刊发表2篇关于大图分布式计算以及大数据计算理论和算法综述方面的中文论文。此外,课题组还就相关研究结果申请了4项国内专利(1项已获授权)以及1项美国专利。人才培养方面,课题负责人基于该项目已经培养了5名硕士毕业生(另有3名合作指导硕士毕业生)。国内外学术交流方面,课题负责人作为程序委员会共同主席在ICDCS 2017会议上成功组织了一次大规模图计算的国际研讨会Big Graph Processing (BGP) 2017;此外课题负责人还多次应邀在国内复杂性与算法研讨会以及CCF大数据计算理论启智会上就低复杂度大图分布式计算展开了研讨,促进了国内外同行在大图分布式处理研究的深入交流。
项目成果
期刊论文数量(6)
专著数量(0)
科研奖励数量(0)
会议论文数量(6)
专利数量(5)
Parallel computation of hierarchical closeness centrality and applications
层次紧密中心性并行计算及应用
- DOI:10.1007/s11280-018-0605-y
- 发表时间:2018-06
- 期刊:World Wide Web
- 影响因子:--
- 作者:Hai Jin;Chen Qian;Dongxiao Yu;Qiangsheng Hua;Xuanhua Shi;Xia Xie
- 通讯作者:Xia Xie
大规模图中低复杂度分布式算法浅析(邀请论文)
- DOI:--
- 发表时间:2017
- 期刊:南京信息工程大学学报(自然科学版)
- 影响因子:--
- 作者:华强胜;艾明;钱立祥;于东晓;石宣化;金海
- 通讯作者:金海
Faster Parallel Core Maintenance Algorithms in Dynamic Graphs
动态图中更快的并行核心维护算法
- DOI:10.1109/tpds.2019.2960226
- 发表时间:2020-06-01
- 期刊:IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS
- 影响因子:5.3
- 作者:Hua, Qiang-Sheng;Shi, Yuliang;Chen, Hanhua
- 通讯作者:Chen, Hanhua
大数据基础理论与系统关键技术浅析(邀请论文)
- DOI:--
- 发表时间:2019
- 期刊:数据与计算发展前沿
- 影响因子:--
- 作者:华强胜;郑志高;胡振宇;钟芷漫;林昌富;赵峰;金海;石宣化
- 通讯作者:石宣化
Core Maintenance in Dynamic Graphs: A Parallel Approach Based on Matching
动态图的核心维护:一种基于匹配的并行方法
- DOI:10.1109/tpds.2018.2835441
- 发表时间:2017-03
- 期刊:IEEE Transactions on Parallel and Distributed Systems
- 影响因子:5.3
- 作者:Hai Jin;Na Wang;Dongxiao Yu;Qiang Sheng Hua;Xuanhua Shi;Xia Xie
- 通讯作者:Xia Xie
数据更新时间:{{ journalArticles.updateTime }}
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--"}}
- 发表时间:{{ item.publish_year || "--" }}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--"}}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ patent.updateTime }}
其他文献
其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--" }}
- 发表时间:{{ item.publish_year || "--"}}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--" }}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}
内容获取失败,请点击重试
查看分析示例
此项目为已结题,我已根据课题信息分析并撰写以下内容,帮您拓宽课题思路:
AI项目摘要
AI项目思路
AI技术路线图
请为本次AI项目解读的内容对您的实用性打分
非常不实用
非常实用
1
2
3
4
5
6
7
8
9
10
您认为此功能如何分析更能满足您的需求,请填写您的反馈:
华强胜的其他基金
面向全同态加密矩阵运算的低复杂度分布式算法研究
- 批准号:62372202
- 批准年份:2023
- 资助金额:50 万元
- 项目类别:面上项目
面向新型体系结构的低通信复杂度分布式算法研究
- 批准号:61972447
- 批准年份:2019
- 资助金额:60 万元
- 项目类别:面上项目
相似国自然基金
{{ item.name }}
- 批准号:{{ item.ratify_no }}
- 批准年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}
相似海外基金
{{
item.name }}
{{ item.translate_name }}
- 批准号:{{ item.ratify_no }}
- 财政年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}