基于中心极限定理和h指数的可伸缩概率桁架分解。

IF 0.9 4区 计算机科学 Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS
Distributed and Parallel Databases Pub Date : 2022-01-01 Epub Date: 2022-07-25 DOI:10.1007/s10619-022-07415-9
Fatemeh Esfahani, Mahsa Daneshmand, Venkatesh Srinivasan, Alex Thomo, Kui Wu
{"title":"基于中心极限定理和h指数的可伸缩概率桁架分解。","authors":"Fatemeh Esfahani,&nbsp;Mahsa Daneshmand,&nbsp;Venkatesh Srinivasan,&nbsp;Alex Thomo,&nbsp;Kui Wu","doi":"10.1007/s10619-022-07415-9","DOIUrl":null,"url":null,"abstract":"<p><p>Truss decomposition is a popular notion of hierarchical dense substructures in graphs. In a nutshell, <i>k</i>-truss is the largest subgraph in which every edge is contained in at least <i>k</i> triangles. Truss decomposition aims to compute <i>k</i>-trusses for each possible value of <i>k</i>. There are many works that study truss decomposition in deterministic graphs. However, in probabilistic graphs, truss decomposition is significantly more challenging and has received much less attention; state-of-the-art approaches do not scale well to large probabilistic graphs. Finding the tail probabilities of the number of triangles that contain each edge is a critical challenge of those approaches. This is achieved using dynamic programming which has quadratic run-time and thus not scalable to real large networks which, quite commonly, can have edges contained in many triangles (in the millions). To address this challenge, we employ a special version of the Central Limit Theorem (CLT) to obtain the tail probabilities efficiently. Based on our CLT approach we propose a peeling algorithm for truss decomposition that scales to large probabilistic graphs and offers significant improvement over state-of-the-art. We also design a second method which progressively tightens the estimate of the truss value of each edge and is based on <i>h</i>-index computation. In contrast to our CLT-based approach, our <i>h</i>-index algorithm (1) is progressive by allowing the user to see near-results along the way, (2) does not sacrifice the exactness of final result, and (3) achieves all these while processing only one edge and its immediate neighbors at a time, thus resulting in smaller memory footprint. We perform extensive experiments to show the scalability of both of our proposed algorithms.</p>","PeriodicalId":50568,"journal":{"name":"Distributed and Parallel Databases","volume":" ","pages":"299-333"},"PeriodicalIF":0.9000,"publicationDate":"2022-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9310023/pdf/","citationCount":"1","resultStr":"{\"title\":\"Scalable probabilistic truss decomposition using central limit theorem and H-index.\",\"authors\":\"Fatemeh Esfahani,&nbsp;Mahsa Daneshmand,&nbsp;Venkatesh Srinivasan,&nbsp;Alex Thomo,&nbsp;Kui Wu\",\"doi\":\"10.1007/s10619-022-07415-9\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p><p>Truss decomposition is a popular notion of hierarchical dense substructures in graphs. In a nutshell, <i>k</i>-truss is the largest subgraph in which every edge is contained in at least <i>k</i> triangles. Truss decomposition aims to compute <i>k</i>-trusses for each possible value of <i>k</i>. There are many works that study truss decomposition in deterministic graphs. However, in probabilistic graphs, truss decomposition is significantly more challenging and has received much less attention; state-of-the-art approaches do not scale well to large probabilistic graphs. Finding the tail probabilities of the number of triangles that contain each edge is a critical challenge of those approaches. This is achieved using dynamic programming which has quadratic run-time and thus not scalable to real large networks which, quite commonly, can have edges contained in many triangles (in the millions). To address this challenge, we employ a special version of the Central Limit Theorem (CLT) to obtain the tail probabilities efficiently. Based on our CLT approach we propose a peeling algorithm for truss decomposition that scales to large probabilistic graphs and offers significant improvement over state-of-the-art. We also design a second method which progressively tightens the estimate of the truss value of each edge and is based on <i>h</i>-index computation. In contrast to our CLT-based approach, our <i>h</i>-index algorithm (1) is progressive by allowing the user to see near-results along the way, (2) does not sacrifice the exactness of final result, and (3) achieves all these while processing only one edge and its immediate neighbors at a time, thus resulting in smaller memory footprint. We perform extensive experiments to show the scalability of both of our proposed algorithms.</p>\",\"PeriodicalId\":50568,\"journal\":{\"name\":\"Distributed and Parallel Databases\",\"volume\":\" \",\"pages\":\"299-333\"},\"PeriodicalIF\":0.9000,\"publicationDate\":\"2022-01-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9310023/pdf/\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Distributed and Parallel Databases\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://doi.org/10.1007/s10619-022-07415-9\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"2022/7/25 0:00:00\",\"PubModel\":\"Epub\",\"JCR\":\"Q3\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Distributed and Parallel Databases","FirstCategoryId":"94","ListUrlMain":"https://doi.org/10.1007/s10619-022-07415-9","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"2022/7/25 0:00:00","PubModel":"Epub","JCR":"Q3","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 1

摘要

桁架分解是图中层次密集子结构的一个流行概念。简而言之,k-truss是每条边至少包含在k个三角形中的最大子图。桁架分解的目的是为每一个可能的k值计算k-桁架。在确定性图中研究桁架分解的工作有很多。然而,在概率图中,桁架分解明显更具挑战性,受到的关注少得多;最先进的方法不能很好地扩展到大型概率图。找到包含每条边的三角形数量的尾部概率是这些方法的一个关键挑战。这是通过动态规划实现的,它的运行时间是二次的,因此不能扩展到真正的大型网络,而这些网络通常可以包含许多三角形(以百万计)的边。为了解决这一挑战,我们采用了一个特殊版本的中心极限定理(CLT)来有效地获得尾部概率。基于我们的CLT方法,我们提出了一种用于桁架分解的剥离算法,该算法可扩展到大型概率图,并提供了比最先进的显著改进。我们还设计了基于h指数计算的第二种方法,该方法逐步收紧每条边的桁架值估计。与我们基于clt的方法相比,我们的h-index算法(1)是渐进式的,允许用户一路上看到接近的结果,(2)不牺牲最终结果的准确性,(3)在一次只处理一条边及其近邻时实现所有这些,从而导致更小的内存占用。我们进行了大量的实验来证明我们提出的两种算法的可扩展性。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

Scalable probabilistic truss decomposition using central limit theorem and H-index.

Scalable probabilistic truss decomposition using central limit theorem and H-index.

Scalable probabilistic truss decomposition using central limit theorem and H-index.

Scalable probabilistic truss decomposition using central limit theorem and H-index.

Truss decomposition is a popular notion of hierarchical dense substructures in graphs. In a nutshell, k-truss is the largest subgraph in which every edge is contained in at least k triangles. Truss decomposition aims to compute k-trusses for each possible value of k. There are many works that study truss decomposition in deterministic graphs. However, in probabilistic graphs, truss decomposition is significantly more challenging and has received much less attention; state-of-the-art approaches do not scale well to large probabilistic graphs. Finding the tail probabilities of the number of triangles that contain each edge is a critical challenge of those approaches. This is achieved using dynamic programming which has quadratic run-time and thus not scalable to real large networks which, quite commonly, can have edges contained in many triangles (in the millions). To address this challenge, we employ a special version of the Central Limit Theorem (CLT) to obtain the tail probabilities efficiently. Based on our CLT approach we propose a peeling algorithm for truss decomposition that scales to large probabilistic graphs and offers significant improvement over state-of-the-art. We also design a second method which progressively tightens the estimate of the truss value of each edge and is based on h-index computation. In contrast to our CLT-based approach, our h-index algorithm (1) is progressive by allowing the user to see near-results along the way, (2) does not sacrifice the exactness of final result, and (3) achieves all these while processing only one edge and its immediate neighbors at a time, thus resulting in smaller memory footprint. We perform extensive experiments to show the scalability of both of our proposed algorithms.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Distributed and Parallel Databases
Distributed and Parallel Databases 工程技术-计算机:理论方法
CiteScore
3.50
自引率
0.00%
发文量
17
审稿时长
>12 weeks
期刊介绍: Distributed and Parallel Databases publishes papers in all the traditional as well as most emerging areas of database research, including: Availability and reliability; Benchmarking and performance evaluation, and tuning; Big Data Storage and Processing; Cloud Computing and Database-as-a-Service; Crowdsourcing; Data curation, annotation and provenance; Data integration, metadata Management, and interoperability; Data models, semantics, query languages; Data mining and knowledge discovery; Data privacy, security, trust; Data provenance, workflows, Scientific Data Management; Data visualization and interactive data exploration; Data warehousing, OLAP, Analytics; Graph data management, RDF, social networks; Information Extraction and Data Cleaning; Middleware and Workflow Management; Modern Hardware and In-Memory Database Systems; Query Processing and Optimization; Semantic Web and open data; Social Networks; Storage, indexing, and physical database design; Streams, sensor networks, and complex event processing; Strings, Texts, and Keyword Search; Spatial, temporal, and spatio-temporal databases; Transaction processing; Uncertain, probabilistic, and approximate databases.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信