具有与图大小无关的平摊时间复杂度的枚举graphlet

IF 0.7 4区 计算机科学 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING
Alessio Conte, Roberto Grossi, Yasuaki Kobayashi, Kazuhiro Kurita, Davide Rucci, Takeaki Uno, Kunihiro Wasa
{"title":"具有与图大小无关的平摊时间复杂度的枚举graphlet","authors":"Alessio Conte,&nbsp;Roberto Grossi,&nbsp;Yasuaki Kobayashi,&nbsp;Kazuhiro Kurita,&nbsp;Davide Rucci,&nbsp;Takeaki Uno,&nbsp;Kunihiro Wasa","doi":"10.1007/s00453-025-01312-0","DOIUrl":null,"url":null,"abstract":"<div><p>Graphlets of order <i>k</i> in a graph <i>G</i> are connected subgraphs induced by <i>k</i> nodes (called <i>k</i>-graphlets) or by <i>k</i> edges (called edge <i>k</i>-graphlets). They are among the interesting subgraphs in network analysis to get insights on both the local and global structure of a network. While several algorithms exist for discovering and enumerating graphlets, the amortized time complexity of such algorithms typically depends on the size of the graph <i>G</i>, or its maximum degree. In real networks, even the latter can be in the order of millions, whereas <i>k</i> is typically required to be a small value. In this paper we provide the first algorithm to list all graphlets of order <i>k</i> in a graph <span>\\(G=(V,E)\\)</span> with an amortized time complexity depending <i>solely</i> on the order <i>k</i>, contrarily to previous approaches where the cost depends <i>also</i> on the size of <i>G</i> or its maximum degree. Specifically, we show that it is possible to list <i>k</i>-graphlets in <span>\\(O(k^2)\\)</span> time per solution, and to list edge <i>k</i>-graphlets in <i>O</i>(<i>k</i>) time per solution. Furthermore we show that, if the input graph has bounded degree, then the amortized time for listing <i>k</i>-graphlets is reduced to <i>O</i>(<i>k</i>). Whenever <span>\\(k = O(1)\\)</span>, as it is often the case in practical settings, these algorithms are the first to achieve constant time per solution.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"87 9","pages":"1247 - 1273"},"PeriodicalIF":0.7000,"publicationDate":"2025-05-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00453-025-01312-0.pdf","citationCount":"0","resultStr":"{\"title\":\"Enumerating Graphlets with Amortized Time Complexity Independent of Graph Size\",\"authors\":\"Alessio Conte,&nbsp;Roberto Grossi,&nbsp;Yasuaki Kobayashi,&nbsp;Kazuhiro Kurita,&nbsp;Davide Rucci,&nbsp;Takeaki Uno,&nbsp;Kunihiro Wasa\",\"doi\":\"10.1007/s00453-025-01312-0\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><p>Graphlets of order <i>k</i> in a graph <i>G</i> are connected subgraphs induced by <i>k</i> nodes (called <i>k</i>-graphlets) or by <i>k</i> edges (called edge <i>k</i>-graphlets). They are among the interesting subgraphs in network analysis to get insights on both the local and global structure of a network. While several algorithms exist for discovering and enumerating graphlets, the amortized time complexity of such algorithms typically depends on the size of the graph <i>G</i>, or its maximum degree. In real networks, even the latter can be in the order of millions, whereas <i>k</i> is typically required to be a small value. In this paper we provide the first algorithm to list all graphlets of order <i>k</i> in a graph <span>\\\\(G=(V,E)\\\\)</span> with an amortized time complexity depending <i>solely</i> on the order <i>k</i>, contrarily to previous approaches where the cost depends <i>also</i> on the size of <i>G</i> or its maximum degree. Specifically, we show that it is possible to list <i>k</i>-graphlets in <span>\\\\(O(k^2)\\\\)</span> time per solution, and to list edge <i>k</i>-graphlets in <i>O</i>(<i>k</i>) time per solution. Furthermore we show that, if the input graph has bounded degree, then the amortized time for listing <i>k</i>-graphlets is reduced to <i>O</i>(<i>k</i>). Whenever <span>\\\\(k = O(1)\\\\)</span>, as it is often the case in practical settings, these algorithms are the first to achieve constant time per solution.</p></div>\",\"PeriodicalId\":50824,\"journal\":{\"name\":\"Algorithmica\",\"volume\":\"87 9\",\"pages\":\"1247 - 1273\"},\"PeriodicalIF\":0.7000,\"publicationDate\":\"2025-05-13\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://link.springer.com/content/pdf/10.1007/s00453-025-01312-0.pdf\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Algorithmica\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://link.springer.com/article/10.1007/s00453-025-01312-0\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q4\",\"JCRName\":\"COMPUTER SCIENCE, SOFTWARE ENGINEERING\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Algorithmica","FirstCategoryId":"94","ListUrlMain":"https://link.springer.com/article/10.1007/s00453-025-01312-0","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q4","JCRName":"COMPUTER SCIENCE, SOFTWARE ENGINEERING","Score":null,"Total":0}
引用次数: 0

摘要

图G中k阶的graphlet是由k个节点(称为k-graphlet)或k条边(称为边k-graphlet)引起的连通子图。它们是网络分析中有趣的子图之一,可以深入了解网络的局部和全局结构。虽然存在几种用于发现和枚举graphlet的算法,但这些算法的平摊时间复杂度通常取决于图G的大小或其最大程度。在实际网络中,即使是后者也可以达到数百万的数量级,而k通常要求是一个很小的值。在本文中,我们提供了第一个在图\(G=(V,E)\)中列出所有k阶的graphlets的算法,其平摊时间复杂度仅取决于k阶,而不是之前的方法,其代价也取决于G的大小或其最大度。具体地说,我们证明了在每个解的\(O(k^2)\)时间内列出k-graphlet是可能的,并且在每个解的O(k)时间内列出边k-graphlet。进一步证明,如果输入图具有有界度,则列出k-graphlet的平摊时间减少到O(k)。无论何时\(k = O(1)\),就像在实际设置中经常出现的情况一样,这些算法都是第一个实现每个解决方案的恒定时间的算法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Enumerating Graphlets with Amortized Time Complexity Independent of Graph Size

Graphlets of order k in a graph G are connected subgraphs induced by k nodes (called k-graphlets) or by k edges (called edge k-graphlets). They are among the interesting subgraphs in network analysis to get insights on both the local and global structure of a network. While several algorithms exist for discovering and enumerating graphlets, the amortized time complexity of such algorithms typically depends on the size of the graph G, or its maximum degree. In real networks, even the latter can be in the order of millions, whereas k is typically required to be a small value. In this paper we provide the first algorithm to list all graphlets of order k in a graph \(G=(V,E)\) with an amortized time complexity depending solely on the order k, contrarily to previous approaches where the cost depends also on the size of G or its maximum degree. Specifically, we show that it is possible to list k-graphlets in \(O(k^2)\) time per solution, and to list edge k-graphlets in O(k) time per solution. Furthermore we show that, if the input graph has bounded degree, then the amortized time for listing k-graphlets is reduced to O(k). Whenever \(k = O(1)\), as it is often the case in practical settings, these algorithms are the first to achieve constant time per solution.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Algorithmica
Algorithmica 工程技术-计算机:软件工程
CiteScore
2.80
自引率
9.10%
发文量
158
审稿时长
12 months
期刊介绍: Algorithmica is an international journal which publishes theoretical papers on algorithms that address problems arising in practical areas, and experimental papers of general appeal for practical importance or techniques. The development of algorithms is an integral part of computer science. The increasing complexity and scope of computer applications makes the design of efficient algorithms essential. Algorithmica covers algorithms in applied areas such as: VLSI, distributed computing, parallel processing, automated design, robotics, graphics, data base design, software tools, as well as algorithms in fundamental areas such as sorting, searching, data structures, computational geometry, and linear programming. In addition, the journal features two special sections: Application Experience, presenting findings obtained from applications of theoretical results to practical situations, and Problems, offering short papers presenting problems on selected topics of computer science.
×
引用
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学术官方微信