1 / 22

Graph Homomorphism Revisited for Graph Matching

Graph Homomorphism Revisited for Graph Matching. --VLDB’10 报告人:洪骥 2010-11-9. Abstract.

Download Presentation

Graph Homomorphism Revisited for Graph Matching

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graph Homomorphism Revisited for Graph Matching --VLDB’10 报告人:洪骥 2010-11-9

  2. Abstract • (1) We propose p-homomorphism (p-hom) and 1-1 p-hom, which extend graph homomorphism and subgraph isomorphism, respectively, by mapping edges from one graph to paths in another, and by measuring the similarity of nodes. • (2) We introduce metrics to measure graph similarity, and several optimization problems for p-hom and 1-1 p-hom. • (3) We show that the decision problems for p-hom and 1-1 p-hom are NP-complete even for DAGs, and that the optimization problems are approximation-hard. • (4) Nevertheless, we provide approximation algorithms with provable guarantees on match quality.

  3. Introduction • graph homomorphism&subgraph isomorphism: Given two node-labeled graphs G1 = (V1,E1) and G2 = (V2,E2), the problem of graph homomorphism (resp. subgraph isomorphism) is to find a (resp. 1-1) mapping from V1 to V2 such that each node in V1 is mapped to a (resp. distinct) node in V2 with the same label, and each edge in E1 is mapped to an edge in E2.

  4. Introduction • Drawback: Identical label matching is often an overkill, and edge-to-edge mappings only allow strikingly similar graphs to be matched. • Example 1.1

  5. Introduction • Contribution: (1) We introduce p-homomorphism (p-hom) and 1-1 p-hom in Section 3. (2) To provide a quantitative measure of graph similarity, we develop two metrics, also in Section 3, based on (a) the maximum number of nodes matched, and (b) the maximum overall similarity when the weights of nodes are taken into account, respectively.

  6. Introduction (3) We establish complexity bounds of the decision problems and optimization problems for p-hom and 1-1 p-hom, in Section 4. (4) We provide in Section 5 approximation algo. for finding mappings with the maximum cardinality or the maximum similarity,for p-hom and 1-1 p-hom. (5) Using Web site matching as a testbed, we experimentally evaluate our similarity measures in Section6.

  7. Revision of Graph Homomorphism • Graphs and nodes simularity:

  8. Revision of Graph Homomorphism • Skeletons: • Similarity threshold:

  9. Revision of Graph Homomorphism • P-Homomorphism & 1-1 P-Homomorphism

  10. Revision of Graph Homomorphism

  11. Revision of Graph Homomorphism • Two Examples:

  12. Revision of Graph Homomorphism • Metrics for measuring graph similarity

  13. Revision of Graph Homomorphism

  14. Intractability and Approximation Hardness

  15. Intractability and Approximation Hardness

  16. Approximate Algorithm Theorem 5.1 suggests naïve approximation algorithms for these problems. Given graphs G1(V1,E1,L1),G2(V2,E2,L2),a similarity matrix mat() and a similarity threshold , then : • Generate a product graph by using function f in the AFP-reduction. • Find a (weighted) independent set by utilizing the algorithms. • Invoke function g in the AFP-reduction to get a (1-1)p-hom mapping from subgraphs of G1 to G2.

  17. Approximate Algorithm

  18. Approximate Algorithm • Algorithm CompMaxCard

  19. Approximate Algorithm

  20. Approximate Algorithm • This Algorithm can be readily converted to approximation algorithms for CPH 1-1 and SPH(1-1)

  21. Experimental Study • >>>

  22. Conclusion • We've proposed several notions of graph similarity: (1)1-1 p-hom, p-hom (2) The maximizing either the number of nodes matched or the overall similarity. (3) Establishing the intractability and hardness to (approximation) algorithm for these problems. (4) Development approximation algorithm with gragrantees on match quality.

More Related