A bit-matrix indexed, edge-ordered algorithm for exact subgraph matching on labeled multigraphs is described and benchmarked against SuMGra, Neo4J, and Memgraph.
Deep Analysis on Subgraph Isomorphism
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Subgraph isomorphism is a well-known NP-hard problem which is widely used in many applications, such as social network analysis and knowledge graph query. Its performance is often limited by the inherent hardness. Several insightful works have been done since 2012, mainly optimizing pruning rules and matching orders to accelerate enumerating all isomorphic subgraphs. Nevertheless, their correctness and performance are not well studied. First, different languages are used in implementation with different compilation flags. Second, experiments are not done on the same platform and the same datasets. Third, some ideas of different works are even complementary. Last but not least, there exist errors when applying some algorithms. In this paper, we address these problems by re-implementing seven representative subgraph isomorphism algorithms as well as their improved versions, and conducting comprehensive experiments on various graphs. The results show pros and cons of state-of-the-art solutions and explore new approaches to optimization.
citation-role summary
citation-polarity summary
fields
cs.DB 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
MultiGraphMatch: a subgraph matching algorithm for multigraphs
A bit-matrix indexed, edge-ordered algorithm for exact subgraph matching on labeled multigraphs is described and benchmarked against SuMGra, Neo4J, and Memgraph.