Skip to main content

19.04.2024 | Regular Paper

Hyper-distance oracles in hypergraphs

verfasst von: Giulia Preti, Gianmarco De Francisci Morales, Francesco Bonchi

Erschienen in: The VLDB Journal

Einloggen

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

We study point-to-point distance estimation in hypergraphs, where the query is parameterized by a positive integer s, which defines the required level of overlap for two hyperedges to be considered adjacent. To answer s-distance queries, we first explore an oracle based on the line graph of the given hypergraph and discuss its limitations: The line graph is typically orders of magnitude larger than the original hypergraph. We then introduce HypED, a landmark-based oracle with a predefined size, built directly on the hypergraph, thus avoiding the materialization of the line graph. Our framework allows to approximately answer vertex-to-vertex, vertex-to-hyperedge, and hyperedge-to-hyperedge s-distance queries for any value of s. A key observation at the basis of our framework is that as s increases, the hypergraph becomes more fragmented. We show how this can be exploited to improve the placement of landmarks, by identifying the s-connected components of the hypergraph. For this latter task, we devise an efficient algorithm based on the union-find technique and a dynamic inverted index. We experimentally evaluate HypED on several real-world hypergraphs and prove its versatility in answering s-distance queries for different values of s. Our framework allows answering such queries in fractions of a millisecond while allowing fine-grained control of the trade-off between index size and approximation error at creation time. Finally, we prove the usefulness of the s-distance oracle in two applications, namely hypergraph-based recommendation and the approximation of the s-closeness centrality of vertices and hyperedges in the context of protein-protein interactions.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
The s-distance is often defined as the length of the shortest s-path. We subtract 1 to align with graph theory conventions where the distance between edges is the number of vertices in a shortest path between them, making adjacent edges connected by a path of length 2 but at distance 1.
 
2
An alternative definition of vertex-to-vertex s-distance that is a metric could be considered. Let the dual hypergraph be the one obtained by swapping the roles of vertices and hyperedges: Hyperedges become vertices, and each vertex in the original hypergraph becomes a hyperedge that connects all the vertices in the dual that correspond to the hyperedges of the original hypergraph by which it was contained. We can compute the hyperedge-to-hyperedge s-distance in this dual hypergraph and obtain a metric vertex-to-vertex s-distance in the original hypergraph.
However, note that the vertex-to-vertex s-distance as in Definition 3 and the hyperedge-to-hyperedge s-distance in the dual hypergraph yield distinct results. For instance, s-connected vertices in the hypergraph may be at infinite distance in the dual. In fact, an s-path in the hypergraph is a sequence of hyperedges such that consecutive hyperedges share at least s common vertices, whereas an s-path in the dual is a sequence of vertices such that consecutive vertices belong to at least s common hyperedges.
Both definitions are valid and could be adopted depending on the applications at hand. Our framework can also handle this alternative definition of vertex-to-vertex s-distance, by simply applying it to the dual hypergraph. Of course, this leads to a separate oracle that could not be used to answer hyperedge-to-hyperedge s-distance queries in the original hypergraph. Therefore, henceforth we focus on the vertex-to-vertex s-distance as per Definition 3. This allows to answer all three types of queries with a single oracle.
 
6
In contrast to hyperedges, for \(s > 1\), a vertex v may belong to different s-connected components, as it may be in hyperedges that overlap only in v.
 
