Scalable Top-k Query on Information Networks with Hierarchical Inheritance Relations
Fubao Wu, Lixin Gao

TL;DR
This paper introduces a scalable algorithm for top-k graph queries on large heterogeneous information networks that leverages hierarchical inheritance relations to improve result accuracy and efficiency.
Contribution
It formulates a new graph query problem incorporating hierarchical inheritance and proposes a star-decomposition based search algorithm with pruning techniques.
Findings
Outperforms existing algorithms in accuracy on synthetic and real datasets.
Achieves competitive efficiency with scalable implementation in GraphX.
Effectively utilizes hierarchical inheritance to enhance query results.
Abstract
Graph query, pattern mining and knowledge discovery become challenging on large-scale heterogeneous information networks (HINs). State-of-the-art techniques involving path propagation mainly focus on the inference on nodes labels and neighborhood structures. However, entity links in the real world also contain rich hierarchical inheritance relations. For example, the vulnerability of a product version is likely to be inherited from its older versions. Taking advantage of the hierarchical inheritances can potentially improve the quality of query results. Motivated by this, we explore hierarchical inheritance relations between entities and formulate the problem of graph query on HINs with hierarchical inheritance relations. We propose a graph query search algorithm by decomposing the original query graph into multiple star queries and apply a star query algorithm to each star query.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complexity and Algorithms in Graphs · Graph Theory and Algorithms
MethodsPruning
