Mining Tree Patterns with Partially Injective Homomorphisms

Abstract

One of the main differences between inductive logic programming (ILP) and graph mining lies in the pattern matching operator applied: While it is mainly defined by relational homomorphism (i.e., subsumption) in ILP, subgraph isomorphism is the most common pattern matching operator in graph mining. Using the fact that subgraph isomorphisms are injective homomorphisms, we bridge the gap between ILP and graph mining by considering a natural transition from homomorphisms to subgraph isomorphisms that is defined by partially injective homomorphisms , i.e., which require injectivity only for subsets of the vertex pairs in the pattern. Utilizing positive complexity results on deciding homomorphisms from bounded tree-width graphs, we present an algorithm mining frequent trees from arbitrary graphs w.r.t. partially injective homomorphisms. Our experimental results show that the predictive performance of the patterns obtained is comparable to that of ordinary frequent subgraphs. Thus, by preserving much from the advantageous properties of homomorphisms and subgraph isomorphisms, our approach provides a trade-off between efficiency and predictive power.

Cite

Text

Schulz et al. "Mining Tree Patterns with Partially Injective Homomorphisms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10928-8_35

Markdown

[Schulz et al. "Mining Tree Patterns with Partially Injective Homomorphisms." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/schulz2018ecmlpkdd-mining/) doi:10.1007/978-3-030-10928-8_35

BibTeX

@inproceedings{schulz2018ecmlpkdd-mining,
  title     = {{Mining Tree Patterns with Partially Injective Homomorphisms}},
  author    = {Schulz, Till Hendrik and Horváth, Tamás and Welke, Pascal and Wrobel, Stefan},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2018},
  pages     = {585-601},
  doi       = {10.1007/978-3-030-10928-8_35},
  url       = {https://mlanthology.org/ecmlpkdd/2018/schulz2018ecmlpkdd-mining/}
}