English

Detection of Common Subtrees with Identical Label Distribution

Data Structures and Algorithms 2024-01-05 v1 Machine Learning

Abstract

Frequent pattern mining is a relevant method to analyse structured data, like sequences, trees or graphs. It consists in identifying characteristic substructures of a dataset. This paper deals with a new type of patterns for tree data: common subtrees with identical label distribution. Their detection is far from obvious since the underlying isomorphism problem is graph isomorphism complete. An elaborated search algorithm is developed and analysed from both theoretical and numerical perspectives. Based on this, the enumeration of patterns is performed through a new lossless compression scheme for trees, called DAG-RW, whose complexity is investigated as well. The method shows very good properties, both in terms of computation times and analysis of real datasets from the literature. Compared to other substructures like topological subtrees and labelled subtrees for which the isomorphism problem is linear, the patterns found provide a more parsimonious representation of the data.

Keywords

Cite

@article{arxiv.2307.13068,
  title  = {Detection of Common Subtrees with Identical Label Distribution},
  author = {Romain Azaïs and Florian Ingels},
  journal= {arXiv preprint arXiv:2307.13068},
  year   = {2024}
}

Comments

40 pages

R2 v1 2026-06-28T11:39:03.177Z