Literatur
1.
Zurück zum Zitat Liu, Q., Huang, Y., Metaxas, D.N.: Hypergraph with sampling for image retrieval. Pattern Recogn. 44(10), 2255 (2011)CrossRef Liu, Q., Huang, Y., Metaxas, D.N.: Hypergraph with sampling for image retrieval. Pattern Recogn. 44(10), 2255 (2011)CrossRef
2.
Zurück zum Zitat Akiba, T., Iwata, Y., Yoshida, Y.: Fast exact shortest-path distance queries on large networks by pruned landmark labeling. In: SIGMOD, p. 349 (2013) Akiba, T., Iwata, Y., Yoshida, Y.: Fast exact shortest-path distance queries on large networks by pruned landmark labeling. In: SIGMOD, p. 349 (2013)
3.
Zurück zum Zitat Aksoy, S.G., Joslyn, C., Marrero, C.O., Praggastis, B., Purvine, E.: Hypernetwork science via high-order hypergraph walks. EPJ Data Sci. 9(1), 16 (2020)CrossRef Aksoy, S.G., Joslyn, C., Marrero, C.O., Praggastis, B., Purvine, E.: Hypernetwork science via high-order hypergraph walks. EPJ Data Sci. 9(1), 16 (2020)CrossRef
4.
Zurück zum Zitat Ausiello, G., Laura, L.: Directed hypergraphs: introduction and fundamental algorithms–a survey. Theor. Comput. Sci. 658, 293 (2017)MathSciNetCrossRef Ausiello, G., Laura, L.: Directed hypergraphs: introduction and fundamental algorithms–a survey. Theor. Comput. Sci. 658, 293 (2017)MathSciNetCrossRef
5.
Zurück zum Zitat Baswana, S., Goyal, V., Sen, S.: All-pairs nearly 2-approximate shortest paths in o (n2polylogn) time. Theor. Comput. Sci. 410(1), 84 (2009)CrossRef Baswana, S., Goyal, V., Sen, S.: All-pairs nearly 2-approximate shortest paths in o (n2polylogn) time. Theor. Comput. Sci. 410(1), 84 (2009)CrossRef
6.
Zurück zum Zitat Benson, A.R., Abebe, R., Schaub, M.T., Jadbabaie, A., Kleinberg, J.: Simplicial closure and higher-order link prediction. PNAS 115(48), E11221 (2018)CrossRef Benson, A.R., Abebe, R., Schaub, M.T., Jadbabaie, A., Kleinberg, J.: Simplicial closure and higher-order link prediction. PNAS 115(48), E11221 (2018)CrossRef
7.
Zurück zum Zitat Berge, C.: Hypergraphs: Combinatorics of Finite Sets, vol. 45. Elsevier (1984) Berge, C.: Hypergraphs: Combinatorics of Finite Sets, vol. 45. Elsevier (1984)
8.
Zurück zum Zitat Betzler, N., Fellows, M.R., Guo, J., Niedermeier, R., Rosamond, F.A.: Fixed-parameter algorithms for kemeny scores. In: AAIM, p. 60 (2008) Betzler, N., Fellows, M.R., Guo, J., Niedermeier, R., Rosamond, F.A.: Fixed-parameter algorithms for kemeny scores. In: AAIM, p. 60 (2008)
9.
Zurück zum Zitat Billings, J.C.W., Hu, M., Lerda, G., Medvedev, A.N., Mottes, F., Onicas, A., Santoro, A., Petri, G.: Simplex2vec embeddings for community detection in simplicial complexes. arXiv preprint arXiv:1906.09068 (2019) Billings, J.C.W., Hu, M., Lerda, G., Medvedev, A.N., Mottes, F., Onicas, A., Santoro, A., Petri, G.: Simplex2vec embeddings for community detection in simplicial complexes. arXiv preprint arXiv:​1906.​09068 (2019)
10.
Zurück zum Zitat Brancotte, B., Yang, B., Blin, G., Cohen-Boulakia, S., Denise, A., Hamel, S.: Rank aggregation with ties: experiments and analysis. PVLDB 8(11), 1202 (2015) Brancotte, B., Yang, B., Blin, G., Cohen-Boulakia, S., Denise, A., Hamel, S.: Rank aggregation with ties: experiments and analysis. PVLDB 8(11), 1202 (2015)
11.
Zurück zum Zitat Bretto, A., Cherifi, H., Aboutajdine, D.: Hypergraph imaging: an overview. Pattern Recogn. 35(3), 651 (2002)CrossRef Bretto, A., Cherifi, H., Aboutajdine, D.: Hypergraph imaging: an overview. Pattern Recogn. 35(3), 651 (2002)CrossRef
12.
Zurück zum Zitat Bu, J., Tan, S., Chen, C., Wang, C., Wu, H., Zhang, L., He, X.: Music recommendation by unified hypergraph: Combining social media information and music content. In: MM, p. 391 (2010) Bu, J., Tan, S., Chen, C., Wang, C., Wu, H., Zhang, L., He, X.: Music recommendation by unified hypergraph: Combining social media information and music content. In: MM, p. 391 (2010)
13.
Zurück zum Zitat Chlamtáč, E., Dinitz, M., Konrad, C., Kortsarz, G., Rabanca, G.: The densest \(k\)-subhypergraph problem. SIAM J. Discrete Math. 32(2), 1458 (2018) Chlamtáč, E., Dinitz, M., Konrad, C., Kortsarz, G., Rabanca, G.: The densest \(k\)-subhypergraph problem. SIAM J. Discrete Math. 32(2), 1458 (2018)
14.
Zurück zum Zitat Cohen-Boulakia, S., Denise, A., Hamel, S.: Using medians to generate consensus rankings for biological data. In: SSDBM, p. 73 (2011) Cohen-Boulakia, S., Denise, A., Hamel, S.: Using medians to generate consensus rankings for biological data. In: SSDBM, p. 73 (2011)
15.
Zurück zum Zitat Cooley, O., Kang, M., Koch, C.: Evolution of high-order connected components in random hypergraphs. Electron. Not. Discrete Math. 49, 569 (2015)CrossRef Cooley, O., Kang, M., Koch, C.: Evolution of high-order connected components in random hypergraphs. Electron. Not. Discrete Math. 49, 569 (2015)CrossRef
16.
Zurück zum Zitat Cooper, C., Lee, S.H., Radzik, T., Siantos, Y.: Random walks in recommender systems: exact computation and simulations. In: WWW, p. 811 (2014) Cooper, C., Lee, S.H., Radzik, T., Siantos, Y.: Random walks in recommender systems: exact computation and simulations. In: WWW, p. 811 (2014)
17.
Zurück zum Zitat De Figueiredo, L.F., Schuster, S., Kaleta, C., Fell, D.A.: Can sugars be produced from fatty acids? a test case for pathway analysis tools. Bioinformatics 24(22), 2615 (2008)CrossRef De Figueiredo, L.F., Schuster, S., Kaleta, C., Fell, D.A.: Can sugars be produced from fatty acids? a test case for pathway analysis tools. Bioinformatics 24(22), 2615 (2008)CrossRef
18.
Zurück zum Zitat Draves, R., Padhye, J., Zill, B.: Routing in multi-radio, multi-hop wireless mesh networks. In: MobiCom, p. 114 (2004) Draves, R., Padhye, J., Zill, B.: Routing in multi-radio, multi-hop wireless mesh networks. In: MobiCom, p. 114 (2004)
19.
Zurück zum Zitat Farhan, M., Wang, Q., Lin, Y., Mckay, B.: A highly scalable labelling approach for exact distance queries in complex networks. EDBT (2019) Farhan, M., Wang, Q., Lin, Y., Mckay, B.: A highly scalable labelling approach for exact distance queries in complex networks. EDBT (2019)
20.
Zurück zum Zitat Fatemi, B., Taslakian, P., Vazquez, D., Poole, D.: Knowledge hypergraphs: Prediction beyond binary relations. arXiv preprint arXiv:1906.00137 (2019) Fatemi, B., Taslakian, P., Vazquez, D., Poole, D.: Knowledge hypergraphs: Prediction beyond binary relations. arXiv preprint arXiv:​1906.​00137 (2019)
21.
Zurück zum Zitat Feng, S., Heath, E., Jefferson, B., Joslyn, C., Kvinge, H., Mitchell, H.D., Praggastis, B., Eisfeld, A.J., Sims, A.C., Thackray, L.B., et al.: Hypergraph models of biological networks to identify genes critical to pathogenic viral response. BMC Bioinform. 22(1), 1 (2021)CrossRef Feng, S., Heath, E., Jefferson, B., Joslyn, C., Kvinge, H., Mitchell, H.D., Praggastis, B., Eisfeld, A.J., Sims, A.C., Thackray, L.B., et al.: Hypergraph models of biological networks to identify genes critical to pathogenic viral response. BMC Bioinform. 22(1), 1 (2021)CrossRef
22.
Zurück zum Zitat Feng, Y., You, H., Zhang, Z., Ji, R., Gao, Y.: Hypergraph neural networks. In: AAAI, p. 3558 (2019) Feng, Y., You, H., Zhang, Z., Ji, R., Gao, Y.: Hypergraph neural networks. In: AAAI, p. 3558 (2019)
23.
Zurück zum Zitat Franzese, N., Groce, A., Murali, T., Ritz, A.: Hypergraph-based connectivity measures for signaling pathway topologies. PLoS Comput. Biol. 15(10), e1007,384 (2019)CrossRef Franzese, N., Groce, A., Murali, T., Ritz, A.: Hypergraph-based connectivity measures for signaling pathway topologies. PLoS Comput. Biol. 15(10), e1007,384 (2019)CrossRef
24.
Zurück zum Zitat Gallo, G., Longo, G., Pallottino, S., Nguyen, S.: Directed hypergraphs and applications. Discrete Appl. Math. 42(2–3), 177 (1993)MathSciNetCrossRef Gallo, G., Longo, G., Pallottino, S., Nguyen, S.: Directed hypergraphs and applications. Discrete Appl. Math. 42(2–3), 177 (1993)MathSciNetCrossRef
25.
Zurück zum Zitat Gao, J., Zhao, Q., Ren, W., Swami, A., Ramanathan, R., Bar-Noy, A.: Dynamic shortest path algorithms for hypergraphs. Trans. Netw. 23(6), 1805 (2014)CrossRef Gao, J., Zhao, Q., Ren, W., Swami, A., Ramanathan, R., Bar-Noy, A.: Dynamic shortest path algorithms for hypergraphs. Trans. Netw. 23(6), 1805 (2014)CrossRef
26.
Zurück zum Zitat Goldberg, A.V.: Point-to-point shortest path algorithms with preprocessing. In: SOFSEM, p. 88 (2007) Goldberg, A.V.: Point-to-point shortest path algorithms with preprocessing. In: SOFSEM, p. 88 (2007)
27.
Zurück zum Zitat Goldberg, A.V., Harrelson, C.: Computing the shortest path: A search meets graph theory. In: SODA, vol. 5, p. 156. Citeseer (2005) Goldberg, A.V., Harrelson, C.: Computing the shortest path: A search meets graph theory. In: SODA, vol. 5, p. 156. Citeseer (2005)
28.
Zurück zum Zitat Goldberg, A.V., Kaplan, H., Werneck, R.F.: Reach for a*: Efficient point-to-point shortest path algorithms. In: ALENEX, p. 129. SIAM (2006) Goldberg, A.V., Kaplan, H., Werneck, R.F.: Reach for a*: Efficient point-to-point shortest path algorithms. In: ALENEX, p. 129. SIAM (2006)
29.
Zurück zum Zitat Goldman, R., Shivakumar, N., Venkatasubramanian, S., Garcia-Molina, H.: Proximity search in databases. VLDB 98, p. 26 (1998) Goldman, R., Shivakumar, N., Venkatasubramanian, S., Garcia-Molina, H.: Proximity search in databases. VLDB 98, p. 26 (1998)
30.
Zurück zum Zitat Gori, M., Pucci, A.: Research paper recommender systems: A random-walk based approach. In: 2006 IEEE/WIC/ACM International Conference on Web Intelligence (WI 2006 Main Conference Proceedings)(WI’06), p. 778 (2006) Gori, M., Pucci, A.: Research paper recommender systems: A random-walk based approach. In: 2006 IEEE/WIC/ACM International Conference on Web Intelligence (WI 2006 Main Conference Proceedings)(WI’06), p. 778 (2006)
31.
Zurück zum Zitat Gori, M., Pucci, A., Roma, V., Siena, I.: Itemrank: A random-walk based scoring algorithm for recommender engines. In: IJCAI, vol. 7, p. 2766 (2007) Gori, M., Pucci, A., Roma, V., Siena, I.: Itemrank: A random-walk based scoring algorithm for recommender engines. In: IJCAI, vol. 7, p. 2766 (2007)
32.
Zurück zum Zitat Gubichev, A., Bedathur, S., Seufert, S., Weikum, G.: Fast and accurate estimation of shortest paths in large graphs. In: CIKM, p. 499 (2010) Gubichev, A., Bedathur, S., Seufert, S., Weikum, G.: Fast and accurate estimation of shortest paths in large graphs. In: CIKM, p. 499 (2010)
33.
Zurück zum Zitat Huang, J., Zhang, R., Yu, J.X.: Scalable hypergraph learning and processing. In: ICDM, p. 775 (2015) Huang, J., Zhang, R., Yu, J.X.: Scalable hypergraph learning and processing. In: ICDM, p. 775 (2015)
34.
Zurück zum Zitat Hwang, H., Lee, S., Shin, K.: Hyfer: A framework for making hypergraph learning easy, scalable and benchmarkable. In: GLB (2021) Hwang, H., Lee, S., Shin, K.: Hyfer: A framework for making hypergraph learning easy, scalable and benchmarkable. In: GLB (2021)
35.
Zurück zum Zitat Italiano, G.F., Nanni, U.: Online maintenance of minimal directed hypergraphs (1989) Italiano, G.F., Nanni, U.: Online maintenance of minimal directed hypergraphs (1989)
36.
Zurück zum Zitat Jeong, H., Mason, S.P., Barabási, A.L., Oltvai, Z.N.: Lethality and centrality in protein networks. Nature 411(6833), 41 (2001)CrossRef Jeong, H., Mason, S.P., Barabási, A.L., Oltvai, Z.N.: Lethality and centrality in protein networks. Nature 411(6833), 41 (2001)CrossRef
37.
Zurück zum Zitat Ji, S., Feng, Y., Ji, R., Zhao, X., Tang, W., Gao, Y.: Dual channel hypergraph collaborative filtering. In: KDD, p. 2020 (2020) Ji, S., Feng, Y., Ji, R., Zhao, X., Tang, W., Gao, Y.: Dual channel hypergraph collaborative filtering. In: KDD, p. 2020 (2020)
38.
Zurück zum Zitat Jiang, J., Wei, Y., Feng, Y., Cao, J., Gao, Y.: Dynamic hypergraph neural networks. In: IJCAI, p. 2635 (2019) Jiang, J., Wei, Y., Feng, Y., Cao, J., Gao, Y.: Dynamic hypergraph neural networks. In: IJCAI, p. 2635 (2019)
39.
Zurück zum Zitat Jin, R., Peng, Z., Wu, W., Dragan, F., Agrawal, G., Ren, B.: Parallelizing pruned landmark labeling: dealing with dependencies in graph algorithms. In: ICS, p. 1 (2020) Jin, R., Peng, Z., Wu, W., Dragan, F., Agrawal, G., Ren, B.: Parallelizing pruned landmark labeling: dealing with dependencies in graph algorithms. In: ICS, p. 1 (2020)
40.
Zurück zum Zitat Joslyn, C.A., Aksoy, S.G., Callahan, T.J., Hunter, L.E., Jefferson, B., Praggastis, B., Purvine, E., Tripodi, I.J.: Hypernetwork science: from multidimensional networks to computational topology. In: CCS, p. 377 (2020) Joslyn, C.A., Aksoy, S.G., Callahan, T.J., Hunter, L.E., Jefferson, B., Praggastis, B., Purvine, E., Tripodi, I.J.: Hypernetwork science: from multidimensional networks to computational topology. In: CCS, p. 377 (2020)
41.
Zurück zum Zitat Joy, M.P., Brock, A., Ingber, D.E., Huang, S.: High-betweenness proteins in the yeast protein interaction network. J. Biomed. Biotechnol. 2005(2), 96 (2005)CrossRef Joy, M.P., Brock, A., Ingber, D.E., Huang, S.: High-betweenness proteins in the yeast protein interaction network. J. Biomed. Biotechnol. 2005(2), 96 (2005)CrossRef
42.
Zurück zum Zitat Karypis, G., Aggarwal, R., Kumar, V., Shekhar, S.: Multilevel hypergraph partitioning: applications in vlsi domain. VLSI 7(1), 69 (1999) Karypis, G., Aggarwal, R., Kumar, V., Shekhar, S.: Multilevel hypergraph partitioning: applications in vlsi domain. VLSI 7(1), 69 (1999)
43.
Zurück zum Zitat Kemeny, J.G.: Mathematics without numbers. Daedalus 88(4), 577 (1959) Kemeny, J.G.: Mathematics without numbers. Daedalus 88(4), 577 (1959)
44.
Zurück zum Zitat Kirkland, S.: Two-mode networks exhibiting data loss. J. Comp. Netw. 6(2), 297 (2018)MathSciNet Kirkland, S.: Two-mode networks exhibiting data loss. J. Comp. Netw. 6(2), 297 (2018)MathSciNet
45.
Zurück zum Zitat Klamt, S., Haus, U.U., Theis, F.: Hypergraphs and cellular networks. PLoS Comput. Biol. 5(5), e1000,385 (2009)MathSciNetCrossRef Klamt, S., Haus, U.U., Theis, F.: Hypergraphs and cellular networks. PLoS Comput. Biol. 5(5), e1000,385 (2009)MathSciNetCrossRef
46.
Zurück zum Zitat Kleinberg, J.M.: Navigation in a small world. Nature 406(6798), 845 (2000)CrossRef Kleinberg, J.M.: Navigation in a small world. Nature 406(6798), 845 (2000)CrossRef
47.
Zurück zum Zitat Kotlyar, M., Fortney, K., Jurisica, I.: Network-based characterization of drug-regulated genes, drug targets, and toxicity. Methods 57(4), 499 (2012)CrossRef Kotlyar, M., Fortney, K., Jurisica, I.: Network-based characterization of drug-regulated genes, drug targets, and toxicity. Methods 57(4), 499 (2012)CrossRef
48.
Zurück zum Zitat Krieger, S., Kececioglu, J.: Fast approximate shortest hyperpaths for inferring pathways in cell signaling hypergraphs. In: WABI. Schloss Dagstuhl-Leibniz-Zentrum für Informatik (2021) Krieger, S., Kececioglu, J.: Fast approximate shortest hyperpaths for inferring pathways in cell signaling hypergraphs. In: WABI. Schloss Dagstuhl-Leibniz-Zentrum für Informatik (2021)
49.
Zurück zum Zitat Kumar, R., Vassilvitskii, S.: Generalized distances between rankings. In: WWW, p. 571(2010) Kumar, R., Vassilvitskii, S.: Generalized distances between rankings. In: WWW, p. 571(2010)
50.
Zurück zum Zitat Li, D., Xu, Z., Li, S., Sun, X.: Link prediction in social networks based on hypergraph. In: WWW, p. 41 (2013) Li, D., Xu, Z., Li, S., Sun, X.: Link prediction in social networks based on hypergraph. In: WWW, p. 41 (2013)
51.
Zurück zum Zitat Li, J., He, J., Zhu, Y.: E-tail product return prediction via hypergraph-based local graph cut. In: KDD, p. 519 (2018) Li, J., He, J., Zhu, Y.: E-tail product return prediction via hypergraph-based local graph cut. In: KDD, p. 519 (2018)
52.
Zurück zum Zitat Li, W., Qiao, M., Qin, L., Zhang, Y., Chang, L., Lin, X.: Scaling up distance labeling on graphs with core-periphery properties. In: SIGMOD, p. 1367 (2020) Li, W., Qiao, M., Qin, L., Zhang, Y., Chang, L., Lin, X.: Scaling up distance labeling on graphs with core-periphery properties. In: SIGMOD, p. 1367 (2020)
53.
Zurück zum Zitat Liu, X.T., Firoz, J., Aksoy, S., Amburg, I., Lumsdaine, A., Joslyn, C., Gebremedhin, A.H., Praggastis, B.: High-order line graphs of non-uniform hypergraphs: Algorithms, applications, and experimental analysis. arXiv preprint arXiv:2201.11326 (2022) Liu, X.T., Firoz, J., Aksoy, S., Amburg, I., Lumsdaine, A., Joslyn, C., Gebremedhin, A.H., Praggastis, B.: High-order line graphs of non-uniform hypergraphs: Algorithms, applications, and experimental analysis. arXiv preprint arXiv:​2201.​11326 (2022)
54.
Zurück zum Zitat Liu, X.T., Firoz, J., Lumsdaine, A., Joslyn, C., Aksoy, S., Praggastis, B., Gebremedhin, A.: Parallel algorithms and heuristics for efficient computation of high-order line graphs of hypergraphs. arXiv preprint arXiv:2010.11448 (2020) Liu, X.T., Firoz, J., Lumsdaine, A., Joslyn, C., Aksoy, S., Praggastis, B., Gebremedhin, A.: Parallel algorithms and heuristics for efficient computation of high-order line graphs of hypergraphs. arXiv preprint arXiv:​2010.​11448 (2020)
55.
Zurück zum Zitat Lu, L., Peng, X.: High-ordered random walks and generalized laplacians on hypergraphs. In: International Workshop on Algorithms and Models for the Web-Graph, p. 14 (2011) Lu, L., Peng, X.: High-ordered random walks and generalized laplacians on hypergraphs. In: International Workshop on Algorithms and Models for the Web-Graph, p. 14 (2011)
56.
Zurück zum Zitat Luo, Q., Yu, D., Cai, Z., Lin, X., Wang, G., Cheng, X.: Toward maintenance of hypercores in large-scale dynamic hypergraphs. In: VLDBJ, p. 1 (2022) Luo, Q., Yu, D., Cai, Z., Lin, X., Wang, G., Cheng, X.: Toward maintenance of hypercores in large-scale dynamic hypergraphs. In: VLDBJ, p. 1 (2022)
57.
Zurück zum Zitat Manne, F., Patwary, M., Ali, M.: A scalable parallel union-find algorithm for distributed memory computers. In: PPAM, p. 186 (2009) Manne, F., Patwary, M., Ali, M.: A scalable parallel union-find algorithm for distributed memory computers. In: PPAM, p. 186 (2009)
58.
Zurück zum Zitat Nielsen, L.R., Andersen, K.A., Pretolani, D.: Finding the k shortest hyperpaths. Comput. Oper. Res. 32(6), 1477 (2005)MathSciNetCrossRef Nielsen, L.R., Andersen, K.A., Pretolani, D.: Finding the k shortest hyperpaths. Comput. Oper. Res. 32(6), 1477 (2005)MathSciNetCrossRef
59.
Zurück zum Zitat Potamias, M., Bonchi, F., Castillo, C., Gionis, A.: Fast shortest path distance estimation in large networks. In: CIKM, p. 867 (2009) Potamias, M., Bonchi, F., Castillo, C., Gionis, A.: Fast shortest path distance estimation in large networks. In: CIKM, p. 867 (2009)
60.
Zurück zum Zitat Preti, G., De Francisci Morales, G., Bonchi, F.: Strud: Truss decomposition of simplicial complexes. In: The Web Conference, p. 3408 (2021) Preti, G., De Francisci Morales, G., Bonchi, F.: Strud: Truss decomposition of simplicial complexes. In: The Web Conference, p. 3408 (2021)
61.
Zurück zum Zitat Qi, Z., Xiao, Y., Shao, B., Wang, H.: Toward a distance oracle for billion-node graphs. PVLDB 7(1), 61 (2013) Qi, Z., Xiao, Y., Shao, B., Wang, H.: Toward a distance oracle for billion-node graphs. PVLDB 7(1), 61 (2013)
62.
Zurück zum Zitat Rahman, S.A., Advani, P., Schunk, R., Schrader, R., Schomburg, D.: Metabolic pathway analysis web service (pathway hunter tool at cubic). Bioinformatics 21(7), 1189 (2005)CrossRef Rahman, S.A., Advani, P., Schunk, R., Schrader, R., Schomburg, D.: Metabolic pathway analysis web service (pathway hunter tool at cubic). Bioinformatics 21(7), 1189 (2005)CrossRef
63.
Zurück zum Zitat Ritz, A., Avent, B., Murali, T.: Pathway analysis with signaling hypergraphs. TCBB 14(5), 1042 (2015) Ritz, A., Avent, B., Murali, T.: Pathway analysis with signaling hypergraphs. TCBB 14(5), 1042 (2015)
64.
Zurück zum Zitat Ritz, A., Tegge, A.N., Kim, H., Poirel, C.L., Murali, T.: Signaling hypergraphs. Trends Biotechnol. 32(7), 356 (2014)CrossRef Ritz, A., Tegge, A.N., Kim, H., Poirel, C.L., Murali, T.: Signaling hypergraphs. Trends Biotechnol. 32(7), 356 (2014)CrossRef
65.
Zurück zum Zitat Schölkopf, B., Platt, J., Hofmann, T.: Learning with hypergraphs: Clustering, classification, and embedding. In: NIPS, p. 1601 (2007) Schölkopf, B., Platt, J., Hofmann, T.: Learning with hypergraphs: Clustering, classification, and embedding. In: NIPS, p. 1601 (2007)
66.
Zurück zum Zitat Shun, J.: Practical parallel hypergraph algorithms. In: SIGPLAN, p. 232 (2020) Shun, J.: Practical parallel hypergraph algorithms. In: SIGPLAN, p. 232 (2020)
67.
Zurück zum Zitat Sommer, C.: Shortest-path queries in static networks. CSU 46(4), 1 (2014) Sommer, C.: Shortest-path queries in static networks. CSU 46(4), 1 (2014)
68.
Zurück zum Zitat Soofi, A., Taghizadeh, M., Tabatabaei, S.M., Tavirani, M.R., Shakib, H., Namaki, S., Alighiarloo, N.S.: Centrality analysis of protein-protein interaction networks and molecular docking prioritize potential drug-targets in type 1 diabetes. IJPR 19(4), 121 (2020) Soofi, A., Taghizadeh, M., Tabatabaei, S.M., Tavirani, M.R., Shakib, H., Namaki, S., Alighiarloo, N.S.: Centrality analysis of protein-protein interaction networks and molecular docking prioritize potential drug-targets in type 1 diabetes. IJPR 19(4), 121 (2020)
69.
Zurück zum Zitat Sun, B., Chan, T.H.H., Sozio, M.: Fully dynamic approximate k-core decomposition in hypergraphs. TKDD 14(4) (2020) Sun, B., Chan, T.H.H., Sozio, M.: Fully dynamic approximate k-core decomposition in hypergraphs. TKDD 14(4) (2020)
70.
Zurück zum Zitat Tan, H.K., Ngo, C.W., Wu, X.: Modeling video hyperlinks with hypergraph for web video reranking. In: MM, p. 659 (2008) Tan, H.K., Ngo, C.W., Wu, X.: Modeling video hyperlinks with hypergraph for web video reranking. In: MM, p. 659 (2008)
71.
Zurück zum Zitat Tan, S., Guan, Z., Cai, D., Qin, X., Bu, J., Chen, C.: Mapping users across networks by manifold alignment on hypergraph. AAAI 28(1) (2014) Tan, S., Guan, Z., Cai, D., Qin, X., Bu, J., Chen, C.: Mapping users across networks by manifold alignment on hypergraph. AAAI 28(1) (2014)
72.
73.
Zurück zum Zitat Thorup, M., Zwick, U.: Approximate distance oracles. JACM 52(1), 1 (2005) Thorup, M., Zwick, U.: Approximate distance oracles. JACM 52(1), 1 (2005)
74.
Zurück zum Zitat Tofallis, C.: A better measure of relative prediction accuracy for model selection and model estimation. J. Oper. Res. Soc. 66(8), 1352 (2015)CrossRef Tofallis, C.: A better measure of relative prediction accuracy for model selection and model estimation. J. Oper. Res. Soc. 66(8), 1352 (2015)CrossRef
75.
Zurück zum Zitat Tretyakov, K., Armas-Cervantes, A., García-Bañuelos, L., Vilo, J., Dumas, M.: Fast fully dynamic landmark-based estimation of shortest path distances in very large graphs. In: CIKM, p. 1785 (2011) Tretyakov, K., Armas-Cervantes, A., García-Bañuelos, L., Vilo, J., Dumas, M.: Fast fully dynamic landmark-based estimation of shortest path distances in very large graphs. In: CIKM, p. 1785 (2011)
76.
Zurück zum Zitat Viacava Follis, A.: Centrality of drug targets in protein networks. BMC Bioinform. 22(1), 1 (2021)CrossRef Viacava Follis, A.: Centrality of drug targets in protein networks. BMC Bioinform. 22(1), 1 (2021)CrossRef
77.
Zurück zum Zitat Vieira, M.V., Fonseca, B.M., Damazio, R., Golgher, P.B., Reis, D.d.C., Ribeiro-Neto, B.: Efficient search ranking in social networks. In: CIKM, p. 563 (2007) Vieira, M.V., Fonseca, B.M., Damazio, R., Golgher, P.B., Reis, D.d.C., Ribeiro-Neto, B.: Efficient search ranking in social networks. In: CIKM, p. 563 (2007)
78.
Zurück zum Zitat Xu, Q., Zhang, X., Zhao, J., Wang, X., Wolf, T.: Fast shortest-path queries on large-scale graphs. In: ICNP, p. 1 (2016) Xu, Q., Zhang, X., Zhao, J., Wang, X., Wolf, T.: Fast shortest-path queries on large-scale graphs. In: ICNP, p. 1 (2016)
79.
Zurück zum Zitat Yang, D., Qu, B., Yang, J., Cudre-Mauroux, P.: Revisiting user mobility and social relationships in lbsns: A hypergraph embedding approach. In: WWW, p. 2147 (2019) Yang, D., Qu, B., Yang, J., Cudre-Mauroux, P.: Revisiting user mobility and social relationships in lbsns: A hypergraph embedding approach. In: WWW, p. 2147 (2019)
80.
Zurück zum Zitat Zhang, M., Cui, Z., Jiang, S., Chen, Y.: Beyond link prediction: Predicting hyperlinks in adjacency space. AAAI 32(1) (2018) Zhang, M., Cui, Z., Jiang, S., Chen, Y.: Beyond link prediction: Predicting hyperlinks in adjacency space. AAAI 32(1) (2018)
81.
Zurück zum Zitat Zheng, X., Luo, Y., Sun, L., Ding, X., Zhang, J.: A novel social network hybrid recommender system based on hypergraph topologic structure. WWW, p. 985 (2018) Zheng, X., Luo, Y., Sun, L., Ding, X., Zhang, J.: A novel social network hybrid recommender system based on hypergraph topologic structure. WWW, p. 985 (2018)
82.
Zurück zum Zitat Zheng, X., Luo, Y., Sun, L., Ding, X., Zhang, J.: A novel social network hybrid recommender system based on hypergraph topologic structure. WWW, p. 985 (2018) Zheng, X., Luo, Y., Sun, L., Ding, X., Zhang, J.: A novel social network hybrid recommender system based on hypergraph topologic structure. WWW, p. 985 (2018)
83.
Zurück zum Zitat Zhu, Y., Guan, Z., Tan, S., Liu, H., Cai, D., He, X.: Heterogeneous hypergraph embedding for document recommendation. Neurocomputing 216, 150 (2016) Zhu, Y., Guan, Z., Tan, S., Liu, H., Cai, D., He, X.: Heterogeneous hypergraph embedding for document recommendation. Neurocomputing 216, 150 (2016)
Metadaten
Titel
Hyper-distance oracles in hypergraphs
verfasst von
Giulia Preti
Gianmarco De Francisci Morales
Francesco Bonchi
Publikationsdatum
19.04.2024
Verlag
Springer Berlin Heidelberg
Erschienen in
The VLDB Journal
Print ISSN: 1066-8888
Elektronische ISSN: 0949-877X
DOI
https://doi.org/10.1007/s00778-024-00851-2

Premium Partner