Between Subgraph Isomorphism and Maximum Common Subgraph

Ruth Hoffmann,Ciaran McCreesh,Craig Reilly
DOI: https://doi.org/10.1609/aaai.v31i1.11137
2017-02-12
Proceedings of the AAAI Conference on Artificial Intelligence
Abstract:When a small pattern graph does not occur inside a larger target graph, we can ask how to find "as much of the pattern as possible" inside the target graph. In general, this is known as the maximum common subgraph problem, which is much more computationally challenging in practice than subgraph isomorphism. We introduce a restricted alternative, where we ask if all but k vertices from the pattern can be found in the target graph. This allows for the development of slightly weakened forms of certain invariants from subgraph isomorphism which are based upon degree and number of paths. We show that when k is small, weakening the invariants still retains much of their effectiveness. We are then able to solve this problem on the standard problem instances used to benchmark subgraph isomorphism algorithms, despite these instances being too large for current maximum common subgraph algorithms to handle. Finally, by iteratively increasing k, we obtain an algorithm which is also competitive for the maximum common subgraph
What problem does this paper attempt to address?