Abstract
Graph database is designed to store bidirectional relationships between objects and facilitate the traversal process to extract a subgraph. However, the subgraph matching process is an NP-Complete problem. Existing solutions to this problem usually employ a filter-and-verification framework and a divide-and-conquer method. The filter-and-verification framework minimizes the number of inputs to the verification stage by filtering and pruning invalid candidates as much as possible. Meanwhile, subgraph matching is performed on the substructure decomposed from the larger graph to yield partial embedding. Subsequently, the recursive traversal or set intersection technique combines the partial embedding into a complete subgraph. In this paper, we first present a comprehensive literature review of the state-of-the-art solutions. l2Match, a sub graph isomorphism algorithm for small queries utilizing a Label-Pair Index and filtering method, is then proposed and presented as a proof of concept. Empirical experimentation shows that l2Match outperforms related state-of-the-art solutions, and the proposed methods optimize the existing algorithms.
Original language | English |
---|---|
Title of host publication | 2024 International Conference on Electronics, Information, and Communication, ICEIC 2024 |
Editors | Young-Hoon Park |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Number of pages | 6 |
ISBN (Electronic) | 9798350371888 |
ISBN (Print) | 9798350371895 |
DOIs | |
Publication status | Published - 2024 |
Event | International Conference on Electronics, Information, and Communication 2024 - Taipei, Taiwan Duration: 28 Jan 2024 → 31 Jan 2024 https://iceic.org/2024/pages/program.vm (Website) https://iceic.org/2024/pages/program.vm (Proceedings) |
Conference
Conference | International Conference on Electronics, Information, and Communication 2024 |
---|---|
Abbreviated title | ICEIC 2024 |
Country/Territory | Taiwan |
City | Taipei |
Period | 28/01/24 → 31/01/24 |
Internet address |
|
Keywords
- communication and information theories
- information retrieval
- sub graph matching
- subgraph isomorphism